body{
	color:#333333 !important;
	font-family:Roboto;
}

/* span{
	font-size: 12px;
} */

.inner-feature .webinar-info p, .filter-left .news-grid p{
	font-size:16px;
}

h1, h2, h3, h4, h5, h6{
	font-family:overpass;
}

section.main-banner {
    padding: 110px 0;
    background-position: center center;
    /* margin-bottom: 0 !important; */
    position: relative;
    height:auto;
}

section.main-banner.new-banner{
	height:500px;
}

section.main-banner img {
    height: 85px;
    width: auto;
}

section.main-banner h1 {
    color: white;
	font-weight: 900;
    font-family: 'overpass';
}

section.main-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    display: block;
    top: 0;
    position: absolute;
}


.heading-title {
    position: relative;
}

.heading-title h3 {
    font-weight: 700;
    color: #000000;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ee3639; */
    line-height: 48px;
    font-size: 34px;
}

.heading-title h3:after {
	content: '';
    border-bottom: 2px solid #f37578;
    width: 100px;
    top: 70px;
    left: 47%;
    position: absolute;
}

.main-webinar {
    padding: 5px;
    border-radius: 0px;
    background-color: white;
    display: flex;
    box-shadow: 0px 0px 3px 1px lightgrey;
    margin: 0 15px;
}

.main-webinar .webinar-content {
    padding: 15px 15px;
    width: 65%;
}

.register-now.main-webinar .webinar-content {
    display: flex;
    flex-wrap: wrap;
}

.main-webinar .webinar-content .register-now {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}

.main-webinar .webinar-content .register-now .calendar {
    width: 47%;
    padding: 5px;
    border: 1px solid #f37578;
    border-radius: 0px;
    align-items: center;
	/* height: 50px; */
}

.webinar-content .register-now .register-btn {
    width: 50%;
    margin-left: 5px;
    background: #e62928;
    text-align: left;
    color: white;
    padding: 5px 6px;
    border-radius: 0px;
    line-height: 14px;
	/* height: 50px; */
}

.webinar-content .register-now .calendar div {
    float: left;
    margin-right: 6px;
}

.webinar-content .register-now .register-btn h5 {
    font-size: 13px;
    color: white;
    margin-bottom: 0;
}

.webinar-content .register-now .register-btn span {
    font-size: 11px;
}

.webinar-content .register-now .calendar .last p {
    font-size: 12px;
    font-weight: 700;
}

.webinar-content .register-now .calendar .last span {
    font-size: 10px;
}

.webinar-content .register-now .calendar .last {
    line-height: 14px;
}

.webinar-content .webinar-info {
   /*  display: flex; */
    margin-top: 10px;
}

.webinar-content .webinar-info .first{
	display:flex;
}

.main-webinar .webinar-content .webinar-info i {
    color: #ee3639;
    padding: 10px;
    font-size: 20px;
}

.webinar-content .webinar-info h6 {
    font-size: 12px;
}

.webinar-content .webinar-info p {
    font-size: 9px;
}

.inner-feature .webinar-info h6 {
    font-size: 12px;
    padding-left: 15px;
    font-weight: 900;
    margin-bottom: 0;
}

.inner-feature .webinar-info p {
    margin-top: 10px;
}

.inner-feature {
    box-shadow: 1px 1px 4px 1px lightgrey;
    border-radius: 0;
}

.inner-feature img {
    height: auto;
}

.inner-feature .webinar-info {
    padding: 15px;
	overflow:hidden;
}

.inner-feature .webinar-info i {
    color: #ee3639;
    font-size: 20px;
}

.webinar-register {
    width:82%;
    margin: 0 auto;
}

.webinar-image img {
    height: auto;
    width: auto;
}

.inner-feature .webinar-info .first {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    align-items: center;
}

.inner-feature > div{
	position:relative;
	overflow: hidden;
}

.inner-feature div > span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 2px 5px;
    border-radius: 0px;
    background: black;
    color: white;
    font-size: 10px;
}

.category-name h4, .featured h4 {
    color: black;
	margin-bottom:20px;
    float: left;
    z-index: 999999;
    background-color: white;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.category-name h4 span, .featured h4 span {
    color: #b7b0b0;
    font-weight: 400;
	font-size: 18px;
}

.category-name a, .featured a {
    float: right;
    color: #ee3639;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: 6px;
}

.category-name h4:after, .featured h4:after {
    content: '';
    width: 88%;
    height: 1px;
    position: absolute;
    background-color: lightgray;
    top: 18px;
    margin-left: 30px;
    z-index: -1;
    left: 0;
}

.btn-red {
    background-color: #ee3639;
    color: white !important;
    padding: 5px 15px;
    line-height: 12px;
    font-size: 12px !important;
    font-weight: 400 !important;
	border-radius: 0;
}

.category-name {
    padding-bottom: 25px;
    /* border-bottom: 1px solid lightgrey; */
    padding-top: 15px;
}

.whitepaper .inner-feature {
    box-shadow: none !important;
}

.blog-categories {
    padding: 10px;
    box-shadow: 1px 1px 3px 1px lightgrey;
    border-radius: 0px;
	margin-bottom:20px;
	margin-top:10px;
}

.blog-categories h5 {
    text-align: center;
    color: black;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

.blog-categories ul {
    padding-left: 0;
    list-style: none;
}

.blog-categories ul li {
    position: relative;
    left: 5px;
    overflow: hidden;
    /* line-height: normal; */
    height: auto;
    height: 30px;
}

.blog-categories ul li a {
    width: 98%;
    padding: 5px;
    /* border: 1px solid #ee3639; */
    color: #6C6C6C;
    font-size: 14px;
    max-height: 30px;
    /* overflow: hidden; */
    /* line-height: 28px; */
    display: block;
}

.blog-categories ul li:hover {
    border-left: 4px solid #e62928;
    border-radius: 0px;
    text-decoration: none;
}

.blog-categories ul li a:hover {
    margin-left: 2px;
    border: 1px solid #e62928;
    text-decoration: none;
    border-radius: 0px;
}

.inner-feature div > span.date {
    color: gray;
    position: relative;
    margin-left: 10px;
    bottom: 0;
    background: none;
}

.inner-feature .webinar-info a.hashtag , .inner-feature a.hashtag {
    font-size: 10px;
    display: block;
    padding-left: 4px;
    color: #e62928;
}

.owl-carousel .item {
    padding: 10px;
}

a.view-all {
    color: #e62928;
    font-weight: 500;
}

.podcasts .inner-feature {
    padding: 10px;
}

.podcasts .inner-feature .webinar-info{
	padding:0;
}

.podcasts .inner-feature .webinar-info p{margin-top:0px;}

.podcasts .inner-feature img {
    height: 75px;
    float: left;
}

.cyberbrief .inner-feature{
	box-shadow:none;
}

.podcasts .inner-feature h5 {
    position: relative;
    bottom: -30px;
    right: 0;
    width: 66%;
    font-size: 14px;
    float: right;
    font-weight: bold;
}

.podcasts .inner-feature .pull-right.podcast-tag{
	position: absolute;
    top: -9px;
    right: 0;
    line-height: normal;
}

/* new blogs */

section.news-search {
    padding: 50px 0;
    align-items: center;
}

section.news-search span {
    width: 65%;
    display: inline-block;
    position: relative;
}

section.news-search span i {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
}

.news-tags {
    float: right;
    text-align: center;
    justify-content: end;
}

.news-tags ul {
    padding: 0;
    list-style: none;
    display: flex;
}

.news-tags ul li {/* display: flex; */margin: 0 10px;}

.news-tags ul li a {
    padding: 5px 10px;
    background-color: black;
    color: white!important;
    border-radius: 0px;
    overflow: hidden;
    /* line-height: normal; */
    position: relative;
    top: 8px;
    font-size: 14px;
}

.heading_news_title {
    padding: 10px;
    /* margin-bottom: 20px; */
    background-color: #f8f9fa;
    /* color: white; */
    border-left: 4px solid #e62928;
}

.marquee ul li a{
	font-weight:600;
	padding-bottom:15px;
	height:80px;
}

.heading_news_title h5 {
    margin-bottom: 0;
    font-weight: 700;
}

.filter-left {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.filter-left img {
    float: left;
	height: 200px;
    margin-right: 10px;
}

.filter-left .news-date {
    float: left;
	padding: 12px;
    box-shadow: 1px 1px 1px 1px lightgrey;
    width: 70px;
    border-radius: 50%;
    height: 70px;
    position: relative;
    top: 65px;
    overflow: hidden;
    height: 70px;
    text-align: center;
    /* margin-right: 10px; */
}

.filter-left .news-grid {
    /* float: right; */
    width: 85%;
    padding: 5px;
    box-shadow: 1px 1px 3px 1px lightgrey;
    border-radius: 0px;
    margin-left: 15px;
	position: relative;
}

.filter-left .news-date p {
    color: #e62928;
    font-weight: bolder;
    font-size: 30px;
    line-height: 25px;
	margin-bottom: 0;
}

.filter-left .news-grid h6 {
    color: #000000!important;
    font-weight: 700;
	margin-top: 5px;
	text-align: justify;
	padding: 0 15px;	
}

.filter-left .news-grid a {
    color: #333333;
	font-size: 14px;
	
}

.filter-left .news-grid span.news-tag {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 10px;
    background-color: black;
    color: white;
    font-size: 12px;
}

.owl-carousel.testimonial.owl-theme {
    padding: 10px;
    background-color: rgb(0 0 0 / 50%);
    color: white;
    border-radius: 0px;
    width: 75%;
    float: right;
}

.owl-carousel.testimonial.owl-theme a {
    color: white;
}

.owl-carousel.testimonial.owl-theme a:hover {
    text-decoration: none;
}

.getting-started.elementor.elementor-9618 {
	width: 65%;
	float: right;
}

.getting-started.elementor.elementor-9618 .elementor-widget-heading {
	padding: 10px;
	background-color: #E62928;
	color: white !important;
	text-align: center;
	font-weight: 900;
	margin-bottom: 0;
}

.getting-started.elementor.elementor-9618 .elementor-widget-heading h2 {
	color: white;
	font-size: 24px !important;
	font-weight: 700;
	line-height: 34px;
}

.getting-started.elementor.elementor-9618 .elementor-element {
	/* background-color: white; */
}

.getting-started.elementor.elementor-9618 .elementor-element form.elementor-form {
	background-color: white;
	padding: 5px 5px;
}

.getting-started.elementor.elementor-9618 .elementor-element form.elementor-form input, .getting-started.elementor.elementor-9618 .elementor-element form.elementor-form select {
	padding: 10px 10px;
	margin-bottom: 15px;
	margin: 10px 10px;
	background-color: #f6f7f8;
	border-radius: 0;
	border-color: #f8f8f8;
	font-size: 14px;
}

.getting-started.elementor.elementor-9618 label{
	padding-left:10px;
}

.getting-started.elementor.elementor-9618 .elementor-select-wrapper .select-caret-down-wrapper{
	inset-inline-end: 25px;
}

.getting-started.elementor.elementor-9618 button {
    background-color: #EC2024;
    color: white;
    /* min-height: 30px !important; */
    padding: 015px 035px 15px 035px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 900;
	letter-spacing: 1.3px;
}

.filter-left .news-grid div:first-child {
	width: 45%;
}

.buzz-right {
    padding-top: 20px;
    box-shadow: 0px 1px 2px 0px lightgrey;
}

section.blog-filter .col-md-3{
    position: sticky;
    /* left: 0; */
    top: 10%;
    /* width: 25%; */
    position: -webkit-sticky;
    overflow: auto;
    min-height: 700px;
    height: 1000px;
}

.morecontent span {
    display: none;
}

.whitepaper .inner-feature img {
    padding-top: 15px;
}

.hide-scrollbar::-webkit-scrollbar {
  display:none;
}
.data-list {
  height:400px;
  width:100%;
  overflow-y:hidden;
}

section.news-filters .col-md-4 {
    position: sticky;
    min-height: 500px;
    overflow: auto;
    height: 500px;
    top: 10%;
}
.marquee ul li span {
	position:absolute;     
	right:0px;
	bottom:0;
	display:block;
	width:100%;
padding-top:15px;
text-align:right;
}

@media screen and (max-width: 2000px) and (min-width: 1600px) {
	.container{
		max-width:1640px;
	}
	
	.inner-feature img {
		height: 200px;
		width: 100%;
	}
	
	.main-webinar{
		margin: 0 60px;
	}
	
	.webinar-register {
		width: 75%;
		margin: 0 auto;
	}
	
	.webinar-content .webinar-info h6 {
		font-size: 16px;
	}
	
	.webinar-content .webinar-info p {
		font-size: 12px;
	}
	
	.inner-feature .webinar-info h6{
		font-size: 16px;
	}
	
	.inner-feature .webinar-info p{
		font-size: 14px;
	}
	
	section.main-banner img {
		height: auto;
		width: auto;
	}
	
	section.main-banner h1 {
		color: white;
		font-weight: 900;
		font-family: 'overpass';
		font-size: 60px;
	}
	
	.filter-left img{
		height: 300px;
	}
	
	.filter-left .news-grid h6{
		font-size:24px;
		/* min-height: 120px; */
		font-weight: 900;
	}
	
	.filter-left .news-grid p {
		font-size: 20px;
	}
	.filter-left .news-grid a{
		font-size: 20px;
		background-color: #EE363C;
		color: white !important;
		padding: 5px 15px;
		line-height: 12px;
		font-weight: 400 !important;
		border-radius: 0;
		margin-right: 15px;
	}
	
	.getting-started.elementor.elementor-9618 {
		width: 55%;
		float: right;
	}

	.getting-started.elementor.elementor-9618 .elementor-widget-heading {
		padding: 20px 0;
		background-color: #E62928;
		color: white !important;
		text-align: center;
		font-weight: 900;
		margin-bottom: 0;
	}

	.getting-started.elementor.elementor-9618 .elementor-widget-heading h2 {
		color: white;
		font-size: 24px !important;
		font-weight: 700;
		line-height: 34px;
	}

	.getting-started.elementor.elementor-9618 .elementor-element {
		/* background-color: white; */
	}

	.getting-started.elementor.elementor-9618 .elementor-element form.elementor-form {
		background-color: white;
		padding: 10px 15px;
	}

	.getting-started.elementor.elementor-9618 .elementor-element form.elementor-form input, .getting-started.elementor.elementor-9618 .elementor-element form.elementor-form select {
		padding: 15px 10px;
		margin-bottom: 15px;
		margin: 10px 10px;
		background-color: #f6f7f8;
		border-radius: 0;
		border-color: #f8f8f8;
	}

	.getting-started.elementor.elementor-9618 label{
		padding-left:15px;
	}

	.getting-started.elementor.elementor-9618 .elementor-select-wrapper .select-caret-down-wrapper{
		inset-inline-end: 25px;
	}

	.getting-started.elementor.elementor-9618 button {
		/* background-color: #EE363C; */
		color: white;
		border-radius: 0;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	
	.whitepaper .inner-feature img, .cyberbrief .inner-feature img {
		height: 200px;
		float: none;
		width: auto;
		padding-top: 15px;
	}
	
	.podcasts .inner-feature img {
		height: 115px;
		float: left;
		width: auto;
	}
	
	.podcasts .inner-feature h5{
		bottom:-65px;
	}
	
	.podcasts .inner-feature .pull-right.podcast-tag{
		top:0;
	}
}

.pagination-link ul {
  margin: 0; 
  padding: 0;
}
.pagination-link ul li {
  display: inline; 
  margin: 3px; 
  padding: 4px 8px; 
  background: #FFF; 
  color: black; 
}
.pagination-link ul li.active:hover {
  cursor: pointer;
  background: #1E8CBE; 
  color: white; 
  }
.pagination-link ul li.inactive {
  background: #7E7E7E;
  }
.pagination-link ul li.selected {
  background: #1E8CBE;
  color: white;
}
.role-list {
    max-height: 200px;
    overflow: auto;
}
.role-list label {
    font-weight: normal;
    line-height: normal;
	cursor: pointer; 
}

.role-list input {
    margin-right: 10px;
}
.hide-section{
	display:none;
}