@charset "utf-8";
/* CSS Document */
* {
	outline:none;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Mukta', segoe ui, helvetica neue, Arial, sans-serif;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-size: 16px;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	color: #333333;
	overflow-x: hidden;
}
a {
	color: #333333;	
}
a {
	text-decoration:none;
	cursor: pointer;
}
a:hover,
a:focus,
a:visited {
	text-decoration:none;
	outline:none;
}
a:focus,
a:hover {
  color: #e7000b;
}
.line-through {
	text-decoration: line-through;
}
/* Off Canvas */
.bg-overlay-container {
}
.bg-overlay-container::after {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.5);
  content: '';
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.bg-overlay-container.mobilemenu-open::after {
  width: 200%;
  height: 110%;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 1300px) {
  .container {
    width: 1240px;
  }
}
/* Header */
.top-header {
	width: 100%;
	height: 26px;
	float: left;
	padding: 2px 0px 0px 0px;
	background: #f6f6f6;
	/* background: linear-gradient(-55deg,#ff7600,#ff9900);
	background: linear-gradient(135deg, rgb(249, 143, 28) 0%, rgb(244, 84, 66) 100%); */
}
.top-header .top-date {
	float:left;
	padding:0px;
	margin-right: 15px;
	line-height: 24px;
	font-size: 13px;
}
.top-header .top-header-right {
	float: right;
	margin: 0px;
	padding: 0px;
}
.top-header .top-header-right .social-menu {
	float: right;
	margin: 0px;
	padding: 0px;
}
.top-header .top-header-right .mode {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px;
	background: #666;
}
.top-header .top-header-right .mode i {
	font-size: 14px;
}
.top-header .top-header-right .auth {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.top-header .top-header-right .auth a {
	background: #e7000b;
	color: #ffffff;
	padding: 0px 15px;
}
.top-header .top-header-right .auth a i {
	font-size: 14px;
	margin-right: 5px;
}
.top-header .social-menu > li {
	list-style: none;
	display: inline;
	margin-left: 6px;
	float: left;
	line-height: 20px;
	font-size: 13px;
}
.top-header .social-menu > li a {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	display: flex;
	align-items: center;
  justify-content: center;
}
.top-header .social-menu > li a.facebook {
	background: #1877F2;
}
.top-header .social-menu > li a.x {
	background: #333333;
}
.top-header .social-menu > li a.instagram {
	background: #E4405F;
}
.top-header .social-menu > li a.youtube {
	background: #FF0000;
}
.top-header .social-menu > li a.whatsapp {
	background: #34a853;
}
.top-header .social-menu > li .social-icon {
	font-size: 20px;
}
.main-header {
	width: 100%;
	max-height: 70px;
	float: left;
	position: relative;
	padding: 0px 0px;
	margin: 0px;
}
.main-header .left-header {
	width:29%;
	float:left;
	padding:0px;
	margin:0px;
	position: relative;
}
.main-header .logo {
	width: auto;
	float: left;
	padding: 10px 0px;
}
.main-header .searchbar {
	width: calc(100% - 430px);
	float: left;
	padding: 25px 0px 15px 0px;
	margin: 0px;
	position:relative;
}
.main-header .searchbar .search-form {
	width: 80%;
	margin: auto;
}
.main-header .searchbar .sinput {
	width: calc(100% - 60px);
	float: left;
	height: 42px;
	font-size: 15px;
	background: #ffffff;
	border: 1px solid #fc973f;
	border-radius: 4px 0px 0px 4px;
	padding: 5px 15px;
	border-right: 0px solid #ddd;
}
.main-header .searchbar .sbtn {
	width: 60px;
	height: 42px;
	float: left;
	font-size: 15px;
	border-radius: 0px 4px 4px 0px;
	background: none;
	border: 1px solid #fc973f;
	border-left: 0px;
	padding: 5px 0px;
	color: #ff7600;
}
.main-header .menu-section {
	width: auto;
	float: right;
	text-align: center;
	padding: 15px 0px;
	margin: 0px;
	position: relative;
}
.main-header .menu-section a {
	color: #666;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 36px;
	border-right: 1px solid #ddd;
}
.main-header .menu-section a:hover {
	color: #e7000b;
}
.main-header .menu-section a.active {
	color: #e7000b;
}
.main-header .menu-section a:last-child {
	border-right: 0px solid #ddd;
}
.main-header .menu-section a i {
	margin-right: 6px;
	font-size: 20px;
}
.main-header .top-cart .far {
	display: inline-block;
	font-size: 24px;
	margin: 0px 5px 0px 0px;
	color: #ff7600;
}
.main-header .top-cart span {
	display: inline-block;
	margin: 0px;
	line-height: 16px;
	font-size: 12px;
}
.mobilemenu_toggle {
	float: left;
	padding-top: 5px;
	display: none;
}
.nav-header {
	width: 100%;
	float: left;
	max-height: 70px;
	float: left;
	position: relative;
	padding: 0px 0px;
	margin: 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.nav-header .navbar {
	border: 0px;
	margin-bottom: 0px;
	min-height: auto!important;
}
.nav-header .navbar .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.nav-header .navbar-nav > li > a {
	color: #333333;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 600;
}
.nav-header .navbar-nav > li > a:hover,
.nav-header .navbar-nav > li > a:focus {
  color: #f43436;
  background-color: #fef0eb;
}
.nav-header .dropdown-menu {
  box-shadow: none;
	border: 1px solid #ddd;
	border-top: 0px;
	font-size: 15px;
}
.nav-header .dropdown-menu > li > a {
  padding: 9px 18px;
}
.nav-header .dropdown-menu > li > a:hover,
.nav-header .dropdown-menu > li > a:focus {
  color: #e7000b;
  text-decoration: none;
  background-color: #fef0eb;
}
/* Mobile Header */
.mobile-header {
	width: 100%;
	float: left;
	background: #e7000b;
	display: none;
	border-bottom: 0px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	margin: 0px;
	padding: 0px;
}
.mobile-header-main {
	width: 100%;
	float: left;
}
.mobile-header .sr-bars {
	width: 60px;
	float: left;
	padding: 0px 0px;
	margin: 0px 15px 0px 0px;
	text-align: center;
}
.mobile-header .sr-bars i {
	font-size: 22px;
	line-height: 48px;
	color: #ffffff;
	padding: 6px 5px;
}
.mobile-header .mobile-logo {
	width: auto;
	float: left;
	padding: 10px 0px;
}
.mobile-header .mobile-logo a {
	display: inline-block;
	text-align: center;
}
.mobile-header .mobile-logo img {
	max-height: 36px;
}
.mobile-header .mobile-cart {	
	float: right;
	padding: 0px 10px;
	text-align: right;
}
.mobile-header .sr-icon {
	width: 48px;
	float: left;
	padding: 0px 10px;
	text-align: center;
}
.mobile-header .sr-icon i {
	font-size: 22px;
	line-height: 48px;
	color: #ffffff;
	padding: 6px 8px;
}
.mobile-sidebar-wrapper {
  position: fixed;
  top: 0;
  width: 320px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  z-index: 9999;
	transform: translateX(-100%);
}
.mobile-sidebar-wrapper.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
	min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
	overscroll-behavior: contain;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 15px 12px 20px;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #ececec;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top .mobile-sidebar-logo a {
  display: block;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top .mobile-sidebar-logo a img {
  width: 100px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area {
  padding: 15px 15px 15px 20px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-tab-menu-wrap {
	display: flex;
	flex-direction: row;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-tab-menu-wrap a {
	display: flex;
	flex: 1;
	flex-direction: column;
	text-align: center;
	padding: 6px 10px;
	margin: 0px 8px 0px 0px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu {
	padding: 0px;
	margin: 0px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 8px 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #1f2938;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i::before {
  content: "\f104";
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #333333;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 5px;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #333333;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menuxxxxxx li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 5px;
  height: 2px;
  background-color: #9777fa;
  border-radius: 5px;
  opacity: 0.7;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #e7000b;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .site-copyright {
  font-size: 13px;
  color: #88929b;
}
.search-wrap {
	position: fixed;
	display: block;
	top: 0; 
	bottom: 0;
	width: 100%;
	min-height: 100vh;
	visibility: hidden;
	z-index: 9;
	transition: all .25s ease;
	background: rgba(0,0,0,0.8);
}
.search-wrap.sidebar-visible {
	visibility: visible;
	transition: all .25s ease;
  /*transform: translateX(0%);*/
}
.search-wrap .search-sidebar {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.mobile-search-sidebar .search-sidebar {
	padding: 15px;
}
.search-wrap .close {
	color: #ffffff;
	opacity: 1;
	margin-top: 20px;
	margin-right: 20px;
}
.search-wrap .search-wrap-body {
	width: 600px;
	margin: 50px auto;
	padding: 30px;
	position: relative;
}
.search-wrap .search-form {
	width: 100%;
	float: left;
  border-radius: 8px;
  padding: 0px;
  position: relative;
}
.search-wrap .search-form input,
.search-wrap .search-form select {
  width: 100%;
	border: 0px solid #fc973f;
	outline: 0px;
	border-radius: 6px;
	padding: 12px 15px;
	background: #000000;
	color: #ffffff;
	margin-bottom: 15px;
}
.search-wrap .search-form input:focus,
.search-wrap .search-form select:focus {
	outline: 0;
}
@media (max-width:575px) {
	.header {
		display: none;
	}
	.top-header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.main-header .mobilemenu_toggle {
		width: 20%;
		float: left;
	}
	.main-header .logo {
		width: 60%;
		text-align: center;
	}
	.main-header .logo img {
		height: 36px;
	}
	.search-wrap .search-wrap-body {
		width: 100%;
	}
}
.main-content {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
/* Home Page Sections and Blocks */
.video-section {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	background-image: linear-gradient(130deg, rgb(204, 0, 0) 0%, rgb(35, 10, 100) 100%);
}
.video-section .section-heading {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #ffffff;
}
.video-section .section-heading h3 {
	display: inline-block;
	margin: 0px 0px;
	padding: 0px;
	color: #ffffff;
}
.video-section .section-heading .more {
	width: auto;
	float: right;
	margin: 0px 0px;
	padding: 0px;
	color: #ffffff;
}
.video-section .section-heading .more a {
	margin: 0px 0px;
	padding: 0px;
	color: #ffffff;
}
.video-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.video-col-left {
	width: calc(40% - 15px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 0px;
}
.video-col-right {
	width: 60%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
}
.video-section .video-card {
	width: 100%;
	display: flex;
	flex-direction: column;
  border-radius: 12px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
}
.video-section .video-card .video-card-figure {
	width: 100%;
	display: flex;
	position: relative;
}
.video-section .video-card .video-card-figure img {
	max-width: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 2px solid rgba(220, 38, 38, 0.6);
	aspect-ratio: 16 / 9;
}
.video-section .video-card .video-card-title {
	width: 100%;
	display: flex;
	margin-top: 10px; 
	display: -webkit-box; 
	-moz-box-orient: vertical; 
	-webkit-line-clamp: 3;
	overflow: hidden; 
}
.video-section .video-card .video-card-title h2 {
	font-size: 26px;
	line-height: 1.3;
	padding: 5px 0px;
	margin: 0px;
	color: #ffffff;
}
.video-section .video-card .video-card-title h2 a {
	color: #ffffff;
}
.video-section .video-col-right .video-card-sm {
	width: calc(50% - 15px);
	display: flex;
  margin-bottom: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
  cursor: pointer;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  transform: scale(1);
  align-items: center;
  justify-content: center;	
}
.video-section .video-col-right .video-card-sm:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(2px);
}
.video-section .video-card-sm .video-card-figure {
	width: 135px;
	height: 85px;
	display: flex;
	margin-right: 10px;
}
.video-section .video-card-sm .video-card-figure img {
	max-width: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 2px solid rgba(220, 38, 38, 0.6);
}
.video-section .video-card-sm .video-card-title {
	width: calc(100% - 145px);
	display: flex;
	flex-direction: column; 
}
.video-section .video-card-sm .video-card-title h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}
.video-section .video-card-sm .video-card-title h2 a {
	color: #ffffff;
}
.video-section .video-card-sm .video-card-title .tag {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 5px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.th-block {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.th-block .th-block-header {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.th-block .th-block-header h3 {	
	float: left;
	font-size: 18px;
	padding: 0px 0px;
	margin: 0px;
}
.th-block .th-block-header a {
	float: left;
	padding: 9px 15px 9px 0px;
}
.th-block .th-block-body {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.th-block .th-block-big-post {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
.th-block .th-block-big-post .th-block-post-image {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	overflow: hidden;
}
.th-block .th-block-big-post .th-block-post-detail {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
.th-block .th-block-big-post .th-block-post-detail h4 {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
.th-block .th-block-big-post .th-block-post-detail .post-date {
	width: 100%;
	float: left;
	overflow: hidden;
	font-size: 12px;
}
.th-block .th-block-big-post .th-block-post-detail .post-excerpt {
	width: 100%;
	float: left;
	margin: 5px 0px 0px 0px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.th-block .th-block-small-post {
	width: 100%;
	float: left;
	position: relative;
	margin: 0px 0px 10px 0px;
}
.th-block .th-block-small-post .th-block-post-image {
	width: 120px;
	height: 85px;
	float: left;
	margin: 0px 10px 0px 0px;	
}
.th-block .th-block-small-post .th-block-post-detail {
	width: calc(100% - 130px);
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
.th-block .th-block-small-post.no-thumb .th-block-post-detail {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	/*border-bottom: 1px solid #f1f1f1;*/
}
.th-block .th-block-small-post .th-block-post-detail h4 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 21px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.th-block .th-block-small-post .th-block-post-detail .post-date {
	width: 100%;
	float: left;
	overflow: hidden;
	font-size: 12px;
}
.page-breadcrumb {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.page-breadcrumb .breadcrumb {
	padding: 0px 0px;
	margin: 15px 0px 10px 0px;
  background: none;
}
.page-breadcrumb .breadcrumb > li > a {
	color: #e7000b;
}
.page-heading {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.page-heading h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
}
.page-content {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.page-container {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.page-search-form {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.page-search-form-group {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	margin-top: 0px;
	float: left;
}
.page-search-form-group input.s-input {
	width: 100%;
	padding: 4px 15px 4px 15px;
	height: 48px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #cccccc;
	border-radius: 4px 0px 0px 4px;
}
.page-search-form-group button {
	border-radius: 0;
	color: #ffffff;
	line-height: 48px;
	margin-bottom: 0;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	background: #e7000b;
	border: 0px;
	border-radius: 0px 4px 4px 0px;
}
/* Archives */
.post-rows {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.post-rows .post-thumb {
	width: 235px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
.post-rows .post-thumb img {
	max-width: 100%;
	border-radius: 10px;
}
.post-rows .post-detail {
	width: calc(100% - 250px);
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.post-rows .post-detail h3 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 20px;
	line-height: 24px;
}
.post-rows .post-detail .post-dates {
	font-size: 13px;
	margin: 0px;
}
.post-excerpt {
	margin-top: 10px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Single Article */
.article {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.article .article-title {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.article .article-title h1 {
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.article .article-subtitle {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.article .article-subtitle h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}
.article .author-meta {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 14px;
}
.article .author-meta .author-icon {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
.article .author-meta .author-name {
	float: left;
}
.article .author-meta .author-name a {
	font-weight: bold;
	color: #e7000b;
}
.article .article-media {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 14px;
}
.article .article-content {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 30px;
}
.article .article-source {
	font-size: 12px;
}
.article .article-source {
	font-size: 12px;
}
.share-buttons {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	margin: 15px 0px 15px 0px;
	padding: 15px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.share-buttons a {
	width: 72px;
	height: 36px;
	background: #fef2f2;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: center;
	border-radius: 0px;
}
.share-buttons a > i {
	font-size: 18px;
	line-height: 36px;
}
.share-buttons a > svg {
	margin-top: 10px;
}
.share-buttons a.bg-facebook {
	background: #1877F2;
	color: #ffffff;
}
.share-buttons a.bg-whatsapp {
	background: #00a63e;
	color: #ffffff;
}
.share-buttons a.bg-telegram {
	background: #0088cc;
	color: #ffffff;
}
.share-buttons a.bg-twitter {
	background: #000000;
	color: #ffffff;
}
.share-buttons a.bg-email {
	background: #4285F4;
	color: #ffffff;
}
.share-buttons a.bg-printer {
	background: #45556c;
	color: #ffffff;
}
.article .article-share .social-icon img {
	padding-top: 5px;
}
.article .article-share-sticky {
	width: 54px;
	position:absolute;
	left: -55px;
}
.article .article-sticky {
	width: 54px;
	position: fixed;	
	top: 100px;
	z-index: 9999;
}
.article .article-sticky .social-icon {
	width: 54px;
	height: 54px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.article .article-sticky .social-icon .fa {
	font-size: 24px;
	line-height: 54px;
	color: #ffffff;
}
.article .article-sticky .social-icon img {
	margin-top: 12px;
}
.article .article-sticky .social-icon img,
.article .article-share .social-icon img {
	height: 30px;
}
.related-post {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.rn-block {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
/* Videos Section */
.video-card {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	overflow: hidden;
}
.video-card .video-card-header {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 15px 0px;
}
.video-card .video-card-header h2 {
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.video-card .video-card-header .more-button {
	line-height: 30px;
	float: right;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.video-card .video-card-body {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.video-card .video-card-body {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.video-items {
	width: 31.25%;
	float: left;
	display: flex;
	flex-direction: column;
	padding: 0px 0px;
	margin: 0px 15px 30px 0px;
}
.video-items .thumb {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.video-items .thumb img {
	max-width: 100%;
	border-radius: 6px;
}
.video-items .thumb .play__button {
  align-items: center;
  background: rgba(0,0,0,.6);
  border: 1px solid rgba(0,0,0,.6);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  left: 50%;
  margin: -24px;
  position: absolute;
  top: 50%;
  width: 46px;
	transition: all .25s ease;
}
.video-items .thumb .play__button:hover {
  border: 1px solid rgba(255,255,255,.6);
}
.video-items .thumb .play__button span.play__icon {
  border-bottom: 9px solid transparent;
  border-left: 16px solid #ffffff;
  border-radius: 2px;
  border-top: 9px solid transparent;
  display: block;
  height: 0;
  margin-left: 2px;
  position: relative;
  transition: all .3s;
  width: 0;
  z-index: 1;
}
.video-items .title {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.video-items .title h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 0px 0px;
	margin: 0px 0px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Footer */
.footer {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #c10007;
}
.footer .top-footer {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 15px 0px;
}
.footer-block {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 15px 0px;
}
.footer-block h3 {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.footer-block h3.footer-title {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.footer-content {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #f8d7d8;
	font-weight: 300;
}
.footer-content a {
	color: #e8cbcc;
	font-weight: normal;
}
.footer-content li {
	margin-bottom: 5px;
}
.footer-content a:hover {
	color: #fff;
}
.social-content {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #f8d7d8;
}
.social-content a {
	color: #f8d7d8;
	font-weight: normal;
	margin-right: 10px;
}
.social-content a i {
	font-size: 24px;
}
.social-content a > svg {
	margin-top: 8px;
}
.social-content a:hover {
	color: #f68f44;
}
.footer .footer-menu {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	background: #c10007;
	border-top: 1px solid #af0107;
	text-align: center;
}
.footer .footer-menu a {
	padding: 0px 10px;
	color: #ffffff;
}
.footer .copyright {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px;
	background: #c10007;
	border-top: 1px solid #af0107;
	text-align: center;
	color: #ffffff;
}
.footer .copyright a {
	color: #ffffff;
}
/* Scroll */
#scroll-up {
	position: fixed;
	z-index: 8030;
	bottom: 10px;
	right: 30px;
	width: 42px;
	height: 42px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: none;
	background-color: #e7000b;
}
/* Pagination */
.pager {
  padding-left: 0;
  margin: 30px 0px 50px 0px;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
	margin-right: 5px;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.text-white {
	color: #ffffff;
}



@media (max-width:575px) {
	.page-heading h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.post-rows .post-thumb {
		width: 120px;
		margin-right: 8px;
	}
	.post-rows .post-detail {
		width: calc(100% - 130px);
	}
	.post-rows .post-detail h3 {
		margin: 0px;
		padding: 0px 0px;
		font-size: 16px;
		line-height: 24px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.footer-content li {
		margin-bottom: 5px;
		margin-right: 15px;
		display: inline;
	}
	.footer .footer-menu {
		text-align: left;
	}
	.footer .footer-menu a {
		padding: 0px 15px 0px 0px;
	}
}

