@media screen and (min-width: 992px){
	html{
		font-size : calc( 100vw * 16 / 1500);
	}


	/* 	header*/
	.pc-header .desk-logo img{
		width:9.938rem;
		height:2.563rem;
	}
	.pc-header{
		padding:1.563rem 0;
	}
	.pc-header .desk-nav-menu{
		display:block;
	}
	.pc-header .desk-nav-menu ul{
		display:flex;
		gap:3.125rem;
		padding:unset;
	}
	.pc-header .desk-nav-menu ul li a{
		font-size:1.125rem;
		line-height:1.688rem;
		color:var(--white);
		font-weight:500;
	}
	.desk-nav-menu ul li{
	padding-bottom:unset;
}
	.toggle{
		display:none;
	}


	.pc-header .desk-nav-menu{
		position:static;
		padding:unset;
		height:unset;
		width:unset;
		background:unset;
	}
	.desk-nav-menu ul li a:not(.pc-primary-btn a){
		color:var(--white);
	}
	.desk-nav-menu ul li a{
		position:relative;
	}
	.desk-nav-menu .pc-primary-btn{
		margin-top:unset;
	}
	    .desk-nav-menu .pc-primary-btn a::after{
		content:none;
	}
	.desk-nav-menu ul li a::after {
		position: absolute;
		content: '';
		width: 0;
		transition: .3s ease-in-out;
		height: 0.125rem;
		background: var(--white);
		bottom: 0;
		left: 0;
	}
	.header_main.scrolled .desk-nav-menu ul li a::after {
		background: var(--charcoal);
	}
	.desk-nav-menu .current-menu-item a::after, .desk-nav-menu a:hover::after,.desk-nav-menu .current-menu-item.pc-home-menuitem a:hover::after {
		width: 100%;
	}
	.desk-nav-menu .current-menu-item.pc-home-menuitem a::after{
		width:0;
	}
	.header_main.scrolled li a:not(.pc-primary-btn a){
		color:var(--charcoal)
	}
	/* 	footer styles */
	.pc-footer-container{
		padding:5.625rem 4.375rem;
		padding-right:36.625rem;
		position:relative;
	}
	.pc-footer-container::after{
		position:absolute;
		content:'';
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/footer-elements.svg") no-repeat;
		background-size:cover;
		width:28.063rem;
		height:23.125rem;
		right:0;
		bottom:6.063rem;
	}
	.pc-footer-container h2{
		font-size:6.25rem;
		line-height:8.125rem;
	}
	.pc-footerwidgetmenu-grp > div,.pc-widgetpara-grp > div{
		display:flex;
		gap:6.25rem;
		padding-top:3.938rem;

	}
	.pc-footerwidgetmenu-grp > div li:first-child{
		padding-bottom:0.313rem;
	}
	.pc-footer-container  a{
		position:relative;
		font-size:1.125rem;
		line-height:1.688rem;
	}
	.pc-footer-container  a::after{
		position: absolute;
        content: '';
        width: 0;
        transition: .3s ease-in-out;
        height: 1px;
        background: var(--white);
        bottom: 0;
        left: 0;
	}
	.pc-footer-container  a:hover::after{
		width:100%;
	}
	.pc-footerwidgetmenu-grp .widget_nav_menu,.pc-widgetpara-grp p{
		min-width:22.875rem;
		margin-bottom:unset;
	}
	.pc-widgetpara-grp{
		padding-top:0.375rem;
	}
	.pc-footer-copywritepara,.pc-footer-copywritepara a{
		padding-top:4.125rem;
		font-size:1rem;
		line-height:1.688rem;
	}
	
	/* 	footer styles end*/
	/* button styles */	
	.pc-primary-btn a{
		font-size:1.125rem;
		line-height:1.688rem;
		transition:0.5s ease-in-out;
	}
	.pc-primary-btn a:hover{
		background:var(--white);
		color:var(--black) !important;
	}
	
	.pc-border-btn a {
		padding: 0.656rem 1.875rem;
		padding-right: 3rem;
		    font-size: 1.125rem;
		line-height:1.688rem;
		transition:0.5s ease-in-out;
	}
	.pc-border-btn a::after{
		transition:0.5s ease-in-out;
	}
	.pc-border-btn a:hover::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/Down_Arrow-white.svg") no-repeat;
		background-size:cover;
	}
	.pc-border-btn a:hover{
		background:var(--navy-blue);
		color:var(--white);
	}
	.pc-border-btn a::after{
	width:0.458rem;
	height:0.875rem;
}

	/* commom styles */
	h1,.pc-main-heading{
		font-size:4.375rem;
		line-height:5.313rem;
	}
	h2,.pc-secondary-heading{
		font-size:3.125rem;
		line-height:3.875rem;
	}
	p,.para{
		font-size:1.25rem;
		line-height:1.813rem;
	}

	h3,.pc-small-heading{
		font-size:1.75rem;
		line-height:2rem;
	}
	.pc-common-spacer{
		height:8.75rem !important;
	}
	/* hero section	 */

	.pc-hero-grp {
		width:100%;
		height:48rem;
		margin-top: -6rem;
	}
	.pc-hero-grp figure{
		margin-left:-27.188rem;
		margin-top:unset;
	}
	.pc-hero-fullcol{
		flex-direction:row;
	}
	.pc-hero-grp img{
		height:48rem;
		width:71.813rem;
	}

	.pc-hero-content-col{
		padding:0 0 0 4.375rem;
	}
	.pc-hero-content-col::before{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/hero-element.svg") no-repeat;
		background-size:cover;
		width:53.438rem;
		height:48.1rem;
		left:-0.438rem;
		top:0;
	}
	.pc-hero-grp h1{
		max-width:40.938rem;
		padding-top:14.35rem;

	}
	.pc-hero-grp p{
		max-width:33.063rem;
		padding-top:0.625rem;

	}
	/* second section */
	.pc-wpal-secondcols,.pc-wpal-cols,.pc-icon-cols,.pc-whypal-iconcontent-cols,.pc-faq-twocols,.pc-map-cols,.pc-counter-fullcols,
	.pc-testi-hdcols,.pc-testimonials-threecols,.pc-wwr-imgcontentcols,.pc-wwr-threecols,.pc-fcs-maingrp div.wp-block-columns,.pc-guidance-fullcols,
	.pc-nws-cols,.pc-contact-cols{
		flex-direction:row;
	}
	.pc-wpal-cols{
		padding-top:8.875rem;
		gap:10rem;
	}
	.pc-wpal-cols div{
		flex-basis:fit-content !important;
	}
	.pc-submark-para{
		font-size:1.125rem;
	}
	.pc-submark-para::before{
		width:0.938rem;
		height:0.938rem;
	}
	.pc-wpal-contentcol p{
		max-width:34.375rem;
		padding-top:3.063rem;
	}
	.pc-wpal-cols h2{
		max-width:43.625rem;
	}
	.pc-wpal-secondcols{
		gap:0;
		margin-top:4.938rem;
	}
	.pc-wpal-secondcols img{
		width:54.375rem;
		height:38.813rem;
	}
		.pc-wpal-secondcols figure{
		overflow:hidden;
	}
	.pc-wpal-secondcols figure:after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/learning-element-top.png") no-repeat;
		background-size:cover;	
		top:-0.125rem;
		right:0;
		width:36.25rem;
		height:8.813rem;
	}
	.pc-wpal-secondcols figure:before{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/learning-element-bottom.svg") no-repeat;
		background-size:cover;	
		bottom: -0.063rem;
		left: -0.125rem;
		width:36.313rem;
		height:8.813rem;
	}
	.pc-wpal-secondcols > div:first-child{
		max-width:54.375rem;
		flex-basis:fit-content !important;
	}
	.pc-wpal-greengrp {
		margin-left: -1.563rem;
		max-width: 25.5rem;
		padding:2.813rem 2.5rem 4.688rem 2.5rem;
		z-index: 2;
		position: relative;
		margin-bottom:1.75rem;
	}
	.pc-wpal-greengrp h3{
		padding-bottom:2.688rem;
		line-height:2.5rem;
	}
	.pc-whypal-main{
		gap:17rem;
	}
	.pc-icon-cols{
		margin-top:2.813rem;
		gap:10.688rem;
		padding-bottom:8.75rem;
	}
	.pc-icon-cols > div:first-child{
		flex-basis:21% !important;
	}
	.pc-icon-grp{
		flex-direction: row;
		gap: 0;
		row-gap: 0;
	}
	.pc-icon-grp img,.pc-icon-grp figure,.pc-icon-grp .pal-eduten-logo img{
		width:12.438rem;
		height:7.5rem;
		transition:0.35s ease-in-out;
			
	}
	.pc-icon-grp .pal-eduten-logo img{
		width: 10.438rem;
        height: 6.5rem;
        padding-left: 2rem;
        padding-top: 1rem;
	}
	.pal-mem-logo img{
		width: 12.125rem !important;
    	height: 6.688rem !important;
    	padding-top: 2rem;
	}
	.pal-eduten-mem-logo img{
		width: 10.125rem !important;
    	height: 7.688rem !important;
    	padding-top: 1em;
	}
		.pc-icon-grp figure:nth-child(3){
		border-left: none;
	}
	.pc-icon-grp figure:nth-child(6),.pc-icon-grp figure:nth-child(5){
		border-top: none;
	}
/* 	.pc-icon-grp figure:last-child, .pc-icon-grp figure:nth-last-child(2) {
		border-top: none;
	} */

	.pc-icon-grp figure{
		flex-basis:12.438rem;
		height: 7.65rem;
		border-bottom: 0.026rem solid #D9D9D9;
	}
	.pc-seperator-spacer{
		height:11.063rem !important;
	}
	.pc-icon-cols::after,.pc-seperator-spacer::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/separator-element-desk.svg") no-repeat;
		background-size:cover;
		height:2.313rem;

	}
	.pc-wpal-greengrp:after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/cutting-element-desk.svg") no-repeat;
		background-size:cover;
		width:7.625rem;
		height: 2.438rem;
		top: -1px;
		right: -1px;
	}
	/* why pal */
	.pc-whypal-iconcontent-cols{
		gap:1.875rem;
		margin-top:4.375rem;
	}
	.pc-whypal-iconcontent-cols > div{
		border-radius:0.5rem;
		max-width:27.063rem;
	}
	.pc-whypal-iconcontent-cols > div p{
		font-size:1.125rem;
		line-height:1.688rem;
	}
	.pc-whypal-iconcontent-cols > div:first-child{
		padding:4.875rem 5.938rem 4.875rem 3.75rem;
	}
	.pc-whypal-iconcontent-cols > div:first-child img{
		width:7.375rem;
		height:6.375rem;
		margin-top:2.563rem;
	}
	.pc-whypal-iconcontent-cols div:nth-child(2) {
		padding: 6.313rem 3.813rem;
	}
	.pc-whypal-iconcontent-cols div:nth-child(2) img{
		width:9.5rem;
		height:5.875rem;
		margin-bottom:1.875rem;
	}
	.pc-whypal-iconcontent-cols div:nth-child(3) {
		padding: 6.688rem 6.375rem 6.688rem 3.813rem;
	}
	.pc-whypal-iconcontent-cols div:nth-child(3) img{
		width:6.688rem;
		height:6.688rem;
		margin-top:1.875rem;
	}
	/* faq */
	.pc-faq-grp{
		padding:5.063rem 3.75rem 6.063rem 3.813rem;
		position:relative;
		margin:0 3.875rem;
	}
	.pc-faq-grp::after{
		position:absolute;
		content:'';
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/faq-element.svg") no-repeat;
		background-size:cover;
		width:19.813rem;
		height:26.188rem;
		left:0;
		bottom:0;

	}
	.pc-faq-twocols{
		gap:5.813rem;
	}

	.pc-faq-twocols > div:first-child{
		flex-basis:39% !important;
	}
	.pc-faq-twocols > div:last-child{
		flex-basis:59% !important;
	}
	.pc-faq-main-clik-div{
		padding:2.625rem 2.938rem 2.625rem 3rem;
		margin-bottom:2.5rem;
			border-radius:1.25rem;
	}
	.faq-toggle-row{
		gap:1.813rem;
		justify-content: space-between;
		cursor:pointer;
	}
	.faq-toggle-row img {
		width: 1.625rem;
		height: 0.875rem;
	}
	.faq-toggle-row p{
		font-size:1.875rem;
		line-height:2.75rem;
		max-width:unset;
	}
	.pc-open p{
		padding-top:1.25rem;
		max-width:unset;
	}
	.pc-open a{
		font-size:1.125rem;
		transition:0.5s ease-in-out;
		transform-origin:center;
	}
	.pc-open a:hover{
		letter-spacing:0.031rem;
	}
	/* map section */
	.pc-map-grp{
		padding:8.75rem 5.313rem 8.75rem 4.688rem;
	}
	.pc-map-cols{
		gap:2rem;
	}
	.pc-map-cols p{
		font-size:2.5rem;
		line-height:3.625rem;
		padding-top:5.375rem;
	}
	.pc-map-cols img{
		width:39.438rem;
		height:43rem;
	}
	/* report bg section */
	.pc-reports-grp h2{
		max-width: 48.313rem;
		font-size: 3.125rem !important;
		margin-left: 24.5rem;
	}
	.pc-reports-grp h2 a{
		transition:0.35s ease-in-out;
	}
	.pc-reports-grp h2 a:hover{
		letter-spacing:0.063rem;
	}
	.pc-reports-grp {
		height:26.125rem;
	}	
	.pc-reports-grp::after{
		width:15.063rem;
		height:6.563rem;
		bottom: -0.813rem;
		left:-0.125rem;
		z-index:2;
	}
	.pc-reports-grp img{
		height:26.125rem;
	}
	.pc-reports-grp .wp-block-cover{
		height:26.125rem;
	}
	.pc-enhance-grp{
		padding:7.813rem 9.375rem 8.938rem 9.375rem;
	}
	.pc-enhance-grp h2{
		text-align:center;
	}
	.pc-enhance-grp::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/enhance-element.svg") no-repeat;
		background-size:cover;
		width:28.063rem;
		height:14.625rem;
	}

	/* counter section */
	.pc-counter-fullcols > div:not(.pc-counter-imgdiv){
		padding: 3.125rem 2.063rem;
		max-width:17.688rem;
	}
	.pc-counter-fullcols > div{
		flex-basis:fit-content !important;
		overflow:hidden;
	}
	.pc-counter-fullcols h2{
		font-size:1.875rem;
		line-height:2.45rem;
	}
	.pc-count-num{
		line-height:2.5rem;
	}
	.pc-counter-imgdiv img,.pc-counter-imgdiv figure{
		width:21.375rem;
		height:24.25rem;
	}
	.pc-counter-imgdiv img{
		transition:0.5s ease-in-out;
		will-change:transform;
	}
	.pc-counter-imgdiv img:hover{
		transform:scale(1.2);
	}
	.pc-counter-smallimg img,.pc-counter-smallimg{
/* 		width:10.5rem !important; */
		object-position: -17.75rem;
		object-fit: cover;
		display: block;
	}
	.pc-counter-fullcols:first-child{
        max-height: 18.5rem;
    }
	.pc-counter-smimg-div{
		width:10.5rem !important;
	}
	.pc-counter-imgdiv figure,.pc-counter-smallimg,.pc-last-counterimg{
		position:relative;
	}
	.pc-counter-imgdiv figure::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/image-elemnt-desk.svg") no-repeat;
		background-size:cover;
		width:21.438rem;
		height:3.563rem;
	}
	.pc-counter-smallimg::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/counter-element-left.svg") no-repeat !important;
		background-size:cover !important;
		width: 10.63rem !important;
		height: 3.563rem !important;
		top: -0.063rem !important;
		left:0;
	}
		.pc-last-counterimg::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/counter-element-right.svg") no-repeat !important;
		background-size:cover !important;
		width:10.563rem !important;
		height:3.563rem !important;
		top: 1.813rem !important;
		left: -0.063rem;
	}
	.pc-counter-imgdiv{
		max-width:21.375rem;
	}
	.pc-counter-smimg-div{
		max-width:10.5rem !important;
	}
	.pc-counting-grp > div{
		flex-direction:column;
		gap:0.875rem;
		margin-top:1.125rem;
	}

	/* Testimonial */
	.pc-testimonial-grp{
		padding:6.25rem 0;
	}
	.pc-testi-hdcols{
		justify-content:space-between;
		gap:28.375rem;
	}
	.pc-testi-hdcols h2{
		max-width:25.75rem;
	}
	.pc-testi-hdcols div:last-child p{
		max-width:30.563rem;
		padding-top:2.563rem;
	}
	.pc-testimonials-threecols {
		margin-top: 4.438rem;
		gap: 2.5rem;
		flex-wrap:wrap !important;
	}
	.pc-testimonials-threecols > div{
		padding:1.875rem;
		border-radius:0.5rem;
		height: fit-content;
		flex-basis: 30% !important;
		max-width: 26.625rem;
	}
	.pc-testimonials-threecols > div:not(.pc-videotesti){
		padding-top:6.938rem;
	}
	.pc-testimonials-threecols > div:before{
		width:3.813rem;
		height:3.813rem;
		top:1.875rem;
		left:1.875rem;
	}
	.pc-videotesti iframe,.pc-videotesti > div{
		width:23rem;
		height:16.125rem;
		border:none !important;
	}
	.pc-videotesti img{
		width:23rem;
		height:16.125rem;
		border:none !important;
	}
	.pc-testi-reviewer-row{
		gap:1.188rem;
		margin-top:3.25rem;
		padding-top:1.25rem;
	}
	.pc-testi-reviewer-row p:first-child,.pc-guidance-fullcols > div p:nth-child(2){
		font-size:1.5rem;
		line-height:1.563rem;
		padding-bottom:0.5rem;
	}
	.pc-testi-reviewer-row p:last-child,.pc-guidance-fullcols > div p:last-child{
		font-size:1rem;
		line-height:1.278rem;
	}
	.pc-testi-reviewer-row img{
		width:4.563rem;
		height:4.563rem;
	}
	.pc-testi-reviewer-row p:not(:first-child){
		font-size:1rem;
		line-height:1.563rem;
	}
	.pc-testi-reviewer-row .wp-block-group{
		max-width:17.125rem;
	}
	.pc-resources-maingrp #resources-results .resource-item .resource-buttons a {
		padding: 0.688rem 1.875rem;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
	/*Guidance */
	.pc-guidance-fullcols{
		margin-top:3.75rem;
		gap:0.625rem;
		flex-wrap:wrap !important;
		row-gap:2.5rem;
	}
	.pc-guidance-fullcols > div img{
		width:20.75rem;
		height:23.375rem;
	}
	.pc-guidance-fullcols > div{
		max-width:20.75rem;
		min-width:20.75rem;
	}
	.pc-guidance-fullcols > div p:nth-child(2){
		padding-top:1rem;
	}
	.pc-guidance-fullcols > div figure::after{
		width:7.063rem;
		height:2.313rem;
		bottom:0;
		right:-0.063rem;
	}
	/* who we are */
	.pc-wwr-imgcontentcols{
		gap:5.313rem;
		padding:0 3.063rem 0 4.625rem;
		align-items:center !important;
	}
	.pc-wwr-imgcontentcols > div:last-child{
		max-width:27rem;
	}
	.pc-wwr-imgcontentcols h2{
		padding-bottom:1.563rem;
		max-width: 24rem
	}
	.pc-wwr-imgcontentcols figure::after{
		width:2.875rem;
		height:2.875rem;
	}
	.pc-wwr-imgcontentcols figure::before{
		width:5.688rem;
		height:5.688rem;
		top:2.813rem;
		left:3.75rem;
	}
	.pc-wwr-imgcontentcols > div:first-child::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/green-white-rectangle.png") no-repeat;
		background-size:cover;
		width:20.125rem;
		height: 3.5rem;
		top: -0.85rem;

	}
	.pc-wwr-imgcontentcols > div:first-child::before{
		width:8.938rem;
		height:2.813rem;
	}
	.pc-wwr-imgcontentcols img{
		width:45rem;
		height:29.625rem;
	}
	.pc-wwr-threecols{
		margin-top:6.25rem;
		padding:3rem 1.875rem 0 1.875rem;
		border-top: 0.063rem solid var(--light-gray);
		gap:3.75rem;
	}
	.pc-wwr-threecols p:not(.medium-para){
		font-size:1.5rem;
		line-height:2.375rem;
		padding-bottom:0.938rem;
	}
	.pc-wwr-threecols figure{
		margin-bottom:1rem;
	}
	.pc-wwr-threecols > div:not(:first-child) .medium-para {
		max-width: 23.625rem;
	}

	.pc-wwr-threecols > div:first-child{
		min-width:26.5rem;
	}
	/* our focus */
	.pc-fcs-maingrp{
		padding:6.25rem 0;
	}
	.pc-fcs-maingrp::after{
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/faq-element.svg") no-repeat;
		background-size:cover;
		width:19.813rem;
		height:26.188rem;
		bottom:2.313rem;
	}
	.pc-fcs-maingrp  div.wp-block-columns{
		padding:1.875rem 4.375rem 2.875rem 4.375rem;
		justify-content: space-between;
		gap: 7.125rem;
		z-index:1;

	}
	.pc-fcs-maingrp  div.wp-block-columns div:first-child{
		max-width:fit-content;
		min-width:12.375rem;
	}
	.pc-fcs-maingrp  div.wp-block-columns div:nth-child(2) h2{
		max-width:28.125rem;
	}
	.pc-fcs-maingrp  div.wp-block-columns div:last-child{
		max-width:22.063rem;
	}
	.pc-fcs-maingrp h2{
		font-size:3.75rem;
		line-height:4.813rem;
		padding-bottom:unset;
	}
	.pc-fcs-maingrp  div.wp-block-columns:first-child > div:first-child > p{
		font-size:2.5rem;
		line-height:2.938rem;
		padding-bottom:unset;
	}
	.pc-fcs-maingrp div.wp-block-columns p{
	padding-top:1.25rem;
	}
/* News-we are here */
	.pc-nws-maingrp{
		padding:6.25rem 0;
	}

	.pc-nws-cols{
		margin-top:2.5rem;
		gap:1.938rem;
/* 		display:flex !important; */
	}
	.pc-nws-cols  div.wp-block-column{
		min-height:40rem;
		padding:4.375rem 3.125rem 4.375rem 2.125rem;
		transition:0.5s ease-in-out;
		max-width: 27.3rem;
		
		margin-right: 2rem;
	}
	.pc-nws-cols  div.wp-block-column figure{
		position:absolute;
		bottom:2.375rem;
	}
	.pc-nws-cols  div.wp-block-column::after{
		width:10.875rem;
		height:3.438rem;
	}
	.pc-nws-cols  div.wp-block-column p:first-child:not(.pc-nsicon-row p) {
		font-size: 1.25rem;
		line-height: 1.813rem;
		padding-bottom: 0.438rem;
	}

	.pc-nws-cols  div.wp-block-column > p:first-child {
		font-size: 1.25rem;
		line-height: 1.813rem;
		padding-bottom: 0.438rem;
		display: inline;
		font-weight: 600;
		text-decoration: none;
		cursor: pointer;
		background-image: linear-gradient(to right, #000 0%, #000 100%);
		background-size: 0% 0.125rem;
		background-repeat: no-repeat;
		background-position: left 70%;
		transition: background-size 0.35s linear;
	}

	.pc-nws-cols div.wp-block-column > p:first-child:hover {
		background-size: 100% 0.125rem;
	}


	.pc-nws-cols  div.wp-block-column p:not(:first-child){
		font-size:1.125rem;
		line-height:1.688rem;
		margin-top:0.313rem;
	}
	.pc-nws-cols  div.wp-block-column p:nth-child(3){
		margin-top:0.938rem;
	}
	.pc-nsicon-row{
		margin-top:1.875rem;
		gap:0.938rem;
	}
	.pc-nsicon-row img{
		width:auto;
		height:1.875rem;
	}
	.pc-nsicon-row p:first-child{
		font-size:1.25rem;
		line-height:1.625rem;
	}
	.pc-nsicon-row p:last-child{
		font-size:1rem;
		line-height:1.625rem;
	}
	/* slider style */
	.arro-left, .arrow-right {
		width:3.188rem;
		height:3.188rem;
	}
	div.plm-arrow-slider{
		margin-top:2rem;

	}
	/* contact section */
	.pc-contact-cols{
		gap:4.75rem;
	}
	.pc-contact-cols > div:first-child p,.pc-contact-cols > div:first-child h2{
		max-width:28.563rem;
	}
	.pc-contact-cols > div:first-child h2{
		padding-bottom:1.438rem;
	}
	.pc-contact-cols > div:first-child{
		position:relative;
	}
	.pc-contact-cols > div:first-child::after{
		position:absolute;
		content:'';
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/contact-pattern-new.svg") no-repeat;
		background-size:cover;
		width:31.625rem;
		height:17.375rem;
		bottom:0;
		left:0;
	}
	.pc-contact-form{
		padding:3.125rem !important;
		border-radius:0.5rem !important;
		padding-bottom:3.438rem !important;
	}
	.pc-contact-form{
		min-height:43.375rem;
	}
	.pc-contact-form .wpforms-field{
		padding:0.795rem 0;
	}
	.pc-contact-form label{ 
		font-size:1.125rem !important;
		line-height:1.688rem !important;
		margin-bottom:0.625rem !important;
	}
	.pc-contact-form input,.pc-contact-form textarea{
		font-size:1rem !important;
		line-height:1.5rem !important;
		padding:0.938rem 0.875rem !important;
		border: 0.063rem solid #ECF0F3 !important;
		border-radius:0.25rem !important;
	}
	.pc-contact-form em{
		font-size:1rem !important;
		line-height:1.5rem !important;
	}
	.pc-contact-form textarea.wpforms-field-medium{
		min-height:7.5rem !important;
		height:7.5rem;
	}
	.pc-form-btn{
		padding:0.875rem 1.5rem !important;
		font-size:1.125rem !important;
		line-height:1.688rem !important;
		border-radius:0.5rem !important;
		margin-top:0.795rem !important;
		border:0.063rem solid var(--navy-blue) !important;
		transition:0.5s ease-in-out !important;
	}
	.pc-form-btn:focus{
		outline:none !important;
	}
	.pc-form-btn:hover{
		background:var(--white) !important;
		color:var(--nay-blue) !important;
	}
	/*  home resource section */
	.pc-hm-rsrcs-descrptncol > div{
		flex-direction:row;
		justify-content:space-between;
		margin-bottom:2.5rem;
	}
	.pc-hm-rsrcs-descrptncol > div div {
		max-width: 36.875rem;
	}
	.pc-hm-rsrcs-descrptncol > div div h2{
		padding-bottom:0.438rem;
	}
	.pc-resources-maingrp #resources-results .resource-item{
		padding:1.375rem 0.938rem; 
	}
	.pc-resources-maingrp #resources-results .resource-item .resource-thumbnail img{
		height:18.188rem;
	}
	.pc-resources-maingrp #resources-results .resource-item  .resource-title {
		line-height:2.125rem;
		color: var(--charcoal);
		font-weight: 600;
		padding: 0.938rem 0 0.625rem 0;
	}
	.pc-resources-maingrp #resources-results .resource-item .resource-excerpt {
		font-size:1.125rem;
		line-height: 1.688rem;
		margin-bottom: 2.1rem;
	}
	
/* 	logo section */
	.pc-member-logogrp > div figure img{
		width:14.125rem;
		height:8.688rem;
	}
	.pc-member-logogrp > div figure{
		flex-basis:14.15rem;
		border: 0.065rem solid #C7D2DB;
		border-right: none;
		border-top: none;
	}
	.pc-member-logogrp > div figure:nth-child(-n+6) {
		border-top: 0.065rem solid #C7D2DB;
	}
	.pc-member-logogrp > div figure.pc-logo-border:nth-last-child(5) {
		border-left: none;
	}
	.pc-member-logogrp > div figure:nth-child(even) {
		border-left: 0.065rem solid #C7D2DB;
	}



	.pc-logomain-grp .medium-para {
		padding-top: 1.438rem;
		max-width:31.938rem;
		margin:auto;
	}
	.pc-member-logogrp > div figure:nth-child(6n),.pc-member-logogrp > div figure:last-child {
	border-right: 0.065rem solid #C7D2DB;
	}

	.pc-member-logogrp > div{
		justify-content:center;
		margin-top:3.813rem;
	}
	.pc-break{
		display:block;
	}
#collaboration,#introducing-pal,#pc-contact-sec{
	scroll-margin-top:10rem;
}
		.back-to-resources a {
		font-size: 1.125rem;
		line-height: 1.688rem;
		position:relative;
	}
	.back-to-resources a::after {
		position: absolute;
		content: '';
		width: 0;
		transition: .3s ease-in-out;
		height: 2px;
		background: var(--black);
		bottom: 0;
		left: 0;
	}
	.back-to-resources a:hover::after{
		width: 100%;
	}
/*  ay*/

	
	
	
	
}