body {
  color: #58595B;
  font-family: 'Roboto', sans-serif;
}

.logo {
  height: 80px;
}

/* M E N U  */
.acore_nav ul li a{
  color: #4154CA !important;
  font-size: 18px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.acore_nav ul li.login a{
  color: #8F43A3 !important;
  margin: 0 10px;
  border: 1px solid #8F43A3;
  border-radius: 8px;
}
.acore_nav ul li.register a{
  background: #8F43A3;
  border-radius: 8px;
  color: #FFFFFF !important;
}


.category h1{
  padding: 25px 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.post_list h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 15px 15px 0;
  font-size: 24px;
}
.post_list p {
  padding: 0 15px 15px;
}




/* S I D E B A R  */
.author_box {
  background: #FFFFFF;
  padding: 15px;
}
.author_box h3 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 15px;
}
.author_box img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.author_box p {
  font-size: 14px;
  margin: 15px 0 0;
}





/* B L O G  P O S T */
.single_blog_post_title {
  position: relative;
  color: #FFFFFF;
  min-height: 300px;
  background-position: top center;
  padding-top: 100px;
  background-size: cover;
  margin-bottom: 50px;
}
.single_blog_post_title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(100, 17, 153, 0.75);
  top: 0;
}
.single_blog_post_title h1 {
  font-weight: 700;
}

.single-conference .single_blog_post_title{
    min-height: auto;
    padding: 50px 0;
}

.single-conference .single_blog_post_title::before{
    background-image: linear-gradient(to right, #8F44A1, #6C3979, #4F2F57, #33193A);
}

.single-conference .single_blog_post_title h1{
    font-size: 32px;
    font-weight: 400;
}


.single-conference .single_blog_post img{
    width:75% !important;
}

.blog-archive-page .single_blog_post_title{
    min-height: auto;
    padding: 50px 0;
}

.blog-archive-page .single_blog_post_title::before{
    background-image: linear-gradient(to right, #8F44A1, #6C3979, #4F2F57, #33193A);
}

.blog-archive-page .single_blog_post_title h1{
    font-size: 32px;
    font-weight: 400;

}
    
.single-lectures .single_blog_post_title{
    min-height: auto;
    padding: 50px 0;
}

.single-lectures .single_blog_post_title::before{
    background-image: linear-gradient(to right, #8F44A1, #6C3979, #4F2F57, #33193A);
}

.single-lectures .single_blog_post_title h1{
    font-size: 32px;
    font-weight: 400;
}





.single_blog_post_author {
  border-top: 1px solid #58595B;
  border-bottom: 1px solid #58595B;
  margin-bottom: 50px;
  padding: 15px 0 ;
  margin-top: 25px;
}
.single_blog_post_author img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.single_blog_post_author h6, .single_blog_post_author h5, .single_blog_post_author p {
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
}
.single_blog_post_author h5 {
  font-weight: 700;
  margin-top: 12px;
}
.single_blog_post_author h6 {
  margin: 5px 0 0;
}

/* B U T T O N S */
.btn {
  border-radius: 25px;
}
.btn-acore {
  color: #fff;
  background-color: #A935ED;
  border-color: #A935ED;
}
.btn-fullwidth {
  width: 100%;
}
.btn-acore-main {
  background-color: #A935ED;
  color: #FFFFFF !important;
  border-color: #A935ED;
  font-weight: 700;
}
.btn-acore-main:hover {
  background-color: #1DC9FC;
  border-color: #1DC9FC;
  color: #FFFFFF;
}
.btn-acore-secondary {
  background-color: #1DC9FC;
  color: #FFFFFF !important;
  border-color: #1DC9FC;
  font-weight: 700;
}
.btn-acore-secondary:hover {
  background-color: #A935ED;
  border-color: #A935ED;
  color: #FFFFFF;
}
.btn-acore-pnk {
  background-color: #EA4EC5;
  color: #FFFFFF !important;
  border-color: #EA4EC5;
  font-weight: 700;
}
.btn-acore-pnk:hover {
  background-color: #A935ED;
  border-color: #A935ED;
  color: #FFFFFF;
}

.btn-acore-loop {
  color: #8F44A1 !important;
  border:none;
  font-weight: 700;
  text-transform: uppercase;
  text-align: start;
  padding: 0;
  width: auto;
  font-size: 14px;
}

.btn-acore-loop:hover {
  color: #111111;
}
.btn-webinar-list {
  background-color: #7A06F6;
  color: #FFFFFF !important;
  border-color: #7A06F6;
  padding: 0 5px;
  font-size: 14px;
}




.webinar_free {
  color: green;
}
.webinar_buttons {
  margin-bottom: 25px;
}
.sharebar {
  border-top: 1px solid #EEE;
  padding: 15px 0;
}
.sharebar ul {
  list-style: none;
  padding: 0;
}
.sharebar ul li {
  float: left;
  margin-right: 10px;
  padding: 4px 0;
}
.sharebar ul li a {
  color: #FFFFFF;
}
.sharebar ul li.icon {
  width: 32px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF;
}
.sharebar ul li.icon.facebook {
  background: #3B5998;
}
.sharebar ul li.icon.twitter {
  background: #1DA1F2;
}
.sharebar ul li.icon.linkedin {
  background: #0E76A8;
}
.sharebar ul li.icon.youtube {
  background: #FF0000;
}
.sharebar ul li.icon.email {
  background: #EC57C8;
}
.sharebar ul li.icon.whatsapp {
  background: #25D366;
}

.single_webinar {
  background: #F8F8F8F8;
  border-radius: 4px;
  height: 100%;
}
.single_webinar img {
  border-radius: 4px 4px 0 0;
}
.single_webinar h5 {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  font-size: 24px;
  min-height: 120px;
  color: #4154CA;
  margin: 15px 0 0;
}
.single_webinar p {
  padding: 15px;
}
.single_webinar p a {
  color: #58595B;
}
.single_webinar p a:hover {
  text-decoration: none;
}
.webinar_info {
  border-top: 1px solid #EEEEEE;
  margin: 15px;
  padding-top: 15px;
}
.webinar_info i {
  color: #1DC9FC;
}








.post_list_page article {
  background: #EEE;
  margin-bottom: 15px;
  border-radius: 8px;
}
.post_list_page article img {
  border-radius: 8px 0 0 8px;
}
.post_list_page article h2 {
  font-size: 28px;
  padding: 0 15px;
  margin: 0;
}
.post_list_page article p {
  margin: 0;
  padding: 0 15px;
}
/* F O O T E R */
footer {
  background: #050C88;
  padding: 25px 0;
  color: #FFFFFF;
  margin-top: 50px;
  font-size: 14px;
}
footer h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #F8F8F8
}



/* H O M E P A G E */
.hompage_banner {
  background-position: top center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
  color: #FFFFFF;
  border-bottom: 10px solid #1DC9FC;
}
.hompage_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(100, 17, 153, 0.75);
  top: 0;
}
.hompage_banner a {
  display: block;
  margin-bottom: 15px;
}
.hompage_banner h5 {
  font-size: 24px;
  font-weight: 300;
}
.hompage_banner h2 {
  font-size: 42px;
  font-weight: 700;
}
.webinars_homepage {
  background: #4154CA;
  padding: 50px 0;
}
.webinars_homepage h2, .webinars_homepage h4 {
  color: #FFFFFF;
  text-align: center;
}
.webinars_homepage h2 {
  font-weight: 700;
  font-size: 42px;
}
.webinars_homepage h4 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}


.recent_posts_sidebar h5{
  font-size: 32px;
  font-weight: 700;
  margin: 25px 0;
  color: #4154CA;
}
.recent_posts_sidebar h6 a {
  font-size: 16px;
  font-weight: 700;
  color: #58595B;
}
.recent_posts_sidebar p {
  font-size: 12px;
}


.content-acore-loop{
  padding :10px;
}

.loop_posts h2  {
  font-size:16px;
  font-weight: 600;
  line-height:1.5rem;
  height: auto;
  overflow: hidden;
}

.loop_posts h2 a{
  color: #111111 !important;
}


.loop_posts p {
  height: 120px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5rem;
  color: #000000 !important;
}
.our_team_person h2 {
  font-size: 24px;
  font-weight: 700;
  color: #4154CA;
  margin: 26px 0 13px;
}
.our_team_person h2 span {
  background: #FFFFFF;
  z-index: 999;
  padding: 0 15px;
}

.our_team_person h2::before {
  content: "";
  position: absolute;
  width: 40%;
  background: #4154CA;
  height: 2px;
  top: calc(50% - -7px);
  left: 30%;
  z-index: -99;
}

.our_team_person h3, .our_team_person h5 {
  margin-bottom: 0;
}
.our_team_person h3 {
  font-size: 16px;
  color: #4154CA;
  font-weight: 700;
}
.our_team_person h5 {
  font-size: 14px;
  color: #58595B;
  margin-top: 5px;
}
.our_team_person h6 {
  font-size: 14px;
  color: #58595B;
  margin-top: 5px;
}
.our_team_person img {
  border-radius: 50%;
  max-width: 150px;
  margin: 15px 0;
}
#references {
  border-left: 5px solid #1DC9FC;
  background: #F8F8F8;
  padding: 25px;
  margin-top: 15px;
}


.homepage_icons img {
  width: 75px;
  margin-bottom: 15px;
}
.blog_posts h2 {
  text-align: center;
  margin: 60px 0 25px;
  font-size: 36px;
  font-weight: 700;
	color: #4154CA;
}
.home_single_blog_post {
  margin-bottom: 15px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.home_single_blog_post img {
  border-radius: 12px 12px 0 0;
  height: auto;
  width: 100%;
}
.home_single_blog_post h5 {
  padding: 20px;
  font-weight: 400;
  font-size:20px;
  color: #000;
}
.home_single_blog_post h5 a {
  color: #000;
}

.home_single_blog_date{
  font-weight: 400;
  font-size:12px;
  color: #6C757D;
}

.blog_by_specialty {
  margin: 25px 0 0;
  color: #4154CA;
}
.home_cat {
  background-size: cover;
  height: 137px;
  width: 160px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #050C88;
  border-radius: 30px;
}
.home_cat a {
  position: absolute;
  bottom: 20px;
  text-align: center;
  color: #FFFFFF;
  width: 160px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.recent_posts_sidebar > .row > .col-6 {
  margin: 5px 0;
}
.col-md-4.loop_posts {
  margin: 0 0 50px;
  padding: 0 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.widget_text h3 {
  font-size: 24px;
  color: #4154CA;
  margin-top: 15px;
  font-weight: 700;
}
footer h3 {
  color: #FFFFFF !important;
  margin-top: 0 !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: block !important;
  text-align: left !important;
}


.items button::before  {
  color: #FFFFFF !important;
}
.blog_posts_items button::before {
  color: #4154CA !important;
}
.items button::before {
  font-size: 32px;
}

.webinars_page_list > .col-md-4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.webinar_info p {
  font-size: 14px;
  padding: 0;
}
.sharebar.footer {
  border-top: 0;
  padding: 0;
}
.sharebar.footer ul {
  text-align: center;
  margin-left: 20px;
}
.sharebar.footer ul li {
  display: inline-block !important;
}
.sharebar.footer ul li.icon {
  float: inherit !important;
}


.video_post_page_title {
  font-size: 32px;
  margin: 15px 0;
  font-weight: 700;
}
.past_webinars {
  font-size: 28px;
  margin: 25px 0 0;
  font-weight: 700;
}


.post-loop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  gap: 20px; /* adjust spacing between grid items */
}

.blog-loop-posts{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 0px;
    padding: 0px;
}

.blog-loop-posts h2  {
  font-size:16px;
  font-weight: 700;
  height: auto;
  overflow: hidden;
  line-height: 1.5rem;
}

.blog-loop-posts h2 a {
  color: #111111 !important;
}

.blog-acore-postdate{
    font-size: 12px;
    line-height: 1.5rem;
    color: #6C757D;
    text-align: left;
}

.blog-loop-posts p {
  height: 120px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5rem;
  color: #000000 !important;
}

.post-loop-image{
    width: 100%;
    border-radius: 20px;
}

.content-acore-loop{
    padding: 10px;
}


.btn-post-loop-acore{
    text-align: start;
    background-color: #FFF;
    color: #8F44A1;
    font-size: 14px;
}

.button-container{
    display: flex;
	justify-content:space-between;
	align-items:center;
}

.rdm-arrow{
	height: 12px;
	width:auto;
	
}
/* @media (max-width: 1024px) {
  .post-loop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .post-loop-grid {
    grid-template-columns: 1fr;
  }
} */


/* 03-06-2025 */
.post-loop-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
}
.post-loop-grid .blog-loop-posts {
    width: calc( calc( 100% / 3 ) - 16px);
}

.post-loop-grid .blog-loop-exerpt {
    font-size: 13px;
    margin: 10px auto;
}

.col-md-3 h6, .col-md-3 h6 a {
    margin-bottom: 14px;
    color: #000000;
    font-weight: 600;
}

.col-md-3 h6:first-child {
    margin-top: 20px;
}

.col-md-3 {
    font-size: 26px;
    font-weight: 500;
    color: #4154ca;
}

.post-loop-grid .content-acore-loop {
    padding: 20px;
}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
	row-gap: 20px;
    margin: 50px auto 0 auto;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.pagination > * {
    border: 2px solid #6C757D;
    min-width: 40px;
    display: block;
    padding: 6px;
    color: #6C757D;
    border-radius: 5px;
    font-size: 16px;
}

.pagination > *.page-numbers.current {
    background: #8F44A1;
    color: #fff;
	border-color: #8F44A1;
}

/* 07-08-25 css start */
  .two-column-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      align-items: flex-start;
  }

  .featured-left {
    max-width: 599px;
  }

  .list-right {
      max-width: 457px;
      display: flex;
      flex-direction: column;
      gap: 13px;
  }

  .pl-single-0 .pl_blog_featured_image {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
  }

  .pl-single-0 .pl_blog_featured_image img {
      width: 100%;
      min-height: 391px;
      display: block;
      border-radius: 10px;
      object-fit: cover;
  }

  .pl-single-0 .pl_fetured_blogs_title {
    background: #FFFFFFB2;
    width: 100%;
    padding: 34px 49px;
    color: #000000;
    border-radius: 0px 0px 10px 10px;
  }

  .pl-single-0 .pl_fetured_blogs_title h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
  }

  .list-right .pl_fetured_blogs_single {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
  }
  .list-right .pl_fetured_blogs_single:last-child {
    border: none;
}
  .list-right .pl_fetured_blogs_title h4,
  .list-right .pl_fetured_blogs_excert span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #141414;
    margin-bottom: 0;
  }
 
  .pl_fetured_blogs_category_title a {
    text-decoration: none;
}
.section_title_web{
  font-weight: 700;
  font-size: 42px;
  line-height: 50.4px;
  margin-bottom: 13px;
  text-align: center;
  color: #4154CA;
}

.section_description_web{
font-weight: 400;
font-size: 18px;
line-height: 21.6px;
text-align: center;
margin-bottom: 58px;
color: #161616;
max-width: 60%;
}
.pl_fetured_blogs_single.pl-single-0 {
  position: relative;
}
.pl_fetured_blogs_info.blog_title_first {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main_section_wrapper {
  padding: 52px 0px;
  max-width: 1096px;
  margin: 0 auto;
}
.section_wrapper,.section_wrapper_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #4154CA;
  padding-bottom: 30px;
}
.section_description {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  padding-bottom: 79px;
}
.card.flex {
    display: flex;
    flex-direction: row;
	 	border: unset;
	  margin: 0 auto;
	    border-radius: 16px;
}
.slide img {
    max-width: 449px;
    height: 185px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.av_image_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 17px;
    max-width: 1440px;
    margin: 0 auto;
}
.main_weibnar_wrapper {
  background-color: #1DC9FC14;
  padding: 50px 30px 70px 30px;
}

.link_wrapper {
  text-align: end;
  position: relative;
}
.link_wrapper span a {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  padding-right: 21px;
  color: #4154CA;
}
.link_wrapper:after {
  content: '';
  width: 12px;
  height: 24px;
  background-image: url(/wp-content/uploads/2025/08/weui_arrow-outlined.svg);
  position: absolute;
  top: -2px;
  right: 0;
}
.link_wrapper a {
  text-decoration: none;
}
.single_image_wrapper .slide img {
  height: 185px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
  .list-right .pl_fetured_blogs_thumbnail_date {
      display: none;
  }


.card {
  max-width: 1097px;
  display: flex;
  border-radius: 16px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.left-circles-container{
  width: 50%;
}
.left-circles-container img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px 0px 0 16px;
}

.right-content {
  padding: 36px 36px 36px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #191a91;
  font-family: 'Arial', sans-serif;
  width: 50%;
}

.right-content h2 {
  margin-bottom: 0;
  color: #4154CA;
  font-weight: 700;
  font-size: 32px;
  line-height: 28.8px;
}
.right-content p.desc {
  color: #000000;
  padding-top: 30px;
  padding-bottom: 32px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
.divider {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 24px;
}
.date-info {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #58595B;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 35px;
}
.date-icon {
  color: #69b2f7;
  width: 14px;
}
button.reserve-btn {
  background: #EA4EC5;
  padding: 18px;
  border-radius: 30px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0px 4px 4px 0px #00000040;
}
button.reserve-btn:hover {
  background: #c4389e;
  box-shadow: 0 9px 18px rgb(196 56 158 / 0.25);
}
/* 07-08-25 css end */
@media(max-width: 1280px){
	.post-loop-grid .blog-loop-posts {
		width: calc( calc( 100% / 2 ) - 16px);
	}
}
/* 07-08-25 css start */
@media(max-width: 1150px){
  .main_section_wrapper {
    padding: 52px 30px;
}
.two-column-wrapper {
  gap: 20px;
}
.featured-left,.list-right {
  max-width: 48%;
}
.section_description_web{
  max-width: 100%;
}
}
/* 07-08-25 css end */
@media(max-width: 991px){
	.post-loop-grid .blog-loop-posts {
		width: calc( calc( 100% / 1 ));
	}
/* 07-08-25 css start */
  .featured-left,.list-right {
    max-width: 100%;
    width: 100%;
  }
  .section_description {
    padding-bottom: 40px;
}
.right-content p.desc {
  padding-top: 10px;
  padding-bottom: 10px;
}
.right-content {
  padding: 36px 36px 36px 24px;
}
button.reserve-btn {
  padding: 12px;
  font-size: 16px;
  line-height: 18px;
}
.two-column-wrapper {
  gap: 40px;
}
/* 07-08-25 css end */
}

/* 07-08-25 css start */
@media (max-width: 800px) {
  .card,.card.flex {
    flex-direction: column;
    max-width: 100%;
  }
  .left-circles-container {
    width: 100%;
    height: 350px;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .right-content {
    max-width: 100%;
    width: 100%;
    padding: 28px 24px 28px 24px;
  }
  .left-circles-container img {
    border-radius: 16px 16px 0px 0px;
}
}
@media (max-width: 767px) {
.main_section_wrapper {
  padding: 52px 20px;
}
.section_title {
  font-size: 28px;
  padding-bottom: 20px;
}
.section_description {
  padding-bottom: 20px;
  font-size: 16px;
}
.pl-single-0 .pl_fetured_blogs_title {
  padding: 30px 20px;
}
.pl-single-0 .pl_fetured_blogs_title h4 {
  font-size: 16px;
}
.pl-single-0 .pl_blog_featured_image img {
  min-height: 270px;
}
.list-right .pl_fetured_blogs_title h4, .list-right .pl_fetured_blogs_excert span {
  font-size: 16px;
  line-height: 20px;
}
.av_image_wrapper {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.left-circles-container {
  height: 200px;
  margin-bottom: 0;
}
.section_description_web {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.section_title_web {
  font-size: 28px;
  line-height: 32px;
}
.date-info {
  margin-bottom: 20px;
}
}
/* 07-08-25 css end */