/* base */
html {
	font-size: 0.781vw;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 1.405rem;
	text-align: left;
	font-family: 'Arial';
	line-height: 1.42857143;
	color: #000;
	overflow-x: hidden;
}
.container {
	max-width: 75%;
	width: 100%;
	padding-right: 1.071rem;
	padding-left: 1.071rem;
	padding: 0 2rem;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,
.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,
.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	min-height: 0.063rem;
	padding-right: 1.071rem;
	padding-left: 1.071rem;
}
.row {
	margin-left: -1.071rem;
	margin-right: -1.071rem;
}
@media (max-width: 991px){
	body {
		font-size: 14px;
	}
	html {
		font-size: 10px;
	}
}
@media(max-width: 767px) {
	.container {
		max-width: 100%;
	}
	.news-banner-section .row.analysis-banner{
		display: block !important;
	}
}
.news-banner-section .row.analysis-banner {
	display: block;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	flex-wrap: wrap;
}

/*banner section starts*/
section.news-banner-section {
	margin: 12rem 0 0;
	padding-bottom: 3rem;
	font-family: 'Arial';
}
section.news-banner-section .work-bench {
	margin: 0;
	text-align: left;
	margin-top: 1rem;
}


section.news-banner-section .work-bench h1 {
	font-size: 2.5rem;
	font-weight: 400;
	color: #fff!important;
	width: 85%;
	margin: 0 0 2rem 0;
}
section.news-banner-section .work-bench p {
	font-size: 1.5rem;
	width: 82%;
	color: #fff;
	margin: 0 0 2rem 0;
}
section.news-banner-section .work-bench p a{
	font-size: 1.15rem;
	color: #DCA972!important;
}
section.news-banner-section .work-bench p a:hover{
	color: #21552F;
}
section.news-banner-section .banner-right-img img {
	width: 100%;
	height: 20rem;
	object-fit: contain;
}
/*banner section ends*/


/*section.tab-panel-section*/
section.tab-panel-section {
	padding: 0 8rem 5rem;
	background-color: #f5f5f5;
	position: relative;
	font-family: 'Arial';
}
.latest-section.grid-box .card-body .date-div span {
	color: #AE7F2E !important;
	font-size: 1.15rem !important;
}
.latest-section.grid-box .card .card-body {
	min-height: 17rem !important;
}
section.tab-panel-section:before{
	content: "";
	position: absolute;
	background-image: url(https://www.intellectai.com/wp-content/uploads/2021/11/grey-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: -9.2rem;
	left: 0;
	display: block !important;
	height: 10rem;
	width: 100%;
	background:none;
}
section.tab-panel-section ul.nav-pills{
	display: flex;
	justify-content: space-between;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #21552F;
	background-color: transparent;
}
.nav-pills>li>a {
	border-radius: 0;
	color: #21552F;
	font-size: 2.5rem;
	font-weight: 400;
}
.nav-pills>li {
	float: left;
	padding: 0 !important;
}
.nav-pills>li{
	position: relative;
}
.nav-pills>li.active:after {
	content: "";
	border-bottom: 0.2rem solid #21552F;
	width: 100%;
	height: 1rem;
	position: absolute;
	bottom: 0.5rem;
	margin: 0 auto;
	/* display: block; */
	left: 0;
	right: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #AE7F2E;
}
.tab-content h2 {
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	width: 96%;
	line-height: 1.4;
	margin-bottom: 2rem;
}
.tab-content p {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.tab-content a:hover {
	text-decoration: none;
	color: #fff;
}
.pst-showmore-dv{
	width: 17rem !important;
}
.tab-content a {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	position: relative;

}
.tab-content a:after {
	position: absolute;
	background-image: url('https://www.intellectai.com/wp-content/uploads/2021/11/next-arrow.png');
	width: 2rem;
	height: 3rem;
	bottom: auto;
	top: 0.1rem;
	left: auto;
	right: -3.2rem;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	z-index: 10;
	background: none;
}
.tab-content a:hover::after{
	background-image: url('https://www.intellectai.com/wp-content/uploads/2021/11/next.hov_.png');
	right: -3.8rem;
	background: none;
}
.tab-content .tab-pr, .tab-in-media {
	margin-bottom: 3rem;
}
.tab-content .tab-pr{
	min-height: 22rem;
}
.tab-content .tab-in-media{
	min-height: 13rem;
}
ul.nav.nav-pills {
	margin-bottom: 2rem;
}


/* listing page grid boxes starts */
.latest-section.grid-box .card .para p {
	font-size: 1.4rem;
	padding: 1rem 1rem 3rem;
}
.tab-content .latest-section.grid-box a:after{
	display: none;
}

.latest-section.grid-box .card {
	margin: 0 1rem 5rem;
	box-shadow: inset 0 0 0 #fff, 0 0 0.4rem #ccc;
}
.latest-section.grid-box {
	padding: 1rem 0;
	background-color: transparent !important;
}
.latest-section.grid-box .card .image img {
	width: 100%;
	min-height: 21rem;
	max-height: 21rem;
	object-fit: cover;
	object-position: top;
}
.latest-section.grid-box .card .card-body {
	min-height: 12rem !important;
	cursor: auto;
	padding-left: 0.4rem;
}

.latest-section .card .click h3{
	padding-left: 1.5rem;
}
.latest-section.grid-box .card:hover a h3{
	color: #ffe300;
	text-decoration: none;
}
.latest-section.grid-box .card:hover a h3::after{
	background-image: url('https://www.intellectai.com/wp-content/uploads/2021/12/next-yellow.png');
	right: -4.7rem;
}
.latest-section.grid-box .card:hover .card-body{
	background-color: transparent;
}
.latest-section.grid-box .card .card-body p{
	margin: 0;
	font-size: 1.15rem;
	color: #000 !important;
	font-weight: 400;
}
.latest-section.grid-box .card:hover .card-body p{
	color: #fff;
}

.latest-section .card .click {
	position: absolute !important;
	bottom: 0 !important;
	background-color: #6427DC !important;
	width: 100% !important;
	z-index: 10 !important;
	transition: .2s !important;
}
.latest-section .card .click {
	background: #21552F !important;
	border-color: #21552F !important;
	color: #000 !important;
}
@media(max-width: 1024px){}
@media(max-width: 991px){
	.latest-section.grid-box .card .image img {
		min-height: 16rem;
		max-height: 16rem;
	}
	.latest .container{
		width: 85% !important;
		max-width: 85%;
	}
	.latest-section.grid-box .card .card-body {
		min-height: 17rem !important;
	}
	.latest-section.grid-box .card .para p {
		margin-top: 0rem;
	}
}
@media(max-width: 767px){
	.latest-section.grid-box .card .image img {
		min-height: 22rem;
		max-height: 22rem;
	}
	.latest-section.grid-box .card .card-body {
		min-height: 0rem !important;
	}
}
/* listing page grid boxes ends */




@media(max-width: 1024px){
	section.tab-panel-section {
		padding: 5rem 0rem;
	}
	.nav-pills>li {
		padding: 0px 7rem;
	}
	section.tab-panel-section:before {
		top: -8.3rem;
	}
	.tab-content .tab-pr {
		min-height: 24rem;
	}
	.tab-content .tab-in-media {
		min-height: 15rem;
	}
	/* 	section.news-banner-section {
	margin: 15rem 0 14rem;
} */
}
@media(max-width: 991px){
	section.news-banner-section {
		margin: 10rem 0 0;
	}
	section.news-banner-section .work-bench {
		margin: 3rem 0rem 0 0;
		text-align: center;
	}
	section.news-banner-section .banner-right-img img {
		width: 70%;
		margin: 0 auto;
	}
	section.news-banner-section .work-bench h1{
		width: 100%;
		text-align: center;
	}
	section.news-banner-section .work-bench p{
		text-align: center;
		width: 100%;
	}
	section.tab-panel-section {
		padding: 3rem 0rem;
	}
	section.tab-panel-section:before {
		top: -7.7rem;
	}
	.nav-pills>li {
		padding: 0 2rem !important;
	}
	.nav-pills>li>a {
		font-size: 2.5rem;
	}
	.tab-content p {
		font-size: 1.5rem;
	}
	.tab-content .tab-pr {
		min-height: 26rem;
	}
	.latest-section.grid-box .card {
		margin: 0 0rem 3rem !important;
	}
	section.news-banner-section {
		padding-bottom: 0;
	}
}
@media(max-width: 767px){
	/* 	section.news-banner-section {
	margin: 7rem 0 0rem;
	padding-bottom: 2rem;
} */
	.latest-section.grid-box {
		padding: 1rem 0;
	}
	section.news-banner-section .work-bench {
		margin: 2rem 0rem 0 0rem;
	}
	section.news-banner-section .work-bench h1{
		margin-bottom: 1rem;
		font-size: 2rem;

	}
	section.tab-panel-section {
		padding: 0rem 0rem 4rem;
	}
	section.news-banner-section .banner-right-img img {
		width: 100%;
	}
	section.news-banner-section .work-bench p a{
		display: inline-block;
	}
	section.tab-panel-section:before {
		top: -6.2rem;
	}
	.tab-content a:after {
		width: 1.9rem;
		height: 1.8rem;
		top: 0.3rem;
		right: -2.8rem;
	}
	.nav-pills>li {
		padding: 0 !important;
	}
	.nav-pills>li>a {
		font-size: 2.35rem;
	}
	.tab-content h2 {
		font-size: 1.4rem !important;
		font-weight: 600 !important;
		width: 100%;
		margin-bottom: 1rem;
	}
	.tab-content p {
		margin-bottom: 1rem;
	}
	.tab-content .tab-pr {
		min-height: 0rem;
	}
	.tab-content .tab-in-media {
		min-height: 0rem;
	}
	.pr-listing-tabpg .container {
		max-width: 85%;
	}
	.latest-section.grid-box .card {
		margin: 0rem 0rem 3rem -1rem !important;
	}
	.container {
		padding: 0 2rem !important;
	}
}

@media(max-width: 320px){
	section.tab-panel-section:before {
		top: -6rem;
	}
	.nav-pills>li {
		padding: 0 0rem;
	}
	.nav-pills>li>a {
		font-size: 1.4rem;
	}
	section.news-banner-section .work-bench p a {
		font-size: 1.3rem;
	}
	.latest .container {
		width: 100% !important;
		max-width: 100%;
	}
}
.pst-showmore-dv:hover .tab-content a{
	color: #AE7F2E !important;
}
.tab-content a:hover {
	color: #AE7F2E !important;
}
.latest-section.grid-box .card .para p {
    margin-top: 2rem;
	padding: 1rem 1rem 2rem !important;
}
.page-id-7382 .latest-section.grid-box .card .para p {
    min-height: 9rem;
}
/*** news-list.css ***/
p, section.news-banner-section .work-bench p, section.news-banner-section .work-bench p a {
    font-size: 1.3rem !important;
}
.latest-section .card-body .date-div {
    padding: 0 0 0 1rem !important;
}
.uk-entirepg-news-listing-data section.intelai-bg-theme01,
.na-entirepg-webinars-data section.intelai-bg-theme01 {
    background-color: #fff !important;
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
}

.uk-entirepg-news-listing-data section.intelai-bg-theme02,
.na-entirepg-webinars-data section.intelai-bg-theme02 {
    background-color: #12341D !important;
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
}
section.news-banner-section {
    margin: 6.5rem 0 0;
}
footer .footer-shape {
    background-color: #fff !important;
}
@media (max-width: 767px){
	.latest-section.grid-box {
		max-width: 350px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	footer {
		background: #2b1d51 !important;
	}
}


/* .latest-section .card-body .date-div, .latest-section.latest .card-body .date-div span {
    font-size: 1.45rem !important;
} */

/*** news-list.css end ***/