/*
Theme Name: Hello Elementor Child
Author: wordpress
Description: Child theme of Hello Elementor 
Version: 1.0
Template: hello-elementor
*/

/* Header */
.header-search i.fas.fa-search:before {
    content: '';
    background: url(../svg/search-md.svg);
    height: 24px;
    width: 24px;
}
#header-inner-sec ul.elementskit-dropdown.elementskit-submenu-panel {
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.3) !import
    border: none;
    width: 264px;
}
#header-inner-sec .elementskit-megamenu-panel {
    max-width: 100vw !important;
    min-width: 99.2vw !important;
    left: 0 !important;
    position: absolute !important;
}
section#header-inner-sec div#ekit-megamenu-home-main-menu,  section#header-inner-sec .elementor-element.elementor-element-f014c43.elementor-widget__width-auto.ekit-header-menu.elementor-widget.elementor-widget-ekit-nav-menu, section#header-inner-sec .elementor-widget-wrap.elementor-element-populated, section#header-inner-sec .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-6567f59, section#header-inner-sec .elementor-container.elementor-column-gap-default, section#header-inner-sec, section#website-header-main-container .elementor-container.elementor-column-gap-default, section#website-header-main-container .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-5f8e92e, section#website-header-main-container .elementor-widget-wrap.elementor-element-populated{
    position: static !important;
}
.elementor-element.elementor-element-f014c43.ekit-header-menu.elementor-widget__width-auto.elementor-widget.elementor-widget-ekit-nav-menu.elementor-sticky.elementor-sticky__spacer {
    display: none;
}
#header-inner-sec .elementskit-megamenu-panel .menu-tab-content .elementor-container.elementor-column-gap-default {
    grid-column-gap: 24px;
}
#header-inner-sec .elementor-550 .elementor-element.elementor-element-03eff5f {
    width: 20% !important;
}
#header-inner-sec .elementor-element.elementor-element-f014c43.ekit-header-menu.elementor-widget__width-auto.elementor-widget.elementor-widget-ekit-nav-menu.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
    width: auto !important;
}
#header-inner-sec ul.elementskit-dropdown.elementskit-submenu-panel li a {
    white-space: break-spaces;
}
#header-inner-sec ul.elementskit-dropdown.elementskit-submenu-panel li a:hover{
	border-radius: 8px;
}
section#header-inner-sec div#ekit-megamenu-home-main-menu > ul > li > a {
    min-width: 173px;
    text-align: center;
    justify-content: center;
    padding-top: 5px;
}
/*.elementor-widget-ekit-nav-menu .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
    width: auto !important;
}*/

/* Header search */
.header-search .search-wrapper {
    position: absolute;
	top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-search {
    height: 100%;
	z-index: 999;
}

.header-search .search-wrapper .input-holder {
    height: 45px;
    width: 33px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.header-search .search-wrapper.active .input-holder {
    width:570px;
	border-radius: 8px;
	border: 1px solid var(--gray-300, #D0D5DD);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background: #FFF;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.header-search .search-wrapper .input-holder .search-input {
    width:100%;
    height: 45px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
    box-sizing: border-box;
    border: none;
    outline: none;
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.header-search .search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 0px);
}
.header-search .search-wrapper .input-holder .search-icon {
    width: 24px;
    height: 24px;
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	margin-top: 0;
}
.header-search .search-wrapper.active .input-holder .search-icon {
    width: 24px;
    height: 45px;
    margin: 0 10px;
    border-radius: 30px;
}
.header-search .search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.header-search .search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.header-search .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.header-search .search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    /*background: #FE5F55;*/
}
.header-search .search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #FE5F55;
}
.header-search .search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:24px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
    visibility: hidden;
}
.header-search .search-wrapper.active .close {
    right:-50px;
	top: 30%;
    transform: rotate(90deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    visibility: visible;
}

.header-search span.close {
    content: "" !important;
    background: url(../svg/ic-close.svg) 
no-repeat !important;
    height: 27px !important;
    position: absolute;
}
.header-search button.search-icon:after {
    content: '';
    background: url(../svg/search-md.svg) !important;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 0;
}
.header-search .search-wrapper.active button.search-icon:after{

}
/* Leaderships popup css */
/* .popupContent .elementor-widget-container {
    height: 300px;
    overflow-y: auto;
}
input#submit:hover {
    background-color: #2D9599 !important;
    color: #fff !important;

}
.popupContent ::-webkit-scrollbar {
  background: #721745 !important; 
  border-radius: 10px;
  width:5px;
}

.popupContent ::-webkit-scrollbar-track{
  background: #D0D5DD;
   width:5px;
  border-radius:10px;
}
.popupContent ::-webkit-scrollbar-thumb{
  background: #721745;
  width:5px;
  border-radius: 10px;
} */
#ekit-megamenu-home-main-menu a.dropdown-item.active {
    background-color: #721745 !important;
    color: #fff !important;
    border-radius: 8px;
}
/* Homepage css */
.home_icon_box .elementor-container.elementor-column-gap-default {
    column-gap: 24px;
}
span.elementor-counter-number-prefix {
    display: none;
}
.affordabiltySolutionsCounters span.elementor-counter-number-prefix {
    display: block !important;
}
.elementor-counter-title {
    text-align: left !important;
}
.affordabiltySolutionsCounters .elementor-counter .elementor-counter-number-prefix{
   flex-grow: 0!important;
}
section.featured-posts{
	background: #F9FAFB;
}
section.featured-posts .container .row {
    --bs-gutter-y: 32px;
	margin-top: 0;
}
section.featured-posts .item.first-article .image img {
    height: 265px;
}
section.featured-posts h3.featureUpdate {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
    margin-top: 0;
}

section.featured-posts .container .row > div {
    margin-top: 0;
}
section.featured-posts .item .content .res-title{
	color: var(--gray-900, #101828);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}
section.featured-posts .container .row .vertical-rows .row {
    --bs-gutter-x: 24px;
    margin-bottom: 24px;
}

section.featured-posts .container .row .vertical-rows .row .content {
    margin: 0;
}

section.featured-posts .container .row .vertical-rows .image img {
    height: 221px;
}

section.featured-posts .container .row .vertical-rows .col-6.postImage {
    width: 47.3%;
}
section.featured-posts .container .row .vertical-rows .col-6.postDescription {
    width: 52%;
}
section.featured-posts .container .row .vertical-rows h3.res-title {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
}
section.featured-posts .container .row .vertical-rows .row:last-child {
    margin-bottom: 0;
}
.homepage_counter .elementor-container.elementor-column-gap-default {
    padding: 0 32px;
}
.homepage_counter .elementor-container.elementor-column-gap-default {
    column-gap: 32px;
}
/* Desktop Footer css */
.elementor-nav-menu--main .elementor-nav-menu a{
  padding: 13px 0px !important;
}

.scroll-wrap{
	border-left: 4px solid #EFF1F5;
	position: relative;
	margin-bottom: 48px;
}
.scroll-wrap h5{
	margin-bottom: 8px;
    color: #111927;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.scroll-wrap .scroll-block{
	text-align: left;
	position: relative;
	padding: 30px 40px 30px 30px;
	opacity: .5;
	transition: all .4s;	
	cursor: pointer;
}
.scroll-wrap .scroll-block:hover,
.scroll-wrap .scroll-block.active{
	opacity: 1;
}
.scroll-wrap .scroll-block p{
	margin-bottom: 20px;
    color: #6C737F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.scroll-wrap .scroll-block a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0C3C9B;
}
.scroll-wrap .scroll-block::before{
	width: 4px;
	height: 0;
	content: '';
	left: -4px;
	top:0;
	display: block;
	background: #0C3C9B;
	position: absolute;
	transition: all .4s;
}
.scroll-wrap .scroll-block:hover::before,
.scroll-wrap .scroll-block.active::before{	
	height: 100%;	
}
.vertical-carousel-image img {
    display: none;
	opacity: 0;
    object-fit:cover;
}
.vertical-carousel-image img.active {
    display: block;
	opacity: 1;
    object-fit:cover;
}
.elementor.elementor-120 a {
    color: #0C67B1;
}
.vertical-carousel .right-text {
    padding-left: 40px;
}
.elementor a {
    color: #0C67B1;
}
.post-block .elementor-posts article .elementor-post__badge {
    position: relative;
}
.post-block .elementor-posts article .elementor-post__meta-data {
    width: 100%;
    display: flex;
	border-top: none;
}
.post-block a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 240px !important;
}
.post-block .elementor-posts article .elementor-post__meta-data span.elementor-post-date {
    width: 50%;
}
.post-block .elementor-posts article .elementor-post__meta-data .badge-container {
    width: 50%;
    text-align: right;
}
.post-block .elementor-posts article .elementor-post__meta-data .badge-container .elementor-post__badge {
    border: 1px solid #2E90FA;
    width: 64px;
    padding:6px 6px;
    display: inline;
    text-transform: capitalize;
}
.order-last.text-right .vertical-carousel-text {
    margin-left: 40px;
}
ul.elementor-nav-menu .fa-chevron-down::before {
    content: '';
    background: url(../arrow-down.html);
    height: 8px;
    width: 13px;
    display: block;
    background-repeat: no-repeat;
}

body .mm-ocd.mm-ocd--left {
    z-index: 999;
    top: 68px;
}
body .mm-spn.mm-spn--navbar ul#mobSubMenu {
    top: auto !important;
    animation: 0.2s slide-right;
}
ul#hMenu.mm-spn--parent ~ ul#mobSubMenu, ul#hMenu.mm-spn--parent ~ div#mobile-menu-social-icons {
    visibility: visible;
    animation: 0s slide-left;
}
body .mm-ocd--left .mm-ocd__content{
    top: 0;
}
.wpsl-search {
    padding: 0 40px;
}
#wpsl-search-wrap .wpsl-input {
    display: block;
}
#wpsl-search-wrap .wpsl-input div {
    float: none;
}
#wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results{
    display: block;
}
div#wpsl-gmap {
    margin-right: 40px;
}
#wpsl-result-list {
    margin-left: 40px;
}
#wpsl-search-wrap #wpsl-results label {
    width: 100%;
}
.search-tabcontent-container{
    padding: 30px 40px;
}
.search-tabcontent-container div#productTabContent .col-6.product-item {
    flex: 0 0 48.6%;
}
.search-tabcontent-container div#productTabContent {
    padding: 30px 0;
}
.search-tabcontent-container div#productTabContent .col-6.product-item {
    max-width: 100%;
    flex: 0 0 48.5%;
}
.recipeTabSearch .recipe-item {
    flex: 0 0 31.5% !important;
}
.recipeTabSearch .recipe-title h3 {
    padding: 0 0 0 10px;
    margin: 10px 0;
    position: relative;
}
.recipeTabSearch .recipe-title h3:after {
    top: 20%;
    height: 20px;
    width: 30px;
    right: 0;
}
div#recipeTabContent {
    padding: 0 40px;
}
div#menu ul.sub-menu {
    background: #fff;
}
div#menu ul#hMenu li, div#menu ul.sub-menu li {
    border-bottom: 1px solid #E4E4E7;
	background: #FFF;
}
div#menu ul#hMenu:after {
    height: 27px;
}
div#menu ul#hMenu li a {
	color: #18181B;
	font-family: Inter;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
}
div#menu ul#hMenu li a:after {
    border: none;
}
div#menu ul#hMenu {
    bottom: auto;
    position: relative;
}
section#mobile-social-icons {
    z-index: 10;
}
div#menu div#mobile-menu-social-icons{
    animation: 0.2s slide-right;
    padding: 0 20px;
}
/* div#menu div#mobile-menu-social-icons a {
    margin-right: 14px;
} */
div#menu ul#mobSubMenu:after {
    height: 0;
    margin-bottom: 36px;
}
div#menu ul#mobSubMenu:before {
    border: none;
}
div#menu ul#mobSubMenu li a {
    color: #525252;
    font-family: 'museo-slab-500';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
div#mobile-menu-social-icons ul.elementor-icon-list-items {
    position: inherit;
}
div#mobile-menu-social-icons ul li{
    border: none;
}

div#mobile-menu-social-icons ul.elementor-icon-list-items span {
    padding: 0;
    left: 1px;
    width: 100%;
}
#mobSubMenu li a {
    color: #525252;
    font-size: 16px;
    font-family: Museo Slab;
    line-height: 24px;
    padding-top: 10px;
}
.mm-spn #mobSubMenu li{
    border-bottom:none !important;
}
div#menu div#mobile-menu-social-icons .elementor-widget-image a {
    padding: 0;
    margin: 0;
}
.tag-product-container .product-item .col-6 {
    flex: 0 0 45.5%;
}
.tab-result-container {
    padding: 40px;
}
.search-product-result .product-item {
    flex: 0 0 48.5%;
}
.single-post .elementor-widget-theme-post-featured-image img{
    min-width: auto;
    min-height: auto;
}
.right-left-text-section .elementor-widget-wrap {
    border-radius: 16px 0px 0px 16px;
}

.productTabSearch ul#productTab, .postTabSearch ul#postTab, .recipeTabSearch ul#recipeTab {
    justify-content: center;
    align-items: center;
    gap: 8px;
    border:none;
}
.productTabSearch ul#productTab li button, .postTabSearch ul#postTab li button, .recipeTabSearch ul#recipeTab li button {
    width: auto;
	border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: #fff;
    color: #667085;
    font-size: 14.4px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
}
.productTabSearch ul#productTab li, .postTabSearch ul#postTab li, .recipeTabSearch ul#recipeTab li {
    border: none;
}
.productTabSearch ul#productTab li button.active,.productTabSearch ul#productTab li button.focus, .postTabSearch ul#postTab li button.active,.postTabSearch ul#postTab li button.focus, .recipeTabSearch ul#recipeTab li button.active,.recipeTabSearch ul#recipeTab li button.focus {
    border-bottom: 2px solid #0057A8;
    background: #E3F1FE;
    color: var(--vercecwe, #0057A8);
    font-size: 14.4px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
	text-transform: capitalize
}


.row.g-4.recipe-container {
    margin: 0;
    column-gap:25.88px;
	padding-bottom: 20px;
}
.recipeTabSearch .recipe-image {
    text-align: center;
    height: 223px;
}
.recipeTabSearch .recipe-image img{
   height: 223px;
   width: 100%;
   border-radius: 7.2px 7.2px 0 0;
   object-fit:cover;
}
.recipeTabSearch .col-4.recipe-item{
   	margin-top: 45px;
	background: #fff;
   	flex: 0 0 31.9%;
   	padding: 0px !important;
   	box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 11px 14px -4px rgba(16, 24, 40, 0.08);
   	border-radius:7.2px;
}
.recipeTabSearch .recipe-title h3 {
    color: var(--gray-iron-900, #18181B);
    font-size: 17.25px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: 25.875px;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom:20px;
}
.other-recipes .recipeTabSearch .recipe-title h3{
	color: #18181B;
	font-family: Montserrat;
	font-size: 16.2px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.875px;
}
.homepage-recipes .recipeTabSearch .recipe-title h3{
	font-size: 16.2px;
}
.recipeTabSearch .recipe-title h3:after{
  content: '';
  background: url('../ic-keyboard-arrow-right-48px-1.html') no-repeat;
  background-size:cover;
  background-position:center;
  position:absolute;
  height: 41px;
  width: 41px;
  right: 10px;
  bottom: 10px;
}
.recipeTabSearch .recipe-title a {
    text-decoration: none;
}
.recipeExcerptContent .elementor-container.elementor-column-gap-default {
    column-gap: 86.4px;
}
.fas{
	display:inline-flex !important;
}
ul.resource-cat-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    gap: 8px;
	margin: 0;
	flex-wrap: wrap;
}
section.resource-section {
    margin: 60px 0;
}
section.resource-section .left-content {
    padding-right: 32px;
}

section.resource-section .right-content {
    padding-left: 32px;
}
section.resource-section .left-content h3 {
    color: #124479;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 32px 0 20px;
}
.resource-section ul.resource-tag-list button {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    border: none;
    width: 100%;
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
	white-space: break-spaces;
	text-transform: capitalize;
	text-align: left;
}

.resource-section ul.resource-tag-list {
    list-style-type: none;
    padding: 0;
}

.resource-section ul.resource-tag-list button:hover {
    background: transparent;
	color: #000;
}

.resource-section ul.resource-tag-list button.active {
    border-radius: 6px;
    background: #2D9599;
    color: #fff;
}
section.resource-page-filter {
    margin-top: 32px;
}
ul.resource-cat-list li button, ul.news-cat-list li button, .page-filter .filter-tabs ul.nav-tabs li button, ul.events-cat-list li button {
    border-radius: 6px !important;
    background: transparent !important;
    border: none !important;
    color: #667085 !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px !important;
    display: flex;
    padding: 10px 14px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
	text-transform: capitalize;
}
a#resourceCategories:active {
    background-color: #2D9599 !important;
	color: #fff;
    padding: 14px 10px;
    border-radius: 6px;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px !important;
}
a#resourceCategories {
    padding: 14px 10px;
    border-radius: 6px;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px !important;
}

ul.resource-cat-list li button.active {
    border-radius: 6px;
    background: #2D9599;
    color: #fff;
}
ul.resource-cat-list li button:hover{
	background: transparent;
	color: #000;
}
.banner-search-form form {
    display: flex;
    gap: 16px;
    justify-content: end;
}
.banner-search-form form input#submit {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--primary-600, #7F56D9);
    background: #ECECEF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #1A2951;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.banner-search-form form input#search:before{
	content: '';
    background: url(../svg/search-lg.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.banner-search-form form input#search {
    border-radius: 8px;
    border: 1px solid var(--gray-50, #F9FAFB);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	padding: 10px 14px 10px 42px;
	background-color: #fff;
    background-image: url(../svg/search-lg.svg);
    background-repeat: no-repeat;
    background-position: 14px 50%;
	max-width: 320px;
}
select.form-control.form-select.order-list {
	color: #101828;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
    min-width: 240px;
    width: auto;
    float: right;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 10px 14px 10px 42px;
    align-items: center;
    gap: 8px;
	background-size: 20px;
	background-image: url(../svg/arrow-down.svg), url(../svg/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 14px 50%, 95% 50%;
}
section.resource-section .left-content form input {
    display: flex;
    padding: 10px 14px 10px 42px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	background-color: #fff;
    background-image: url(../svg/search-lg.svg);
    background-repeat: no-repeat;
    background-position: 14px 50%;
}
.resource-section .result-container .row a {
    text-decoration: none;
    color: #101828;
}
.resource-section .result-container .row a:hover .res-title {
    color: #2d9599;
}
.resource-section .result-container .row {
    grid-row-gap: 44px;
	--bs-gutter-x: 20px;
    align-items: start;
}
.resource-section .result-container p{
	margin: 0;
	color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.resource-section .result-container h3.res-title {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
/* a.resourceExternallink h3:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2023/08/external-link-1.svg) no-repeat;
    height: 22px;
    width: 22px;
    left: 76%;
} */
.resourceExternallink span {
    display: flex;
    align-items: baseline;
}

.resourceExternallink i.fas.fa-external-link-alt {
    margin-left: 16px;
    color: #124479;
    font-size: 22px;
}
.ubcpagination {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--gray-200, #EAECF0);
	margin: 64px 0;
}
.ubcpagination button.previous {
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ubcpagination button.next {
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ubcpagination .num-pagina button {
    width: 40px;
    height: 40px;
    border: none;
    color: var(--gray-500, #667085);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
	padding: 0.5rem 0.3rem !important;
}
.ubcpagination .num-pagina button.active{
	border-radius: 8px;
	background: var(--gray-50, #F9FAFB);
	color: var(--gray-800, #1D2939);
	padding: 0.5rem 0.3rem !important;
}
.ubcpagination .num-pagina button:hover{
	border-radius: 8px;
	background: #F9FAFB;
	color: #1D2939;
	padding: 0.5rem 0.3rem !important;
	
}


/* News archive page */
.search-form input[type="text"] {
    width: 320px;
    padding: 12px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--gray-50, #F9FAFB);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    color: #1A2951;
}
.news-page-header .row, .resource-page-header .row{
    align-items:center;
}
.search-form  button{
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--primary-600, #7F56D9);
    background: #ECECEF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    color: #1A2951;
}
.news-page-header p, .resource-page-header p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
} 
.news-page-header h1, .resource-page-header h1{
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
}
.eventdetailiconbox .elementor-container.elementor-column-gap-default {
    column-gap: 24px;
}
.eventCarousel i.eicon-chevron-left{
   width:56px !important;
   height:56px !important;
   padding-top: 15px !important;
   text-align:center;
}
.eventCarousel i.eicon-chevron-right{
   width:56px !important;
   height:56px !important;
   padding-top: 15px !important;
   text-align:center;
}
section.events-post-list-container{
    padding: 0 30px;
}
.select-container{
    padding: 0 30px !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper {
  width:100% !important;
}
.elementor-1485 .elementor-element.elementor-element-7cf2ace.elementor-testimonial--layout-image_stacked .elementor-testimonial__image + cite, .elementor-1485 .elementor-element.elementor-element-7cf2ace.elementor-testimonial--layout-image_left .elementor-testimonial__image + cite, .elementor-1485 .elementor-element.elementor-element-7cf2ace.elementor-testimonial--layout-image_right .elementor-testimonial__image + cite{
  margin-top:24px !important;
}
ul.news-cat-list button.nav-link {
    border-radius: 6px;
    color: #fff;
}


/* News page css */
ul.resource-cat-list li button.active, ul.news-cat-list li button.active, ul.insights-cat-list li button.active,ul.events-cat-list li button.active  {
    border-radius: 6px;
    background: #2D9599 !important;
    color: #fff !important;
}
.news-page-filter.recipeTabSearch {
    margin-top: 45px;
}
.news-section.recipeTabSearch {
    margin-top: 32px;
}
.news-page-header .container {
    max-width: 1376px;
}
.news-page-header .heading {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
.news-page-filter {
    margin-top: 45px;
}
.news-page-filter ul.news-cat-list {
    grid-column-gap: 8px;
    border: none;
}
.news-page-filter .container {
    max-width: 1440px;
}
section.featured-posts .container {
    max-width: 1440px;
	padding: 32px 0 32px 0;
}
section.featured-posts .container .row{
	--bs-gutter-y: 48px;
    --bs-gutter-x: 32px;
}
section.featured-posts .container .item {
    display: flex;
    flex-direction: column;
}
section.featured-posts .item .image img {
    height: 195px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
section.featured-posts .item .image{
	position: relative;
}
section.featured-posts .item .image .category {
    position: absolute;
    bottom: 13.5px;
    left: 13.5px;
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    color: #259399;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
section.featured-posts .item .content {
    margin-top: 25px;
	display: flex;
    flex-direction: column;
    flex: 1;
}
section.featured-posts .item .content .date {
    color: #124479;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	display: flex;
    align-items: center;
}
section.featured-posts .item .content .date span.reading-time {
    display: block;
}
section.featured-posts .item .content .date span.reading-time:before {
    content: '';
    background: #124479;
    width: 8px;
    height: 8px;
    margin: 0 10px 2px;
    display: inline-block;
    border-radius: 50%;
}

section.featured-posts .item .content .date span.reading-time::marker {
    width: 10px;
    margin: 10px;
    padding: 10px;
    text-indent: 10px !important;
}
section.featured-posts .item .content .res-title {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 8px;
}
section.featured-posts .item .content .res-content {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
section.featured-posts .item .content .author {
    display: flex;
    grid-column-gap: 12px;
    align-items: center;
	margin-top: 15px;
}

section.featured-posts .item .content .author img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
section.featured-posts .item .content .author .author-data .name {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

section.featured-posts .item .content .author .author-data .description {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
section.page-newsletter {
    margin: 96px;
}
.twitter-feed h3.elementor-icon-box-title {
    margin: 0;
}


/* Insight Archive page css */
section.page-header-container .container {
    max-width: 1376px;
    width: 100%;
    padding: 96px 0;
}
section.page-header-container .sub-heading {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
section.page-header-container .heading {
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-top: 12px;
}
section.page-header-container .container .row {
    align-items: center;
}
section.insights-section {
    background: #F9FAFB;
    padding: 56px 0 96px;
}
section.insights-section .container {
    max-width: 1440px;
}
section.insights-section .insightfeaturesecTitle {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.insights-section .feature-insights-container .row .col-12 {
    width: 50%;
    display: flex;
    grid-column-gap: 20px;
}

.insights-section .feature-insights-container .row .col-12 .insightimageCat {
    flex: 0 0 46%;
}
.insights-section .feature-insights-container .insightsDescription .insightsDate {
    color: #124479;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.insights-section .feature-insights-container .insightsDescription .res-title {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
    margin-bottom: 0;
}
section.insights-section .row {
    --bs-gutter-x: 32px;
}
.content a {
    text-decoration: none;
}
.content a h3:hover {
    color: #2d9599 !important;
}

/* Insights page css   */
.page-filter .filter-tabs ul.nav-tabs li button.active, .page-filter .filter-tabs ul.nav-tabs li button.active, .page-filter .filter-tabs ul.nav-tabs li button.active,.page-filter .filter-tabs ul.nav-tabs li button.active  {
    border-radius: 6px;
    background: #2D9599 !important;
    color: #fff !important;
}
section.page-header-container .container {
    max-width: 1376px;
}
section.page-header-container .heading {
    /*color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;*/
}
.page-filter {
    margin-top: 45px;
}
.page-filter ul.nav-tabs {
    grid-column-gap: 8px;
    border: none;
}
.page-filter .container {
    max-width: 1440px;
}
section.article-list-container .container .row{
	--bs-gutter-y: 48px;
    --bs-gutter-x: 24px;
}
section.article-list-container .container .item {
    display: flex;
    flex-direction: column;
}
section.article-list-container .item .image img {
    
    width: 100%;
    object-position: center;
    object-fit: cover;
}
section.article-list-container .item .image{
	position: relative;
}
section.article-list-container .item .image .category {
    position: absolute;
    bottom: 13.5px;
    left: 13.5px;
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    color: #259399;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
section.article-list-container .item .content {
    margin-top: 25px;
	display: flex;
    flex-direction: column;
    flex: 1;
}
section.article-list-container .item .content .date {
    color: #124479;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	display: flex;
    align-items: center;
}
section.article-list-container .item .content .date span.reading-time {
    display: block;
}
section.article-list-container .item .content .date span.reading-time:before {
    content: '';
    background: #124479;
    width: 8px;
    height: 8px;
    margin: 0 10px 2px;
    display: inline-block;
    border-radius: 50%;
}
.reading-time .elementor-widget-container:before {
    content: '';
    background: #124479;
    width: 8px;
    height: 8px;
    margin: 0 10px 2px;
    display: inline-block;
    border-radius: 50%;
}
section.article-list-container .item .content .date span.reading-time::marker {
    width: 10px;
    margin: 10px;
    padding: 10px;
    text-indent: 10px !important;
}
.newsreading-time .elementor-shortcode:before {
    content: '';
    background: #124479;
    width: 8px;
    height: 8px;
    margin: 0 10px 2px;
    display: inline-block;
    border-radius: 50%;
}

.newsreading-time .elementor-shortcode {
    color: #124479;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
section.article-list-container .item .content .res-title {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 8px;
}
section.article-list-container .item .content .res-content {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
section.article-list-container .item .content .author {
    display: flex;
    grid-column-gap: 12px;
    align-items: center;
	margin-top: auto;
}
section.article-list-container .item .content .author img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
section.article-list-container .item .content .author .author-data .name {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

section.article-list-container .item .content .author .author-data .description {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
section.article-list-container .container {
    max-width: 1440px;
    margin-top: 32px;
}
section.page-filter h3 {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
}

section.featured-posts .item .content .date span.rsvpButton a, section.events-post-list-container .date span.rsvpButton a{
    color: #2D9599;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
}
section.events-section .date, section.events-post-list-container .date{
    justify-content: space-between;
}
.image-block img.res-img {
    background: aliceblue;
}


/*Video popup js */
#lightbox {
	/* ----- Positioning ----- */
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
	background-color: rgba(0, 0, 0, 0.65);
}
#video-wrapper {
	text-align: center;
    margin-top: 20vh;
}
#close-btn {
	color: white;
	font-size: 25px;
	position: fixed;
	top: 5%;
	right: 5%;
	z-index: 2;
}
#close-btn:hover {
	color: #2D9599;
	cursor: pointer;
}
/* Loader */
#loader{
	text-align:center;
}
#loader img{
	width: 80px;
	height: 80px;
}
/* Abot us tab section */
.elementor-tab-title {
    border: 1px solid #D1D5DB !important;
}
.elementor-49 .elementor-element.elementor-element-9c9f66f .elementor-tab-content{
	border-width: 0px !important;
}
.elementor-tabs-content-wrapper {
    border: none !important;
    border-width: 0px !important;
}
.elementor-accordion .elementor-accordion-item{
	border: none !important;
}
.elementor-accordion-item .elementor-tab-title{
	border: none !important;
    padding-bottom: 32px !important;
}
.elementor-accordion .elementor-tab-content{
	border-top: none !important;
}
.elementor-accordion-icon-opened svg, .elementor-accordion-icon-closed svg{
	height:24px !important;
	width:24px !important;
}
.elementor-tabs-wrapper{
   background-color: #fff !important;
}

.elementor-widget-tabs .elementor-tab-content{
	padding: 0px 0px 0px 42px;
}
.tab-content-images{
	margin-bottom:37px;
    width:100%;
}
.tab-content-images img{
    width:100% !important;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{
   width: 31% !important;
 }
 div#elementor-tab-title-1641 {
    border-radius: 6px 6px 0px 0px;
}
div#elementor-tab-title-16413{
  border-radius: 0px 6px 6px 0px;
}

/* FAQ Section */
.faqSection .elementor-container.elementor-column-gap-default {
    column-gap: 64px;
}
.aboutusBreadcrumb li{
	color: #667085 !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
}
.aboutusBreadcrumb li a{
	color: #667085 !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
	text-decoration: none;
}
.aboutusBreadcrumb li a:hover{
	color: #721745 !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
	text-decoration: none;
}
.breadcrumb{
	margin-bottom: 0px !important;
}


.elementor-49 .elementor-element.elementor-element-9c9f66f .elementor-tab-title.elementor-active{
	color: #721745;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843137255)
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
	padding: 22px 28px !important;
	color: #18181B;
	text-align: center;
	font-family: Inter;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 16px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843137255)
}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.07058823529411765)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.10196078431372549)
}

table tbody+tbody {
    border-top: 2px solid hsla(0,0%,50.2%,.5019607843137255)
}
.table-section  .table>thead>tr {
    background: #F4F4F5;
    border: 1px solid #E5E7EB;
}
.table-section  .table>thead>tr>th {
    background: transparent !important;
    border: none !important;
    border-right: 1px solid #E5E7EB !important;
    border-radius: 0 !important;
}
.table-section  .table>thead>tr>th:last-child{
    border: none !important;
}
.table-section  table tbody>tr, table tbody>tr:hover {
    background-color: #ffffff !important;
}
.table-section  .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fff !important;
}
.table-section  .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #FAFAFA !important;
}
.table-section .table .left-head {
    color: #18181B !important;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
.table-section .table td {
    padding: 36px 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #51525C !important;
}
.table-section .table>tbody {
    border-radius: 20px;
}
.table-section .table-secondary{	
	border: none !important;
}
.table-section table thead {
    border: 1px solid #E5E7EB;;
}
.table-bordered>:not(caption)>*>*{
	border: 1px solid #E5E7EB !important;
}

/*Image carousal css */
.eventCarousel .elementor-element .swiper .elementor-swiper-button-prev{
	left: 0px !important;
}
.eventCarousel .elementor-element .swiper .elementor-swiper-button-next{
	/* right:-44px !important; */
    left: 5%;
}
.eventCarousel .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute !important;
    bottom: -60px;
    top: auto !important;
}
.eventCarousel .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute !important;
    bottom: -60px;
    top: auto !important;
    left: 6%;
}
.eventCarousel .elementor-swiper-button.elementor-swiper-button-next {
    filter: drop-shadow(0px 2.8965516090393066px 4.344827651977539px rgba(0, 0, 0, 0.05)) drop-shadow(0px 7.2413787841796875px 10.862068176269531px rgba(0, 0, 0, 0.10));
}

.eventCarousel .elementor-swiper-button.elementor-swiper-button-prev {
    filter: drop-shadow(0px 2.8965516090393066px 4.344827651977539px rgba(0, 0, 0, 0.05)) drop-shadow(0px 7.2413787841796875px 10.862068176269531px rgba(0, 0, 0, 0.10));
}
.aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-next{
	right: -44px !important;
}
.aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-prev {
    left: -44px;
}
.aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-next {
    filter: drop-shadow(0px 2.8965516090393066px 4.344827651977539px rgba(0, 0, 0, 0.05)) drop-shadow(0px 7.2413787841796875px 10.862068176269531px rgba(0, 0, 0, 0.10));
}
.aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-prev {
    filter: drop-shadow(0px 2.8965516090393066px 4.344827651977539px rgba(0, 0, 0, 0.05)) drop-shadow(0px 7.2413787841796875px 10.862068176269531px rgba(0, 0, 0, 0.10));
}
.select-caret-down-wrapper {
    display: none;
}
.elementor-field.elementor-select-wrapper.remove-before:before {
    content: '';
    background: url(../svg/chevron-down.svg)!important;
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
}
.scroll-block a {
    color: #0C3C9B;
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/* Contact us */
.Department.elementor-container.elementor-column-gap-default {
    column-gap: 64px;
}

/* Events detail page */
.customsec {
    color: var(--gray-true-700, #424242);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/* Insight detail page*/
blockquote.wp-block-quote {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 44px;
}

cite {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
section.vertical-carousel-container .vertical-carousel-image img {
    border-radius: 9px 0 0 9px;
}

section.ubc-list-view .right-content .image-block .res-link {
    display: none;
}
.page-filter-w2 .container, section.ubc-list-view .container {
    max-width: 1363px;
}
.detailpageCategories .elementor-post-info__terms-list a {
    padding: 2px 10px;
    border-radius: 16px;
    text-align: center;
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
	margin-right: 8px;
}
.detailpageCategories .elementor-post-info__terms-list a:nth-child(3n+1) {
    background: rgba(201, 220, 223, 0.50);
    color: #2D9599 !important;
}
.detailpageCategories .elementor-post-info__terms-list a:nth-child(3n+2) {
    background: rgba(205, 178, 186, 0.50);
    color: #721745 !important;
}
.detailpageCategories .elementor-post-info__terms-list a:nth-child(3n+3) {
    background: rgba(178, 169, 182, 0.50);
    color: #30183B !important;
}
.connectwithUs span.elementor-button-content-wrapper:before {
    content: '';
    background: url(../png/image-245-1.png);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: 42px;
}
.eventCarousel .eicon-chevron-left:before {
    content: "" !important;
    background: url(../svg/arrow-left.svg) !important;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 18px;
}
.eventCarousel .eicon-chevron-right:before {
    content: "" !important;
    background: url(../svg/arrow-right.svg) !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 18px;
}
/* Search Page CSS */
section.search-header-container {
    background: url(../png/search-background.png) no-repeat;
    background-size: cover;
    background-position: center;
}
section.search-header-container .search-count {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}
section.search-result-container .right-content .row {
    align-items: start;
    margin-bottom: 44px;
    --bs-gutter-x: 32px;
	flex-wrap: nowrap;
}
.search-result-box .row .image-block {
    flex: 0 0 165px;
}
section.search-result-container .right-content .date {
    color: #124479;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
}
section.search-result-container .right-content .date span.reading-time {
    display: block;
}
section.search-result-container .right-content .date span.reading-time:before {
    content: '';
    background: #124479;
    width: 8px;
    height: 8px;
    margin: 0 10px 2px;
    display: inline-block;
    border-radius: 50%;
}
section.search-result-container .right-content .row img.res-img {
    height: 129px;
    width: 131px;
    object-fit: cover;
}
section.search-header-container .container {
    padding: 96px 0;
}
section.search-result-container .right-content .image-block .dateandtitle {
    display: none;
}
.mob-search-box button.elementor-search-form__submit .fa-search:before{
   	content: '';
   	background: url(../png/search-md-1.png) !important;
	height: 24px;
	width: 24px;
}
  	
.elementor-widget-tabs .elementor-tab-content {
    padding: 0px 0px 0px 42px!important;
}
.leverageInnovation h2 {
    background: var(--dededewedw, linear-gradient(0deg, #279193 4.39%, rgba(13, 59, 155, 0.90) 34.14%, #0F2656 65.09%, #522462 100.14%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ubcpvPlatform .elementor-button-wrapper a {
    width: 335px;
    height: 92px;
    text-align: left;
}

.ubcpvPlatform .elementor-button-icon svg {
    width: 48px;
}

.ubcpvPlatform  .elementor-button-content-wrapper {
    align-items: center;
    justify-content: flex-start;
	height: 100%;
}

.ubcpvPlatform .elementor-widget-wrap {
    column-gap: 20px;
    row-gap: 20px;
}

.modal-header .btn-close:hover {
    transform: rotate(90deg);
    outline: none;
    background-color: transparent;
}
.modal{
	z-index: 9999 !important;
}
.post-pagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid var(--gray-200, #EAECF0);
    margin: 64px 0;
    column-gap: 5px;
}

.post-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    color: var(--gray-500, #667085);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0.5rem 0.3rem !important;
    text-decoration: none;
}

.post-pagination a.prev.page-numbers {
	position: absolute;
    left: 0;
    width: auto;
    display: flex;
    padding: 8px 14px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.post-pagination a.next.page-numbers {
    position: absolute;
    right: 0;
    width: auto;
    display: flex;
    padding: 8px 14px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.post-pagination .page-numbers.current {
    border-radius: 8px;
    background: var(--gray-50, #F9FAFB);
    color: var(--gray-800, #1D2939);
}

.post-pagination a.page-numbers:hover {
    border-radius: 8px;
    background: #F9FAFB;
    color: #1D2939;
}
.ubcpagination.ubcNewsPagination {
    display: none;
}
.ubcpagination.ubcNewsPagination {
    display: none !important;
}
/***********************/
/* Responsive css */
@media only screen and (min-width: 1600px){
	section.vertical-carousel-container .text-column {
    	width: 700px;
	}
}
@media only screen and (max-width: 1599px){
	section.vertical-carousel-container {
    	padding-left: 0px;
	}
} 
@media only screen and (max-width: 1440px){
	section.page-header-container .container{
		padding: 96px 30px;
	}
	section.featured-posts .container {
    	padding: 32px 30px;
	}
	section.article-list-container .container {
    	padding: 0 30px;
	}
	section.events-post-list-container {
    	padding: 0;
	}
}
@media only screen and (max-width: 1024px){
	.mobile-menu-btn .elementor-widget-container {
    	float: right;
	}
	section.featured-posts .item {
		width: 100%;
	}
	section.featured-posts .item.first-article {
		display: flex;
		flex-direction: row;
		grid-column-gap: 24px;
		margin-bottom: 24px;
	}
	section.featured-posts .item.first-article .image {
		width: 45.3%;
	}
	section.page-header-container .container .row > div {
		width: 100%;
	}
	section.page-header-container .heading br {
		display: none;
	}
	section.page-header-container .heading {font-size: 43px;}

	.banner-search-form form {
		justify-content: center;
		margin-top: 30px;
	}
	section.insights-page-header .container {
		padding: 96px 30px;
	}
	section.featured-posts {
    	padding: 0 30px;
	}
	.section.featured-posts .container {
    	margin: 0;
    	padding: 32px 0;
	}
	section.featured-posts .item .image img {
    	height: 221px;
	}
	section.featured-posts .item .content .res-title {
		font-size: 18px;
		line-height: 22.5px;
	}
	section.featured-posts .item .content {
    	margin: 0;
	}
	/*.page-filter .filter-tabs {
		width: 100%;
		margin-top: 20px;
	}*/
	.page-filter .filter-tabs ul.nav-tabs {
		border: none;
	}
	.page-filter .container {
    	padding: 0 30px;
	}
	section.article-list-container {
		padding: 0 30px;
	}
	section.article-list-container .row .item {
		width: 100%;
		padding: 4px;
		display: flex;
		flex-direction: row;
		grid-column-gap: 24px;
		margin-top: 25px;
	}
	section.article-list-container .row .item .image {
		width: 45.3%;
	}
	section.article-list-container .row .item .content {
		margin: 0;
	}
	section.article-list-container .row .item .res-title {
    	font-size: 18px;
    	line-height: 22.5px;
	}
	section.page-newsletter {
		margin: 30px;
	}
	section.article-list-container .item .image .category{
		bottom: auto;
		top: 65%;
	}
	section.vertical-carousel-container {
    	padding-left: 0;
	}
	section.vertical-carousel-container .vertical-carousel-image img {
    	border-radius: 9px;
	}
	section.article-list-container .container {
    	margin-top: 0;
	}
	section.article-list-container .container .row {
		--bs-gutter-y: 0;
	}
	section.ubc-list-view .right-content .content-block .res-link{
		display: none;
	} 
	section.ubc-list-view .right-content .image-block .res-link {
    	display: block;
	}
	section.ubc-list-view .right-content .image-block {
		display: flex;
		grid-column-gap: 20px;
		width: 100%;
		align-items: center;
	}
	section.ubc-list-view .right-content .result-container .row {
		grid-row-gap: 10px;
	}
	section.ubc-list-view .right-content .result-container .row .content-block {
		margin-bottom: 20px;
	}
	.page-filter-w2 .container, section.ubc-list-view .container {
    	padding: 0 30px;
	}
 	.mobile-menu-social-icon span.elementor-grid-item {
    	padding: 0px !important;
	}
	.mobile-menu-social-icon span.elementor-grid-item a {
    	padding: 0px !important;
	}
	div#menu div#mobile-menu-social-icons{
		padding: 0px !important
	}
	div#tisocialIcons {
    	margin-top: 64px;
	}
	.mobile_contacts_button a.elementor-button.elementor-button-link.elementor-size-sm {
        border-radius: 8px !important;
        border: 1px solid #721745;
        padding: 10px 18px !important;
        background: #721745;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        color: #fff !important;
	}
	.mobile_contacts_button a.elementor-button.elementor-button-link.elementor-size-sm 	span.elementor-button-text {
        color: #fff;
        font-family: Inter !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 24px !important;
	}
	.mobilePoliciesSec li.elementor-icon-list-item {
        color: var(--gray-500, #667085);
        font-family: Inter !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        padding-bottom: 10px !important;
	}
	.mobilePoliciesSec li .elementor-icon-list-text {
        color: var(--gray-500, #667085);
        font-family: Inter !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important;
	}
    .mobilePoliciesSec li.elementor-icon-list-item a{
    	  padding: 0px !important;
    }
    .mobilePoliciesSec {
     	margin-top: 25px;
    }
	.header-search .search-wrapper.active {
    	right: 50px;
	}
	.header-search .search-wrapper.active .close {
    	top: 20%;
		right: -40px;
	}
    .eventCarousel.eicon-chevron-right:before {
        content: "" !important;
        background: url(../svg/arrow-right.svg)   !important;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        z-index: 1;
        left: 15px !important;
        top: 18px !important;
    }
	.eventCarousel .eicon-chevron-left:before {
		content: "" !important;
		background: url(../svg/arrow-left.svg) !important;
		width: 24px;
		height: 24px;
		position: absolute;
		z-index: 1;
		right: 15px;
		top: 18px;
	}
	.eventCarousel .elementor-swiper-button.elementor-swiper-button-next {
		position: absolute !important;
		bottom: -60px;
		top: auto !important;
		left: 11%;
		
   }
/* 	 .eventCarousel .elementor-element .swiper .elementor-swiper-button{
		position: absolute;
		display: inline-flex;
		z-index: 1;
		cursor: pointer;
		font-size: 25px;
		color: hsla(0,0%,93.3%,.9);
		bottom: 0% !important;
		transform: translateY(110%);
	}    */
	.eventCarousel .elementor-element .swiper .elementor-swiper-button-next{
    	left:8%;
   	}
	section.search-header-container .container .row > div {
		width: 100%;
	}
	section.search-header-container .container {
		padding: 96px 30px;
		margin: 0;
		max-width: 100%;
	}
	section.search-postType-list .container {
		padding: 0 30px;
		margin: 0;
    	max-width: 100%;
	}
	section.search-result-container .container {
		padding: 0 30px;
		margin: 0;
    	max-width: 100%;
	}
	section.search-result-container .right-content .image-block > a {
		float: left;
		margin-right: 20px;
	}
	section.search-result-container .right-content .image-block .dateandtitle {
		display: block;
	}
	section.search-result-container .right-content .row .content-block .date {
		display: none;
	}
	section.search-result-container .right-content .row .content-block > a {
		display: none;
	}
	section.search-result-container .right-content .row {
		grid-row-gap: 10px;
		flex-wrap: wrap;
	}
	.search-result-box .row .image-block {
    	flex: 0 0 100%;
	}
    body .mm-ocd.mm-ocd--left{
      	top: 68px !important;
    }
    .mm-spn.mm-spn--navbar:after{
    	background: #E8F4FF !important;
        color: #0C67B1 !important;
        text-decoration: underline;
   }
   .mm-spn.mm-spn--navbar:before {
		z-index: 99;
		color: #0c67b1;
		top: -2px !important;
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 50px;
		margin-top: 2px;
		border-top: 0px solid;
		border-left: 0px solid;
		opacity: 1;
		background: transparent url(../svg/vector-3.svg) no-repeat left;
		background-position-x: 14px;
	}
	.aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-prev {
    	left: -22px;
	}
	.aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-next {
		right: -22px !important;
	}
/* 	ul.resource-cat-list li button{
		padding : 10px 8px !important;
	} */
    .home_icon_box .elementor-column.elementor-col-33.elementor-inner-column.elementor-element {
    min-height: 350px;
}
}
@media (min-width: 992px){
/* 	.toggler.d-lg-none {
		display: block!important;
	} */
	.search-result-box .col-lg-2 {
    flex: 0 0 auto;
	}
}
@media only screen and (max-width: 992px){
/* 	.toggler.d-lg-none {
		display: block!important;
	} */
	.search-result-box .col-lg-2 {
    	flex: 0 0 auto;
		width: 100% !important;	
	}
}
@media only screen and (max-width: 767px){
    section.featured-posts .item.first-article {
    	flex-direction: column;
    }
    section.featured-posts .item.first-article .image{
        width: 100%;
    }
    section.featured-posts .item.other-articles .row {
        flex-direction: column;
    }
    section.featured-posts .container .row .vertical-rows .col-6.postImage, section.featured-posts .container .row .vertical-rows .col-6.postDescription{
        width: 100%;
    }
    section.featured-posts .container .row .vertical-rows .col-6.postDescription {
        margin-top: 25px;
    }
	.mobmenu h4 {
		color: var(--gray-neutral-100, #F3F4F6);
		font-family: Inter;
		font-size: 19px;
		font-style: normal;
		font-weight: 600;
		line-height: 22.4px;
	}
	.mobmenu h4:after {
        content: "";
        width: 7px;
        height: 13px;
        background: url('../png/menu-arrow1.png');
        right: 15px;
        top: 19px;
        position: absolute;
        display: inline-block;
        transition: all 0.4s ease;
    }
    .mobmenu h4.active:after {
        transform: rotate(90deg);
    }
    .mobsubmenu ul.elementor-icon-list-items {
		display:none;
	}
	.mobsubmenu ul{
		border-bottom: 1px solid #F3F4F6; 
	}
	.mobmenu h4.elementor-heading-title.elementor-size-default.active  {
		color:#2D9599;
	}
	.mobsubmenu .elementor-icon-list-item {
		border-bottom: 1px solid #E4E4E7;
		height:52px;
	}
	.mobsubmenu ul li a {
		padding: 0px 15px 0px 45px;
	}
	.page-filter .filter-tabs ul.nav-tabs {
    	justify-content: center;
	}
	section.featured-posts {
    	padding: 0 15px;
	}
	section.article-list-container {
		padding: 0 15px;
	}
	section.page-header-container {
    	padding: 0 15px;
	}
	.page-filter .container {
		padding: 0 16px;
	}
	section.page-header-container .heading {
    	font-size: 35px;
    	line-height: 45px;
	}
	section.page-newsletter, section.page-eventNewsletter {
		margin: 15px;
	}
	section.article-list-container .row .item {
		width: 100%;
		flex-direction: column;
		margin-top: 25px;
	}
	section.article-list-container .row .item .image{
		width: 100%;
	}
	section.article-list-container .row .item .content{
		margin-top: 20px;
	}
	section.page-filter h3{
		margin-bottom: 0;
		text-align: center;
	}
	section.featured-posts .item .content{
		margin-top: 25px;
	}
	.page-filter .container .row {
		flex-direction: column-reverse;
		grid-row-gap: 20px;
		padding-top: 20px;
	}
	.page-filter .container .row > div {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.page-filter .filter-tabs ul.nav-tabs li.nav-item {
    	flex: 1;
	}
	.page-filter-w2 .container, section.ubc-list-view .container {
    	padding: 0 15px;
	}
	.page-filter-w2 .container .row {
		flex-direction: column-reverse;
	}
	.page-filter-w2 .container .row .col-md-4 {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	section.resource-section .right-content {
    	padding-left: 0;
	}
	section.resource-section .left-content {
    	padding-right: 0;
	}
	ul.resource-cat-list li.nav-item {
    	flex: 1;
	}
	.header-search .search-wrapper.active .input-holder {
    	width: 290px;
	}
    .aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-prev {
    	left: -16px;
   }
  .aboutuspageCarousel .elementor-swiper-button.elementor-swiper-button-next {
    	right: -17px !important;
	}
	section.search-header-container .container {
    	padding: 50px 15px;
    }
	.news-page-header h1, .resource-page-header h1 {
    	font-size: 30px;
    }
	section.search-postType-list .container {
    	padding: 0 15px;
    }
	section.search-result-container .container{
		padding: 0 15px;
	}
	section.page-header-container .container {
    	padding: 50px 0;
	}
	.news-page-header p, .resource-page-header p{
		margin-bottom: 0;
	}
	section.search-postType-list .container .row {
		flex-direction: column-reverse;
	}
	section.search-postType-list .container .row .col-md-4 {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.resource-section ul.resource-tag-list li.nav-item {
		width: 50%;
	}
	.resource-section ul.resource-tag-list {
    	display: flex;
    	flex-wrap: wrap;
	}
	section.search-result-container .right-content .date{
		font-size: 12px;
	}
	.resource-section .result-container h3.res-title {
    	font-size: 18px;
    	line-height: 22px;
	}
	section.resource-section {
    	margin: 20px 0;
	}
	.elementor-widget-tabs .elementor-tab-content {
    	padding: 0px !important;
    }
	.eventCarousel .elementor-swiper-button.elementor-swiper-button-next {
		position: absolute !important;
		bottom: -60px;
		top: auto !important;
		left: 21%;
		
   }
   .mm-spn.mm-spn--navbar:after{
    	background: #E8F4FF !important;
        color: #0C67B1 !important;
        text-decoration: underline;
   }
   .mm-spn.mm-spn--navbar:before {
    z-index: 99;
    color: #0c67b1;
    top: -2px !important;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    margin-top: 2px;
    border-top: 0px solid;
    border-left: 0px solid;
    opacity: 1;
    background: transparent url(../svg/vector-3.svg)       no-repeat left;
    background-position-x: 14px;
	}
    
    body .mm-ocd.mm-ocd--left{
      top: 66px !important;
    }
    .elementor-3656 .elementor-element.elementor-element-6878a59{
      width:100% !important;
    }
    .elementor-3656 .elementor-element.elementor-element-ec7079f{
      width: 100%!important;
    }
    .elementor-3656 .elementor-element.elementor-element-f581e51{
      padding: 64px 15px 64px 15px !important;
    }
    
    /*Event page newsletter */
    .page-eventNewsletter .elementor-3717 .elementor-element.elementor-element-6878a59 {
    width: 100%;
}
    .page-eventNewsletter .elementor-3717 .elementor-element.elementor-element-ec7079f {
        width: 100% !important;
     }   
     .page-eventNewsletter .elementor-3717 .elementor-element.elementor-element-f581e51{
        padding: 64px 15px 64px 15px !important;
     }
}
