/*
Theme Name: College Aid PSTG
Theme URI: https://collegeaidpro.com/
Template: hello-elementor
Author: College Aid PSTG Team
Author URI: https://collegeaidpro.com/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.0.1661269351
Updated: 2022-08-23 15:42:31

*/

.hide {
  display: none;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.btn1 {
  background-color: #0078ba;
  color: #fff;
  border-radius: 200px;
  padding: 16px 39px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  border: none;
}
.page-title {
  position: relative;
}
.page-title::after {
  content: "";
  position: absolute;
  width: 228px;
  height: 19px;
  bottom: -5px;
  right: -35px;
  background-image: url("../png/title-after.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.page-title.ev-page-title::after {
  right: 35px;
}

.btn-login .elementor-button {
  background-color: #ffffff00;
  font-family: "Eudoxus Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 0px 0px 0px 0px;
  padding: 17px 20px 17px 20px;
}
.btn-signup .elementor-button {
  background-color: #ffffff;
  font-family: "Eudoxus Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  fill: #131635;
  color: #131635;
  border-radius: 0px 0px 0px 0px;
  padding: 17px 20px 17px 20px;
}
.p-search-filters {
  text-align: center;
}
ul.blog-main-cats,
ul.blog-child-cats {
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
ul.blog-child-cats {
  margin-bottom: 48px;
}
ul.blog-main-cats li,
ul.blog-child-cats li {
  margin-right: 12px;
}
ul.blog-main-cats li:last-child,
ul.blog-child-cats li:last-child {
  margin-right: 0px;
}
ul.blog-main-cats li a,
ul.blog-child-cats li a {
  padding: 12px 28px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #131635;
  background: #ffffff;
  display: inline-block;
  position: relative;
}
ul.blog-child-cats li a {
  padding: 13px 24px;
  font-size: 18px;
  line-height: 24px;
}
ul.blog-main-cats li a.active::before,
ul.blog-child-cats li a.active::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  background-color: #23c57f;
  border-radius: 100px;
  z-index: 1;
}
ul.blog-child-cats li a.active::before {
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 7px);
}
ul.blog-main-cats li a.active span,
ul.blog-child-cats li a.active span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.p-search-filters ul.blog-main-cats li#cat1 {
  display: none;
}
.search-form {
  margin-top: 32px;
}
.search-form .search-form-inner {
  position: relative;
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-form .search-form-inner::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("../png/search-icon.png");
  background-size: cover;
  left: 25px;
  z-index: 2;
}
.search-form .search-form-inner .search-form-input {
  position: relative;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #9299be;
  border-radius: 100px;
  border: none;
  padding: 25px 170px 25px 56px;
  box-sizing: border-box;
}
.search-form .search-form-inner .search-form-submit {
  position: absolute;
  background-color: #0078ba;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  border-radius: 200px;
  padding: 16px 39px;
  margin-right: 8px;
  border: none;
}
.search-form input[type="text"]:focus-visible,
.search-form input[type="submit"]:focus-visible {
  outline: none;
  border-color: unset;
}

.blog-grids-wrap {
}
.blog-grids {
  display: grid;
  /*grid-template-columns: auto auto auto;*/
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 40px;
  position: relative;
}
.blog-grids-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: rgba(0, 120, 186, 0.15);
  background-image: url("../gif/loader1.gif");
  background-repeat: no-repeat;
  background-position: 50% 100px;
  background-size: 100px;
}
.blog-grids .blog-grid {
  border: 1px solid #b5bace;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.blog-grids .blog-grid .blog-grid-img a {
  display: inline-block;
  height: 343px;
  width: 100%;
}
.blog-grids .blog-grid .blog-grid-img a img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
}
.blog-grids .blog-grid .blog-grid-content {
  padding: 32px 16px;
}
.blog-grids .blog-grid .blog-grid-content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 12px;
}
.blog-grids .blog-grid .blog-grid-content p {
  margin-bottom: 20px;
}
.blog-grids .blog-grid .blog-grid-content .blog-tags {
  display: inline-flex;
  align-items: center;
}
.blog-grids .blog-grid .blog-grid-content .blog-tags span {
  background: #e7ebfb;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #545a77;
}
.blog-grids .blog-grid .blog-grid-content .blog-tags span:last-child {
  margin-right: 0px;
}
.blog-grids .blog-grid .blog-grid-content .blog-date {
}

.single-banner .elementor-widget-heading.post-top-title,
.single-banner .elementor-widget-heading.elementor-page-title {
  max-width: 1076px;
}
.single-banner .blog-info-tags-wrap {
  margin-bottom: 26px;
}
.single-banner .blog-info-tags {
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.single-banner .blog-info-tags li {
  margin-right: 16px;
  color: #9299be;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 12px 16px;
  background-color: #ffffff;
  border-radius: 87px;
}
.single-banner .blog-info-tags li:last-child {
  margin-right: 0px;
}
.blog-author-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: -40px;
}
.blog-author-wrap .blog-author-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 8px 12px 8px 8px;
  border-radius: 100px;
  box-shadow: 0px 8px 16px rgba(41, 43, 50, 0.12);
  -moz-box-shadow: 0px 8px 16px rgba(41, 43, 50, 0.12);
  -webkit-box-shadow: 0px 8px 16px rgba(41, 43, 50, 0.12);
}
.blog-author-wrap .blog-author-inner .avatar {
  border-radius: 50%;
  margin-right: 16px;
  border: 1px solid #e8e8e8;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}
.blog-author-wrap .blog-author-inner .blog-author-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #131635;
}

.post-content .elementor-widget-theme-post-content {
  max-width: 1076px;
}
.post-content .elementor-widget-container h1,
.post-content .elementor-widget-container h2,
.post-content .elementor-widget-container h3,
.post-content .elementor-widget-container h4,
.post-content .elementor-widget-container h5,
.post-content .elementor-widget-container h6 {
  margin-top: 60px;
  margin-bottom: 32px;
}
.post-content .elementor-widget-container p {
  margin-bottom: 32px;
  /*word-break: break-all;*/
}
.post-content .elementor-widget-container p a {
  color: #0078ba;
}
.post-content .elementor-widget-container p img {
  margin-top: 32px;
  margin-bottom: 32px;
}
.post-content .elementor-widget-container p + ol {
  margin-top: -15px;
}
.post-content .elementor-widget-container ol,
.post-content .elementor-widget-container ul {
  margin-bottom: 32px;
  padding-left: 35px;
}
.post-content .elementor-widget-container ol li,
.post-content .elementor-widget-container ul li {
  margin-bottom: 40px;
}
.post-content .elementor-widget-container ol li:ast-child,
.post-content .elementor-widget-container ul li:ast-child {
  margin-bottom: 0px;
}
.post-content .elementor-widget-container blockquote {
  margin: 60px 0 60px 30px;
  position: relative;
}
.post-content .elementor-widget-container blockquote::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 5px;
  width: 24px;
  height: 20px;
  background-image: url("../png/start-quote.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.post-content .elementor-widget-container blockquote::after {
  content: "";
  position: absolute;
  bottom: 27px;
  margin-left: 5px;
  width: 24px;
  height: 20px;
  background-image: url("../png/end-quote.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.post-content .elementor-widget-container blockquote p {
  font-family: "Playfair Diplay", Sans;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  display: inline;
}
.post-content .elementor-widget-container figure figcaption {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  margin-top: 10px;
}
.post-content .elementor-widget-container iframe,
.post-content .elementor-widget-container p iframe {
  height: 500px;
  /*border-radius: 34px;*/
}

.footer-widget-1 .elementor-widget-wrap {
  max-width: 311px;
}
.footer-widget-2 .elementor-widget-heading.elementor-widget:not(:last-child) {
  margin-bottom: 16px;
}
.footer-widget-3 .elementor-widget-heading:not(:last-child),
.footer-widget-4 .elementor-widget-heading:not(:last-child),
.footer-widget-5 .elementor-widget-heading:not(:last-child) {
  margin-bottom: 32px;
}

.custom-mm {
  min-height: 415px;
}
.custom-mm ul {
  list-style: none;
  padding-left: 0;
}
ul.outer-list {
  position: relative;
  width: 33.34%;
  padding-right: 32px !important;
  border-right: 1px solid #e7ebfb;
}
ul.outer-list > li {
  width: 100%;
  padding: 12px 36px 12px 12px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  background-color: #f1f4ff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

ul.inner-list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100%;
  padding: 0 25px !important;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s linear;
  height: 100%;
  height: auto;
}
ul.inner-list > li {
  border: 1px solid #dadff2;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 10px;
}
ul.inner-list > li a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #545a77;
}
.menu-features-sec {
  position: absolute;
  left: 100%;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 260px;
  padding: 0 0 0 24px;
  border-left: 1px solid #e7ebfb;
}

ul.outer-list > li::before {
  cursor: pointer;
}
ul.outer-list > li::after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("../png/menu-arr-ryt.png");
  display: inline-block !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative !important;
  right: -20px;
}
ul.outer-list > li .inner-list.active {
  left: 100%;
  opacity: 1;
  transition: all 0.2s linear;
  display: block !important;
  cursor: default;
}

ul.outer-list > li:hover::before {
  content: "";
  width: 32px;
  height: 100%;
  left: calc(100% - 32px);
  position: absolute;
  top: 0;
}

.menu-features-sec .blog-grids {
  grid-template-columns: 1fr;
}
.menu-features-sec .blog-grids .blog-grid .blog-grid-img a {
  display: inline-block;
  height: 140px;
  width: 100%;
}
.menu-features-sec .blog-grids .blog-grid .blog-grid-img a img {
  width: 100%;
  background-position: center center;
}
.menu-features-sec .blog-grids .blog-grid .blog-grid-content {
  padding: 5px 10px 10px;
}
.menu-features-sec .blog-grids .blog-grid .blog-grid-content h2 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.menu-features-sec .blog-grids .blog-grid .blog-grid-content p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.highlighted-text {
  position: relative;
  padding: 0px 130px 15px 0px;
}
span.highlighted-text::before {
  content: "";
  background-image: url("../png/highlight.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: -4px;
  top: -4px;
}
.elementor-field {
  padding: 16px 15px !important;
}
.elementor-column .elementor-button {
  max-width: 275px;
  margin: 0 auto;
}
.cntct-sec-1,
.cntct-sec-2,
.cntct-sec-3,
.cntct-sec-4 {
  position: relative;
}

.cntct-sec-1::before {
  position: absolute;
  content: "";
  background-image: url("../png/frame-l1.png");
  background-size: contain;
  z-index: 1;
  width: 84px;
  height: 84px;
  top: 45px;
  left: 60px;
}
.cntct-sec-1::after {
  position: absolute;
  content: "";
  background-image: url("../png/frame-r1.png");
  background-size: contain;
  z-index: 1;
  width: 84px;
  height: 84px;
  top: 32px;
  right: 334px;
}

.cntct-sec-2::before {
  position: absolute;
  content: "";
  background-image: url("../png/frame-l2.png");
  background-size: contain;
  z-index: 1;
  width: 100px;
  height: 100px;
  top: 120px;
  left: 60px;
}
.cntct-sec-2::after {
  position: absolute;
  content: "";
  background-image: url("../png/frame-r2.png");
  background-size: contain;
  z-index: 1;
  width: 95px;
  height: 95px;
  top: 50px;
  right: -40px;
}

.cntct-sec-3::before {
  position: absolute;
  content: "";
  background-image: url("../png/frame-l3.png");
  background-size: contain;
  z-index: 1;
  width: 70px;
  height: 97px;
  top: 30px;
  left: 0;
}
.cntct-sec-3::after {
  position: absolute;
  content: "";
  background-image: url("../png/frame-r4.png");
  background-size: contain;
  z-index: 1;
  width: 50px;
  height: 75px;
  top: 30px;
  right: 0;
}

.cntct-sec-4::before {
  position: absolute;
  content: "";
  background-image: url("../png/frame-l4.png");
  background-size: contain;
  z-index: 1;
  width: 80px;
  height: 80px;
  top: 80px;
  left: -40px;
}
.cntct-sec-4::after {
  position: absolute;
  content: "";
  background-image: url("../png/frame-r3.png");
  background-size: contain;
  z-index: 1;
  width: 145px;
  height: 145px;
  top: -65px;
  right: -65px;
}
.team-row .elementor-widget-heading {
  margin-bottom: 0 !important;
  padding: 0 28px;
}
.team-row .elementor-widget-heading h3 {
  margin-bottom: 10px !important;
}
.team-row .elementor-widget-text-editor {
  padding: 0 28px 24px;
}
.team-col section {
  border: 1px solid #bbc2dc;
  border-radius: 20px;
}
.team-col section img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.single-event .post-content .elementor-widget-container p {
  text-align: center;
}
.single-event_listing .post-content .elementor-widget-shortcode,
.event-inner .elementor-widget-shortcode {
  max-width: 1076px;
}

.event-cta-sec {
  background-color: #082959;
  padding: 52px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-cta-sec .event-cta-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.event-cta-sec .event-cta-btn {
  color: #131635;
  background: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 68px 19px;
}
.event-detail-sec {
  display: flex;
  justify-content: space-between;
}
.event-detail-sec .event-detail-lft {
  width: 420px;
}
.event-detail-sec .event-detail-ryt {
  width: 300px;
}
.event-detail-sec .ev-main-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #0078ba;
}
.event-detail-sec .ev-det-row {
  margin-top: 52px;
}
.event-detail-sec .ev-det-row.event-detail-org {
  margin-top: 0px;
}
.event-detail-sec .event-label {
  color: #131635;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.event-detail-sec .event-data {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-top: 4px;
}
.event-detail-sec .event-detail-only-web .event-data,
.event-detail-sec .event-detail-email .event-data {
  word-break: break-all;
}
.event-detail-sec .event-detail-only-web .event-data a:hover {
  text-decoration: underline;
}
.org-web-link {
  color: #ffffff !important;
  background-color: #0078ba;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 18px 19px;
  cursor: pointer;
  display: inline-block;
}
a > .btn-arr-ryt {
  width: 13px;
  height: 12px;
  background-image: url("../png/ryt-arrow.png");
  background-size: contain;
  display: inline-block;
  margin-left: 6px;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper {
  border: 1px solid #b5bace;
  padding: 0px 28px 0px 0px;
  border-radius: 20px;
  margin-bottom: 40px;
  background-color: #fff;
}
.wpem-event-listing-box-view.wpem-event-listings .wpem-event-layout-wrapper {
  border: 1px solid #b5bace;
  /*padding: 0px 28px 0px 0px;*/
  border-radius: 20px;
  margin-bottom: 40px;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
  padding: 0;
  border-left: 0;
}
.wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url {
  border-width: 0px;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date {
  opacity: 0;
  display: inline-block;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
  float: left;
  padding-right: 28px;
}
.wpem-event-listing-box-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
  margin-bottom: 20px;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-banner .wpem-event-banner-img {
  width: 416px;
  height: 310px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  /*margin-bottom: -5px;*/
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date {
  display: none;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
  padding-left: 0px;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
  padding: 28px 0;
}
.wpem-event-listing-box-view.wpem-event-listings .cus-event-date-time {
  padding: 0 10px;
}
.wpem-event-listing-list-view.wpem-event-listings .cus-event-date-time span {
  background: #e7ebfb;
  border-radius: 8px;
  padding: 4px 12px;
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #545a77;
  margin-right: 12px;
  margin-bottom: 20px;
  display: inline-block;
}
.wpem-event-listing-box-view.wpem-event-listings .cus-event-date-time span {
  background: #e7ebfb;
  border-radius: 8px;
  padding: 4px 12px;
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #545a77;
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
}
.wpem-event-listing-box-view.wpem-event-listings .cus-event-date-time span:last-child {
  margin-right: 0;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
  margin: 0 0 16px;
}
.wpem-event-listing-box-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title {
  margin: 0 0 0px;
}
.wpem-event-listing-box-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text,
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #082959;
}
.wpem-event-listings .event-exerpt {
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #131635;
}
.wpem-event-listings .event-exerpt p {
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #131635;
  margin-bottom: 0;
  opacity: 0.7;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time {
  display: none;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar {
  border-right: unset;
  border-bottom: unset;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar th.weekday-name-column {
  height: 70px;
  line-height: 70px !important;
  border-left: 1px solid #ffffff;
  background-color: #ffffff;
  color: #8f92a1;
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26.7202px;
  line-height: 40px;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar tbody tr:first-child th:first-child {
  border-top-left-radius: 26px;
  border-left: 1px solid #e4e4e4;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar tbody tr:first-child th:last-child {
  border-top-right-radius: 26px;
  border-right: 1px solid #e4e4e4;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar tbody tr:last-child td:first-child {
  border-bottom-left-radius: 26px;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar tbody tr:last-child td:last-child {
  border-bottom-right-radius: 26px;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar tbody tr td:last-child {
  border-right: 1px solid #e4e4e4;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar tbody tr:last-child td {
  border-bottom: 1px solid #e4e4e4;
}

.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .day-number {
  text-align: left;
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #8f92a1;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container:not(.today) {
  background-color: #fff;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link {
  background: #0052cc1a;
  mix-blend-mode: normal;
  padding: 6px 4px;
  line-height: 25px;
  height: 65px;
  margin: 0 5px 5px;
}
table.calendar tbody > tr:nth-child(2n + 1) > td,
table.calendar tbody > tr:nth-child(2n + 1) > th {
  background-color: #ffffff;
}
table.calendar tbody tr:hover > td,
table.calendar tbody tr:hover > th {
  background-color: #ffffff;
}
table.calendar tbody tr > td:hover {
  background-color: hsla(0, 0%, 50.2%, 0.10196078431372549);
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-details .wpem-event-location {
  display: none !important;
}

#event_filters .search_events .wpem-row:first-child .wpem-col:nth-child(1) {
  height: 0;
  width: 0;
  border: unset;
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  flex-grow: 0;
}
#event_filters .search_events .wpem-row:first-child .wpem-col #search_keywords {
  height: 0;
  border: none;
  margin: 0;
  padding: 0;
}
#event_filters .search_events .wpem-row:first-child .wpem-col:nth-child(2) {
  display: none;
}
#event_filters .search_events .wpem-row:last-child {
  display: none;
}
.event_listings .wpem-main.wpem-event-listings-header {
  display: none;
}

#event_filters .search_events .wpem-row:first-child .wpem-col:nth-child(3) {
  max-width: 400px;
  margin: 0 auto;
}
#event_filters .search_events .wpem-row:first-child .wpem-col:nth-child(3) .wpem-form-group {
  height: 88px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0 30px;
}
#event_filters .search_events .wpem-row:first-child .wpem-col:nth-child(3) .wpem-form-group #drp_autogen0 {
  width: 100% !important;
  border: 1px solid #bbc2dc;
  border-radius: 12px;
  height: 48px;
  padding: 8px 12px;
  font-family: "Eudoxus Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #131635;
}
.event_listings .wpem-form-wrapper .showing_applied_filters {
  border-radius: 12px;
}

.single-event_listing .post-content .elementor-widget-shortcode .elementor-shortcode {
  text-align: center;
}
.single-event_listing .post-content .elementor-widget-container p {
  font-family: "Eudoxus Sans";
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #131635;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar {
  background: transparent !important;
}
.add-to-cal-wrap {
  width: 244px;
  height: 60px;
  margin: 60px auto 0;
}
.add-to-cal-wrap .add-to-cal-inner {
  width: 100%;
  height: 100%;
  background: #0078ba;
  padding: 10px 24px;
  font-family: "Eudoxus Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.add-to-cal-wrap .add-to-cal-inner .cal-arr {
  width: 12px;
  height: 8px;
  background-image: url("../png/bot-arrow.png");
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.add-to-cal-wrap .add-to-cal-inner .add-to-cal-list {
  display: none;
  position: absolute;
  left: 0;
  top: 61px;
  width: 244px;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  list-style: none;
  z-index: -1;
}
.add-to-cal-wrap .add-to-cal-inner .add-to-cal-list li:hover {
  background-color: #e5edfa;
}
.add-to-cal-wrap:hover .add-to-cal-list {
  display: block;
  z-index: 5;
}
.add-to-cal-wrap .add-to-cal-inner:hover .cal-arr {
  background-image: url("../png/top-arrow.png");
}
.teams-row .elementor-inner-section .elementor-column > .elementor-widget-wrap {
  background-color: #fff;
  border-radius: 0px 0px 18px 18px;
}
footer .footer-widget-2 .elementor-widget-heading h4 a,
footer .footer-widget-4 .elementor-widget-heading h4 a {
  color: #ffffff;
}

span.home-banner-text::before {
  content: "";
  background-image: url(../png/vector-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
}
span.home-banner-text {
  position: relative;
  padding: 0px 135px 22px 0px;
}
.our-expert-section,
.cap-office-section {
  position: relative;
}
.our-expert-section::before {
  content: "";
  background-image: url(../png/group-2499.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  height: 33%;
  width: 16%;
  left: 0px;
  z-index: 1;
  top: -230px;
}
.our-expert-section::after {
  content: "";
  background-image: url(../png/6266b1fe7861a9076657e356_home_v1_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 30%;
  width: 45%;
  z-index: 1;
  right: 0px;
  bottom: 0px;
}
.cap-office-section::before {
  content: "";
  background-image: url(../png/group-21002.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 50%;
  width: 19%;
  z-index: 9;
  left: 0px;
  bottom: 0px;
}
.cap-office-section::after {
  content: "";
  background-image: url(../png/ellipse-225.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 38%;
  width: 8%;
  right: 0px;
  top: 27px;
}
.megamenu-list li.elementor-icon-list-item a {
  justify-content: space-between !important;
  flex-direction: row-reverse;
  display: flex;
}
.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .sub-arrow i:before {
  display: none;
}
li.menu-item.menu-item-has-children,
.megamenu-list li.elementor-icon-list-item span,
.free-resource li.elementor-icon-list-item span {
  align-items: center;
  display: flex;
}
.feature-post .elementor-posts-container .elementor-post__thumbnail {
  padding-bottom: 0px !important;
}
.free-resource li.elementor-icon-list-item,
.free-resource li.elementor-icon-list-item a {
  list-style: none;
  display: flex;
}
footer.elementor-location-footer li.elementor-icon-list-item {
  list-style: none;
  display: flex;
}
body.page {
  overflow-x: hidden;
}
.menu-cat_list .elementor-widget {
  margin-bottom: 8px !important;
}
.menu-cat_list .elementor-widget h2.elementor-heading-title {
  margin: 0 0 0;
}
.footer-subscribe-form .elementor-field-type-email {
  position: relative;
}
.footer-subscribe-form .elementor-field-type-submit {
  position: absolute;
  width: auto !important;
  right: 4px;
  top: 7px;
}
body.page-id-237 footer .footer-top .elementor-inner-section,
body.page-id-363 footer .footer-top .elementor-inner-section,
body.home footer .footer-top .elementor-inner-section {
  padding-top: 100px !important;
}
.elementor-field-group span.elementor-message {
  font-family: "Eudoxus Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

/************************************/
/************** Media **************/
/***********************************/

@media screen and (min-width: 1025px) {
  .uael-nav-menu .menu-item-has-children .sub-menu {
    min-width: 940px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-237 footer .footer-top .elementor-inner-section,
  body.page-id-363 footer .footer-top .elementor-inner-section,
  body.home footer .footer-top .elementor-inner-section {
    padding-top: 50px !important;
  }
  .page-title::after {
    width: 104px;
    height: 9px;
    bottom: 0;
    right: 35px;
  }
  ul.blog-main-cats {
    justify-content: flex-start;
    margin-bottom: 16px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .events_layout ul.blog-main-cats,
  .events_filter ul.blog-main-cats {
    justify-content: center;
  }
  ul.blog-main-cats li {
    margin-right: 8px;
    flex-shrink: 0;
  }
  ul.blog-main-cats li a {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 12px;
  }
  ul.blog-child-cats {
    justify-content: flex-start;
    margin-bottom: 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  ul.blog-child-cats li {
    margin-right: 8px;
    flex-shrink: 0;
  }
  ul.blog-child-cats li a {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
  }
  .search-form {
    margin-top: 20px;
  }
  .search-form .search-form-inner::before {
    left: 20px;
  }
  .search-form .search-form-inner {
    height: 64px;
  }
  .search-form .search-form-inner .search-form-input {
    font-size: 14px;
    padding: 20px 115px 20px 50px;
  }
  .search-form .search-form-inner .search-form-submit {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 20px;
    margin-right: 12px;
  }
  .blog-grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
  }
  .blog-grids .blog-grid .blog-grid-content h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .blog-grids .blog-grid .blog-grid-content {
    padding: 16px 16px 20px;
  }
  .blog-grids .blog-grid .blog-grid-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-banner .elementor-widget-heading.elementor-page-title h1 {
    font-weight: 700;
  }
  .single-banner .blog-info-tags li {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
  }
  .blog-author-wrap .blog-author-inner .avatar {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .blog-author-wrap .blog-author-inner .blog-author-name {
    font-size: 10px;
    line-height: 10px;
  }
  .post-content .elementor-widget-container p {
    font-size: 14px;
    line-height: 24px;
  }
  .post-content .elementor-widget-container h2 {
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .post-content .elementor-widget-container blockquote {
    margin: 40px 0 30px 20px;
  }
  .post-content .elementor-widget-container blockquote::before {
    left: -12px;
    top: 9px;
    width: 9px;
    height: 7px;
  }
  .post-content .elementor-widget-container blockquote::after {
    bottom: 18px;
    width: 9px;
    height: 7px;
  }
  .post-content .elementor-widget-container blockquote p {
    font-size: 20px;
    line-height: 32px;
  }
  .post-content .elementor-widget-container ol {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .post-content .elementor-widget-container ol li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .post-content .elementor-widget-container figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
  .post-content .elementor-widget-container iframe,
  .post-content .elementor-widget-container p iframe {
    height: 325px;
  }
  .highlighted-text {
    padding: 0px 65px 15px 0px;
  }
  .cntct-sec-1::before {
    width: 45px;
    height: 45px;
    top: 0px;
    left: -5px;
  }
  .cntct-sec-1::after {
    width: 55px;
    height: 55px;
    top: -15px;
    right: 80px;
  }
  .cntct-sec-2::before {
    width: 55px;
    height: 55px;
    top: 15px;
    left: -15px;
  }
  .cntct-sec-2::after {
    width: 50px;
    height: 50px;
    top: 5px;
    right: -10px;
  }
  .cntct-sec-3::before,
  .cntct-sec-3::after {
    content: unset;
  }
  .cntct-sec-4::before {
    width: 60px;
    height: 60px;
    top: 100px;
    left: -16px;
  }
  .cntct-sec-4::after {
    width: 54px;
    height: 54px;
    top: -15px;
    right: 25px;
  }
  .event-cta-sec {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: unset;
    padding: 16px;
  }
  .event-cta-sec .event-cta-text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 12px;
  }
  .event-cta-sec .event-cta-btn {
    padding: 7px 20px 9px;
  }
  .single-event .post-content .elementor-widget-container p {
    font-size: 16px;
  }
  .event-detail-sec .event-detail-lft,
  .event-detail-sec .event-detail-ryt {
    width: 100%;
  }
  .event-detail-sec .ev-main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .event-detail-sec .event-label {
    font-size: 20px;
    line-height: 32px;
  }
  .event-detail-sec .event-data {
    font-size: 16px;
    line-height: 24px;
  }
  .org-web-link {
    padding: 7px 12px 9px;
  }
  .feature-banner {
    background-position: 100% 39% !important;
    background-repeat: no-repeat;
    background-size: 29% !important;
  }
  #scholar .elementor-element-populated {
    background-size: 33%;
    background-position: 0% 10%;
  }
}

@media only screen and (max-width: 540px) {
  span.home-banner-text::before {
    height: 133%;
    width: 156%;
  }
  .free-resource li.elementor-icon-list-item {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .free-resource li.elementor-icon-list-item span.elementor-icon-list-text {
    text-align: center;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
  }
  span.home-banner-text {
    padding: 0px 0px 0px 0px;
  }

  .our-expert-section::before {
    background-image: none;
  }
  .our-expert-section::after {
    background-image: none;
  }
  .cap-office-section::before {
    background-image: none;
  }
  .cap-office-section::after {
    background-image: none;
  }
}

@media screen and (max-width: 480px) {
  .page-title.ev-page-title::after {
    bottom: 15px;
    right: 65px;
  }
  .post-content .elementor-widget-container iframe,
  .post-content .elementor-widget-container p iframe {
    height: 225px;
  }
  .single-event .single-banner .blog-info-tags-wrap {
    margin-bottom: 0px;
  }
  .event-detail-sec {
    flex-wrap: wrap;
  }
  .event-detail-sec .event-detail-lft,
  .event-detail-sec .event-detail-ryt {
    margin-bottom: 40px;
  }
  .event-detail-sec .ev-det-row {
    margin-top: 20px;
  }
  .single-event_listing .post-content .elementor-widget-container p {
    font-size: 16px;
    line-height: 24px;
  }
  #event_filters .search_events .wpem-row:first-child .wpem-col:nth-child(3) .wpem-form-group {
    height: 64px;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
  #event_filters .search_events .wpem-row:first-child .wpem-col:nth-child(3) .wpem-form-group #drp_autogen0 {
    height: 40px;
    line-height: 20px;
    padding: 7px 10px;
  }
  .wpem-event-listing-box-view.wpem-event-listings .cus-event-date-time span {
    font-size: 14px;
    line-height: 12px;
    padding: 6px 8px;
    border-radius: 4px;
    margin-right: 8px;
  }
  .wpem-event-listing-box-view.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    font-size: 20px;
    line-height: 32px;
  }
  .wpem-event-listings .event-exerpt {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #545a77;
    opacity: 1;
  }
  .wpem-calendar-view-container .calendar-contents-container table.calendar th.weekday-name-column {
    height: 60px;
    line-height: 60px !important;
    font-weight: 600;
    font-size: 20px;
  }
  .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .day-number {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
  .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link {
    height: 7px;
    width: 7px;
    padding: 6px;
  }
  .add-to-cal-wrap {
    width: 180px;
    height: 40px;
    margin-top: 20px;
  }
  .add-to-cal-wrap .add-to-cal-inner {
    padding: 6px 12px 6px 16px;
    line-height: 26px;
  }
  .add-to-cal-wrap .add-to-cal-inner .add-to-cal-list {
    width: 180px;
    top: 41px;
  }
  .footer-widget-1 .elementor-widget-wrap {
    max-width: 100%;
  }
  #heading_bac .elementor-widget-container {
    background-position: 45% 100% !important;
    background-size: 45% !important;
  }
}
@media (max-width: 767px) {
  .elementor-55 .elementor-element.elementor-element-3727f96 {
    width: 12%;
    z-index: 10;
  }
  .elementor-55 .elementor-element.elementor-element-7e9cf8b {
    width: 88%;
  }
  .elementor-55 .elementor-element.elementor-element-601ecac {
    padding: 15px 0px 10px 0px;
  }
  .elementor-55 .elementor-element.elementor-element-17d1be8 nav.uael-dropdown li.menu-item > .uael-has-submenu-container {
    width: 100%;
  }
  .elementor-55 .elementor-element.elementor-element-17d1be8 nav.uael-dropdown li.menu-item:last-child {
    border-bottom: 0;
  }
  .btn-login-sp .elementor-button {
    background-color: #082959;
    font-family: "Eudoxus Sans", Sans-serif;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 10px 0;
  }
  .btn-login-sp .elementor-button {
    background-color: #fff;
    font-family: "Eudoxus Sans", Sans-serif;
    font-weight: 500;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 10px 10px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .uael-nav-menu__breakpoint-tablet .uael-menu-toggle {
    border: 1px dotted transparent;
  }
}
