/* 
Theme Name:		 Annual Meeting 2024
Theme URI:		 http://childtheme-generator.com/
Description:	 Annual Meeting is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 108ideaspace
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 annual-meeting
*/

/*
    Add your custom styles here
*/
/* .body-desc p,
.body-desc li {
  font-family: "Noto Sans Display", "Noto Sans HK", Sans-serif;
} */
.timer-inner-sec .uael-countdown-wrapper .uael-item {
  background-color: transparent !important;
}
.default-btn a:hover,
.am-search-sec .elementor-button-wrapper a:hover {
  text-decoration: none !important;
}
.cmn-btn:hover,
.related-links ul li a:hover {
  text-decoration: none !important;
  color: #393939 !important;
  background-color: #ffffff;
  border: 1px solid #393939;
}

.related-links ul li a:hover {
  border: 2px solid #393939 !important;
}

.fullwidth-slider .elementor-slide-heading {
  order: 2;
  margin-top: 40px;
}
body {
  overflow-x: hidden;
}
.tab-sec .elementor-tab-title:hover {
  text-decoration: underline !important;
}
.tab-sec .elementor-tab-desktop-title {
  padding: 1.2em 2.3em !important;
}
.fullwidth-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 0 !important;
}
.invalid .wpcf7-response-output {
  display: none;
}
.fullwidth-slider .swiper-pagination-bullet-active {
  background-color: #aaa !important;
}

.grey-back-slider .swiper-pagination-bullet-active {
  background-color: #b84a49 !important;
}

.fullwidth-slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}

.fullwidth-slider
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #f7f7f7 !important;
}

.fullwidth-slider .swiper-slide-contents {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-links-list .elementor-icon-list-items {
  list-style-type: none;
  margin-left: 0;
}

.elementor-location-footer .footer-links-list .elementor-icon-list-items li {
  padding-bottom: 10px;
}

a:hover {
  text-decoration: underline !important;
}

.footer-links-list a:hover,
.footer-links-list a {
  text-decoration-color: #fff !important;
}

.body-desc ul,
.body-desc ol,
.tab-sec ul,
.tab-sec ol {
  padding-left: 0;
  margin-left: 40px;
}

.body-desc a,
.body-desc a:hover,
.faq-acc .elementor-tab-content a,
.faq-acc .elementor-tab-content a:hover {
  color: inherit;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none !important;
}

.post-col-wrap .am__title a {
  font-size: 27px;
  line-height: 35px;
  color: #393939;
  font-weight: 600;
}

.post-col-wrap .am__title {
  margin: 0;
}

.post-col-wrap .am__excerpt {
  font-size: 21px;
  line-height: 27px;
  color: #232222;
  font-weight: 400;
  margin: 5px 0 15px !important;
}
.related-posts li > a:hover {
  color: #393939;
}

.custom-post-info-wrap span,
.custom-post-info-wrap .blog-category a {
  font-size: 14px;
  color: #393939;
}

.custom-post-info-wrap .date-meta {
  border-right: 1px solid #393939;
  padding-right: 11px;
}

.custom-post-info-wrap .blog-category {
  padding-left: 6px;
}

.post-col-wrap {
  border-bottom: 1px solid #8f3f3f;
  padding: 10px;
  margin-bottom: 30px;
}

.row.post-col-wrap:last-child,
.col-md-12.post-col-wrap:last-child {
  border-bottom: 0 !important;
}

.cmn-btn {
  padding: 8px 42px;
  color: #ffffff !important;
  border-radius: 50px;
  background-color: #393939;
  margin: 30px 0;
  display: inline-block;
  border: 1px solid #393939;
}
.post-col-wrap img {
  margin-bottom: 20px;
}

.fullwidth-slider .elementor-slide-description {
  position: relative;
  z-index: 2;
}

.fullwidth-slider .elementor-slide-description::before {
  background-position: center;
  content: "";
  background-image: url(/wp-content/uploads/sites/2/2022/05/grey-quote-icon.png);
  background-repeat: no-repeat;
  top: -37px;
  left: -190px;
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 90px;
}

.rltd-main-sec {
  background-image: url(/wp-content/uploads/sites/2/2022/05/related-links-sec.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.related-links {
  padding: 165px 10px;
  max-width: 1300px;
  margin: auto;
}

.related-links ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.related-links ul li a {
  background: #393939;
  padding: 10px 20px 11px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid #393939;
}

#scroll {
  position: fixed;
  right: 30px;
  bottom: 120px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* background-color: #b84a49; */
  background-color: #b03952;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 9;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -20px;
  border: 12px solid transparent;
  border-bottom-color: #393939;
}

#scroll:hover {
  background-color: #fff;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  border: 5px solid #b84a49;
}

.nav-search .fa-search:before {
  content: "" !important;
  background-image: url(/wp-content/uploads/sites/2/2022/08/search_icon.svg);
  background-size: 18px;
  height: 22px;
  width: 18px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  background-position: center;
  right: 15px;
  top: 11px;
  margin-left: 40px;
}
.nav-search input.elementor-search-form__input {
  padding-right: 40px !important;
}
.grey-back-slider .elementor-slide-description::before {
  background-image: url(/wp-content/uploads/sites/2/2022/05/orange-quote-icon.png) !important;
}
.main-nav .menu-button a {
  padding: 8px 20px !important;
  color: #ffffff !important;
  background: #393939 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 50px 50px 50px 50px;
  /* width: fit-content; */
  text-align: center;
  border-bottom: 0 !important;
  position: relative;
  top: -6px;
  /* margin: 20px 0 20px 3%; */
}
.main-nav .menu-button a:hover {
  background: transparent !important;
  color: #393939 !important;
  border: 1px solid #393939 !important;
}
/* Search pop*/
.nav-search .dialog-lightbox-close-button.dialog-close-button {
  position: absolute;
  top: 30px;
  right: 40px;
}

.tab-sec .elementor-tab-content {
  padding: 50px 50px 80px !important;
}
.tab-sec .elementor-tabs .elementor-tabs-wrapper {
  background: #d3d3d3;
}
.tab-sec .elementor-tabs .elementor-tabs-wrapper .elementor-active {
  background: #fff;
}
.tab-sec .elementor-tabs {
  border: 1px solid #393939;
}
.tab-sec .elementor-tab-mobile-title {
  background-color: #d3d3d3;
  border-bottom: 1px solid #393939 !important;
}
.tab-sec .elementor-active {
  background-color: #fff !important;
}
div#cookie-law-info-bar {
  background-color: #b84a49 !important;
  color: white !important;
}
.cli-style-v2.cli-bar-container {
  max-width: 1280px;
  padding: 0 10px;
  margin: auto;
}
.cli-bar-message {
  font-size: 16px;
  line-height: 24px;
}
.cli-bar-message a {
  color: #fff;
  text-decoration: underline;
}
.cli-bar-message a:hover {
  color: #fff;
  text-decoration: none !important;
}
a#wt-cli-accept-all-btn,
a#cookie_action_close_header {
  font-size: 16px;
  border: 1px solid #b84a49;
  border-radius: 30px;
  padding: 10px 30px;
  background-color: #393939 !important;
  padding-bottom: 12px;
}
a#wt-cli-accept-all-btn:hover,
a#cookie_action_close_header {
  text-decoration: none !important;
  color: #393939 !important;
  background-color: #ffffff !important;
  border: 1px solid #393939;
}

.cntc-form-group input[type="text"],
.cntc-form-group input[type="text"]:focus,
.cntc-form-group input[type="email"],
.cntc-form-group input[type="email"]:focus,
.cntc-form-group input[type="tel"],
.cntc-form-group input[type="tel"]:focus,
.cntc-form-group textarea,
.cntc-form-group textarea:focus {
  border: 1px solid #393939;
  border-radius: 20px;
  color: #393939;
}
.cntc-form-group .form-btn {
  background-color: #393939 !important;
  color: #fff !important;
  border-color: #393939 !important;
  padding: 8px 30px !important;
}
.cntc-form-group .form-btn:hover {
  background-color: #fff !important;
  color: #393939 !important;
}
.cntc-form-group .wpcf7-not-valid-tip {
  font-size: 14px;
  padding-left: 10px;
}
.exbtn-form-group input[type="text"],
.exbtn-form-group input[type="text"]:focus,
.exbtn-form-group input[type="email"],
.exbtn-form-group input[type="email"]:focus,
.exbtn-form-group input[type="tel"],
.exbtn-form-group input[type="tel"]:focus,
.exbtn-form-group select,
.exbtn-form-group select:focus {
  background-color: #393939;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
}
.exbtn-form-group .form-btn {
  background-color: #fff !important;
  color: #393939 !important;
  border-color: #fff !important;
  padding: 8px 30px !important;
}

.exbtn-form-group .form-btn:hover {
  background-color: #b84a49 !important;
  color: #fff !important;
  border-color: #b84a49 !important;
}
.exbtn-form-group .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #b84a49;
  font-weight: 600;
}
.exbtn-form-group input[type="text"] {
  background-image: none !important;
}
#__lpform_fname,
.cntc-form .form-label,
.top {
  display: none;
}
.exbtn-form-group .form-label {
  color: #fff;
  font-size: 16px;
}
.exbtn-form-group span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.exbtn-form-group .wpcf7-response-output {
  color: #fff !important;
}
div#elementor-lightbox-slideshow-35727f8.dialog-type-lightbox {
  z-index: 9999999;
  height: 100% !important;
}
#doi{scroll-margin-top:27.5em;}

@media screen and (max-width: 1024px) {
  /*#doi {
    scroll-margin-top: 15em !important;
  }*/
  .sticky-had-tbl.uael-header-sticky-yes .uael-table-wrapper thead {
    top: 0 !important;
  }
  .sticky .elementor-widget.elementor-widget-search-form {
    display: block !important;
  }
  /* .nav-search .fa-search:before{
        top: 6px;
  } */
  .sticky
    .elementor-widget.elementor-widget-search-form
    .video-test-slider
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -5px;
  }
  .main-nav .menu-button a {
    margin: 20px 0 20px 3%;
    width: fit-content;
  }
  .main-nav a.uael-menu-item {
    border-bottom: 0 !important;
  }

  .main-nav .menu-item-type-custom a:hover {
    color: #393939 !important;
    background: transparent !important;
    border-color: #393939;
  }
  /* .main-nav .current-menu-item a{
    border-bottom: 0 !important;
} */
  .price-table {
    overflow-x: auto;
  }
  ul.sub-menu {
    padding: 0 10px !important;
  }
  .tab-sec .elementor-tab-desktop-title {
    padding: 15px 20px !important;
  }
  .uael-nav-menu__layout-horizontal {
    margin-top: 20px;
  }
  .uael-nav-menu__layout-horizontal ul {
    margin-top: 30px;
    padding: 0 30px;
  }
  .fullwidth-slider .elementor-slide-description::before {
    width: 40px !important;
    left: 0;
    top: -73%;
  }

  .fullwidth-slider .elementor-slide-heading {
    margin-top: 20px !important;
  }

  .fullwidth-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .fullwidth-slider .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px !important;
  }

  .post-col-wrap .am__title a {
    font-size: 22px;
    line-height: 28px;
  }

  .post-col-wrap .am__excerpt {
    font-size: 18px;
    line-height: 24px;
  }

  .post-col-wrap img {
    margin-bottom: 5px;
    width: 40px;
  }

  .related-links {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 767px) {
  #doi{scroll-margin-top:19em;}
  #ex-pack {
    scroll-margin-top: 17em !important;
  }
  .main-nav .uael-menu-item.elementor-button {
    margin: 20px 20px 10px;
  }
  .nav-search .fa-search:before {
    right: 30px;
    top: 9px;
  }
  .related-links {
    padding: 40px 30px;
  }
  .tab-sec .elementor-tab-content {
    padding: 20px !important;
  }
  .tab-sec .elementor-tabs-content-wrapper {
    border-bottom: 0 !important;
    margin-bottom: -1px;
  }
  .orange-back-chicklet .elementor-column {
    margin: 20px 0;
  }
  html {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .fullwidth-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .fullwidth-slider .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 15%;
  }
  .video-test-slider
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -20px;
  }
  .grey-back-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .grey-back-slider .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -17px !important;
  }
  .price-tbl td {
    padding: 25px !important;
  }
  .exh-elem-form .elementor-button {
    margin-top: 30px;
  }
  /* .main-nav .current-menu-item a{
    border-bottom: 0 !important;
  } */
  .main-nav .current-menu-item a {
    border-bottom: 4px solid #36454f !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1218px) {
  .main-menu-right-sec .elementor-element-557ea48 {
    position: static !important;
  }
  .main-menu-right-sec .elementor-widget-wrap {
    padding-top: 20px !important;
  }
  .mascc-main-nav {
    padding-bottom: 0 !important;
  }
  .main-menu-right-sec .elementor-widget-container {
    padding-bottom: 0 !important;
  }
}

.exh-elem-form .elementor-button {
  margin-top: 15px;
}
.orange-back-chicklet .elementor-image-box-title a {
  width: 200px;
  display: block;
  margin: auto;
}

.links-list-sec .elementor-icon-list-item a {
  text-decoration-color: #333 !important;
}
.body-desc a,
.faq-acc .elementor-tab-content a {
  text-decoration: underline !important;
  color: inherit;
}
.faq-acc .elementor-accordion-title:hover {
  text-decoration: none !important;
}
.body-desc ul li,
.faq-acc .elementor-tab-content ul li {
  padding-bottom: 15px;
}
.single-testimonial .elementor-testimonial-content {
  margin-bottom: 40px !important;
}
.search-sec .elementor-post__title {
  margin-bottom: 20px !important;
}
.main-nav a.uael-menu-item:hover {
  text-decoration: none !important;
  border-bottom: 4px solid #36454f;
}

.current-menu-item a.uael-menu-item.elementor-button {
  border-color: #393939 !important;
  border-width: 1px !important;
}
.main-nav a.uael-menu-item {
  text-decoration: none !important;
  border-bottom: 10px solid #fff;
}
.links-list a:hover {
  text-decoration-color: #fff !important;
}

.main-nav .uael-nav-menu a.elementor-button {
  position: relative;
  top: -10px;
}
.price-tbl table,
.price-tbl td {
  border: 1px solid #393939 !important;
  border-collapse: collapse;
}
.price-tbl td {
  padding: 25px 42px !important;
  text-align: center;
}
.tbl-head td {
  background-color: #d3d3d3 !important;
  text-align: left;
}
.colored-head {
  color: #b84a49;
  text-align: center !important;
}
.price-tbl table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
.price-tbl .lft-tbl-head {
  text-align: left;
}
.exh-elem-form .elementor-field-option label {
  position: relative;
  top: -3px;
}

.exbtn-form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #fff !important;
  opacity: 1 !important;
}
.exbtn-form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
  opacity: 1 !important;
}
.exbtn-form-group ::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.exbtn-form-group input#form-field-f_name {
  background-image: none !important;
}

.icon-box-title figure.elementor-image-box-img:hover + div a,
.orange-back-chicklet figure.elementor-image-box-img:hover + div a {
  text-decoration: underline;
}
.orange-back-chicklet .elementor-image-box-img {
  width: auto !important;
}
/* .post-sec section{
    padding: 0 !important;
} */
.footer-post__title {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
}
.footer-post__title a {
  color: #fff !important;
}
.links-list li.elementor-icon-list-item.elementor-inline-item:first-child {
  margin-left: 0 !important;
}
.elementor-location-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999999;
  width: 100%;
  box-shadow: 0 0px 15px #00000052;
}
/*html {
  --top-spacing: 100px;
  scroll-margin-top: var(--top-spacing);
}
body {
  margin: var(--top-spacing) auto;
}*/

.sticky .elementor-widget.elementor-widget-search-form {
  /*display: none;*/
}
.sticky-had-tbl.uael-header-sticky-yes .uael-table-wrapper thead {
  top: -1px !important;border-top: 1px solid;
}
