@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap');
@media screen and (max-width: 1024px) {
	.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
		margin-top: .5rem;
		opacity: 1;
		visibility: visible;
	}
	
		.container {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 1.25rem
}

	.header-item-center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header-item-left,
	.header-item-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
		padding: .9rem 0;
	}

	.header .menu-mobile-toggle {
		position: relative;
		display: block;
		cursor: pointer;
		width: 1.75rem;
		height: 1rem;
		border: none;
		outline: none;
		margin-left: 1.25rem;
		margin-top: -0.25rem;
		background: none;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	.header .menu-mobile-toggle span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		border: none;
		outline: none;
		opacity: 1;
		border-radius: .25rem;
		background: var(--color-black);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.header .menu-mobile-toggle span:nth-child(1) {
		top: 0;
	}

	.header .menu-mobile-toggle span:nth-child(2),
	.header .menu-mobile-toggle span:nth-child(3) {
		top: .5rem;
	}

	.header .menu-mobile-toggle span:nth-child(4) {
		top: 1rem;
	}

	.header-item-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 75%;
		height: 100%;
		z-index: 111;
		overflow: hidden;
		background: var(--color-white);
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.header .menu.active {
		-webkit-transform: translate(0%);
		transform: translate(0%);
	}

	.header .menu>ul>li {
		display: block;
		line-height: 1;
		margin: 0;
	}

	.header .menu>ul>li>a {
		display: block;
		line-height: 3.125rem;
		height: 3.125rem;
		padding: 0 3.125rem 0 1rem;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.header .menu>ul>li>a i.ion {
		position: absolute;
		font-size: 1.25rem;
		line-height: 3.125rem;
		top: 0;
		right: 0;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.header .menu .menu-mobile-header {
		position: relative;
		position: sticky;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		top: 0;
		height: 3.125rem;
		z-index: 110;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		background: var(--color-white);
	}

	.header .menu .menu-mobile-header .menu-mobile-arrow {
		display: none;
		font-size: 1.25rem;
		line-height: 3.125rem;
		width: 3.125rem;
		height: 3.125rem;
		cursor: pointer;
		text-align: center;
		border-right: 1px solid rgba(0, 0, 0, .1);
		color: var(--color-black);
	}

	.header .menu .menu-mobile-header.active .menu-mobile-arrow {
		display: block;
	}

	.header .menu .menu-mobile-header .menu-mobile-title {
		font-family: inherit;
		font-size: 1rem;
		font-weight: 500;
		line-height: inherit;
		color: var(--color-black);
		text-transform: capitalize;
	}

	.header .menu .menu-mobile-header .menu-mobile-close {
		font-size: 2.25rem;
		line-height: 3.125rem;
		cursor: pointer;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, .1);
		color: var(--color-black);
	}

	.header .menu .menu-section {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.header .menu>ul>li .menu-subs {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.menu-mega {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.active {
		display: block
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
		margin-bottom: 1.25rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0rem;
	}

	.header .menu>ul>li .menu-subs>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
		margin-bottom: 1rem;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
		display: block;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, .65);
		-webkit-transition: all .45s ease-in-out;
		transition: all .45s ease-in-out;
	}

	.overlay.active {
		opacity: 1;
		visibility: visible;
	}
	
	.archmag {
	position: relative;
	width: 175px;
	height:auto;
	margin: auto;
	overflow: hidden;
	float: left;
	margin: 0 1% 0 1%;
	padding-right: 10px;
	}
	
	.brand img{
	display: none;
	}

.brand2 img{
	max-width: 200px;
	height: auto;
	-o-object-fit: cover;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	padding: 9px 5px 0 5px;
}

.menu-icon .ion {display:none}

/* Body part open  */
.header-banner-row {
	max-width: 100%;
	height: auto;
	margin: 70px auto 0 auto;
	padding: 0.4rem;
}

.newspick-wrapper {
	width: auto;
	height: auto;
	overflow:hidden;
}

.newspick-wrapper .col1 {
	width:70%;
	margin: 0 10px 0 auto;
}

.newspick-wrapper .col2 .col2-content {
  padding: 0.4rem 0.3rem 0.4rem 0.3rem;;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  overflow: auto;
  float: left;
  margin: 0 0 0 0;
}
.newspick-wrapper .col2 {
	width: 28.5%;
	float:right;
}

/* (D) CAPTION COSMETICS */
.textover figcaption {
  box-sizing: border-box;
  width: auto;
  overflow:hidden;
  padding: 10px;
  color: white;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.maincontent-wrapper {
	width: auto;
	height:auto;
	overflow:hidden;
	margin: 5px 10px 0 10px;	
}
.industry_list-box .con-title {
  float: left;
  position: relative;
  width: 100px;
}

.industry_list-box .con-thumbnail {
	float: left;
	position: relative;
	margin-right: 10px;
	width:111px;
	max-width:80px;
	height:80px;
	margin-bottom: 5px;
}

.lefrow4 .leftcol7 {
	padding: 0.4rem;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width:58%;
	height:360px;
	float:left;
	margin: 0 2% 10px 0;
}

.lefrow4 .leftcol8 {
	padding: 0.4rem;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width:38%;
	height:360px;
	float:left;
	margin: 0 2% 10px 0;
}

.regnews-box .reg-thumbnail img{
	float: left;
	position: relative;
	margin-right: 10px;
	width:38%;
	max-width:65px;
	height:65px;
	border: 1px solid #981b7f;
	object-fit: cover;
}

.regnews-box .vid-title {
	float: left;
	position: relative;
	width:60%;
}

.regnews-box h3 {
	font-size: 0.8rem;
	line-height: 1.0rem;
}

/* Left Main body part */
.maincontent-wrapper .left-main-body {
	width:72%;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	margin: 0 0 10px 0;
}

/* (B4) RESPONSIVE IMAGE */
.leftcol5 img { width: 100%; height:225px; object-fit: cover; }

.lefrow4 .leftcol6 {
	padding: 0.4rem;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width:48%;
	height:550px;
	float:left;
	margin: 0 2% 10px 0;
}

.con-list-box .con-title {
	float: left;
	position: relative;
	width:60%;
}

.right-main-bodybox .magcol1 {
  padding: 0.4rem;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  margin-bottom:5%;
}

.bodycontent-wrapper .left-main-bodybox {
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	background-color: #fff;
	padding: 0.4rem 1rem;
	margin: 0 1.5% 5px 0.5%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.bodycontent-wrapper .left-main-bodpage {
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	background-color: #fff;
	padding: 0.4rem 1rem;
	margin: 0 1.5% 5px 0.5%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

/* Right Main body part */
.maincontent-wrapper .right-main-body {
	width:27.5%;
	height:auto;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	float:right;
}

}

@media screen and (min-width: 993px) {
	.header .menu>ul>li.menu-item-has-children:hover .menu-subs {
		margin-top: .5rem;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 992px) {
	h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  font-size:18px;
  line-height:22px;
}

	.container {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 1.25rem
}

	.header-item-center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header-item-left,
	.header-item-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
		padding: .9rem 0;
	}

	.header .menu-mobile-toggle {
		position: relative;
		display: block;
		cursor: pointer;
		width: 1.75rem;
		height: 1rem;
		border: none;
		outline: none;
		margin-left: 1.25rem;
		margin-top: -0.25rem;
		background: none;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	.header .menu-mobile-toggle span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		border: none;
		outline: none;
		opacity: 1;
		border-radius: .25rem;
		background: var(--color-black);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.header .menu-mobile-toggle span:nth-child(1) {
		top: 0;
	}

	.header .menu-mobile-toggle span:nth-child(2),
	.header .menu-mobile-toggle span:nth-child(3) {
		top: .5rem;
	}

	.header .menu-mobile-toggle span:nth-child(4) {
		top: 1rem;
	}

	.header-item-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 75%;
		height: 100%;
		z-index: 111;
		overflow: hidden;
		background: var(--color-white);
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.header .menu.active {
		-webkit-transform: translate(0%);
		transform: translate(0%);
	}

	.header .menu>ul>li {
		display: block;
		line-height: 1;
		margin: 0;
	}

	.header .menu>ul>li>a {
		display: block;
		line-height: 3.125rem;
		height: 3.125rem;
		padding: 0 3.125rem 0 1rem;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.header .menu>ul>li>a i.ion {
		position: absolute;
		font-size: 1.25rem;
		line-height: 3.125rem;
		top: 0;
		right: 0;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.header .menu .menu-mobile-header {
		position: relative;
		position: sticky;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		top: 0;
		height: 3.125rem;
		z-index: 110;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		background: var(--color-white);
	}

	.header .menu .menu-mobile-header .menu-mobile-arrow {
		display: none;
		font-size: 1.25rem;
		line-height: 3.125rem;
		width: 3.125rem;
		height: 3.125rem;
		cursor: pointer;
		text-align: center;
		border-right: 1px solid rgba(0, 0, 0, .1);
		color: var(--color-black);
	}

	.header .menu .menu-mobile-header.active .menu-mobile-arrow {
		display: block;
	}

	.header .menu .menu-mobile-header .menu-mobile-title {
		font-family: inherit;
		font-size: 1rem;
		font-weight: 500;
		line-height: inherit;
		color: var(--color-black);
		text-transform: capitalize;
	}

	.header .menu .menu-mobile-header .menu-mobile-close {
		font-size: 2.25rem;
		line-height: 3.125rem;
		cursor: pointer;
		width: 3.125rem;
		height: 3.125rem;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, .1);
		color: var(--color-black);
	}

	.header .menu .menu-section {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.header .menu>ul>li .menu-subs {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.menu-mega {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		max-width: none;
		min-width: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1rem;
		padding-top: 4rem;
		opacity: 1;
		overflow-y: auto;
		visibility: visible;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .menu>ul>li .menu-subs.active {
		display: block
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
		margin-bottom: 1.25rem;
	}

	.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0rem;
	}

	.header .menu>ul>li .menu-subs>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
		margin-bottom: 1rem;
	}

	.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
		display: block;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, .65);
		-webkit-transition: all .45s ease-in-out;
		transition: all .45s ease-in-out;
	}

	.overlay.active {
		opacity: 1;
		visibility: visible;
	}
	.brand img{
	display: none;
	}

.brand2 img{
	max-width: 240px;
	height: auto;
	-o-object-fit: cover;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	padding: 12px 5px 0 5px;
}

.menu-icon .ion {display:none}

	
	.wp-block-image {
  margin: 30px 0 1em;
padding-top: 10px;
}
	
/* Body part open  */
.header-banner-row {
	width: auto;
	height: auto;
	overflow:hidden;
	margin: 70px auto 0 auto;
	padding: 0.4rem;
}

.newspick-wrapper {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 5px 10px 20px 10px;
}

.newspick-wrapper .col1 .col1-content {
	padding: 0.4rem;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width: 100%;
	height: auto;
	overflow:auto;
	float: left;
	margin: 0 2% 5px 0;	
}

.col1 .slick-dots {
	position: absolute;
	top: 265px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.box_download {
  background-color: #981b7f;
  border-bottom: 3px solid #000;
  margin: 5px 0 0 0;
  width: 266px;
}

.title_cat_even {
  border-bottom: 1px solid #981b7f;
  margin-bottom: 10px;
  margin-right: 0;
}

.newspick-wrapper .col1 {
	width:100%;
	height:auto;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
}

.newspick-wrapper .col1 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.newspick-wrapper .col2 .col2-content {
	padding: 0.4rem 1.2rem 0.4rem 1.2rem;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width: 100%;
	height: auto;
	overflow:auto;
	float: left;
	margin: 0 2% 0.9rem 0;	
}

/* (D) CAPTION COSMETICS */
.textover figcaption {
  box-sizing: border-box;
  width: auto;
  overflow:hidden;
  padding: 10px;
  color: white;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}
.textover figcaption h2{
  margin-bottom: 11%;
}

.textover figcaption p {
  display:none;
}

	.newspick-wrapper .col2 {
	background-color:#f0f2f4;
	width:100%;
	height:auto;
	float:left;
	padding:0;
	margin-top:8px;
}

.leaderboard-banner {
	width: auto;
	height: auto;
	overflow:hidden;
	margin: 10px;
	padding: 0;
}

.maincontent-wrapper {
	width: auto;
	height:auto;
	overflow: hidden;
	margin: 5px 10px 20px 10px;	
}
.newspick-wrapper .col2 img{
	width:100%; 
	max-width:316px; 
	height:auto; 
	text-align:center;
	padding: 10px 10% 5px 10%;
}

/* Left Main body part */

	.box_odd1_search {
	width:96%; padding: 0; float:right;
}
	
.searchbox-wrapper {
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0 auto;
}
	
.maincontent-wrapper .left-main-body {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	margin: 0 0 10px 0;
}
.left-main-body .lefrow1{
	width:100%;
	height:auto;
	overflow:hidden;
}

.lefrow1 .leftcol1 {
	padding: 0.0rem;
	background-color:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	width:100%;
	height:289px;
	float:left;
	margin: 0 2% 20px 0;
}

.lefrow1 .leftcol2 {
	padding: 0.0rem;
	background-color:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	width:100%;
	height:289px;
	float:left;
	margin: 0 2% 0.9rem 0;
}
.lefrow2{
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:1.5%;
}

.lefrow2 .leftcol3 {
	padding: 0.2rem;
	background-color:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	width:100%;
	height:194px;
	overflow:hidden;
	float:left;
	margin: 0 2% 1.2rem 0;
}

	.leftcol3 img {
  object-fit: cover;
  height: 187px;
  width: 100%;
  overflow: hidden;
}
	
.textover3 figcaption h2{
  color:#981b7f;
  font-weight:600;
  text-align:center;
  text-shadow: 1px 0px 1px #ccc;
  line-height: 1.8rem;
  margin-bottom: 10%;
  font-size: 25px;
}
.lefrow3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}

.lefrow3 .leftcol4 {
	padding: 0.4rem;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 0 3px 5px 0;	
}
	/* extra */
.lefrow6 .leftcol9 {
  padding: 0.4rem;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 0 10px 0;
}
	.leftcol9 .col-ttw-1 {
    position: relative;
	width: 48%;
	overflow: hidden;
	float: left;
	margin: 1%;
	display: block;
	height: 220px;
}
	.leftcol9 .col-ttw-1 h2 {
  line-height: 1.2rem;
  font-size: 0.9rem;
  margin: 11px 0 20px 5px;
}
	
	.lefrow6 .leftcol10 {
  padding: 0.4rem;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 0 10px 0;
}
	.lefrow6 .leftcol10 img {
	width: 180px;
	height: auto;
	margin: 0 ;
	padding: 0 5px;
}
	
		.leftcol10 .slick-dots li button {
		display: none;
	}
	/* extra */
.specialissue-col01 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  float: left;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

	.specialissue-col02 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  float: left;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

	.specialissue-box .spl-boxbg-ldd {
  background-color: #fff;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 64%);
  margin: 10px;
  width: 95%;
  padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
}
	
/* (B4) RESPONSIVE IMAGE */
.textover4 img { width: 100%; height:225px; object-fit: cover; }

.lefrow3 .leftcol5 {
	width:100%;
	height:auto;
	overflow:hidden;
	max-height:225px;
	float:left;
	margin: 0 2% 5% 0;
}

.lefrow3 .leftcol6 {
	width:100%;
	height:225px;
	float:left;
	margin: 0;
	border-left: 0;
}

.lefrow4{
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 0rem;
}

.lefrow4 .leftcol6 {
	padding: 0.4rem;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 0.8rem 2% 10px 0;
}

.industry_list-box {
	width:100%; 
	height:auto; 
	overflow:hidden;
	margin-bottom: 5px;
	float:left;
}

.lefrow4 .leftcol7 {
	padding: 0.4rem;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 0;
	margin: 0 0 10px 0;
}

.lefrow4 .leftcol8 {
	padding: 0.4rem;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 0;
}

.regnews-box .reg-thumbnail img{
	float: left;
	position: relative;
	margin-right: 10px;
	width:30%;
	max-width:65px;
	height:65px;
	border: 1px solid #981b7f;
	object-fit: cover;
}

.regnews-box .vid-title {
	float: left;
	position: relative;
	width:70%;
}

.regnews-box h3 {
	font-size: 0.9rem;
	line-height: 1.2rem;
}

.industry_list-box .content-left{
	width:100%; float:left; margin-bottom:10px;
}

.industry_list-box .content-right{
	width:100%; float:left;
}

.industry_list-box .con-title {
	float: left;
	position: relative;
	width:72%;
	
}

.con-list-box .con-title {
	float: left;
	position: relative;
	width:60%;
}

.bodycontent-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	display: inline-block;
	margin: 10px 0 10px 0;	
}

.bodycontent-wrapper .left-main-bodybox {
	width:96%;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	margin: 2%;
}

.bodycontent-wrapper .left-main-bodypage {
	width:96%;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	background-color: #fff;
	padding: 0.4rem 1rem;
	margin: 2%;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.left-main-bodybox h1 {
	font-weight: 600;
	text-align: left;
	font-size:1.2rem;
	line-height:2rem;
}
.left-main-bodybox img {width:auto; height:250px; object-fit: cover;}

.wp-block-image .alignleft {
  float: left;
  margin: 0;
}

.NewsList .details img{
	width: 100%;
	float: left;
	height: 180px;
	border: none;
	outline: none;
	margin-right: 20px;
	object-fit: cover;
}

.button-aligh {
	margin:5px;
	text-align:center;
	width:100%;
}

a.read_button{
 float:inherit;
 margin:0;
}

.box_content {
  width: auto;
  height:auto;
  overflow:hidden;
  padding: 10px;
  border: 1px solid #c19434;
  float: left;
  margin: 5px;
}

.archive_box_content .archive-col1 {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px;
}

.archive-col1 img{
	cursor: pointer;
    box-shadow: rgb(51 51 51) 5px 5px 5px -4px;
    width: 100%;
	height: auto;
    object-position: center top;
	max-height: none;
}

.archive_box_content .archive-col2 {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 0;
}

	.cat-h1 {
	
	width: auto;
	float: left;
}

.cat-h1 .box1{
	float:left;width: 100%; margin: 0 0 5px 0;
}

.cat-h1 .box2{
	float:right;width: 100%; margin: 0 0 5px 0;
}
/* Right Main body part */
	
.maincontent-wrapper .right-main-body {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	float:right;
	margin: 0;
}

.right-main-body .rightcol1 {
	padding: 0.4rem;
	width: auto;
	height: auto;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
	margin: 0 5px 10px 0;
}
	

.right-main-body .rightcol2 {
	padding: 0.4rem;
	width: auto;
	height: auto;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
	margin: 0 5px 10px 0;
}

.signupframe input[type=submit] {
  background-color: #981b7f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width:100%;
  font-family: 'Lato', sans-serif;
font-weight: 500;
margin: 5px;
}

.bodycontent-wrapper .right-main-bodybox {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	float: right;
	margin: 2%;
}

.right-main-bodybox .magcol1 {
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  margin: 0 5px 10px 0;
}
	
	.rightcol2-subs input[type="submit"] {
    background-color: #c54ead;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin: 5px;
}

	.rightcol2-subs h2{
	color: 	white;
	line-height: 1.5;
	font-size: 1.6rem;
}
	
	.signupframe input[type=submit] {
  background-color: #000000;
	border: 1px solid #fff;
  color: white;
  padding: 8px 20px;
  border-radius: 1px;
  cursor: pointer;
  width:auto;
  font-family: 'Lato', sans-serif;
	font-weight: 500;
	margin:5px;
}
/* footer open */

.footer-content {
	max-width: 75rem;
	overflow:hidden;
	margin: 0 10px 0 auto;
}

.footer-content ul {
  list-style: none;
  margin: 0;
  color:#FFF;
  font-size:0.9rem;
  line-height:2.2rem;
}

.footer-content h2 {
  list-style: none;
  margin: 0;
  color:#FFF;
  font-size:1rem;
  line-height:2.2rem;
  font-weight:bold;
}

.footer-content a{
  margin: 0;
  color:#FFF;
  font-size:0.9rem;
  line-height:1.8rem;
}

.footer-content a:active,
.footer-content a:hover {
	color: #fff;
	text-decoration:underline;
}

.footer-content .footer-col1{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 15px 15% 10px 15%;
}

.footer-content .footer-col2{
	width: 45%;
	height: 200px;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 20px;
}
.footer-content .footer-col3{
	width: 55%;
	height: 200px;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 20px;
}

.footer-content .footer-col4{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 10px 20px 10px 20px;
}

.copyright {
  border-top: 1px solid #5f5f5f;
  font-size: 14px;
  color: #fff;
  padding: 6px;
  text-align: center;
  padding-bottom: 6px;
  background-color: #090909;
  line-height: 1.6rem;
  width:auto;
  overflow:hidden;
}

/* footer close */
#myBtn {
display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #090909;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width:50px;
  height:50px;
  box-shadow:0 3px 8px rgb(0 0 0 / 64%);
}

#myBtn:hover {
  background-color: #555;
}

.breadcrumbs {display:none}

.box_even_cat {
  background-color: #981b7f;
  width: auto;
  padding: 3px;
}

/* Interview css */

.bodycontent-wrapper .left-main-bodyinterview {
	width: 96%;
	height:auto;
	overflow:hidden;
	float:left;
	position: relative;
    display: inline-block; /* Make the width of box same as image */
	padding: 0.1rem;
	margin: 2%;

}

.left-main-bodyinterview h1 {
	font-weight: 600;
	text-align: center;
	font-size:1.2rem;
	line-height:1.8rem;
	margin: 0 0 5% 0;
	background-color:#981b7f;
	padding:3px;
	color:#fff;
	width: 100%;
}
.left-main-bodyinterview .left-intvcol1 {
	width:auto;
	height:auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	}
	
.left-intvcol1 img {width:166px; height:166px; float:left; margin-right:15px; object-fit: cover;}

.left-main-bodyinterview .left-intvcol2 {
	color: #898989;
	padding: 10px 0 10px 15px;
	border-left: 2px solid #981b7f;
	font-style:italic;
	width:auto;
	float:left;
	margin-top:5%;
}

.left-main-bodyinterview .interview_topworp {
	padding: 0.8rem;
    background-color: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 0 5px 0;
}

.left-main-bodyinterview .interview_bottomworp {
	padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    height: auto;
    overflow: hidden;
    float: left;
    margin: 1rem 0 10px 0;
}
.box_even_page {
  width: 80%;
}

/* Download page css */
.download-page .col1 {
	width:auto;
	height:auto;
	float:left;
	background-color:#f0f2f4;
	padding:1.4rem;
}

.download-page .col1 img{
	cursor: pointer;
box-shadow: rgb(51, 51, 51) 5px 5px 5px -4px;
width: auto;
height: auto;
object-fit: cover;
object-position: center top;
	}
	
.download-page .col2 {
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:2%;
}

.othermag {
	position: relative;
	width: 48%;
	overflow: hidden;
	float: left;
	margin: 0 2% 0 auto;
	display: block;
}

	.archmag {
	position: relative;
	width: 175px;
	height:auto;
	margin: auto;
	overflow: hidden;
	float: left;
	margin: 0 1% 0 1%;
	padding-right: 10px;
	}
	
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  height: auto;
  overflow:hidden;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link {
  transition: var(--tec-transition-opacity);
  margin: 0 auto 10px 20px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: var(--tec-font-size-3);
  line-height: var(--tec-line-height-3);
  font-weight: 600;
  background-color: #090909;
  color: #fff;

}

.tribe-events .tribe-events-l-container {
  height: auto;
  overflow:hidden;
  padding:10px 5px 10px 5px;
}

.contact-box { 
	width: 100%; 
	height:auto; 
	overflow:hidden; 
	float:left;
	margin-top: 0px;
	margin-bottom:0px;
}

.contact-box .col1{
	border-radius: 4px;
	float:left;
	width:auto;
	margin:20px 0 0 0;
	border: 1px solid #CCCCCC;
}

.contact-box .col2{
	border-radius: 4px;
	float:left;
	width:auto;
	margin:20px 0 0 0;
	border: 1px solid #CCCCCC;
}

.left-main-bodybox .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width:100%;
  margin: 0 0;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
.video-container2 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width:100%;
  margin: 0 0;
}

.video-container2 iframe, .video-container2 object, .video-container2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Network */
.circulation-box {
	width:100%;
	padding:5px 0 10px 0;
	float:left;
}

.circulation-box1 {
	width:100%;
	padding:10px;
	float:left;
}

.circul-chart1 img{
	width:100%; height:auto; padding:10px;
}

.circulation-box2 {
	width:100%;
	padding:10px;
	float:left;
	background-color:#cccdcf;
}

.circul-chart2 img{
	width:100%; height:auto; padding:10px;
}

.circulation-box2 {
	width:100%;
	height:auto;
	padding:10px;
	float:left;
}

.cir-col01 {
	width:100%;
	height:150px;
	text-align:center;
	float:left;
	margin-bottom:10px;
}
.cir-col02 {
	width:100%;
	height:150px;
	text-align:center;
	float:left;
	margin-bottom:10px;
}
.cir-col03 {
	width:100%;
	height:150px;
	text-align:center;
	float:left;
	margin-bottom:10px;
}

		.wp-block-image .alignright {
  	float: right;
	margin: .5em 0 .5em 0;
	}
	#comments {
    clear: both;
    width: 100%;
}
#comments form{
    clear: both;
    width: 100%;
}
}