/*news-page start*/
.overlay-banner .blue-bg {
	z-index: 1;
}

.hero-banner.news-category {
	height: 300px;
}

.news-category .back-btn {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 240px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.news-category .back-btn.btn-right {
	color: #545454;
}

.news-category .back-btn i {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.news-category .back-btn.btn-right i {
	margin: 0 0 0 10px;
}

.news-category .back-btn:hover {
	color: #00b7f1;
}

.hero-banner.news-category.event-page h1 {
	background-color: #d0d3e8;
	color: #171717;
}

.hero-banner.news-category h1 {
	top: 75%;
	font-size: 21px;
	line-height: 25px;
	font-family: fibra-ultralight;
	background-color: #00b7f1;
	padding: 10px 20px;
	border-radius: 5px;
}

.fetures-section {
	padding: 0 0 50px;
}

.fetures-section .news-hidden-text {
	display: none;
}

.resource-feature,
.news-feature {
	margin: -115px 0 0;
}

.fetures-section .pin {
	right: 15px;
	bottom: 10px;
}

.card-wrapper {
	padding: 0 10px;
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}

.card-img {
	display: block;
	width: 100%;
	min-height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.card-img img {
	display: none;
}

.fetures-section .card-body {
	padding: 20px 30px;
}

/*.fetures-section .card-body:after { content: ''; position: absolute; bottom: 20px; right: 30px; width: 70px; height: 35px; background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 45%); }*/
.card-body .btn-primary {
	margin: 0 0 10px;
}

.news-btn {
	background-color: #00b7f1;
}

.press-btn {
	background-color: #250b48;
}

.event-btn {
	background-color: #d0d3e8;
	color: #171717;
}

.brand-btn {
	background-color: #496cff;
}

.news-btn:hover {
	background-color: #2196f3 !important;
}

.press-btn:hover {
	background-color: #0f1139 !important;
}

.event-btn:hover {
	background-color: #b5b9d9 !important;
}

.brand-btn:hover {
	background-color: #3f51b5 !important;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-shadow: 0 0 29px rgba(49, 52, 118, 0.11);
	box-shadow: 0 0 29px rgba(49, 52, 118, 0.11);
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;	/*background-color: #fff;*/
}

.card a {
	height: 100%;
}

.card.box-hover:hover {
	-webkit-box-shadow: 0 0 25px rgba(49, 52, 118, 0.11), 0 20px 15px rgba(49, 52, 118, 0.11) !important;
	box-shadow: 0 0 25px rgba(49, 52, 118, 0.11), 0 20px 15px rgba(49, 52, 118, 0.11) !important;
	cursor: pointer;
}

.card h3.card-title {
	font-size: 18px !important;
	line-height: 30px;
	color: #000000;
	padding: 0 30px 0 0;
	font-family: fibra-regular;
	max-height: 120px;
	overflow: hidden;
}

.card-body {
	background: #ffffff;
	height: 100%;
}

.news-coverage-section {
	padding: 0 0 70px;
}

.section-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 35px;
}

.section-heading .btn-primary:after {
	content: '';
	position: absolute;
	top: 12px;
	width: 1000px;
	left: 110%;
	height: 2px;
	background-image: -o-linear-gradient(left, #cfd3d7 0%, rgba(207, 211, 215, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#cfd3d7), to(rgba(207, 211, 215, 0)));
	background-image: linear-gradient(90deg, #cfd3d7 0%, rgba(207, 211, 215, 0) 100%);
}

.text-btn {
	font-size: 12px;
	line-height: 16px;
	color: #afb1c3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.text-btn:hover .fa-angle-right {
	transform: translateX(4px);
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
}

.grey-text {
	color: #afb1c3;
}

.purple-text {
	color: #250b48;
}

.light-blue-text {
	color: #00b7f1;
}

.text-btn .fa-angle-right {
	margin: 0 0 0 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.content-wrappper.three-blocks {
	margin: 0 -10px;
}

.three-block-wrapper {
	padding: 0 10px;
	width: 33.33%;
	margin: 0 0 20px;
}

.three-block-wrapper > a {
	display: block;
	height: 100%;
}

.three-block-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 226px;
	height: 100%;
	padding: 35px 40px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 25px rgba(49, 52, 118, 0.12);
	box-shadow: 0 0 25px rgba(49, 52, 118, 0.12);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.three-block-content.box-hover:hover {
	-webkit-box-shadow: 0 15px 18px rgba(49, 52, 118, 0.12) !important;
	box-shadow: 0 15px 18px rgba(49, 52, 118, 0.12) !important;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.three-block-content .content-block h4 {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-family: fibra-regular;
}

.three-block-content.news-block {
	position: relative;
}

.three-block-content.news-block .content-block h4 {
	padding: 0 35px 0 0;
	max-height: 90px;
	overflow: hidden;
}

.three-block-content.news-block .fa-external-link-square {
	color: #d0d3e8;
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	right: 15px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.three-block-content.news-block:hover .fa-external-link-square {
	color: #000000;
}

.press-section {
	padding: 0 0 70px;
}

.content-wrappper.two-blocks {
	margin: 0 -10px;
}

.two-block-wrapper {
	padding: 0 10px;
	width: 50%;
	margin: 0 0 20px;
}

.more-events .press-section .year-wrapper .left-col {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.more-events .press-section .two-block-wrapper {
	width: 100%;
	padding: 0;
}

.more-events .press-section .two-block-wrapper .two-block-content {
	min-height: 160px;
}

.one-block-content .right-block-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.year-wrapper .one-block-content.has-image .left-block,
.year-wrapper .one-block-content.has-image .right-block {
	width: 100%;
}

.year-wrapper .one-block-content.has-image .left-block {
	margin: 0 0 10px;
}

.two-block-wrapper > a {
	display: block;
	height: 100%;
}

.two-block-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 226px;
	height: 100%;
	padding: 35px 40px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 25px rgba(49, 52, 118, 0.12);
	box-shadow: 0 0 25px rgba(49, 52, 118, 0.12);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.one-block-wrapper h4,
.two-block-wrapper h4 {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}

.one-block-wrapper .two-block-content {
	margin: 0 0 20px;
	min-height: 160px;
}

.one-block-wrapper:last-of-type .two-block-content {
	margin: 0;
}

.one-block-wrapper {
	width: 100%;
}

.one-block-wrapper a {
	display: block;
}

.bg-grey .content-block h4 {
	position: relative;
}

.bg-grey .last:after {
	background: -o-linear-gradient(left, rgba(249, 249, 249, 0), rgba(249, 249, 249, 1) 85%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), color-stop(85%, rgba(249, 249, 249, 1)));
	background: linear-gradient(to right, rgba(249, 249, 249, 0), rgba(249, 249, 249, 1) 85%);
	height: 30px;
}

.two-block-content.press-block .content-block {
	position: relative;
}

.term-press-releases .two-block-content.press-block .content-block h4 {
	max-height: 60px;
	overflow: hidden;
}

.two-block-content.press-block .content-block h4 {
	padding: 0 10px 0 0;
	font-family: fibra-regular;
}

.two-block-content.press-block .img-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 30px;
}

.one-block-content.press-block .img-block i,
.two-block-content.press-block .img-block i {
	width: 21px;
	height: 18px;
}

.three-block-content.news-block .img-block i {
	height: auto;
}

.three-block-content.news-block .img-block i img,
.three-block-content.news-block .img-block i svg {
	position: static;
	max-width: 150px;
	max-height: 30px;
	height: 100%;	/*filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		opacity: 0.2;*/
		transition: all 1s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
	}

/*
.three-block-content.news-block:hover .img-block img,
.three-block-content.news-block:hover .img-block svg {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	opacity: 1;
}
*/
.img-block i {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	font-style: normal;
}

.img-block i img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.img-block img.hover-img {
	opacity: 0;
	visibility: hidden;
}

.box-hover:hover .img-block img.hover-img {
	opacity: 1;
	visibility: visible;
}

.box-hover:hover .img-block img.default-img {
	opacity: 0;
	visibility: hidden;
}

.grey-text {
	color: #d0d3d8 !important;
}

.two-block-content.press-block .img-block h4 {
	display: inline-block;
	position: relative;
	font-family: fibra-ultralight;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.two-block-content:hover .img-block h4.grey-text {
	color: #000000 !important;
}

.news-list > a {
	display: block;
}

.has-left-border {
	position: relative;
	padding: 0 0 0 30px;
}

.has-left-border:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 15px;
	width: 1px;
	height: 54px;
	background-image: -o-linear-gradient(bottom, rgba(207, 211, 215, 0) 0%, #cfd3d7 50%, rgba(207, 211, 215, 0) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(207, 211, 215, 0)), color-stop(50%, #cfd3d7), to(rgba(207, 211, 215, 0)));
	background-image: linear-gradient(0deg, rgba(207, 211, 215, 0) 0%, #cfd3d7 50%, rgba(207, 211, 215, 0) 100%);
}

.two-block-content.box-hover:hover {
	-webkit-box-shadow: 0 0 25px rgba(49, 52, 118, 0.1), 0 30px 10px -10px rgba(49, 52, 118, 0.1) !important;
	box-shadow: 0 0 25px rgba(49, 52, 118, 0.1), 0 30px 10px -10px rgba(49, 52, 118, 0.1) !important;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.event-section {
	padding: 0 0 70px;
}

.event-section .event-hidden-text {
	display: none;
}

.event-section > a {
	display: inline-block;
}

.one-block-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 134px;
	height: 100%;
	padding: 35px 40px;
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 25px rgba(49, 52, 118, 0.12);
	box-shadow: 0 0 25px rgba(49, 52, 118, 0.12);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.one-block-content:hover h4.grey-text {
	color: #000000 !important;
}

.one-block-content h4 {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-family: fibra-regular;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.one-block-content .left-block h4 {
	font-family: fibra-ultralight;
}

.one-block-content .left-block {
	width: 22%;
}

.one-block-content .right-block {
	width: 78%;
}

.one-block-content.event-block .right-block h4 {
	padding: 0 130px 0 0;
}

.one-block-content.box-hover:hover {
	-webkit-box-shadow: 0 55px 10px -40px rgba(49, 52, 118, 0.1) !important;
	box-shadow: 0 55px 10px -40px rgba(49, 52, 118, 0.1) !important;
	transform: translateY(-12px);
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	-o-transform: translateY(-12px);
}

.brands-section {
	padding: 0 0 130px;
}

.three-block-content.brand-block {
	padding: 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 100%;
}

.three-block-content.brand-block .img-wrapper {
	min-height: 100px;
	height: 100%;
	background-position: center top;
}

.three-block-content.brand-block .content-block h4.grey-text {
	font-family: fibra-ultralight;
}

.brand-block .content-block {
	padding: 35px 40px;
}

/********* press relase css ********/
.banner-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000;
	opacity: 0.45;
}

.gradient-overlay {
	position: relative;
}

.gradient-overlay:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: -1;
}

.press-release-banner {
	min-height: 500px;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000;
}

.press-release-banner .banner-image {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 1;
}

.press-release-page .data-rise {
	margin: 50px 0 20px;
}

.press-release-banner .banner-content {
	width: 100%;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 940px;
	padding: 50px 15px 80px;
	height: 100%;
}

.press-release-page .singleNews-section .news-body ul li::after {
	top: 14px;
}

.press-release-banner * {
	color: #fff;
}

.press-release-banner h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}

.press-release-banner p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.press-release-banner .bg-blue {
	background: #250b48;
	margin-bottom: 15px;
}

.press-release-page .data-rise p {
	font-family: fibra-light;
	line-height: 2 !important;
}

.press-footer-sec {
	background: #f9f9f9;
	padding: 75px 30px 85px;
}

.press-footer-sec p {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.95 !important;
	font-weight: 400;
	letter-spacing: -0.15px;
	margin-bottom: 30px;
}

.press-footer-sec p:last-child {
	margin-bottom: 0;
}

.press-footer-sec .container {
	width: 100%;
	max-width: 940px;
	padding: 0 15px;
}

.press-footer-sec p a {
	color: #00b7f1;
	position: relative;
	word-break: break-all;
}

.press-footer-sec p strong {
	display: block !important;
	margin-top: 38px;
	margin-bottom: 8px;
	line-height: 1;
}

.press-footer-sec h2 {
	font-size: 24px;
	width: 100%;
	font-weight: 700;
	margin: 0 auto 15px;
}

.press-release-page .singleNews-section .news-head h3 {
	display: none;
}

.press-release-page .singleNews-section .news-body p,
.press-release-page .singleNews-section .news-body ul li {
	font-size: 16px;
	line-height: 2 !important;
	color: #171717;
	font-weight: 400;
	margin: 0 0 25px;
}

.press-release-page .singleNews-section .news-body p a,
.press-footer-sec p a {
	color: #00b7f1;
	display: inline;
	background-image: -o-linear-gradient(left, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#00b7f1), to(rgba(207, 211, 215, 0)));
	background-image: linear-gradient(to right, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	-webkit-transition: background-size  0.5s ease-in-out 0.2s;
	-o-transition: background-size  0.5s ease-in-out 0.2s;
	transition: background-size  0.5s ease-in-out 0.2s;
	padding-bottom: 3px;
}

.press-release-page .singleNews-section .news-body p a:hover,
.press-release-page .singleNews-section .news-body p a:focus,
.press-footer-sec p a:hover,
.press-footer-sec p a:focus {
	background-size: 100% 1px;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

blockquote {
	padding: 0 0 20px 70px;
	margin-top: 50px;
	position: relative;
	margin-bottom: 50px;
}

blockquote:after {
	position: absolute;
	content: "";
	top: 14px;
	bottom: 0;
	height: calc(100% - 18px);
	left: 0;
	width: 3px;
	background-image: -moz-linear-gradient(90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 100%);
}

blockquote p {
	font-size: 24px !important;
	font-weight: 400;
	line-height: 2 !important;
	color: #171717;
	font-weight: 400;
	font-family: fibra-light;
}

.press-release-page .singleNews-section .news-body ul {
	padding-left: 0;
}

/************* Blog CSS ***********/
.blogSingle-section .blog-content ul {
	padding-left: 0;
	margin-top: 30px;
	font-size: 14px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.blogSingle-section .blog-content ul li {
	font-size: 16px;
	line-height: 2 !important;
	color: #171717;
	font-weight: 400;
	margin: 0 0 10px;
	text-align: left;
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	font-family: 'fibra-light';
}

.blogSingle-section .blog-content ul li > ul {
	margin: 10px 0 10px 10px;
}

.blogSingle-section .blog-content ul li::after,
.blogSingle-section .blog-content ul.style-dise li::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	top: 13px;
	left: 0;
	background-color: #00b7f1;
	bottom: auto;
}

.blogSingle-section .blog-content ul li > ul li::after,
.blogSingle-section .blog-content ul.style-dise li > ul li::after {
	border: none;
	width: 5px;
	height: 5px;
	top: 15px;
}

.blogSingle-section .blog-content p {
	font-size: 16px;
	line-height: 2 !important;
	color: #171717;
	font-weight: 400;
	margin: 0 0 25px;
	font-family: fibra-light;
}

.blogSingle-section .blog-content p a:not(.no-image-hover):not(.show-in-modal) {
	font-size: 16px;
	line-height: 2 !important;
	font-weight: 400;
	color: #00b7f1;
	word-break: break-word;
	display: inline;
	background-image: -o-linear-gradient(left, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#00b7f1), to(rgba(207, 211, 215, 0)));
	background-image: linear-gradient(to right, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	-webkit-transition: background-size 0.5s ease-in-out 0.2s;
	-o-transition: background-size 0.5s ease-in-out 0.2s;
	transition: background-size 0.5s ease-in-out 0.2s;
	padding: 0 0 3px;
	background-color: transparent;
}

.blogSingle-section .blog-content ul li a:not(.no-image-hover):not(.show-in-modal),
.blogSingle-section .blog-content ol li a:not(.no-image-hover):not(.show-in-modal) {
	font-size: 16px;
	line-height: 2 !important;
	font-weight: 400;
	color: #00b7f1;
	word-break: break-word;
	display: inline;
	background-image: -o-linear-gradient(left, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#00b7f1), to(rgba(207, 211, 215, 0)));
	background-image: linear-gradient(to right, #00b7f1 0%, rgba(207, 211, 215, 0) 100%);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	-webkit-transition: background-size 0.5s ease-in-out 0.2s;
	-o-transition: background-size 0.5s ease-in-out 0.2s;
	transition: background-size 0.5s ease-in-out 0.2s;
	padding: 0 0 3px;
	background-color: transparent;
}

.blogSingle-section .blog-content p .glossary-tooltip a:not(.no-image-hover):not(.show-in-modal),
.blogSingle-section .blog-content ul li .glossary-tooltip a:not(.no-image-hover):not(.show-in-modal) {
	white-space: pre;
}

.glossary-tooltip a {
	background-image: none !important;
}

.blogSingle-section .blog-content ol {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	margin-left: 62px !important;
}

.blogSingle-section .blog-content p a:not(.no-image-hover):not(.show-in-modal):hover,
.blogSingle-section .blog-content p a:not(.no-image-hover):not(.show-in-modal):focus,
.blogSingle-section .blog-content ol li a:not(.no-image-hover):not(.show-in-modal):hover,
.blogSingle-section .blog-content ol li a:not(.no-image-hover):not(.show-in-modal):focus {
	background-size: 100% 1px;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.single-post .table_wrapper table {
	overflow-x: scroll;
}

.single-post .table_wrapper tr td {
	width: auto !important;
}

.single-post .blogSingle-section iframe {
	width: 100%;
}

.single-post .table_wrapper tr td:first-child {
	max-width: 10%;
}

.single-post .table_wrapper tr td:nth-child(2) {
	max-width: 39%;
}

.single-post .table_wrapper tr td:last-child {
	max-width: 51%;
}

.single-post .table_wrapper tr td span {
	font-size: 16px;
}

.year-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.year-wrapper .left-col {
	max-width: 11%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 11%;
	-ms-flex: 0 0 11%;
	flex: 0 0 11%;
	padding-right: 30px;
	position: relative;
}

.year-wrapper .left-col .item-list {
	padding: 55px 0;
	position: relative;
}

.year-wrapper .left-col:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-image: -moz-linear-gradient(90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 50%, rgba(0, 183, 241, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 50%, rgba(0, 183, 241, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 50%, rgba(0, 183, 241, 0) 100%);
	width: 2px;
	height: 100%;
	max-height: 300px;
}

.year-wrapper .year-list {
	list-style: none;
}

.year-wrapper .item-list {
	margin: 0;
}

.year-wrapper .year-list li {
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 1.5;
}

.year-wrapper .year-list li:last-of-type {
	margin: 0;
}

.year-wrapper .item-list a {
	display: block;
	font-size: 20px;
	line-height: 1.3;
	color: #d0d3d8;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.year-wrapper .year-list li.selected a,
.year-wrapper .year-list li a:hover {
	color: #000;
}

.year-wrapper .item-list a.dropdown-list {
	display: none
}

.year-wrapper .item-list a.dropdown-list span {
	display: flex;
	align-items: center;
	word-break: break-all;
	white-space: normal;
}

.year-wrapper .item-list a.dropdown-list .dropdown-arrow {
	font-size: 14px;
	display: inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.year-wrapper .item-list.show-list a.dropdown-list .dropdown-arrow {
	transform: rotate(180deg);
}

.year-wrapper .right-col {
	width: 100%;
}

.year-wrapper.has-years .right-col {
	max-width: 89%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 89%;
	-ms-flex: 0 0 89%;
	flex: 0 0 89%;
	padding-left: 85px;
}

.news-list a:last-of-type .one-block-content {
	margin: 0;
}

.blog-content .glossary-tooltip.right .glossary-tooltip-content {
	margin: 0 0 20px 0;
	left: auto !important;
	right: 0 !important;
}

.blog-content .glossary-tooltip.right .glossary-tooltip-content:after {
	right: 10% !important;
	left: auto !important;
}

.blog-content .glossary-tooltip.left .glossary-tooltip-content {
	left: 110px !important;
}

.blog-content .glossary-tooltip.left .glossary-tooltip-content:after {
	left: 25%;
}

.blog-content .glossary-tooltip.bottom {
	z-index: inherit;
}

.blog-content .glossary-tooltip.bottom .glossary-tooltip-content {
	bottom: auto;
	top: calc(100% + 10px) !important;
}

.blog-content .glossary-tooltip.bottom .glossary-tooltip-content:after {
	top: -20px;
	bottom: auto;
	border-top-color: transparent;
	border-bottom-color: #d9d9d9;
}

/*Career job post csss*/
.job-post-block {
	padding: 145px 50px 65px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	min-height: 625px;
}

.job-post-block .img-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.job-post-block .img-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(44, 186, 253, 0.9);
}

.job-post-block.no-bg .img-wrapper:after {
	background-color: #2cbafd;
}

.job-post-block  .inner-wrapper {
	margin: 0 0 15px;
}

.job-post-block  .inner-wrapper,
.job-post-block .post-link {
	position: relative;
	z-index: 10;
}

.job-post-block .img-block {
	display: block;
	margin: 0 0 40px;
}

.job-post-block h2 {
	font-size: 45px;
	line-height: 1.3;
	color: #000000;
	font-family: fibra-bold;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.job-post-block h2 span {
	font-size: inherit;
	line-height: inherit;
	display: block;
	letter-spacing: 5px;
	color: #fff;
	font-family: fibra-light;
	font-weight: normal;
	margin: 20px 0 0;
}

.job-post-block .post-link {
	font-size: 25px;
	line-height: 1;
	color: #000000;
	margin-top: auto;
	word-break: break-word;
}

.job-description .job-wrapper {
	margin-top: -200px;
}

#loader {
	position: absolute;
	left: 50%;
}

.has-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: inherit;
	-webkit-align-items: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 !important;
}

.row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.has-image .img-wrapper {
	max-width: 30%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.has-image .right-block-wrapper {
	max-width: 70%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 70%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	padding: 35px 40px;
}

.event-btn-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-record-event {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.full-width-video {
	padding: 50% 0 0;
	position: relative;
}

.full-width-video iframe {
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*Overview page*/
.solution-feature {
	margin: -115px 0 0;
	padding: 0 0 75px;
}

.solution-feature .card {
	-webkit-filter: drop-shadow(0 0 14.5px rgba(49, 52, 118, 0.11));
	filter: drop-shadow(0 0 14.5px rgba(49, 52, 118, 0.11));
	-webkit-box-shadow: none;
	box-shadow: none;
}

.solution-feature .card-img {
	min-height: 250px;
}

.solution-feature .card-wrapper {
	margin: 0 0 30px;
	padding: 0 15px;
}

.solution-feature .card-body {
	padding: 20px 28px 35px;
}

.solution-feature .card-body h4 {
	font-size: 20px;
	line-height: 1.4;
	font-family: fibra-bold;
	color: #000;
	margin: 0 0 10px;
}

.solution-feature .card-body p {
	font-size: 16px;
	line-height: 28px;
	color: #171717;
}

.solution-feature .pin {
	transform: none;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
}

.solution-feature .card:hover .fas.fa-external-link-square.pin {
	color: #000;
}

.img-wrapper.contain {
	background-size: contain;
}

.img-wrapper.center {
	background-position: center;
}

/*New two block css*/
.two-blocks-wrapper {
	display: block;
	max-width: 820px;
	width: 100%;
}

.two-blocks-wrapper.center {
	margin: 0 auto;
}

.two-blocks-wrapper.right {
	margin-left: auto;
}

.two-blocks-wrapper .two-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 15px;
	filter: drop-shadow(0 0 14.5px rgba(49, 54, 114, 0.11));
	-webkit-filter: drop-shadow(0 0 14.5px rgba(49, 54, 114, 0.11));
	background-color: #171717;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.two-blocks-wrapper .two-block:hover {
	filter: drop-shadow(0 10px 15px rgba(49, 54, 114, 0.11));
	-webkit-filter: drop-shadow(0 10px 15px rgba(49, 54, 114, 0.11));
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

.two-blocks-wrapper.light .two-block {
	-webkit-filter: drop-shadow(0 0 14.5px rgba(49, 54, 114, 0.11));
	filter: drop-shadow(0 0 14.5px rgba(49, 54, 114, 0.11));
	background-color: #ffffff;
}

.two-blocks-wrapper.light .two-block:hover {
	webkit-filter: drop-shadow(0 10px 15px rgba(49, 54, 114, 0.11));
	filter: drop-shadow(0 10px 15px rgba(49, 54, 114, 0.11));
}

.two-blocks-wrapper .img-block {
	max-width: 41%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41%;
	flex: 0 0 41%;
	background-image: linear-gradient(-33deg, #000000 0%, #171717 100%);
	padding: 40px;
}

.two-blocks-wrapper.light .img-block {
	background-image: linear-gradient(-33deg, #ededed 0%, #ffffff 100%);
}

.two-blocks-wrapper .content-block {
	max-width: 59%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 59%;
	flex: 0 0 59%;
	padding: 44px 75px;
}

.two-blocks-wrapper .content-block .label {
	font-size: 13px;
	line-height: 1.3;
	color: #171717;
	padding: 6px 13px;
	border-radius: 5px;
	background-color: #69e7d0;
	display: inline-block;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.two-blocks-wrapper .content-block h6 {
	font-size: 21px;
	line-height: 1.5;
	color: #fff;
	font-family: fibra-samibold;
	margin: 0 0 20px;
	letter-spacing: -0.5px;
}

.two-blocks-wrapper.light .content-block h6 {
	color: #000;
}

.two-blocks-wrapper .content-block h6 span {
	color: #00b7f1;
}

.two-blocks-wrapper .content-block .inner-link {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	color: #4fb6ec;
	font-family: fibra-samibold;
}

.two-blocks-wrapper .content-block .inner-link .right-arrow {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}

.two-blocks-wrapper .two-block:hover .content-block .inner-link .right-arrow {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

.speaker-block-wrapper {
	display: flex;
	align-items: flex-start;
	margin: 43px 0 60px;
}

.speaker-block-wrapper .speaker-block-img {
	flex: 0 0 240px;
	max-width: 240px;
	padding-right: 40px;
}

.speaker-block-logo {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}

.speaker-social-icons {
	display: flex;
}

.speaker-block-wrapper .speaker-block-img img {
	width: 100%;
	border-radius: 10px;
}

.speaker-social-icons .social-icons-wrapper a {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-right: 50px;
	color: #000;
	font-size: 12px;
	letter-spacing: 2px;
}

.speaker-block-title {
	margin: 25px 0px;
}

.speaker-block-title h3,
.speaker-block-title p {
	margin-bottom: 10px;
}

.speaker-block .speaker-block-wrapper .speaker-block-content .speaker-block-logo img {
	max-height: 23px;
	max-width: 75px;
	height: auto;
	width: auto;
}

.speaker-block-title p {
	font-size: 20px;
	max-width: 350px;
	color: #636363;
	line-height: 1.2 !important;
}

.speaker-social-icons .social-icons {
	background-color: #00B7F1;
	height: 25px;
	width: 25px;
	margin-right: 6px;
	padding: 7px;
	border-radius: 50%;
}

.speaker-social-icons .social-icons img {
	height: 100%;
	width: 100%;
	display: block;
}

.speaker-social-icons .social-icons.linkedin-icons {
	background-color: #007bb6;
}

.calender-time-section {
	margin-bottom: 38px;
}

.calender-time-section .links-block li i {
	color: #898989;
	font-size: 12px;
	margin-right: 5px;
}

.calender-time-section .links-block li {
	position: relative;
	padding: 5px 0;
	list-style-type: none;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	margin-right: 11px;
}

.calender-time-section .links-block li.event-hours {
	padding-left: 16px;
}

.data-rise .form-wrapper span.bg-blue {
	margin-bottom: 20px;
	background-color: #d0d3e8;
	color: #171717;
}

.calender-time-section .links-block li.event-hours:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-image: -o-linear-gradient(bottom, rgba(207, 211, 215, 0) 0%, #00b7f1 50%, rgba(207, 211, 215, 0) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(207, 211, 215, 0)), color-stop(50%, #00b7f1), to(rgba(207, 211, 215, 0)));
	background-image: linear-gradient(0deg, rgba(207, 211, 215, 0) 0%, #00b7f1 50%, rgba(207, 211, 215, 0) 100%);
}

/* 23-03 */
.session-content-section {
	margin-top: 30px;
}

.session-content-section .session-block:last-child {
	border-bottom: none;
}

.session-block {
	padding-left: 50px;
	position: relative;
	padding-bottom: 60px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 60px;
}

.session-section {
	margin-top: 70px;
}

.session-block:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 0%, rgba(0, 183, 241, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 0%, rgba(0, 183, 241, 0) 100%);
	width: 2px;
	background-image: -moz-linear-gradient(-90deg, rgba(0, 183, 241, 0) 0%, rgb(0, 183, 241) 0%, rgba(0, 183, 241, 0) 100%);
	height: calc(100% - 60px);
} 

.session-section .session-collapsed-class {
	position: relative;
	max-height: 100px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.session-section .session-collapsed-class:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 72%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 72%);
	height: 90px;
}

.user-panel {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.user-panel.multi-user .panel-wrapper {
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.user-panel.double-user .panel-wrapper {
	flex: 0 0 50%;
	max-width: 50%;
}

.user-panel.single-user .panel-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

.user-panel.single-user .user-name-position {
	display: flex;
	align-items: center;
}

.user-panel.single-user .user-name-position p {
	line-height: 22px !important;
	margin-top: 2px;
}

.user-panel.single-user .user-name-position p span {
	margin-right: 4px;
}

.user-panel.single-user .user-name-position h4,
.user-panel.single-user .user-name-position p {
	margin-bottom: 0;
}

.user-panel .panel-wrapper {
	display: flex;
	align-items: flex-start;
	padding-right: 15px;
	margin-bottom: 25px;
}

.user-panel .panel-wrapper:last-child {
	padding-right: 0;
}

.user-panel .panel-wrapper .user-img {
	width: 100%;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
	height: 50px;
	flex: 0 0 50px;
	max-width: 50px;
}

.user-panel .panel-wrapper .user-img img {
	max-width: 50px;
}

.panel-content .panel-icon {
	max-width: 60px;
	margin-bottom: 5px;
	height: 23px;
}

.panel-content .panel-icon img {
	max-width: 100%;
	max-height: 100%;
}

.session-title h3 {
	margin-bottom: 30px;
}

.user-name-position h4 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 2px;
	font-family: fibra-regular;
}

.user-name-position p {
	font-size: 13px;
	line-height: 1.3 !important;
	margin-bottom: 0;
	color: #999999;
}

.session-detail ul {
	margin-bottom: 40px;
}

.session-detail ul li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
}

.session-detail ul li:after {
	content: '';
	position: absolute; 
	left: 0;
	top: 11px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #00b8ee;
}

.form-wrapper.form-with-text { display: none; }

/*-----------Media---------*/
@media (min-width:768px) {
	.year-wrapper .year-list,
	.year-wrapper .year-list li {
		display: block !important;
	}

}

@media(max-width:1800px) {
	.card h3.card-title {
		padding: 0 50px 0 0;
	}

	.section-heading .btn-primary:after {
		width: 1050px;
	}

	.three-block-content.news-block .content-block h4 {
		padding: 0 60px 0 0;
	}

	.two-block-content.press-block .content-block h4 {
		padding: 0 50px 0 0;
	}

	.one-block-content .left-block {
		width: 21%;
	}

	.one-block-content .right-block {
		width: 79%;
	}

	.one-block-content.event-block .right-block h4 {
		padding: 0 200px 0 0;
	}

}

@media(max-width:1440px) {
	.card h3.card-title {
		padding: 0 20px 0 0;
	}

	.three-block-content.news-block .content-block h4 {
		padding: 0 30px 0 0;
	}

	.two-block-content.press-block .content-block h4 {
		padding: 0;
	}

	.one-block-content.event-block .right-block h4 {
		padding: 0 120px 0 0;
	}

	.blog-content .glossary-tooltip.left .glossary-tooltip-content:after {
		left: 18%;
	}

	.blog-content .glossary-tooltip.left .glossary-tooltip-content {
		left: 130px !important;
		right: auto;
	}

	.blog-content .glossary-tooltip.right .glossary-tooltip-content:after {
		left: 85%;
	}

	.blog-content .glossary-tooltip.right .glossary-tooltip-content {
		left: auto !important;
		right: 0;
	}

}

@media(max-width:1200px) {
	.section-heading .btn-primary:after {
		width: 750px;
	}

	.fetures-section .card-body {
		padding: 20px;
	}

	.card-wrapper {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin: 0 0 25px;
	}

	.resource-feature .card-wrapper:not(:first-child):not(:nth-child(2)),
	.news-feature .card-wrapper:not(:first-child):not(:nth-child(2)) {
		display: none;
	}

	.card h3.card-title {
		padding: 0;
	}

	.three-block-content.news-block .img-block i {
		margin: 0 0 40px;
	}

	.three-block-content.news-block .content-block h4 {
		padding: 0;
	}

	.one-block-content .left-block {
		width: 27%;
	}

	.one-block-content .right-block {
		width: 73%;
	}

	.one-block-content.event-block .right-block h4 {
		padding: 0;
	}

	.pin {
		font-size: 14px;
		right: 10px;
		bottom: 10px;
	}

	.mfp-container {
		padding: 0 25px;
	}

	.year-wrapper .left-col {
		max-width: 10%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
	}

	.year-wrapper.has-years .right-col {
		max-width: 90%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		padding-left: 65px;
	}

	.job-description .job-wrapper {
		padding: 0 20px;
	}

	.form-wrapper.no-form-wrapper { display: none; }
	.data-rise.no-form .event-text-center { display: none; }
	.form-wrapper.form-with-text { display: inline-block !important; padding: 20px 0 40px !important; }
	.data-rise.no-form .main-event-wrapper .form-wrapper.form-with-text .data-rise-detail { display: inline-block; }

}

@media (max-width:1199px) {
	.job-description .job-wrapper {
		margin-top: -180px;
	}

	.job-post-block {
		min-height: 500px;
		padding: 70px 50px 50px;
	}

}

@media(max-width:1024px) {
	.solution-feature,
	.resource-feature,
	.news-feature {
		margin: -60px 0 0;
	}

	.session-block {
		padding-left: 30px;
	}

	.card-img {
		min-height: 200px;
	}

	.press-release-banner .banner-content {
		padding-left: 35px;
		padding-right: 35px;
		max-width: 100%
	}

	.data-rise > div.singleNews-section,
	.press-footer-sec .container {
		max-width: 100%;
	}

	.press-footer-sec {
		padding-left: 0;
		padding-right: 0;
	}

	.press-release-page .container,
	.press-footer-sec .container {
		padding: 0 35px;
	}

}

@media(max-width:992px) {
	.section-heading .btn-primary:after {
		width: 560px;
	}

	.brand-block .content-block {
		padding: 30px 20px
	}

	.fetures-section .pin {
		right: 10px;
	}

	.year-wrapper .left-col {
		max-width: 13%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 13%;
		-ms-flex: 0 0 13%;
		flex: 0 0 13%;
	}

	.year-wrapper.has-years .right-col {
		max-width: 87%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87%;
		-ms-flex: 0 0 87%;
		flex: 0 0 87%;
		padding-left: 60px;
	}

	.job-description .job-wrapper {
		padding: 0;
	}

	.job-post-block h2 span {
		margin: 0;
	}

	.two-blocks-wrapper .img-block {
		padding: 50px;
	}

	.two-blocks-wrapper .content-block {
		padding: 50px;
	}

}

@media(max-width:768px) {
	.card-body .btn-primary {
		margin: 0 0 5px;
	}

	.fetures-section .pin {
		right: 10px;
		bottom: 5px;
	}

	.section-heading .btn-primary:after {
		width: 500px;
	}

	.card h3.card-title {
		font-size: 18px !important;
		line-height: 24px;
	}

	.fetures-section .card-body {
		padding: 15px;
	}

	.solution-feature .card-img {
		min-height: 230px;
	}

	.three-block-content {
		padding: 25px 20px;
	}

	.three-block-content .content-block h4,
	.two-block-wrapper h4,
	.one-block-content h4 {
		font-size: 18px;
		line-height: 25px;
	}

	.two-block-content,
	.has-image .right-block-wrapper {
		padding: 30px 20px;
	}

	.one-block-content {
		padding: 30px 20px;
	}

	.one-block-content .left-block {
		width: 30%;
	}

	.one-block-content .right-block {
		width: 70%;
	}

	.news-coverage-section,
	.press-section,
	.event-section,
	.brands-section {
		padding: 0 0 50px;
	}

	.three-block-content.news-block .content-block h4 {
		max-height: 100px;
	}

	.term-press-releases .two-block-content.press-block .content-block h4 {
		max-height: 50px;
	}

}

@media(max-width:767px) {
	.session-section {
		margin-top: 40px;
	}

	.session-section .session-collapsed-class {
		max-height: 75px;
	}

	.session-section .session-collapsed-class:after {
		background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
		height: 60px;
	}

	.user-panel {
		flex-wrap: wrap;
	}

	.speaker-block-wrapper {
		margin-bottom: 30px;
	}

	.speaker-block-title p {
		font-size: 18px;
	}

	.session-block {
		padding-bottom: 40px;
		margin-bottom: 40px;
		padding-left: 15px;
	}

	.session-block:after {
		height: calc(100% - 40px);
	}

	.user-panel.multi-user .panel-wrapper,
	.user-panel.double-user .panel-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.user-panel.single-user .user-name-position {
		display: block;
	}

	.user-panel.single-user .user-name-position p {
		margin-left: 0;
		margin-top: 0;
	}

	.user-panel.single-user .user-name-position p span {
		display: none;
	}

	.hero-banner.news-category h1 {
		top: 65%;
	}

	.blogSingle-section .blog-content ol {
		margin-left: 43px !important;
	}

	/*popup*/
	.mfp-image-holder .mfp-close {
		height: 30px;
		width: 30px;
		top: 25px;
		right: -15px;
	}

	.mfp-container {
		padding: 0 18px;
	}

	/******press release*********/
	.press-release-banner .banner-content {
		padding: 50px 35px 80px;
	}

	blockquote p {
		font-size: 18px !important;
	}

	blockquote {
		padding-left: 30px;
	}

	blockquote:after {
		top: 10px;
	}

	.press-footer-sec {
		padding: 45px 0px 55px;
	}

	.press-release-banner {
		min-height: 600px;
	}

	.press-release-banner h1 {
		font-size: 20px;
		line-height: 25px;
	}

	.press-release-banner p {
		font-size: 14px;
		line-height: 20px;
	}

	.press-release-page .singleNews-section .news-body ul li::after {
		top: 15px;
	}

	.blogSingle-section .blog-content ul {
		margin-left: 30px;
	}

	.year-wrapper .left-col,
	.year-wrapper.has-years .right-col {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		padding: 0;
	}

	.year-wrapper .left-col {
		margin: 0 0 30px;
		width: 100%;
		position: static;
		z-index: 10;
	}

	.more-events .press-section .year-wrapper .left-col {
		position: static;
	}

	.year-wrapper .left-col:after {
		display: none;
	}

	.year-wrapper .item-list a.dropdown-list {
		display: block;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
		padding: 10px 15px;
		color: #000;
	}

	.year-wrapper .item-list {
		width: 100%;
		position: relative;
		border: 1px solid #d0d3d8;
		border-radius: 5px;
		margin: 0;
	}

	.year-wrapper .left-col .item-list {
		padding: 0;
	}

	.year-wrapper .year-list {
		display: none;
		position: absolute;
		left: -1px;
		right: -1px;
		top: 98%;
		background-color: #fff;
		border: 1px solid #d0d3d8;
		border-radius: 5px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		box-shadow: 0 10px 29px rgba(49, 52, 118, 0.11);
		z-index: 11;
	}

	.year-wrapper .year-list li {
		margin: 0;
		display: block;
	}

	.year-wrapper .year-list li.selected {
		display: none
	}

	.year-wrapper .year-list li a {
		color: #000;
		padding: 15px;
	}

	#loader {
		top: 50%;
	}

	.two-blocks-wrapper .img-block {
		max-width: 45%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
	}

	.two-blocks-wrapper .content-block {
		max-width: 55%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		padding: 40px;
	}

	.two-blocks-wrapper .content-block .label {
		font-size: 12px;
	}

}

@media(max-width:640px) {
	.section-heading .btn-primary:after {
		width: 400px;
	}

	.solution-feature {
		padding: 0 0 60px;
	}

	.hero-banner.solution h1 {
		font-size: 28px;
	}

	.solution-feature .card-body h4 {
		font-size: 18px;
	}

	.solution-feature .card-body p {
		font-size: 14px;
	}

	.solution-feature .card-img {
		min-height: 200px;
	}

	.card-wrapper {
		padding: 0;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.solution-feature .card-wrapper {
		padding: 0;
		margin: 0 0 20px;
	}

	.resource-feature .card-wrapper:not(:first-child),
	.news-feature .card-wrapper:not(:first-child) {
		display: none;
	}

	.resource-feature .card-wrapper,
	.news-feature .card-wrapper {
		margin: 0;
	}

	.card-wrapper:last-child {
		margin: 0;
	}

	.content-wrappper.three-blocks,
	.content-wrappper.two-blocks {
		margin: 0;
	}

	/*
	.card-img {
		min-height: 250px;
	}
	*/
	.card h3.card-title {
		font-size: 20px !important;
	}

	.card-body .btn-primary {
		margin: 0 0 15px;
	}

	.fetures-section .card-body {
		padding: 30px;
	}

	.three-block-wrapper {
		padding: 0;
		width: 100%;
		margin: 0 0 20px;
	}

	.three-block-content {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: 100%;
		padding: 30px;
	}

	.two-block-wrapper {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}

	.more-events .press-section .two-block-wrapper .two-block-content,
	.one-block-wrapper .two-block-content,
	.two-block-content,
	.has-image .right-block-wrapper {
		min-height: 100%;
		padding: 30px;
	}

	.one-block-content {
		padding: 30px;
	}

	.brand-block .content-block {
		padding: 30px;
	}

	.one-block-content .left-block,
	.one-block-content .right-block {
		width: 100%;
	}

	.one-block-content .left-block {
		margin: 0 0 15px;
	}

	.news-coverage-section,
	.press-section,
	.event-section,
	.brands-section {
		padding: 0 0 50px;
	}

	.news-coverage-section.extra-post,
	.press-section.extra-post,
	.event-section.extra-post {
		padding: 50px 0;
	}

	.three-block-content.news-block .img-block i img,
	.three-block-content.news-block .img-block i svg {
		max-width: 110px;
	}

	.two-blocks-wrapper {
		max-width: 500px;
	}

	.two-blocks-wrapper .img-block,
	.two-blocks-wrapper .content-block {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.two-blocks-wrapper .img-block {
		min-height: 400px;
	}

}

@media(max-width:575px) {
	.speaker-block-wrapper > div {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}

	.speaker-block-wrapper {
		flex-wrap: wrap;
	}

	.section-heading .btn-primary:after {
		width: 250px;
	}

	.three-block-content.brand-block .img-wrapper {
		min-height: 200px;
	}

	.two-block-content.press-block .img-block i {
		margin: 4px 0 0;
	}

	.three-block-content .content-block h4,
	.two-block-wrapper h4,
	.one-block-content h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.job-description .job-wrapper {
		margin-top: -150px;
	}

	.job-post-block {
		min-height: 400px;
		padding: 60px 30px 40px;
	}

	.job-post-block .img-block {
		margin: 0 0 30px;
	}

	.job-post-block h2 {
		font-size: 28px;
	}

	.job-post-block .post-link {
		font-size: 20px;
	}

	.has-image .img-wrapper,
	.has-image .right-block-wrapper {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.has-image .img-wrapper {
		min-height: 200px;
	}

	.news-category .back-btn {
		margin-top: 195px;
	}

	.two-blocks-wrapper .img-block {
		min-height: 300px;
		padding: 40px;
	}

	.two-blocks-wrapper .content-block {
		padding: 35px 30px;
	}

	.two-blocks-wrapper .content-block .label {
		padding: 6px 10px;
	}

}

@media(max-width:479px) {
	.hero-banner.news-category h1 {
		font-size: 16px;
		line-height: 21px;
		padding: 7px 15px;
	}

	.section-heading .btn-primary:after {
		width: 130px;
	}

	.fetures-section .card-body,
	.three-block-content,
	.two-block-content,
	.one-block-content,
	.brand-block .content-block {
		padding: 30px 20px;
	}

	.three-block-content.news-block .fa-external-link-square {
		font-size: 14px;
		right: 10px;
	}

	.job-post-block {
		min-height: 350px;
	}

	.job-post-block h2 {
		margin: 0 0 10px;
	}

	.job-post-block .img-block img {
		max-width: 50px;
	}

	.job-post-block .post-link {
		font-size: 16px;
	}

}

@media (max-width:450px) {
	.news-category .back-btn {
		margin-top: 250px;
	}

}

@media (max-width:410px) {
	.card h3.card-title {
		max-height: 95px;
	}

}

@media(max-width:359px) {
	.hero-banner.news-category {
		min-height: 230px;
	}

	.hero-banner.news-category h1 {
		font-size: 15px;
		line-height: 19px;
		padding: 7px 10px;
	}

	.section-heading .btn-primary:after {
		width: 80px;
	}

	.card-img {
		min-height: 170px;
	}

	.job-post-block {
		min-height: 300px;
	}

	.three-block-content.brand-block .img-wrapper {
		min-height: 150px;
	}

	.three-block-content.news-block .fa-external-link-square {
		font-size: 12px;
		right: 7px;
		bottom: 7px;
	}

	.two-block-content.press-block .img-block i {
		width: 10%;
	}

	.news-category .back-btn {
		margin-top: 180px;
	}

	.event-btn-wrapper .back-btn {
		width: 100%;
	}

	.event-btn-wrapper .back-btn:not(:first-child) {
		margin-top: 0;
	}

	.event-btn-wrapper .back-btn:nth-child(2n) {
		text-align: right;
	}

}

/*newS-page end*/