@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(woocommerce-custom.css);
@import url(animation.css);
@import url(font-awesome.min.css);
b,
strong {
  font-weight: 600 !important;
}

.title_gradient {
  background: -webkit-linear-gradient(39deg, #000, #ffd438, #000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label {
  font-weight: 600 !important;
}

.font-14 {
  font-size: 14px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.meet-team {
	text-align: center;
}

.wrap-text-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.wrap-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrap-text-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.navbar-start .navbar-item:hover {
  color: #031329 !important;
}

.button {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.primary-btn {
  background-color: #031329 !important;
  border: 1px solid #031329 !important;
  color: #ffffff !important;
}
.primary-btn:hover {
  background-color: #ffd438 !important;
  border: 1px solid #ffd438 !important;
  color: #ffffff !important;
}

.secondry-btn {
  background-color: #ffd438 !important;
  border: 1px solid #ffd438 !important;
  color: #000000 !important;
}
.secondry-btn:hover {
  background-color: #031329 !important;
  border: 1px solid #031329 !important;
  color: #ffffff !important;
}

.primary-text {
  color: #031329 !important;
}

p {
  margin-bottom: 10px !important;
}

.check-list ul {
  list-style: none !important;
}
.check-list ul li {
  padding: 0px 10px 7px 25px;
  position: relative;
}
.check-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #031329;
  position: absolute;
  left: 0px;
  top: 0;
}

.theme-primary-box ul {
  list-style: none !important;
}
.theme-primary-box ul li {
  padding: 0px 10px 7px 25px;
  position: relative;
}
.theme-primary-box ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FFFFFf;
  position: absolute;
  left: 0px;
  top: 0;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/preloader.gif");
  text-align: center;
}
.preloader span {
  display: inline-block;
  margin: 0 auto;
  top: 25%;
  position: absolute;
  left: 0;
  right: 0;
}
.preloader span img {
  height: 120px;
  width: auto;
}

section {
  position: relative;
}

.section-bg-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.section-bg-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-bg-colour {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-wrap video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrollup {
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 32px;
  right: 10px;
  text-align: center;
  z-index: 100;
  display: none;
  background-color: #031329;
  color: #ffffff;
  border-radius: 5px;
  font-size: 30px;
  line-height: 0px;
  font-weight: bold;
  border: 1px solid #031329;
}
.scrollup:hover {
  background-color: #ffd438;
  color: #ffffff !important;
  border: 1px solid #ffd438;
}

.title {
  font-size: 36px;
}
.title b {
  color: #031329;
  font-weight: 600;
}

.subtitle2 {
  font-size: 27px;
  margin-bottom: 25px;
  font-weight: 600;
}
.subtitle2 b {
  color: #031329;
  font-weight: 600;
}

.no-wrap {
  white-space: nowrap;
}

.thgeme-bg-section {
  background-color: #EEF0EB;
}

.thgeme-bg-box {
  background-color: #EEF0EB;
  border-radius: 10px;
  padding: 25px;
}

.theme-bg-box {
  background-color: #EEF0EB;
  border-radius: 10px;
  padding: 25px;
}

.round-white-box-flex {
  margin: 30px 0px 30px 0px;
}
.round-white-box-flex .column {
  position: relative;
}
.round-white-box-flex .column:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  content: "";
  box-shadow: 0 0.1em 0.5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 14%);
  transition: 0.5s ease-out all;
}
.round-white-box-flex .column:hover::after {
  content: "";
  box-shadow: 0 0.9em 1.5em -0.125em rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 29%);
  transition: 0.5s ease-out all;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.post-banner {
  background-color: #031329;
  padding: 100px 10px !important;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.post-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.post-banner .subtitle {
  font-size: 25px;
  color: #FFFFFF;
}

.content-single-conference {
  position: relative;
  margin-top: -70px;
}
.content-single-conference hr {
  margin: 0.5rem 0;
}
.content-single-conference .article-box hr {
  margin: 1rem 0;
}
.content-single-conference .article-box ul {
  margin-left: 0px;
}
.content-single-conference .article-box ol {
  margin-left: 20px;
}

.theme-box-header .head-title {
  background-color: #031329;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 20px;
  font-size: 21px;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.theme-primary-box {
  background-color: #031329;
  border-radius: 10px;
  padding: 25px;
  color: #FFFFFF;
}
.theme-primary-box .title {
  font-size: 20px !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.theme-primary-box .subtitle {
  font-size: 25px !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.theme-primary-box a {
  color: bisque;
  text-decoration: underline;
}
.theme-primary-box a:hover {
  color: #FFFFFF;
}

.enquiry-theme-box {
  background-color: #EEF0EB;
  border-radius: 10px;
  padding: 20px;
}

.font-21 {
  font-size: 21px;
}

#pagination {
  text-align: center;
  padding-top: 10px;
}
#pagination span.current {
  display: inline-block;
  background-color: #031329;
  padding: 2px 10px;
  border: 1px solid #031329;
  color: #ffffff;
  border-radius: 5px;
}
#pagination a.page-numbers {
  display: inline-block;
  background-color: #ffffff;
  padding: 2px 10px;
  border: 1px solid #B9B9B9;
  border-radius: 5px;
}
#pagination a.page-numbers:hover {
  background-color: #031329;
  border: 1px solid #031329;
  color: #ffffff !important;
}

.wp-block-heading {
  font-size: 30px !important;
  font-weight: 600;
  padding-bottom: 10px;
}

.grid3-ul ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Two equal columns */
  gap: 0px; /* Space between items */
  list-style: none; /* Remove bullet points if needed */
  padding: 0; /* Remove default padding */
}

.blog-pic-single {
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 300px;
  border: 5px solid #ffd438;
  margin: 0 auto;
  border-radius: 100%;
  margin-top: -100px;
  margin-bottom: 30px;
}
.blog-pic-single img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1215px) {
  .hide-desk {
    display: none !important;
  }
  .search-header {
    width: 300px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .grid3-ul ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    gap: 10px; /* Space between items */
    list-style: none; /* Remove bullet points if needed */
    padding: 0; /* Remove default padding */
  }
  .hide-1024 {
    display: none !important;
  }
  .navbar-burger {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
  }
  section {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .site-branding {
    width: 140px !important;
  }
  .navbar-menu.is-active {
    display: block;
    position: absolute !important;
    top: 100%;
    right: 0;
    overflow-y: auto;
    height: calc(100vh - 100px);
    left: 0;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .blog-pic-single {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .blog-pic-single img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .grid3-ul ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Two equal columns */
    gap: 10px; /* Space between items */
    list-style: none; /* Remove bullet points if needed */
    padding: 0; /* Remove default padding */
  }
  .search-header {
    width: 100%;
    margin-right: 7px;
  }
  .header-search {
    margin-left: 20px;
  }
  .post-banner {
    background-color: #031329;
    padding: 50px 10px 100px 10px !important;
  }
  .post-banner .subtitle {
    font-size: 21px;
  }
}/*# sourceMappingURL=custom.css.map */