/* custom theme */

/* top header menu */
.menu--menu-navigation-top-right ul,
#menu-navigation-top-right_nav {
    margin-bottom: 0;
    float: right;
	padding-left: 0;
}
.menu--menu-navigation-top-right ul li {
    list-style: none;
    display: inline;
}
.menu--menu-navigation-top-right ul li:not(:last-child) {
    margin-right: 10px;
}
.menu--menu-navigation-top-right ul li > a {
    color: var(--silver-gray);
	font-size: 14px;
}
.menu--menu-navigation-top-right ul li > a:hover {
    color: var(--primary);
}
.region.row.region-header-top {
	position: relative;
	flex-direction: row;
  justify-content: space-between;
}
#block-phfi-topheaderlefttext {
	position: absolute;
	max-width: 400px;
	left: 0;
}
#block-phfi-topheaderlefttext .item-text {
	color: var(--silver-gray);
}

/* header css */
#main_nav.navbar-collapse {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: var(--white);
    z-index: 1;
    padding: 1rem;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
#block-phfi-site-branding {
	display: flex;
}
#block-phfi-site-branding .logo {
    width: auto;
	padding-right: 15px;
	max-width: 220px;
}
#block-phfi-site-branding > a {
	align-content: center;
}
.phfi_branding {
    background-image: url(../images/separator.png);
    background-repeat: no-repeat;
    background-position: left;
    align-content: center;
    padding-left: 20px;
    display: inline-block;
	display: none;
}

/* Cource css */
.featured-course .slick--optionset--cource-main .slide__content {
	background: none;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.featured-course .slick--optionset--cource-main .slide__media {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.featured-course .slick--optionset--cource-main .slide__media .media {
	aspect-ratio: 16 / 10;
}
.featured-course .slick--optionset--cource-main .slide__media .media > img {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.featured-course .slick--optionset--cource-main .slide__caption {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	border: 1px solid #dee2e6;
	border-left: 0;
	padding: 30px 30px 15px;
}
.featured-course .slick--optionset--cource-main .slide__caption .views-field-title a {
	font-size: 22px;
	position: relative;
	min-height: auto;
	color: var(--black);
	margin: 0px 0 5px;
	line-height: 1.2;display: block;
}
.featured-course .slick--optionset--cource-main .slide__caption .views-field-title a:hover {
	text-decoration: underline;
}
.featured-course .course-features {
    margin: 10px 0 0;
    color: #333;
	overflow: hidden;
}
.featured-course .course-features .field__items {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 0 5px;
}
.featured-course .course-features .field__items .field__item {
    padding-right: 10px;
    width: 50%;
    float: left;
    padding-left: 28px;
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
}
.featured-course .course-features .field__items .field__item:nth-child(2n+1) {
    clear: both;
}
.featured-course .course-features .field__items .field__item:after {
    content: '\f111';
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 6px;
    color: #4274F6;
    z-index: 1;
    line-height: 1.8;
}
.featured-course .slick--skin--asnavfor {
	margin-top: 30px;
	margin-bottom: 5px;
}
.featured-course .course-bottom {
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    width: 100%;
}
.featured-course .course-bottom .bottom-left {
    float: left;
}
.featured-course .course-bottom .bottom-right {
    float: right;
}

.featured-course .course-bottom .bottom-right > a,
.featured-course .course-bottom .bottom-left .course-price {
    margin-top: 5px;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    padding: 0 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 20px;
}
.featured-course .course-bottom .bottom-right > a {
	padding: 0 20px;
    line-height: 32px;
	display: inline-block;
}
.featured-course .slick--skin--asnavfor .slick-slider {
	padding: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	background: var(--primary);
	margin: 0 auto;
}
.featured-course .slick--skin--asnavfor .slick-slide{
	cursor: pointer;
	display: flex;
}
.featured-course .slide__thumbnail {
	width: 80px;
	float: left;
}
.featured-course .slick--skin--asnavfor .slide__thumbnail img {
	border-radius: 6px;
	height: 55px;
  	object-fit: cover;
}
.featured-course .slick--skin--asnavfor .slide__caption {
	font-family: "Montserrat",sans-serif;
	font-weight: 600;
	padding-top: 5px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-course .slick--skin--asnavfor .slide__caption > a {
	line-height: 22px;
	color: var(--white);
	pointer-events: none;
}


/* cource card css */
.view-courses .bef-exposed-form .bef-links {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.view-courses .bef-exposed-form .bef-links ul {
	z-index: 1;
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.view-courses.view-display-id-block_2 .views-exposed-form .form-actions {
	display: none;
}
.view-courses .bef-exposed-form .bef-links ul > li a {
	border: none !important;
	background: none !important;
	position: relative;
	font-weight: 600;
	text-align: center;
	padding-inline: 15px;
	font-size: 14px;
	color: var(--dark-headings-color);
}
.view-courses .bef-exposed-form .bef-links ul > li a:hover,
.view-courses .bef-exposed-form .bef-links ul > li a.bef-link--selected {
	color: var(--primary);
}
.view-courses .bef-exposed-form .bef-links ul > li:not(:last-child) a::after {
	content: '';
	width: 1px;
	height: 15px;
	background: #dee2e6;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
	z-index: 1;
}
.view-courses .more-link {
	text-align: center;
}
.course-block {
	margin-bottom: 30px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
.course-block:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
    box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.course-block .course-block-inner {
	background: var(--white);
	z-index: 2;
	position: relative;
}
.course-block .image-item {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
}
.course-block .image-item .duration-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: var(--primary);
	color: var(--white);
	font-size: 14px;
	padding: 0 12px;
}
.course-block .image-item a > img {
	position: absolute;
  	top: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.course-block .course-content {
	position: relative;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	border-top: 0;
	text-align: left;
	/* min-height: 220px; */
}
.course-block .course-content .content-inner {
	position: relative;
	overflow: hidden;
	padding: 15px 20px;
}
.course-block .course-content .content-inner .categories {
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 4px;
	padding-left: 28px;
	position: relative;
}
.course-block .course-content .content-inner .categories::after {
	content: '';
	width: 20px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	z-index: 1;
}
.course-block .course-content .content-inner .title {
	margin: 0;
	line-height: 20px;
	font-size: 16px;
	text-align: left;
	min-height: 40px;
}
.course-block .course-content .content-inner .title > a {
	color: var(--dark-headings-color);
}
.course-block .course-content .content-inner .title > a:hover {
	color: var(--primary);
}
.course-block .course-content .course-footer {
	padding: 10px 20px;
	border-top: 1px solid rgba(0,0,0,0.08);
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	color: var(--medium-gray);
}
.course-block .course-content .course-footer .left {
    float: left;
}
.course-block .course-content .course-footer .right {
    float: right;
    width: 120px;
    text-align: right;
}
.course-footer .button.small-btn,
.course-block .course-content .course-footer .left .course-price {
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    /* background: var(--primary);
    color: #fff; */
    padding: 0 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    /* font-size: 12px; */
	font-size: inherit;
}
.course-block .course-content .course-footer .left .course-price .field {
	padding: 0;
}
.course-block .course-content .course-footer .right button.button,
.course-block .course-content .course-footer .right a {
    font-weight: 500;
    color: var(--primary);
	border: none;
    background: no-repeat;
}
.course-block .course-price .field {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 5px 0px;
}
.course-block .course-price .field:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.course-block .course-price .field .field__item {
	/* background: var(--primary);
    color: var(--white);
    padding: 0px 5px;
    border-radius: 5px;
    height: fit-content; */
	min-width: 90px;
  	text-align: right;
	color: var(--dark-headings-color);
	align-self: center;
	font-weight: 600;
}
/* .course-block .course-content .course-footer .btn-group > a,
.course-block .course-content .course-footer .button {
	background: var(--base-green);
	font-size: 12px;
	color: var(--white);
	padding: 2px 5px;
	border-radius: 3px;
} */
/* cource card css end here */

/* cource details page css start here */
.main-course-page .main-content {
    margin-top: 0;
}
.single-course .single-course-top {
	background: #ffffff;
}
.single-course .course-images {
    position: relative;
    border: 5px solid #dee2e6;
}
.single-course .post-title {
    margin: 15px 0 12px;
    font-size: 26px;
    color: #222;
    font-weight: 600;
}
.single-course .summary {
	color: var(--medium-gray);
}
.single-course .course-right {
    margin-top: 35px;
}
.single-course .block-course-info {
	margin-bottom: 35px;
	border: 1px solid rgba(0,0,0,0.08);
	padding: 0;
	background: var(--white);
	position: relative;
}
.single-course .block-course-info::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	z-index: 1;
	height: 50px;
	border-radius: 50%;
	display: block;
	-webkit-box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
	box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.single-course .block-course-info .block-content {
	padding: 20px;
	position: relative;
	z-index: 2;
	background: var(--white);
}
.single-course .block-course-info .add-to-cart-content-inner .price {
	margin-bottom: 15px;
	float: left;
    /* font-size: 24px;
    font-family: "Montserrat", sans-serif; */
    /* font-weight: 600;
    color: var(--primary);
    line-height: 35px; */
    width: 100%;
    /* text-align: center; */
    /* margin-bottom: 15px; */
}
.course-right-inner .add-to-cart-content-inner .field:not(.btn-group)   {
	display: flex;
	flex-direction: row;
  	justify-content: space-between;
	padding: 5px 0px;
	font-size: 14px;
}
.course-right-inner .add-to-cart-content-inner .field:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.08);;
}
.course-right-inner .add-to-cart-content-inner .field .field__item {
	padding: 0;
    border-radius: 5px;
    height: fit-content;
    align-self: center;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
    color: var(--black);
    min-width: 90px;
    text-align: right;
}
.course-right-inner .add-to-cart-content-inner .field.btn-group .button {
	width: 100%;
	border-radius: 6px;
	line-height: 42px;
}
.single-course .course-right .add-to-cart-content-inner,
.single-course .course-right .course-meta.contact-information,
.single-course .course-right .download-brochure,
.single-course .course-right .course-meta.course-information {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Montserrat",sans-serif;
}
.single-course .block-course-info .block-content h3,
.single-course .block-course-title {
	font-family: "Montserrat",sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: var(--black);
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 5px;
	margin-bottom: 15px;
	position: relative;
}
.single-course .block-course-info .block-content h3::before,
.single-course .block-course-title::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: var(--primary);
	left: 0;
	bottom: -1px;
	z-index: 1;
}
.single-course .course-right .course-meta .meta-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: var(--black);
	width: 100%;
	border-bottom: 1px solid #dee2e6;
}
.single-course .course-right .course-meta .meta-item .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.single-course .course-right .course-meta .meta-item:last-child {
	margin-right: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.single-course .course-right .course-meta .meta-item .content .lab {
	color: #8e8e8e;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	line-height: 1.2;
}
.single-course .course-right .course-meta .meta-item .content .val {
	display: inline-block;
	line-height: 1.2;
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	font-size: 14px;
	float: right;
}
.single-course .course-right .download-brochure .button.btn-primary{
	line-height: 42px;
	border-radius: 6px;
}
/* cource details page css end here */


/* course list view css start here */
.item-columns.list-view .course-content{
	padding: 5px 20px;
    margin-left: -24px;
    border-left: none;
	border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--white);
    position: relative;
}
.item-columns.list-view .image-item {
    height: 100%;
}
.item-columns.list-view .image-item > img {
	height: 100%;
    object-fit: cover;
}
.item-columns.list-view .course-content .course-meta h5{
	color: #222;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}
.item-columns.list-view .course-content .course-meta h5::before {
	content: '';
    width: 36px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    z-index: 1;
}
.item-columns.list-view .course-content .course-price {
	margin-bottom: 15px;
}
/* course list view css end here */


/* Featured Instructors slider css */
.team-teaser-2 .team-block-inner {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.team-teaser-2 .team-block-inner .team-image {
	position: relative;
	text-align: center;
	box-flex: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.team-teaser-2 .team-image .image-outer {
	width: 100%;
  	aspect-ratio: 3/3;
	background: #ccc;
}
.team-teaser-2 .team-image .image-outer > img {
	position: absolute;
	top: 0;
	max-height: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.team-teaser-2 .team-block-inner .team-content {
	padding: 30px 20px;
	border: 2px solid rgba(0,0,0,0.1);
	box-flex: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.team-teaser-2 .team-job {
	font-size: 13px;
	color: var(--primary);
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}
.team-teaser-2 .team-name {
	font-weight: 600;
	color: var(--black);
	line-height: 24px;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	cursor: pointer;
}
.team-teaser-2 .team-name:hover > a {
	color: var(--primary);
}
.team-teaser-2 .team-name::after {
	content: '';
	width: 50px;
	height: 1px;
	background: var(--primary);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.team-teaser-2 .team-body {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Featured Instructors slider css end here */

/* CTA css start here */
.cta_wrapper {
	padding-block: 80px;
	padding-inline: 0px;
	position: relative;
}
.cta_wrapper .gsc-column {
	padding: 50px 0;
}
.cta_wrapper .gsc-column .title {
	font-size: 30px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.3;
	text-transform: capitalize;
	font-weight: 700;
}
.cta_wrapper .gsc-column .desc {
	font-size: 16px;
	line-height: 28px;
}
.cta_wrapper .gsc-column .button-action {
	margin-top: 20px;
}
.cta_wrapper .gsc-column .button.btn-primary {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0 30px;
	display: inline-block;
	line-height: 40px;
}
/* CTA css end here */

/* blogs page css start here */
.post-block .post-image {
	overflow: hidden;
	position: relative;
}
.post-block .post-content {
	padding: 20px;
}
.post-block .post-meta {
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 13px;
}
.post-block .post-meta .line {
	width: 12px;
	height: 2px;
	background: var(--primary);
	display: inline-block;
	position: relative;
	top: -3px;
	margin: 0 6px;
}
.post-block .post-created {
	text-transform: capitalize;
	position: relative;
}
.post-block .post-title {
	margin: 0 0 6px;
}
.post-block .post-title a {
	display: block;
	line-height: 22px;
	font-size: 18px;
	font-family: "Montserrat",sans-serif;
	word-wrap: break-word;
	color: var(--dark-headings-color);
	text-transform: capitalize;
}
.post-block .post-body {
	padding: 8px 0 8px;
}
/* blogs page css end here */

/* FAQ page css start here */
#faq .faq-download {
	margin-bottom: 40px;
}
#faq.panel-group .panel {
	border: 1px solid #dee2e6 !important;
	margin-bottom: 20px;
}
.panel .panel-heading .panel-title {
	font-size: 14px;
	padding-right: 20px;
	margin-bottom: 0;
}
.panel .panel-heading .panel-title > a::after {
	content: "\2b";
	font-family: "Font Awesome 6 Brands";
	position: absolute;
	font-size: 15px;
	top: 0;
	right: -20px;
	z-index: 1;
	color: var(--primary);
	font-weight: 400;
}
.panel .panel-heading .panel-title > a.collapsed::after {
	content: "\f068";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 6px;
	right: -20px;
	z-index: 1;
	color: var(--primary);
	display: var(--fa-display,inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.panel .panel-heading .panel-title > a {
	display: block;
	letter-spacing: 0;
	color: var(--black);
	position: relative;
	background: var(--white);
	line-height: 28px;
	font-weight: 600;
}
.panel .panel-body {
	border: none !important;
	line-height: 28px;
	padding-top: 10px;
}
/* FAQ page css end here */

/* user detail page css start here */
article.team-single-page {
    margin-bottom: 30px;
}
.team-single-page .name h1 {
	font-size: 26px;
	margin-bottom: 5px;
}
.team-single-page .job {
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	color: var(--primary);
}
.team-single-page .team-contact {
	margin-bottom: 25px;
	margin-top: 10px;
}
.team-single-page .heading {
	font-size: 18px;
	font-weight: 600;
	color: var(--black);
	font-family: "Montserrat",sans-serif;
}
/* user detail page css end here */

/* Announcements section css start here */
.top-fullwidth-content.front-page,
#block-phfi-views-block-announcements-block-1 {
	background-image: url(../images/bg-line-1.jpg);
	background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
    -webkit-background-size: cover;
}
.view-announcements .item-columns {
	position: relative;
	z-index: 9;
}
.view-announcements .item-columns::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	z-index: 1;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
	box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.view-announcements .item-columns .views-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--white);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	text-align: center;
	min-height: 180px;
	padding: 0 18px 0;
	margin-top: 10px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	position: relative;
	z-index: 9;
	border: 1px solid rgba(0,0,0,0.08);
}
.view-announcements .item-columns .views-field:hover {
	-webkit-box-shadow: 0px 6px 21px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 21px 3px rgba(0,0,0,0.1);
	background: var(--white);
	border-color: transparent;
}
.view-announcements .item-columns h2.field-content {
	font-size: 22px;
	position: relative;
	min-height: auto;
	margin: 5px 0;
}
.view-announcements .item-columns h2.field-content > a {
	color: var(--black);
	line-height: 1.2;
}
.view-announcements .item-columns h2.field-content > a:hover {
	color: var(--primary);
}
.view-announcements .more-link > a {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0 30px;
	display: inline-block;
	line-height: 40px;
}
.view-announcements .more-link {
	float: right;
  	margin-top: 30px;
}
/* Announcements section css end here */

/* institutes css start here */
.view-institutes .gsc-image-content {
    text-align: center;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.view-institutes .gsc-image-content .box-content {
    padding: 10px 15px 0;
}
.view-institutes .gsc-image-content .image {
	width: 100%;
	aspect-ratio: 6/4;
	background: #ccc;
	position: relative;
}
.view-institutes .gsc-image-content .image > img {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
	left: 0;
}
.view-institutes .gsc-image-content .box-content .title a {
    font-size: 16px;
	color: #222;
    text-decoration: none;
}
.view-institutes .gsc-image-content .box-content .title a:hover {
	color: var(--primary);
}
.view-institutes .gsc-image-content .box-content .read-more {
    margin-top: 15px;
}
/* .why_choos_us .view-header.header-bg-img {
	background-color: #2A2F33;
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	-webkit-clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
    clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
	padding-bottom: 250px;
	padding-top: 80px;
}
.why_choos_us .view-header.header-bg-img + .container > .view-content {
	margin-top: -220px;
}
.why_choos_us .gsc-icon-box {
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	margin-bottom: 30px;
}
.why_choos_us .gsc-icon-box:last-child{
	margin-bottom: 0;
}
.why_choos_us .gsc-icon-box .highlight-icon {
	padding-right: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 6px;
}
.why_choos_us .gsc-icon-box .highlight-icon .icon-container {
	line-height: 2.26em !important;
	width: 2.2em;
	height: 2.2em;
	display: block;
	text-align: center;
	border: solid 1px var(--medium-gray);
	border-radius: 50%;
	position: relative;
}
.why_choos_us .gsc-icon-box .highlight-icon .icon-container::after {
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0px;
	left: 0px;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	background: var(--primary);
	border-radius: 50%;
  	z-index: -1;
}
.why_choos_us .gsc-icon-box:hover .highlight-icon .icon-container::after {
	-webkit-transform: scale(1.021);
	transform: scale(1.021);
	opacity: 1;
	filter: alpha(opacity=100);
}
.gsc-icon-box:hover .highlight-icon .icon-container {
	border-color: var(--primary);
	color: var(--white);
}
.why_choos_us .gsc-icon-box .highlight_content {
	display: table-cell;
	vertical-align: top;
}
.gsc-icon-box .highlight_content .title > a {
	font-size: 18px;
	color: #222;
	margin-bottom: 3px;
	font-weight: 500;
	font-family: "Montserrat",sans-serif;
	text-transform: capitalize;
	line-height: 26px;
}
.gsc-icon-box .highlight_content .desc p {
	margin-bottom: 0;
} */
/* institutes css end here */

/* Alumin speak css start here */
/* .alumin_speak .gsc-image-content {
	position: relative;
	max-width: 500px;
	margin: 0 auto 30px;
}
.alumin_speak .gsc-image-content .link-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
}
.alumin_speak .gsc-image-content .box-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
.alumin_speak .gsc-image-content::after {
	content: '';
	background: rgba(0,0,0,0.58);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
}
.alumin_speak .gsc-image-content:hover::after {
	opacity: 0.38;
}
.alumin_speak .gsc-image-content .image {
	width: 100%;
  	aspect-ratio: 3/4;
}
.alumin_speak .gsc-image-content .image > img {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
}
.alumin_speak .gsc-image-content .box-content .title {
	text-align: left;
	font-family: "Montserrat",sans-serif;
	font-weight: 600;
	width: 100%;
	color: var(--white);
}
.alumin_speak .gsc-image-content .box-content .desc {
	color: var(--white);
	line-height: 22px;
	font-style: italic;
	position: relative;
	width: 100%;
	text-align: left;
}
.alumin_speak .gsc-image-content .box-content .desc .icon {
	width: 28px;
	font-size: 22px;
	color: var(--primary);
	float: left;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
	z-index: 1;
}
.alumin_speak .gsc-image-content .box-content .desc .desc-content {
	padding-left: 30px;
}
.view-alumin-speak .item-columns.fadeInUp:nth-child(2) {
	--animate-delay: 300ms !important;
  	animation-delay: 300ms !important;
}
.view-alumin-speak .item-columns.fadeInUp:nth-child(3) {
	--animate-delay: 400ms !important;
  	animation-delay: 400ms !important;
}
.view-alumin-speak .item-columns.fadeInUp:nth-child(4) {
	--animate-delay: 500ms !important;
  	animation-delay: 500ms !important;
} */
/* Alumin speak css end here */

.gsc-icon-box .highlight_content .desc a {
	font-size: 16px;
	color: var(--primary);
	margin-bottom: 3px;
	font-weight: 500;
	font-family: "Montserrat",sans-serif;
	text-transform: capitalize;
	line-height: 26px;
}

/* Testimonial section css start here */
.testimonial-block {
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
    background-position: center top;
	margin: 0;
	padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial-block .slick--view--alumin-speak .slick-list {
	text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
.testimonial-content .avatar img {
	max-height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
}
.testimonial-content .content-inner .avatar.text-center {
	margin: 0 auto !important;
}
.testimonial-content .content-inner div {
    color: var(--white);
}
.testimonial-content .content-inner .info {
    margin-top: 10px;
}
.testimonial-content .content-inner .title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    font-family: "Montserrat",sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.testimonial-content .content-inner .quote {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-top: 20px;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
}
.testimonial-content .content-inner .job {
    color: var(--medium-gray);
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
}
/* Testimonial section css end here */

/* faculty page css start here */
.team-block.team-list-page {
	border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--white);
    position: relative;
}
.team-block.team-list-page:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
    box-shadow: 0 10px 14px 0 rgba(0,0,0,0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.team-block.team-list-page .team-image {
	width: 100%;
  	aspect-ratio: 1/1;
	position: relative;
}
.team-block.team-list-page .team-image img {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.team-block.team-list-page .team-content {
    padding: 20px;
    position: relative;
    z-index: 9;
    background: var(--white);
}
.team-block.team-list-page .team-job {
	font-size: 12px;
    color: var(--primary);
    font-family: "Montserrat", sans-serif;
}
.team-block.team-list-page .team-name {
    font-weight: 600;
    color: var(--black);
    line-height: 24px;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
/* faculty page css end here */

/* user listing page css start here */
.team-block-card {
	border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--white);
    position: relative;
	margin-bottom: 30px;
}
.team-block-card .team-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1 /1;
}
.team-block-card .team-image img {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
	background: #ededed;
}
.team-block-card .team-content {
    padding: 20px;
    position: relative;
    z-index: 9;
    background: #fff;
}
.team-block-card .team-content .team-job {
    font-size: 12px;
    color: var(--primary);
    font-family: "Montserrat",sans-serif;
}
.team-block-card .team-content .team-name > a {
    font-weight: 600;
    color: var(--black);
    line-height: 24px;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
/* user listing page css end here */

/* 404 page not found css */
.not-found-wrapper {
    padding: 100px 0 100px;
	max-width: 700px;
  	margin: 0 auto;
}

.single-course .single-course-top {
	background-image: url('../images/breadcrumb.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 68px 0;
	margin-bottom: 35px;
	position: relative;
}

.toolbar-tray a, 
.toolbar-tray a:visited,
.toolbar-tray a:hover {
	background-color: #fff !important;
}

/* .user-form .tabledrag-toggle-weight-wrapper,
.user-form .tabledrag-toggle-weight,
.user-form .handle {
	display: none;
}

.user-form .form-managed-file {
    display: flex;
    max-width: 500px;
	margin: 0;
}
.user_form .form-managed-file,
#edit-user-picture-0-upload {
	border-radius: 6px 0 0 6px;
}

.user-form #edit-user-picture-wrapper,
#edit-user-picture-0-upload-button {
	margin: 0;
	border-radius: 0 6px 6px 0;
} */