* {
  box-sizing: border-box;
  color: var(--main-black);
}

body {
  font-family: "IBM Plex sans";
}

.bx--container {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .bx--container {
    padding-left: 15px;
  }
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

/* Start Button */
.btn-main {
  background-color: var(--main);
  color: var(--color-white);
  padding: 11px 15px;
  display: block;
  width: fit-content;
  border: 1px solid var(--main);
}

.btn-main:hover {
  color: var(--main);
  background-color: var(--color-white);
  border: 1px solid var(--main);
  transition: unset !important;
}

/* End Button */
/* Start Component */
.modal-header {
  padding: 0.8rem 1rem;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out all;
  color: var(--main-black);
}

.paddingTop {
  padding-top: 110px;
}

.dropdown-menu {
  margin-top: 0px !important;
}

.dropdown-menu.full-screen {
  border-radius: 0px;
  top: 85px;
  border: 0;
  background-color: var(--main-light);
}

.dropdown-menu.full-screen .dropdown-item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu.full-screen .dropdown-item {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu.full-screen .dropdown-item {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu.full-screen .dropdown-item {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu.full-screen .dropdown-item {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu.full-screen .dropdown-item {
    max-width: 1320px;
  }
}

.dropdown-toggle::after {
  display: none;
}

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

section.scrollsidebar:not(.active) {
  box-shadow: -1px 0px var(--bg-grey);
}

section.scrollsidebar {
  box-shadow: -3px 0px var(--main);
}

.borderforsection:not(.active) {
  box-shadow: -2px 0px var(--bg-grey);
}

.borderforsection {
  box-shadow: -3px 0px var(--main);
}

.accordion-button.collapsed::after {
  color: var(--main-black);
  font-weight: 600;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  transform: rotate(270deg);
}

.accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  color: var(--main-black);
  font-weight: 600;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed)::after,
.accordion-button.collapsed,
.accordion-button.collapsed::after {
  color: var(--main-black);
  font-weight: 400;
  opacity: 0.75;
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.accordion-button {
  font-size: var(--fs16);
}

.clickable-row {
  cursor: pointer;
}

select.sortby,
select.sortby:focus,
select.sortby:hover {
  border-radius: 12px !important;
  padding: 8px;
  color: var(--bg-grey);
  font-size: var(--fs16);
}

.form-control {
  border: 1px solid rgba(217, 217, 217, 1) !important;
}

form#subscribe {
  margin-bottom: 0;
}

form#subscribe input[type="email"] {
  background: 0 0;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #333;
  background-repeat-x: initial;
  background-repeat-y: initial;
  vertical-align: baseline;
  outline: none;
  height: 40px;
  padding: 0 15px;
}

.bg-primary-blue {
  background-color: var(--main);
}

@media (max-width: 992px) {
  .borderforsection:not(.active),
  .borderforsection {
    box-shadow: unset;
  }
}

/* End Component */

/* # Start Sidebar */
.bodyHomePage .ulcont .sub-title body-title,
.bodyHomePage .ulcont .active {
  font-weight: 100;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.bodyHomePage .ulcont .active {
  font-weight: 500;
  color: var(--ibm-black);
}
.ulcont li a:hover,
.ulcont li a.active {
  border-left: 3px solid var(--main) !important;
}

div.ulcont ul {
  list-style: none;
}

div.ulcont ul li a {
  padding: 10px;
  border-left: 2px solid var(--bg-grey);
  cursor: pointer;
  display: block;
  transition: 0.1s !important;
  color: var(--main-black);
}

div.ulcont ul li a:hover:not(.active) {
  border-left: 2px solid var(--bg-grey);
}

.bodyHomePage div.row1 div.col-sticky {
  position: sticky;
  top: 110px;
}

.bodyHomePage div.row1 div.col-sticky div.ulcont ul {
  list-style: none;
}

/* # End Sidebar */

/* # Start Our Services */
#our-services .services_container .position-relative::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(15, 98, 254, 0.5) 100%
  );
  z-index: 1;
}

.blueBackgroundForTitle {
  background-color: #222222d9;
  cursor: pointer;
  color: #fff !important;
  height: auto !important;
  min-height: 46px;
  z-index: 1;
}
.main_category .blueBackgroundForTitle {
  background-color: transparent !important;
  color: var(--ibm-black);
  border: 1px solid var(--black-opacity);
  transition: all 0.3s ease;
}

.blueBackgroundForTitle.fixed-bottom {
  z-index: 997;
}

.blueBackgroundForTitle i {
  margin: auto;
  color: var(--bg-3);
}

.zoomin_bluebox:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.main_category.zoomin_bluebox:hover img {
  transform: unset;
  transition: transform 0.3s ease;
}
.main_category.zoomin_bluebox:hover .blueBackgroundForTitle {
  background-color: #e5e5e5 !important;
}
.main_category .TextTitleForBackground {
  color: var(--ibm-black) !important;
}
.zoomin_bluebox:hover .services_container,
.zoomin_bluebox:hover .cont {
  overflow: hidden;
}
.main_category.zoomin_bluebox:hover .services_container,
.main_category.zoomin_bluebox:hover .cont {
  overflow: visible;
}
@media (max-width: 583px) {
  #categories .elite-section .col-12:last-child {
    height: 40px !important;
  }
}

/* # End Our Services */
/* # Start Upcoming Training */

.datelabel {
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  color: #d9d9d9;
}

.datepicker,
.datepicker:focus,
.datepicker:focus-visible {
  background-color: #e9e9e9;
  padding: 5px;
  border-radius: 5px;
  border: unset;
  outline: 0;
  width: 110px !important;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  color: var(--main-black);
  opacity: 0.5;
}

.categoriesSelected {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  max-height: 55px;
  overflow-y: auto;
}

#collapseOne3 {
  height: 200px !important;
  overflow: auto;
}

/* # End Upcoming Training */
/* # Start About Us */
.about-txt .about_hdr,
.about-txt,
.description {
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: justify;
  color: var(--main-black);
  opacity: 0.7;
  font-size: var(--fs16);
}

.about-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 992px) {
  .about-txt {
    width: 100% !important;
  }

  .about-img {
    width: 100% !important;
  }

  .about-img img {
    max-width: unset !important;
  }
}

/* # End About Us */
/* # Start Testimonails */
.testemonials-slider .slide {
  background: var(--grey-card);
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.3s ease-in-out;
}

.testemonials-slider .slide .testemonials-title {
  bottom: 75px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.testemonials-slider .slide .testemonials-title .testemonials-title-name-spec {
  line-height: 15px;
  padding: 0.45rem;
  height: auto;
}

.testemonials-slider
  .slide
  .testemonials-title
  .testemonials-title-name-spec
  div:nth-child(1) {
  font-weight: 700;
}

.testemonials-slider
  .slide
  .testemonials-title
  .testemonials-title-name-spec
  h3 {
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  font-size: var(--fs16);
}

.testemonials-slider
  .slide
  .testemonials-title
  .testemonials-title-name-spec
  div:last-child {
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.testemonials-quote {
  padding: 2rem 0 1.5rem 0;
  text-align: end;
}

.testemonials-quote i {
  right: 2rem;
  bottom: 2rem;
  color: #ffffff;
}

.testemonials-slider .slick-slide {
  margin: 0;
}

.testemonials-slider .slide img.image {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-shadow: 0px 0px 15px 0px rgba(93, 141, 201, 0.5);
}

.testemonials-slider
  .slide
  .testemonials-title
  .testemonials-title-name-spec
  div:nth-child(2),
.testemonials-slider .slide .content {
  color: var(--main-black);
  font-weight: 400;
}

.testemonials-slider .slide .content {
  padding: 0.45rem 0 0.65rem 0;
}

.testimonials-slider .slide .cont .content {
  flex-grow: 1;
}

.testemonials-slider .slide .slide-body-content,
.testemonials-slider .slide .slide-body-title {
  font-size: var(--fs12) !important;
}

/* End Testimonails */
/* Start Blogs */
.blog .pageTitle,
.courses .pageTitle,
.allcategories .pageTitle {
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  color: var(--main-black);
  margin-top: 18px;
}

.sortbyLabel {
  color: var(--main-black);
  font-weight: 300;
  font-size: var(--fs18);
}

.blog .accordion,
.courses .accordion {
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 7px;
  border-radius: 8px;
}
[name="date_range"]:focus-visible {
outline: none;
}
.blog > .row:first-child,
.courses > .row:first-child {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.blog .filterTitle,
.courses .filterTitle {
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0em;
  font-size: var(--fs-blog-courses);
  display: flex;
  align-items: flex-end;
  color: var(--main-black);
  font-size: var(--fs24);
}

.blog .blog-filter-title {
  font-size: var(--fs18);
}

.blog input + label,
.courses input + label {
  color: var(--main-black);
  opacity: var(--opacity-text-color);
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  font-size: var(--fs14);
}

.courses input[name="keywords"],
.blog input[name="keywords"],
.allcategories input[name="keywords"] {
  border-radius: 12px !important;
  padding: 8px 8px 8px 50px;
  font-size: var(--fs16);
}

.searchIcons {
  top: 50%;
  left: 20px;
  font-size: var(--fs-search-icon);
  transform: translateY(-50%);
  color: var(--bg-grey);
}

.custom-input:focus {
  z-index: unset !important;
}

.blog input[type="radio"]:checked + label,
.blog input[type="checkbox"]:checked + label,
.courses input[type="radio"]:checked + label,
.courses input[type="checkbox"]:checked + label {
  transition: 200ms ease-in-out;
  color: var(--main);
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  font-size: var(--fs14);
}

.blog .accordion-button::after {
  background-image: url("/assets/img/bx-chevron-down.svg");
  width: 2rem;
  height: 2rem;
}

.blog .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/img/bx-chevron-down.svg");
  transform: rotate(0deg);
  width: 2rem;
  height: 2rem;
}
.course-parent-category {
  position: sticky;
  top: 105px;
}
@media (min-width: 992px) {
  .course-parent-category .accordion-button {
    font-size: var(--fs18);
    color: var(--ibm-black);
  }
}
.course-parent-category .accordion-button::after,
.course-parent-category .accordion-button:not(.collapsed)::before {
  background: none;
}
@media (max-width: 992px) {
  .course-parent-category .accordion-button::after {
    background-image: url("/assets/img/bx-chevron-down.svg");
    width: 2rem;
    height: 2rem;
  }
  .course-parent-category .accordion-button:not(.collapsed)::after {
    background-image: url("/assets/img/bx-chevron-down.svg");
    transform: rotate(0deg);
    width: 2rem;
    height: 2rem;
  }
  .course-parent-category {
    position: unset;
  }
}

.blog .dropdown .dropdown-item,
.courses .dropdown .dropdown-item {
  color: var(--main-black);
}

.productimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottomcontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 38px;
  z-index: 998 !important;
}

.bottomcontainer div:first-child {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.bottomcontainer div:first-child img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.bottomcontainer div:first-child .u_name {
  color: white;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  align-self: center;
}

.bottomcontainer div:nth-child(2) {
  align-self: center;
  color: white;
}

@media (max-width: 533px) {
  .bottomcontainer {
    display: flex;
    flex-direction: column;
    padding: 15px 38px;
  }

  .bottomcontainer div:first-child {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding-bottom: 10px;
  }

  .bottomcontainer div:first-child img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }

  .bottomcontainer div:first-child .u_name {
    color: white;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    align-self: center;
  }

  .bottomcontainer div:nth-child(2) {
    align-self: center;
    color: white;
  }

  .courses .accordion,
  .blogs .accordion {
    padding: 0.5rem 0rem;
  }
}

/* End Blogs */
/* Blog page */
.blacklayer {
  background-color: rgb(0, 0, 0, 25%);
}

/* end blog page */

/*---------------------------
 Start Footer
 ---------------------------- */
#footer .logo img {
  max-height: 60px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;

  color: #444444;
}
#footer .footer-newsletter h4 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  color: var(--main);
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  outline: none;
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: var(--footer-background-color);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--main);
}

#footer .footer-top .footer-links h3 {
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--main);
}

#footer .footer-top .footer-contact p {
  font-size: var(--small);
  line-height: 24px;
  margin-bottom: 0;
  color: var(--footer-text-color);
}

#footer .footer-top h4 {
  font-weight: bold;
  color: var(--main);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  align-items: flex-start;
  padding: 10px 0;
  display: flex;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 1.875rem;
  padding-bottom: 2.25rem;
  color: var(--footer-text-color);
}

#footer .footer-bottom a {
  color: var(--footer-text-color);
}

#footer .credits {
  float: right;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}
#footer .footer-newsletter-2 form input[type="submit"] {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter-2 form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-newsletter-2 form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
  text-align: left;
}

#footer .footer-top .footer-newsletter-2 h3 {
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--main);
}
.footer-top .headline {
  display: block;
  color: var(--footer-text-color) !important;
  line-height: 1.25;
  margin-bottom: 1.25em;
  font-size: var(--paragraphs);
  font-weight: 300;
}
@media (min-width: 64em) {
  #footer .footer-top {
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 40em) {
  #footer .footer-top {
    padding-bottom: 1.25rem;
  }
}
footer#footer li a.underline_hover {
  line-height: 10px;
}
footer#footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: rgb(38, 38, 38);
  position: relative;
  padding-top: 70px;
  color: #ffffff;
}

footer#footer ul {
  padding: 0;
}

footer#footer li {
  line-height: 28px;
  list-style: none;
  color: #ffffff;
}

footer#footer ul.footer_contact li {
  line-height: 24px;
}

footer#footer li a {
  padding: 5px 0;
}

footer#footer a {
  color: #ffffff;
}

footer#footer .footer_section h2 {
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 1.2;
  color: #fff;
  border-bottom-color: transparent;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.footer_contact,
#footer a,
#footer i,
.footer_section,
#footer p,
#footer span,
#footer div {
  color: white;
}

@media (max-width: 575px) {
  footer#footer {
    position: relative;
    padding-top: 100px;
  }
}
footer#footer .social-icons {
  margin-top: 28px;
}

footer#footer .social-icons a {
  padding: 5px 8px;
}
#footer p {
  font-size: 15px;
  font-weight: 300;
}

footer#footer .social-icons a i {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.copyright {
  width: 100%;
  border-top: 1px solid #fff;
  background: rgb(38, 38, 38);
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  font-size: var(--fs10);
}

footer#footer .copyright ul,
footer#footer .copyright ol {
  margin: 0 -12px;
  display: flex;
  text-align: left;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  footer#footer .copyright ul,
  footer#footer .copyright ol {
    margin-bottom: 8px;
    justify-content: center;
    text-align: center;

    flex-wrap: wrap;
  }
}

footer#footer .copyright ul li,
footer#footer .copyright ol li {
  display: inline-block;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
}

footer#footer .copyright ul li a,
footer#footer .copyright ol li a {
  line-height: 1rem;
}
footer#footer .copyright ul li a,
footer#footer .copyright ol li a {
  font-size: var(--fs10);
}
#footer .footer-top .footer-links ul i,
#footer .footer-top .social-links a {
  font-size: var(--fs18);
}
footer#footer .social-icons a {
  font-size: 20px;
}
/*----------------------------
 End Footer
 ----------------------------- */

/* Start Course Information */
@media (min-width: 1201px) {
  .product-button-container {
    position: fixed;
    top: 72px;
    left: 16px;
    padding: 0;
    max-width: 120px;
  }

  .product-button-container .product-button {
    border: none;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 10px;
  }
}

.product-hero-container {
  background-color: var(--main-light-blue);
  object-fit: cover;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.product-hero {
  background-color: rgb(255 255 255 / 70%);
  display: flex;
  justify-content: space-between;
  padding: 10px 25px !important;
}

@media screen and (max-width: 639px) {
  .product-hero {
    display: flex;
    background-color: rgb(255 255 255 / 70%);
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.product-hero h1 {
  color: var(--main);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.23;
  margin: 0;
}

#related-events {
  background: #d0deef;
  padding: 28px 0.5rem;
  border: 1px solid #3983c661;
}

#related-events h5,
#related-events h4,
#related-events h3,
#related-events h2 {
  border-bottom: 1px solid var(--main);
}

#related-events ul {
  padding-left: 1rem;
  list-style: square;
}

#related-events ul li a {
  transition: bold 0s ease-in-out;
  display: block;
  width: fit-content;
}

#related-events ul li:hover {
  font-weight: 300;
}

.date_time_cont {
  white-space: nowrap;
  margin-bottom: 0.25rem;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  color: var(--grey-txt);
}

.categry_cont {
  color: var(--bg-success);
}

.product-content ul,
.product-content ol {
  padding-left: 1rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: justify;
  color: var(--main-black);
  opacity: var(--opacity-text-color);
}

.product-content {
  color: var(--main-black);
  opacity: var(--opacity-text-color);
  line-height: 30px;
  padding: 24px 25px;
  margin-bottom: 5px;
}

#possible_cities_options {
  overflow: auto;
  max-height: 200px;
  position: relative;
  z-index: 1;
}

#possible_cities_options .table {
  border: none;
  border-radius: 25px;
  border-spacing: 0px;
  border-collapse: unset;
}

#possible_cities_options .table th {
  color: white;
}

#possible_cities_options .table tbody tr {
  border-width: 0px, 1px, 1px, 0px;
  border-style: solid;
  border-color: #00000033;
}

/* End Course Information */
/* Start Edit */
.modal-open::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  height: auto !important;
}

.modal {
  top: 50% !important;
  transform: translateY(-50%);
}

.events_fitler_popup .modal {
  top: 50% !important;
  transform: translateY(-50%);
}

.events_fitler_popup .modal.show {
  display: flex !important;
}

.modal-backdrop {
  display: none;
}

.product-contains {
  width: calc(100% - 120px);
}

.product-buttons-lis {
  width: 130px;
}

@media (max-width: 991px) {
  .product-buttons-lis {
    width: 100%;
  }
}

.text-seperator {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 1.5rem 0rem;
  background-color: var(--main);
  padding: 0px;
}

/* End Edit */
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--main);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--main);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 62px;
  z-index: 996;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: 0px 0px 3px 1px var(--main);
}

@media screen and (max-width: 994px) {
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 10px;
    z-index: 996;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    box-shadow: 0px 0px 3px 1px var(--main);
  }
}

.back-to-top i {
  color: white;
  line-height: 0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 0.5;
  background-color: var(--main);
  transition: 0.3s ease-in-out;
}
.back-to-top.active:hover {
  opacity: 1;
}

/* Clients */
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/* Why Us */
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 300;
  color: var(--main);
}

.why-us .content h4 {
  font-weight: 300;
  margin-top: 5px;
}

.why-us .content p {
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  line-height: 24px;
  font-weight: 300;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 300;
  padding-right: 10px;
}

.why-us .accordion-list i {
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/* Skills */
.skills .content h3 {
  font-weight: 300;
  color: var(--main);
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  color: var(--main);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/* Portfolio */
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-weight: 300;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  color: #fff;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/* Portfolio Details */
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Team */
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 300;
  margin-bottom: 5px;
  color: var(--main);
}

.team .member span {
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-weight: 300;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: var(--main);
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/* Pricing */
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--main);
}

.pricing h4 {
  color: var(--main);
  font-weight: 300;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #47b2e4;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-weight: 300;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/* Frequently Asked Questions */
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  line-height: 24px;
  font-weight: 300;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: var(--main);
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/* Contact */
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-weight: 300;
  margin-bottom: 5px;
  color: var(--main);
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 300;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 300;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 300;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  outline: none;
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-weight: 300;
  color: var(--main);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

.customer-logos {
  max-height: 200px;
  overflow: hidden;
  padding: 0px;
}

.customer-logos img {
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}

.glass-box {
  clip-path: inset(10em);
  filter: blur(20px);
}

.glass-card {
  border-radius: 5px;
  border: 1px solid rgba(150, 150, 150, 0.2);
  box-sizing: border-box;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  -webkit-transform-style: preserve-3d;
  -webkit-animation: shimmy 6s ease-in-out infinite;
  padding: 5px;
  -webkit-box-shadow: 4px 9px 20px rgb(0 0 0 / 20%),
    5px 5px 10px rgb(0 0 0 / 60%), inset 0px 2px 0px rgb(255 255 255 / 10%);
}

.resix2 {
  background: var(--bg-3);
  height: 70px;
  width: 100%;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}

.left.carousel-control {
  right: 30px;
  left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.category_x {
  display: table;
  color: #ffffff;
  border-radius: 10px;
  background: #00505c;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.category_x:hover {
  display: table;
  color: #ffffff;
  border-radius: 10px;
  background: #00505c;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

.customer-logos .slick-slide {
  margin-right: auto;
  margin-left: auto;
}

.section-title-1 h2 {
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
  color: var(--main-txt);
}

.more-link {
  color: var(--main) !important;
  width: fit-content;
  display: block;
}

.more-link::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid var(--main-hvr) !important;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.more-link:hover::after {
  width: 100%;
}

.more-link:hover {
  color: var(--main-hvr) !important;
}

.next_upcoming {
  font-weight: 100;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-left: 2px;
}

.next_upcoming:hover {
  box-shadow: inset 0 0 0 1px var(--main-hvr);
}

.prev_upcoming {
  font-weight: 100;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-right: 2px;
}

.prev_upcoming:hover {
  box-shadow: inset 0 0 0 1px var(--main-hvr);
}

.hero_p {
  margin-top: 1em;
  margin-bottom: 1em !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400 !important;
}

.hero_title {
  display: block;
  line-height: 1.33333;
  font-weight: 300;
}

.bg-primary-1 {
  background: #001f6f;
}

.text-primary-1 {
  color: var(--main-txt);
}

.footer__menu {
  list-style: none;
  padding-left: 0;
}

.footer__menu a {
  padding: 0.25rem 0;
  line-height: 1.25rem;
  color: var(--footer-text-color);
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__menu li {
  display: flex;
  padding: 0;
}

.ftr_scl_icons .fa {
  display: inline-block;
  background: var(--main);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.ftr_scl_icons a {
  display: flex;
  align-items: center;
}

.ftr_scl_icons a:hover .fa {
  display: inline-block;
  background: var(--main);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 10px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.scl-lnk-txt {
  color: var(--main) !important;
  width: fit-content;
  display: block;
}

.scl-lnk-txt::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid var(--main-hvr) !important;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.ftr_scl_icons a:hover .scl-lnk-txt::after {
  width: 100%;
}

.ftr_scl_icons a:hover .scl-lnk-txt {
  color: var(--main-hvr) !important;
}

@media print, screen and (min-width: 40em) {
  .footer__menu a {
    padding: 0.625rem 0;
  }
}

.newsletter_cont {
  background: linear-gradient(var(--bg-3), var(--bg-4));
}

.bg_newsletter {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg_newsletter .section-title-1 small {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.83333;
  text-transform: uppercase;
}

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

.nwsltr_frm_cont {
  width: 100%;
  max-width: 48.125rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.nwsltr-form-fields .inner {
  position: relative;
  margin-bottom: 1.5625rem;
}

.nwsltr-form-fields .inner input[type="email"] {
  display: block;
  width: 100%;
  height: 4.375rem;
  border-radius: 35px;
  padding: 0 5rem 0 1.25rem;
  border: 0px solid #ffffff;
}

.nwsltr-form-fields .inner input[type="email"]:focus-visible {
  outline: none;
  box-shadow: inset 1px 1px 5px 1px var(--main);
}

.nwsltr-form-fields .inner input[type="email"]:focus {
  outline: 0;
  border: 0 none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nwsltr-form-fields .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 2.875rem;
  position: absolute;
  padding: 0;
  top: 0.75rem;
  right: 0.6875rem;
  border: 0px solid #ffffff;
  background-color: var(--main);
}

.nwsltr-form-fields .acc_policy {
  max-width: 37.5rem;
  margin: 0 0 1rem;
  position: relative;
  text-align: left;
  line-height: 0.875rem;
  text-transform: none;
  color: #fff;
  font-weight: 300;
}

.nwsltr-form-fields .acc_policy input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

@media (min-width: 40em) {
  .nwsltr-form-fields .inner {
    margin-bottom: 3.125rem;
  }

  .nwsltr-form-fields .inner input[type="email"] {
    padding: 0 5rem 0 2.5rem;
  }

  .bg_newsletter {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 64em) {
  .bg_newsletter {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

.bg_newsletter h1 small {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.83333;
  text-transform: uppercase;
}

.bg_newsletter h1 small {
  color: #ffd616;
}

.more-link-1 {
  width: fit-content;
  display: inline-block;
  position: relative;
  line-height: 2;
  font-weight: 300;
  color: var(--main);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.conference-card-link {
  display: block;
  padding: 10px 5px;
  line-height: 1.25;
  position: relative;
  color: var(--main-txt);
  border-bottom: 1px solid rgba(2, 27, 65, 0.1);
}

.transform-y {
  transition: 0.3s;
}

.transform-y:hover {
  transform: translatey(-4px);
}

.conference-card-link::after {
  content: "";
  display: block;
  width: 0;
  border-top: 1px solid var(--main);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}

.conference-card-link:hover {
  color: var(--main-txt);
}

.conference-card-link:hover::after {
  width: 100%;
}

a.link-secondary {
  background-color: var(--main);
  border-radius: 30px;
  padding: 11px 15px;
  text-align: center;
  font-weight: 300;
  color: white;
}

a.link-secondary:hover {
  color: white;
  background-color: var(--main-hvr);
}

.rotate-i-90-hover i,
.rotate-i-180-hover i {
  transition: 0.5s all ease-in-out;
}

.rotate-i-90-hover:hover i {
  transform: rotate(90deg);
}

.rotate-i-180-hover:hover i {
  transform: rotate(180deg);
}

.cat_img_container {
  display: block;
  height: 9rem;
}

.cat_img_container img {
  height: 100%;
  object-fit: cover;
}

.cat_title {
  color: var(--main-txt);
}

.filter-ul {
  display: inline-flex;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
}

.filter-ul li {
  margin-bottom: 3px;
  margin-right: 5px;
  border-radius: 1.5rem;
  background-color: #00505c;
  display: block;
  transition: 0.5s all ease-in-out;
  margin-top: 20px;
}

.filter-ul li:hover {
  transform: translateY(-2px);
}

.filter-ul li a {
  padding: 0.5rem 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  white-space: nowrap;
  color: white;
  transition: 0.3s all ease-in-out;
}

.filter-ul li a:hover {
  color: #ebebeb;
}

.blog-card-body p {
  color: #999999;
}

.sm_txt_1 {
  letter-spacing: 1px;
  line-height: 1.83333;
  color: var(--grey-light);
  font-weight: 300;
}

.hero_title {
  line-height: 1.33333;
  font-weight: 300;
}

.mid_img img {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.data_section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cent_col div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.glow_check {
  position: relative;
  height: fit-content;
  width: 50px;
  padding-left: 30px;
  justify-content: flex-start;
  min-height: 32px;
  align-items: center;
  display: inline-flex;
  width: fit-content;
}

.glow_check label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 0px 3px 1px var(--main), 0 0 2px 1px var(--main);
  align-content: center;
  justify-content: center;
}

.glow_check label:after {
  content: "";
  width: 7px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 5px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  padding: 1px 1px 2px 6px;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 7px 3px var(--main), inset 0 0 10px 1px var(--main);
}

.glow_check label:hover::after {
  opacity: 0.3;
}

.glow_check input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
}

.glow_check input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.glow_check input[type="radio"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
  filter: invert(100%) hue-rotate(18deg) brightness(1.7);
}

.glow_check input[type="radio"]:checked + label:after {
  opacity: 1;
}

.lang {
  display: flex !important;
  margin-left: 0.625rem;
  padding: 0.75rem 1.1875rem;
}

.lang i {
  margin-right: 5px;
}

.img_mono {
  display: none;
}

.img_blue {
  display: block;
}

.dot_line_after {
  position: relative;
}

.card_blog_header {
  position: relative;
  display: flex;
  margin-bottom: 1.875rem;
  padding: 0;
  min-height: 7rem;
}

.card_blog_header .more-link {
  position: absolute;
  bottom: 7px;
}

.img_blog_header {
  border-radius: 8px;
  margin-right: 1.875rem;
  background: #ababab;
  width: 10.75rem;
  min-width: 10.75rem;
  min-height: 6.25rem;
  height: 6.25rem;
}

.img_blog_header img {
  border-radius: 8px;
}

.blog_date_header {
  color: #7c878e;
  display: block;
  margin-bottom: 0.9375rem;
}

.list_drop_header {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  color: #000;
  list-style: none;
}

.list_drop_header a {
  font-size: 0.8rem;
  font-weight: 100;
  padding: 15px;
  width: 100%;
}

.list_drop_header a i {
  color: #00b0ea;
  margin-right: 10px;
  padding-top: 6px;
}

.current-align {
  text-align: left;
}

.list_drop_header a:hover {
  background-color: #e5e5e5;
}

.list_drop_header .lst_hdr {
  border-bottom: 2px solid var(--main);
  color: var(--main);
  margin-bottom: 6px;
  text-shadow: 0 0 1px #ababab;
  display: flex;
}

.shdw_hvr {
  padding: 0.9375rem !important;
  border-radius: 0.5rem;
}

.shdw_hvr img {
  margin: 0 10px 0 0;
  width: auto;
  height: 1.625rem;
}

.shdw_hvr p.title {
  margin-bottom: 0;
  white-space: initial;
  margin-left: 0.25rem;
  font-weight: 300;
  color: #7c878e;
}

.shdw_hvr:hover {
  box-shadow: 0 0 15px 0 rgb(2 27 65 / 10%);
}

.shdw_hvr .description {
  color: #7c878e;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 300;
  white-space: pre-wrap;
}

.shdw_hvr .image-catname-container {
  display: flex;
  align-items: center;
}

.show-1 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.show-1 * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.close_btn {
  top: 0.735rem;
  right: 1rem;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  background-color: #fff;
  background: #fff;
  color: #ff7000;
  cursor: pointer;
}

.search_frm_cont {
  margin-right: 3.75rem;
  text-align: center;
  position: relative;
}

.search-form-fields .inner {
  position: relative;
  margin-bottom: 0;
}

.search-form-fields .inner input[type="text"] {
  display: block;
  width: 100%;
  height: 4.375rem;
  border-radius: 35px;
  padding: 0 5rem 0 1.25rem;
  border: 0px solid #ffffff;
}

.search-form-fields .inner input[type="text"]:focus-visible {
  outline: none;
  box-shadow: inset 1px 1px 5px 1px var(--main);
}

.search-form-fields .inner input[type="text"]:focus {
  outline: 0;
  border: 0 none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-form-fields .inner input[type="email"] {
  display: block;
  width: 100%;
  height: 4.375rem;
  border-radius: 35px;
  padding: 0 5rem 0 1.25rem;
  border: 0px solid #ffffff;
}

.search-form-fields .inner input[type="email"]:focus-visible {
  outline: none;
  box-shadow: inset 1px 1px 5px 1px var(--main);
}

.search-form-fields .inner input[type="email"]:focus {
  outline: 0;
  border: 0 none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-form-fields .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 2.875rem;
  position: absolute;
  padding: 0;
  top: 0.75rem;
  right: 0.6875rem;
  border: 0px solid #ffffff;
  background-color: var(--main);
}

.search-form-fields .acc_policy {
  max-width: 37.5rem;
  margin: 0 0 1rem;
  position: relative;
  text-align: left;
  line-height: 0.875rem;
  text-transform: none;
  color: #fff;
  font-weight: 300;
}

.search-form-fields .acc_policy input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

@media (min-width: 40em) {
  .search-form-fields .inner input[type="email"] {
    padding: 0 5rem 0 2.5rem;
  }

  .search-form-fields .inner input[type="text"] {
    padding: 0 5rem 0 2.5rem;
  }
}

.mob_lang_sect {
  list-style: none;
  display: flex;
  padding: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.mob_lang_sect li {
  margin-right: 0.625rem;
}

.mob_lang_sect .eng {
  font-weight: 300;
  padding: 0.5rem 0.9375rem;
  background-color: var(--main);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: block;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 1.66667em;
}

.mob_lang_sect .ar {
  font-weight: 300;
  padding: 0.5rem 0.9375rem;
  background-color: transparent;
  border: 1px solid var(--main);
  color: var(--main);
  line-height: 1;
  text-decoration: none;
  display: block;
  margin: 0;
  border-radius: 1.66667em;
}

.dot_line_after_2 {
  position: relative;
}

/* accordion */
.accordion_xs {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin: 30px auto 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid rgba(2, 27, 65, 0.7);
}

.accordion_xs li {
  border-bottom: 1px solid rgba(2, 27, 65, 0.7);
  list-style: none;
}

.accordion_xs .link {
  padding: 1.3em 0;
  cursor: pointer;
  display: block;
  color: var(--main-txt);
  font-weight: 300;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_xs li:last-child .link {
  border-bottom: 0;
}

.accordion_xs li i {
  position: absolute;
  left: 12px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_xs li i.bx-chevron-down {
  right: 12px;
  left: auto;
  top: 1.2rem;
}

.accordion_xs li.open .link {
  color: var(--main);
}

.accordion_xs li.open i {
  color: var(--main);
}

.accordion_xs li.open i.bx-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion_xs li.default .submenu {
  display: block;
}

/* submenu */
.submenu {
  color: var(--main-txt);
  padding: 0 0 3rem 0;
  display: none;
  font-weight: 300;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: var(--bg-grey);
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: var(--main);
  color: #fff;
}

.accord_sect {
  background: #f3f8fc;
}

.accord_sect .title_h2 {
  margin-bottom: 1.7em;
}

.v_card_cont {
  width: 50%;
}

.v_card {
  position: relative;
  max-width: 23.125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  min-height: 3px;
  margin-bottom: 0.9375rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.v_image {
  min-height: 10px;
}

@media (min-width: 40em) {
  .v_card {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 1.875rem;
  }

  .v_card_cont {
    width: 33.333%;
  }
}

@media (min-width: 64em) {
  .v_card_cont {
    width: 25%;
  }
}

.dark_linear_bg {
  background: linear-gradient(var(--bg-3), var(--bg-4));
}

.form_row {
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--main-txt);
}

.agenda_form {
  color: var(--main-txt);
}

.agenda_form select {
  color: var(--main-txt);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  background: 0 0;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-appearance: listbox;
  appearance: listbox;
  margin-left: -5px;
}

.agenda_form select option {
  opacity: 1;
}

.agenda_form select:focus {
  color: var(--main-txt);
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.75rem;
  background: 0 0;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}

.agenda_form_mail {
  display: block;
}

.agenda_form_label {
  text-align: left;
  line-height: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #7c878e;
  display: block;
}

.agenda_form input {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  color: var(--main-txt);
  background: 0 0;
  border: 0;
  outline: none;
  box-shadow: none;
}

.agenda_form textarea::-webkit-input-placeholder {
  color: var(--main-txt);
  opacity: 0.7;
}

.agenda_form textarea {
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  color: var(--main-txt);
  background: 0 0;
  border: 0;
  outline: none;
  box-shadow: none;
}

.agenda_form .submit_x {
  display: flex;
  align-items: center;
  line-height: 1rem;
  padding: 0.75rem 1.1875rem;
  border: 1px solid transparent;
  border-radius: 2.66667em;
  position: relative;
  background-color: var(--main);
  color: white;
  transition: 0.3s;
}

.agenda_form .submit_x i {
  margin-bottom: -5px;
  margin-top: -5px;
  margin-left: 0.5rem;
}

.agenda_form .submit_x:hover {
  color: white;
  transition: 0.3s;
  transform: translateY(-2px);
}

.ag_inner {
  padding: 1.5rem;
  border-radius: 1.6667rem;
}

.agenda_form .acc_policy_1 {
  text-align: left;
  margin-bottom: 3rem;
}

@media (min-width: 50em) {
  .agenda_form textarea {
    height: 4rem;
    padding: 0.375rem 0 1rem;
  }
}

@media (min-width: 64em) {
  .agenda_form textarea {
    height: 4rem;
    padding: 0.375rem 0 1rem;
  }
}

.orange_hdr h1,
.orange_hdr h2,
.orange_hdr h3,
.orange_hdr h4,
.orange_hdr h5,
.orange_hdr h6 {
  color: #ff7000;
}

.ptb-1-5-rem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#related_events ul {
  list-style: none;
  padding: 0;
}

#related_events .conference-card-link {
  text-align: left;
}

#related_events ul {
  cursor: pointer;
}

#related_events .rel_link {
  color: #171717;
}

.page-item:first-child .page-link,
.page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  padding: 5px 15px;
  color: white;
  text-decoration: none;
  background-color: var(--main);
  border-color: var(--main);
}

.page-item {
  margin: 0px 7px;
  width: 2rem;
  height: 2rem;
}

.page-item.active .page-link {
  border-radius: 25px;
  color: var(--main);
  border-color: var(--main);
  text-decoration: none;
  background-color: #fff;
}

.product-container .product-title {
  font-weight: 300;
  line-height: 1.4;
}

.no-after::after {
  content: unset;
}

.img_search {
  border-radius: 8px;
  margin-right: 1.875rem;
  width: 10.75rem;
  min-width: 10.75rem;
  min-height: 6.25rem;
  height: 6.25rem;
}

.img_search img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.search_container {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 480px) {
  .search_container {
    display: flex;
    flex-wrap: wrap;
  }

  .img_search {
    border-radius: 8px;
    margin: 0;
    width: 100%;
    min-width: unset;
    max-height: 8rem;
    aspect-ratio: 18/9;
    height: unset;
  }

  .img_search img {
    max-height: 8rem;
    width: unset;
    aspect-ratio: 18/9;
  }
}

.hr_img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.hr_img {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}

.hr_im_1 {
  max-width: 12.5rem;
  padding: 1.25rem 0;
  position: relative;
}

@media (min-width: 40em) {
  .hr_im_1 {
    max-width: 18.75rem;
    margin-left: 1.875rem;
    max-width: 29.375rem;
  }
}

#hero3 {
  background-color: #eaeae0;
}

.mycardbody {
  background-color: #eaeae0;
}

.mycard {
  background-color: #eaeae0;
}

.scroll {
  background-color: #00bfb2;
  outline: 0 !important;
  border: none;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: calc(50% + 1px);
  padding-left: 80px;
  margin: 0 0 30px;
  float: right;
  position: relative;
}

.main-timeline .timeline-content {
  color: #666;
  min-height: 120px;
  padding: 10px 0;
  border-bottom: 3px solid var(--main);
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #aaa;
  background: linear-gradient(var(--grey-light), var(--main));
  text-align: center;
  height: 110px;
  width: 110px;
  padding: 20px 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -135px;
  top: 50%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-timeline .timeline-year:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 50%;
  z-index: -2;
}

.main-timeline .timeline-year span {
  line-height: 32px;
  font-weight: 300;
  color: var(--main);
  display: block;
}

.main-timeline .title {
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: var(--main-txt);
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

.main-timeline .description {
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  padding-left: 0;
  padding-right: 80px;
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: -110px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: -135px;
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-content:before {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-year {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 2) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-content:before {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-year {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 3) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-content:before {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-year {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 4) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 5) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 5) .timeline-content:before {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 5) .timeline-year {
  background: linear-gradient(var(--grey-light), var(--main));
}

.main-timeline .timeline:nth-child(4n + 5) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 6) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 6) .timeline-content:before {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 6) .timeline-year {
  background: linear-gradient(var(--main), var(--grey-light));
}

.main-timeline .timeline:nth-child(4n + 6) .title {
  color: var(--main-txt);
}

.main-timeline .timeline:nth-child(4n + 7) .timeline-content {
  border-color: var(--main);
}

.main-timeline .timeline:nth-child(4n + 7) .timeline-content:before {
  background: linear-gradient(#2ca397, #038c6b);
}

.main-timeline .timeline:nth-child(4n + 7) .timeline-year {
  background: linear-gradient(#038c6b, #2ca397);
}

.main-timeline .timeline:nth-child(4n + 7) .title {
  color: #038c6b;
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
    padding-left: 140px;
  }

  .main-timeline .timeline:nth-child(even) {
    padding-right: 140px;
  }
}

@media screen and (max-width: 576px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    padding: 140px 0 0;
  }

  .main-timeline .timeline-content {
    text-align: center;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: -140px;
    right: auto;
  }

  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    transform: translateY(0) translateX(-50%);
    left: 50%;
    top: -118px;
    right: auto;
  }
}

.glowCheckvendor {
  transition: 0.3s all ease-in-out;
}

.not-valid-check {
  box-shadow: 0px 0px 7px 3px #ffcece, inset 0 0 10px 1px #ff5e5e !important;
}

.info-heading {
  text-shadow: 0.2px 0.2px 0.5px;
}

.card_blog {
  background: #fff;
  border-radius: 0;
  color: var(--main-txt);
  overflow: visible;
  display: block;
}

.blog_details {
  position: relative;
  padding: 1.5625rem;
}

@media (min-width: 40em) {
  .card_blog {
    margin-bottom: 1.875rem;
  }
}

.blog_date {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.625rem;
  color: #7c878e;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog_headline {
  margin-top: 0.9375rem;
  max-width: 30rem;
  margin-bottom: 1em;
  font-weight: 300;
  display: block;
  line-height: 1.4;
  color: var(--main-txt);
  text-rendering: optimizeLegibility;
}

.blog_p {
  margin: 0;
  padding: 0;
  max-width: 30rem;
  margin-bottom: 1.25rem;
  line-height: 2;
  font-weight: 300;
  color: #7c878e;
  text-rendering: optimizeLegibility;
}

.blog_img {
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 52.63157894736842%;
  -webkit-box-shadow: 0 0 2px rgb(19 19 19 / 10%);
  box-shadow: 0 0 2px rgb(19 19 19 / 10%);
}

@media (min-width: 64em) {
  .card_blog_multiple {
    margin: 0;
    margin-left: 8.33333%;
  }
}

.card_blog_multiple .card_blog {
  border-top: 1px solid rgba(2, 27, 65, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(2, 27, 65, 0.1);
  padding-top: 1.5625rem;
}

.card_blog_multiple .card_blog .blog_details {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .card_blog_multiple .card_blog:first-child {
    border-top: 0 none;
  }

  .card_blog_multiple .card_blog .blog_details {
    padding: 0 !important;
  }
}

.blogs_see_more {
  background-color: var(--light-orng);
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.75rem 1.1875rem;
  padding-top: 1.0625rem;
  padding-right: 2.1875rem;
  padding-bottom: 1.0625rem;
  padding-left: 2.1875rem;
  border: 1px solid transparent;
  border-radius: 1.66667em;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  font-weight: 300;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1.25rem;
  border: 1px solid;
}

.blogs_see_more:hover {
  color: var(--main-hvr);
  background-color: #ffffff;
}

.slider_1 {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    rgba(95, 175, 216, 0.5),
    rgba(255, 255, 255, 0.5),
    rgba(95, 175, 216, 0.5)
  );
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
}

.home-carusel {
  background-image: url("../img/Elite-Acadeny-Background.jpg");
  background-position: right top;
  background-size: cover;
}

.button-aos-container {
  min-height: 50px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.test_1 {
  background: linear-gradient(90deg, #ffffff, #5fafd8, #ffffff, #5fafd8);
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
}

.carousel-item {
  min-height: 345px;
}

.carousel-item.active {
  display: flex;
  align-content: center;
  align-items: center;
}

.ptb-5-5-rem {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.card_blog {
  background: #fff;
  border-radius: 0;
  color: var(--main-txt);
  overflow: visible;
  display: block;
}

.blog_details {
  position: relative;
  padding: 1.5625rem;
}

@media (min-width: 40em) {
  .card_blog {
    margin-bottom: 1.875rem;
  }
}

.blog_date {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.625rem;
  color: #7c878e;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog_headline {
  margin-top: 0.9375rem;
  max-width: 30rem;
  margin-bottom: 1em;
  font-weight: 300;
  display: block;
  line-height: 1.4;
  color: var(--main-txt);
  text-rendering: optimizeLegibility;
}

.blog_p {
  margin: 0;
  padding: 0;
  max-width: 30rem;
  margin-bottom: 1.25rem;
  line-height: 2;
  font-weight: 300;
  color: #7c878e;
  text-rendering: optimizeLegibility;
}

.blog_img {
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 52.63157894736842%;
  -webkit-box-shadow: 0 0 2px rgb(19 19 19 / 10%);
  box-shadow: 0 0 2px rgb(19 19 19 / 10%);
}

@media (min-width: 64em) {
  .card_blog_multiple {
    margin: 0;
    margin-left: 8.33333%;
  }
}

.card_blog_multiple .card_blog {
  border-top: 1px solid rgba(2, 27, 65, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(2, 27, 65, 0.1);
  padding-top: 1.5625rem;
}

.card_blog_multiple .card_blog .blog_details {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .card_blog_multiple .card_blog:first-child {
    border-top: 0 none;
  }

  .card_blog_multiple .card_blog .blog_details {
    padding: 0 !important;
  }
}

.blogs_see_more {
  background-color: var(--light-orng);
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.75rem 1.1875rem;
  padding-top: 1.0625rem;
  padding-right: 2.1875rem;
  padding-bottom: 1.0625rem;
  padding-left: 2.1875rem;
  border: 1px solid transparent;
  border-radius: 1.66667em;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  font-weight: 300;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1.25rem;
  border: 1px solid;
}

.blogs_see_more:hover {
  color: var(--main-hvr);
  background-color: #ffffff;
}

[title="Invest Center"] {
  width: 100%;
}

@media (min-width: 575px) {
  [title="Invest Center"] {
    width: 100%;
    min-height: 20rem;
  }
}

@media (min-width: 767px) {
  [title="Invest Center"] {
    min-height: 29rem;
  }
}

.orange_hdr h1,
.orange_hdr h2,
.orange_hdr h3,
.orange_hdr h4,
.orange_hdr h5,
.orange_hdr h6 {
  color: #ff7000;
}

.ptb-1-5-rem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.prod_data_header h2 {
  margin-bottom: 1.1em;
  line-height: 1.2222;
  font-weight: 300;
}

.acc_policy_1 {
  text-align: left;
  line-height: 0.875rem;
  text-transform: none;
  color: #7c878e;
}

.bg-light-gray {
  background-color: #ebebeb6b;
}

.agenda_form .submit_x {
  margin-left: auto;
}

.acc_pol_cont {
  max-width: 23.5rem;
  margin: 2.5rem 0 3.125rem;
}

.form_row {
  margin-bottom: 0.75rem;
}

.contact_form_mail {
  display: block;
}

.contact_form_label {
  line-height: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--main-black);
  display: block;
}

.contact_form input {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid var(--black-opacity);
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out all;
}
.contact_form textarea {
  width: 100%;
  height: 3.5rem;
  margin: 0;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid var(--black-opacity);
  outline: none;
  box-shadow: none;
}

.contact_form .submit_x {
  display: flex;
  align-items: center;
  line-height: 1rem;
  padding: 0.75rem 1.1875rem;
  border: 1px solid transparent;
  border-radius: 2.66667em;
  position: relative;
  background-color: var(--main);
  color: #fff;
  transition: 0.3s;
}

.contact_form .submit_x i {
  margin-bottom: -5px;
  margin-top: -5px;
  margin-left: 0.5rem;
}

.contact_form .submit_x:hover {
  color: #fff;
  transition: 0.3s;
  transform: translateY(-2px);
}

.contact_sect_ {
  background-color: #171717;
}

@media (min-width: 50em) {
  .contact_form textarea {
    height: 3rem;
  }
}

@media (min-width: 64em) {
  .contact_form textarea {
    height: 3rem;
  }
}

.speaker_popup:before {
  background: var(--main);
  opacity: 0.5;
  color: white;
}

.speaker_popup .modal-content {
  background: var(--main-bg);
  border-radius: 1.66667em;
  border: 0px solid #fff;
}

.speaker_popup .modal-title {
  color: white;
}

.btn-close:focus {
  color: white;
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.speakers-slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
}

.speakers-slider .slick-dots li {
  height: 1px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.speakers-slider .slick-dots .slick-active button {
  background: var(--main);
  border: 1px dotted var(--main);
  width: 100%;
}

.speakers-slider .slick-dots li button {
  border: 1px dotted #ababab;
  width: 100%;
}

.prev_speaker {
  font-weight: 100;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-right: 2px;
}

.prev_speaker:hover {
  box-shadow: inset 0 0 5px 1px var(--main), 0 0 5px 1px var(--main);
}

.next_speaker {
  font-weight: 100;
  padding: 8px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  box-shadow: inset 0 0 0 1px rgb(124 135 142 / 30%);
  margin-right: 2px;
}

.next_speaker:hover {
  box-shadow: inset 0 0 5px 1px var(--main), 0 0 5px 1px var(--main);
}

.rm_upco {
  width: fit-content;
  position: absolute;
  bottom: 2.5rem;
}

.filter_btn_x {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
  justify-content: left !important;
}

@media (min-width: 880px) {
  .filter_btn_x {
    width: 20%;
    justify-content: center !important;
  }
}

#filterAccordion .accordion-item {
  border: none;
}

.accordion-item {
  background-color: transparent;
  border: 0;
}

#filterAccordion .accordion-button {
  justify-content: center;
  outline: 0;
  box-shadow: none;
  border-radius: 20px 20px 0 0px;
}

#filterAccordion .accordion-button:not(.collapsed) {
  border-bottom: 0;
}

.accordion-button:not(.collapsed) {
  border-bottom: 0;
}

section#hero.t_hero {
  background: #fff !important;
}

section#hero.t_hero .hero_title {
  color: #171717;
}

section#hero.t_hero h2 {
  color: #171717;
}

.dot_line_after_2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-repeat: repeat-x;
  margin-top: 1rem;
}

.form-check-input:not(.default):checked {
  background-color: var(--main);
  border-color: var(--main);
}

.form-check-label:not(.default) {
  line-height: 15.6px;
  width: 100%;
  color: rgba(24, 24, 24, 0.5);
}

.form-check .form-check-input:not(.default) {
  width: 12px;
  height: 12px;
}

.form-switch .form-check-input:not(.default):checked:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:not(.default):focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230059b3'/%3e%3c/svg%3e");
}

.after-close::after {
  margin: 0px 5px;
}

.form-check-input:not(.default) {
  border: 1px solid var(--main);
  outline: 0;
  box-shadow: none;
}

.form-check-input:not(.default):focus {
  border: 1px solid var(--main);
  outline: 0;
  box-shadow: none;
}

@media (max-width: 880px) {
  #filterAccordion .accordion-button {
    border-radius: 25px;
  }
}

.glow_check_bigger {
  text-align: center;
  position: relative;
  width: 50px;
}

.glow_check_bigger label {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 10px;
  cursor: pointer;
  background: linear-gradient(top, #222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 1px 1px 6px 2px var(--main), 0 0 5px 1px var(--main);
  align-content: center;
  justify-content: center;
}

.glow_check_bigger label:after {
  content: "";
  width: 11px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 8px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  padding: 1px 1px 2px 6px;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 13px 8px var(--main), inset 0 0 5px 1px var(--main);
}

.glow_check_bigger label:hover::after {
  opacity: 0.3;
}

.glow_check_bigger input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
}

.glow_check_bigger input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.glow_check_bigger input[type="radio"] {
  opacity: 0;
  width: 1px;
  padding: 0px;
  top: 0;
  left: 0;
}

.glow_check_bigger input[type="radio"]:checked + label:after {
  opacity: 1;
}

.link-secondary:focus,
.link-secondary:hover {
  color: #ffffff;
}

.form-switch {
  padding-left: 1.65em;
}

.invalid-feedback {
  font-size: 1.2rem;
}

.grecaptcha-badge {
  bottom: 70px !important;
  display: none;
}

.elite-section {
  width: 100%;
}

body > .elite-section:not(.product-section) {
  margin-top: 70px;
}

.elite-events-section {
  width: 100%;
}

.elite-section-title h2 {
  margin-bottom: 20px;
  line-height: 32px;
  color: var(--main);
  font-weight: 300;
}

.elite-section-body,
.elite-section-body-with-border {
  padding: 0 20px;
}

.elite-section-body-with-border {
  box-shadow: -3px 0px var(--main);
}

@media (max-width: 1200px) {
  .upcoming-extra-product {
    display: none !important;
  }
}

.upcoming-btn-type {
  float: right;
  margin-top: -50px;
}

@media (max-width: 768px) {
  .upcoming-btn-type {
    float: right;
    margin-top: 15px;
  }
}

.category-card .category-name {
  display: block;
  font-weight: 300;
  padding: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0px;
}

.category-card .category-name {
  font-weight: 300;
}

.categories-dropdown-button::after {
  margin-left: 0px !important;
  margin-right: 1rem;
}

.categories-dropdown-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: var(--main);
}

.categories-accordion-header {
  box-shadow: 1px 2px 5px #ababab;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-color: var(--main);
  color: var(--main-light-blue);
  position: relative;
  border-radius: 10px 10px 0 0;
  font-weight: 300;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: var(--main);
  border-color: var(--main) var(--main) transparent;
  isolation: isolate;
}

.nav-tabs .nav-item:not(:first-child) {
  margin-left: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  border-color: var(--main);
  background-color: var(--main);
}

.nav-tabs .nav-link.active:hover {
  color: #fff;
  border-color: var(--main);
  background-color: var(--main);
}

.nav-tabs {
  border-bottom: 1px solid var(--main);
}

.nav-tabs .nav-link:hover span.tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

input[type="submit"] {
  outline: none;
  border: none;
}

.btn-white {
  color: var(--main);
  background: #ffffff;
  border: 1px solid #ababab;
}

.btn-white:hover {
  color: var(--main);
  background: #ffffff;
  border: 1px solid #ababab;
}

.nav-tabs .nav-link span.tooltip {
  position: absolute;
  padding: 3px;
  top: 0;
  left: 50%;
  visibility: hidden;
  margin: 0 auto;
  min-width: 34px;
  height: 24px;
  line-height: 13px;
  border-radius: 3px;
  background-color: var(--bg-success);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-tabs .nav-link span.tooltip::before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 4px solid var(--bg-success);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top-color: var(--bg-success);
}

@media (min-width: 1200px) {
  .elite-section.product-section {
    margin-left: 10%;
  }

  .col-6 .elite-section {
    margin-left: 10%;
  }

  .elite-events-section {
    margin-left: 5%;
    margin-right: 5%;
  }

  .col-6 .elite-events-section {
    margin-left: 10%;
    margin-right: 10%;
  }

  .elite-section-body,
  .elite-section-body-with-border {
    margin-left: 15px;
  }
}

.modal-open {
  height: 100vh;
}

.btn-close {
  min-width: 10px;
  min-height: 10px;
  border-radius: 45px;
  opacity: 1;
}

.btn-close:hover {
  opacity: 1;
}

.modal-rounded .modal-content {
  border-radius: 10px 10px 10px 10px;
}

.accordion-button:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.training-collapse {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-right: 10px !important;
}

.training-collapse span {
  width: -webkit-fill-available;
}

.training-collapse::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.citySpan .accordion-button::after {
  margin-left: -25px;
}

.citySpan .accordion-button:not(.collapsed)::after {
  margin-left: -25px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.training-collapse:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after {
  margin-left: 15px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .product-button-container {
    position: fixed;
    writing-mode: vertical-lr;
    display: inline-flex;
    width: fit-content;
    z-index: 10;
    padding: 0px;
    visibility: visible;
    top: 80px;
    right: -8px;
  }

  .product-button-container .product-button {
    width: fit-content;
    white-space: nowrap;
    display: block;
    line-height: 14px;
    padding: 25px 10px;
    font-weight: 300;
    border-radius: 50px 0px 0px 50px !important;
  }
}

.product-button-circle {
  border: none;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 10px;
}

#language_btnss .product-button-circle {
  height: 40px;
  width: 40px;
  margin-left: 10px;
}

.language-model-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: transparent;
  border: none;
}

.hover_inner_span span,
a.underline_hover,
.underline_hover,
a.underline_hovered,
.underline_hovered {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
}

.hover_inner_span span::after,
a.underline_hovered::after,
.underline_hovered::after,
.underline_hover::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.hover_inner_span:hover span::after,
a.underline_hovered::after,
.underline_hovered::after,
.underline_hover:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

form#subscribe {
  margin-bottom: 0;
}

form#subscribe input[type="email"] {
  background: 0 0;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #333;
  background-repeat-x: initial;
  background-repeat-y: initial;
  vertical-align: baseline;
  outline: none;
  height: 40px;
  padding: 0 15px;
}

#contact-us {
  width: 100%;
}

@media (max-width: 576px) {
  #contact-us {
    padding: 0 !important;
  }
}

#contact-us .elite-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

#contact-us .contact_form .submit {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
  line-height: 14px;
  padding: 1rem 1.3rem;
  font-weight: 300;
  transition: 0.2s all ease-in-out;
  color: #fff;
  box-shadow: 1px 2px 5px #575757;
  color: #ffffff;
  background: var(--main);
}

#contact-us .contact_form .submit:hover {
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  box-shadow: 0px 0px 0px 0px;
  transition: 0.2s all ease-in-out;
}

.specializations {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.product-buttons-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
}

.product-buttons-list .btn-pri {
  width: 100%;
}

.limit_lines_two {
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.specializations.limit_lines_two {
  color: var(--main);
}

#PrivacyPolicy,
#EventTerms,
#GeneralTerms,
#Disclaimer {
  padding: 0;
  margin: 0;
}

#PrivacyPolicy .elite-section-body-with-border,
#EventTerms .elite-section-body-with-border,
#GeneralTerms .elite-section-body-with-border,
#Disclaimer .elite-section-body-with-border {
  text-align: justify;
}

.i-list {
  width: 100%;
}

.i-list-item {
  display: flex;
  text-align: left;
}

.i-list-item i {
  margin-right: 15px;
}

.section-lightup-div {
  background-color: var(--main-light-blue);
  color: white;
  font-weight: 300;
  transition: 0.3s ease-in-out all;
}

.section-lightup-div.active {
  background-color: var(--main);
}

.delegate-number {
  background-color: var(--main-light-blue);
  transition: 0.3s ease-in-out background;
}

.delegate-number.active {
  background-color: var(--main);
}

.elite-slider {
  position: relative;
}

#products_list {
  padding-top: 5rem;
}

.category-card {
  min-height: 62px;
}

#events_filter_header {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  padding: 0.5rem var(--container-padding) 0.25rem var(--container-padding);
  z-index: 996;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}

#events_filter_header.position-relative {
  top: 0px;
}

.switch_event_view_btn {
  background-color: #96b3db;
  background: #96b3db;
  border-radius: 75px !important;
  padding: 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
  float: right;
}

.switch_event_view_btn i {
  padding: 5px;
}

.filter_display_header_btn {
  border: none;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 10px;
  background-color: #96b3db;
  background: #96b3db;
}

.switch_event_view_btn:hover {
  color: #ffffff;
}

.filter_display_header_btn:hover {
  color: #ffffff;
}

#cookies {
  bottom: 0;
  top: unset;
  opacity: 0;
  height: unset;
  overflow-x: visible;
  overflow-y: visible;
  width: 100vw;
}

#cookies.show {
  z-index: 1000;
  opacity: 1;
  transform: scale(1);
}


#cookies .cookies-container {

  padding: 10px 10px 10px 35px;
}

.cookies {
  position: fixed;
  bottom: 0;
  background-color: #0f62fe;
}

.cookies.show {
  z-index: 1;
}

.cookiealert {
  background-color: #0f62fe;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAAAqUlEQVR4AaXTIa7EMBBEwfrSAAODwAUfGBiY5P7H26XDIqXfAUrpseI520fcAf+itgEqgW4TMugoCKA2J4DanAQ6CgKozYmg44IMuhVk0FaQQceEDLoNyKBtQAZtExKozQkot7Dv37e42rqoaUk6Koe21ngJLYMManN6034xJzz2UnqvvugY+fNvIIOWIoW24aHnG20V/yJtTgAtAyKozQmgpURdLp+nOT9tfAyifaRWFwAAAABJRU5ErkJggg==");
}

#cookies .cookies-left {
  color: #fff;
}

#cookies .cookies-left a {
  font-weight: 300;
}
#cookies .cookies-right .btn-accept-ness {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 13px;
  transition: all 0.3s ease-in-out;
}
#cookies .cookies-right .btn-accept-ness:hover {
  background-color: #fff;
  color: #414141;
}

#cookies .cookies-right .btn-accept {
  background-color: #fff;
  color: #414141;
  border: 1px solid #414141;
  padding: 3px 13px;
  transition: all 0.3s ease-in-out;
}
#cookies .cookies-right .btn-accept:hover {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 767px) {
  #cookies .cookies-right {
    display: flex;
    justify-content: center;
  }
  #cookies .cookies-right .btn-accept-ness {
    width: 100% !important;
  }
}

.cookiealert a {
  text-decoration: none;
}

.product-border {
  border-left: 2px solid #b3d0e9;
}

.applied_filters {
  display: inline-flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.applied_filters li {
  list-style: none;
  padding-right: 10px;
}

.applied_filters li::before {
  content: "|";
  padding-right: 10px;
}

.filter_ {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 20px;
  align-items: center;
  align-content: center;
}

.filter_nb {
  width: 100%;
  font-weight: 300;
}

.blog {
  padding-bottom: 10px;
  color: #222;
}

.hover-zoomin img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-zoomin:not(.no-height) {
  height: 100%;
  background-color: white;
  box-shadow: 2px 5px 8px 0px rgb(0 0 0 / 10%);
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
}

.hover-zoomin:not(.no-height):hover {
  box-shadow: 2px 5px 8px 0px rgb(0 0 0 / 15%);
  transform: translateY(-10px);
}

.hover-zoomin a.img {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hover-zoomin .underline_hover {
  width: 100%;
  padding-bottom: 3px;
  background-color: #dedede;
}

.hover-zoomin .underline_hover:after {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background-color: var(--main);
}

.hover-zoomin:hover .underline_hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.hover-zoomin .blog-btn i,
.hover-zoomin .services-btn div {
  transition: all 0.2s ease-in-out;
}

.hover-zoomin:hover .blog-btn i,
.hover-zoomin:hover .services-btn div {
  transform: scale(1.15);
}

.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog .blog-content {
  background-color: #ededed;
  padding: 10px 10px 40px 10px;
  height: calc(50% - 25px);
  margin: 5px;
  margin-top: 0;
  position: relative;
}

.services .services-content {
  background-color: white;
  padding: 15px 15px 40px 15px;
  height: 100px;
}

.services .services-content * {
  font-weight: 300;
  height: 43px;
}

@media (max-width: 1199px) {
  .services .services-content * {
    height: 20px;
  }

  #our-services .services-card img {
    width: 100% !important;
    float: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}

.blog .blog-content :is(h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a) {
  color: #222;
}

.blog .blog-btn,
.services .services-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.blog .blog-btn i,
.services .services-btn div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  margin-top: -22px;
  background: var(--main);
  border-radius: 50px;
  color: #fff;
}

.services .services-btn div {
  background: url("../img/EE-Logo-50px.png");
  box-shadow: 0px 0px 4px 1px var(--main);
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  min-height: 50vh;
}

.categories-list .hover_inner_span:hover {
  font-weight: 300;
}

[aria-label="Page navigation"] {
  width: 100%;
}

.elite-events-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* values section style start */
.btn_demo--back .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.values_view {
  min-height: 500px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.my_content {
  z-index: 1;
  padding-top: 25px;
  padding-left: 225px;
  padding-right: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
}

.deco__text {
  line-height: 1;
  margin: 0;
  color: #bcb8e8;
}

.codrops-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  text-align: right;
  direction: ltr;
}

.codrops-header__info {
  font-weight: 300;
  font-style: italic;
  position: relative;
  max-width: 400px;
  margin: auto 10vw 0 0;
  text-align: right;
}

.codrops-header__deco {
  line-height: 1;
  padding: 1em 0;
  color: #1d48f3;
  writing-mode: vertical-rl;
  font-weight: 300;
}

.codrops-header__title {
  line-height: 8.5rem;
  margin: 0 -7px 0;
  padding: 0;
  font-weight: 300;
}

.codrops-header__tagline {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  font-weight: 300;
  text-align: right;
}

.codrops-links {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  white-space: nowrap;
}

.codrops-icon {
  display: block;
}

.codrops-icon:last-child {
  margin: 0 0 0 2em;
}

.btn_demo {
  border: none;
  background: none;
}

.btn_demo:focus {
  outline: none;
}

.btn_demo--back {
  position: absolute;
  z-index: 12;
  top: 1em;
  right: 1em;
  opacity: 0;
  color: #1d48f3;
}

.btn_demo--menu {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  margin: 10px 0 0 6px;
}

.btn_demo--menu-active .icon--menu,
.icon--cross {
  display: none;
}

.btn_demo--menu-active .icon--cross {
  display: block;
}

/* Demo links */
.demos {
  display: flex;
  align-items: center;
  margin: 2em 0 0 auto;
}

.demos__text {
  display: block;
  margin: 0 2em 0 0;
  color: #bcb8e8;
}

.demo {
  position: relative;
  display: block;
  margin: 0 0 0 1.5em;
}

.demo:hover,
.demo:focus {
  outline: none;
}

.demo--current {
  pointer-events: none;
  color: #fff;
}

.demo--current::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -17px 0 0 -16px;
  border-radius: 50%;
  background: #1d48f3;
}

/* Content */
.tabscontent {
  pointer-events: none;
}

.tabscontent__item {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.tabscontent__item--current,
.tabscontent__item--current ~ .btn_demo--back {
  pointer-events: auto;
}

.poster {
  position: relative;
  height: 80vh;
  margin: 10vh auto;
  padding: 0 50px;
  pointer-events: none;
}

.poster__img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.poster__caption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}

.poster__box {
  position: absolute;
  top: -50px;
  left: 0;
  width: 50%;
  height: 40%;
  border: 10px solid;
}

.poster__number {
  font-weight: bold;
  line-height: 0.7;
  position: absolute;
  bottom: 0;
  left: calc(100% - 50px + 5px);
}

.poster__title {
  line-height: 0.7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 -0.25em 0.15em;
  text-indent: -0.75em;
}

.poster__deco {
  line-height: 1;
  margin: 0 -1.25em 0 auto;
  color: #1d48f3;
  writing-mode: vertical-rl;
}

.column {
  width: 100%;
  padding: 25px;
  padding-left: 68px;
  color: #fff;
  text-align: left;
}

.column__title {
  color: #ff764b;
}

.column__text {
  font-weight: normal;
  margin: 0;
  color: #fff4d7;
}

/* Individual demos */
.demo-2 {
  background: #fff;
}

.demo-2 img {
  max-width: 100%;
}

.demo-2 .codrops-header__deco,
.demo-2 a:hover,
.demo-2 a:focus {
  color: var(--main-light-blue);
}

.demo-2 .deco__text,
.demo-2 .demos__text {
  color: #d8c184;
}

.demo-2 .demo--current::before {
  background: #ff764b;
}

.demo-2 .btn_demo--back {
  color: #ff764b;
}

.tabscontent__item:first-child .box {
  background-color: #001937;
}

.tabscontent__item:nth-child(2) .box {
  background-color: #21528f;
}

.tabscontent__item:nth-child(3) .box {
  background-color: #67bfeb;
}

.tabscontent__item:nth-child(4) .box {
  background-color: var(--main-light-blue);
}

@media screen and (max-width: 40em) {
  .values_view {
    overflow: hidden;
    min-height: 500px;
    height: auto;
    margin: 0;
  }

  .content {
    flex-direction: column;
    padding: 10px;
  }

  .deco__text,
  .demos__text {
    display: none;
  }

  .codrops-links {
    margin: 0 0 1em;
  }

  .codrops-header__title {
    margin: 0 -4px;
  }

  .demos {
    align-items: flex-start;
    margin-top: 1em;
  }

  .poster__box {
    top: -20px;
    left: 30px;
    width: 30%;
    height: 30%;
    border: 7px solid;
  }

  .poster__number {
    left: calc(100% - 90px);
  }

  .btn_demo--back {
    top: 0;
    right: 0;
  }

  .btn_demo--menu {
    display: block;
  }

  .demo-2 .btn_demo--menu {
    position: relative;
    margin: 0 2em 0 0;
  }

  .demo-2 .tabscontent__item {
    flex-direction: column;
  }

  .column__title {
    margin: 1em 0 0;
  }
}

.my_tabsnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.my_tabsnav__item {
  height: 50px;
  position: relative;
  cursor: pointer;
}

.my_tabsnav__bar {
  background: currentColor;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.my_tabsnav__title {
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  margin: 0;
  height: 100%;
  font-weight: normal;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

/* Vertical Menu */
.my_tabsnav--vertical {
  display: flex;
  width: auto;
  height: 100%;
  padding: 0;
  margin-left: 0;
}

.my_tabsnav--vertical .my_tabsnav__item {
  flex: none;
  width: 50px;
  height: 100%;
}

.my_tabsnav--vertical .my_tabsnav__title {
  transform: rotate(-90deg);
}

/* Individual menu styles (Basque names) */
/* Ander */
.my_tabsnav--ander {
  left: 45px;
}

.my_tabsnav--ander .my_tabsnav__bar {
  background: #fff;
}

.my_tabsnav--ander .my_tabsnav__title {
  color: #1d48f3;
}

.my_tabsnav--ander .my_tabsnav__item:not(:last-child) {
  margin: 0 10px 0 0;
}

/* Zeru */
.my_tabsnav--zeru .my_tabsnav__item .i1 {
  background: #001937;
}

.my_tabsnav--zeru .my_tabsnav__item .i2 {
  background: #21528f;
}

.my_tabsnav--zeru .my_tabsnav__item .i3 {
  background: #67bfeb;
}

.my_tabsnav--zeru .my_tabsnav__item .i4 {
  background: var(--main-light-blue);
}

.my_tabsnav--zeru .my_tabsnav__title {
  color: #fff;
}

/* Ibai */
.my_tabsnav--ibai {
  top: 50%;
  margin-top: -115px;
}

.my_tabsnav--ibai .my_tabsnav__item {
  height: 70px;
}

.my_tabsnav--ibai .my_tabsnav__bar {
  background: #414a52;
}

.my_tabsnav--ibai .my_tabsnav__title {
  color: #fc0;
}

.my_tabsnav--ibai .my_tabsnav__item:not(:last-child) {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 416px) {
  .my_content {
    padding-right: 0px;
  }

  /* don't show a background if on mobile */
  .my_tabsnav {
    background: none;
  }

  .my_tabsnav--vertical .my_tabsnav__item {
    background: none;
    height: 100%;
    width: 35px;
  }
}

/* values section style end */
#offcanvasFilter input:not([type="checkbox"]):not([type="radio"]),
#offcanvasFilter .input,
#offcanvasFilter select,
#offcanvasFilter input[name="keyword"] {
  color: var(--main);
  border-color: #eee0;
  background-color: transparent;
  width: 100%;
  outline: 0;
  border-bottom: 1px solid #91b7de;
  border-radius: 0;
  padding: 0;
  height: 50px;
  margin-bottom: 5px;
}

#offcanvasFilter .input {
  padding: 0 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#offcanvasFilter .accordion-body {
  padding: 0.25rem 0.75rem;
}

#categories_filter .accordion-button {
  box-shadow: none;
  color: var(--main);
  padding: 5px;
  font-weight: 300;
}

#categories_filter .accordion-button:after {
  display: none;
}

#categories_filter label {
  display: block;
}

img.logo {
  max-height: 60px;
}

.offcanvas-header {
  padding: 6px var(--container-padding) 1.875rem var(--container-padding);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.blog-content a {
  color: black;
  text-underline-position: under;
}

.blog-content a:hover {
  color: #3171b2;
}

.bg-light-blue {
  background-color: var(--main-light-blue-50);
}

.content-header > h2,
.content-header > h1,
.content-header > h3,
.content-header > h4,
.content-header > h5,
.content-header > h6 {
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  .content-header {
    margin-bottom: 1rem;
  }

}

.query-parameters {
  font-weight: 300;
}

.product-filter-selector {
  width: 120px;
}

.form-check.smallCheck {
  margin-bottom: 0px;
  line-height: 20px;
  min-height: unset;
  padding-left: 1em;
}

.form-check.smallCheck .form-check-input {
  height: 0.75em;
  width: 0.75em;
  border-radius: 0.1rem;
  margin-left: -1em;
}

.form-check.smallCheck .form-check-label {
  line-height: 15px;
}

.form-select.noFocus,
.form-control.noFocus {
  box-shadow: unset;
}
.border-bottom-custom {
  border-bottom: 3px solid;
}

.border-bottom-custom-light {
  border-bottom: 1px solid var(--main-light-blue);
}

.removeFilterBtn {
  color: red;
  cursor: pointer;
}

.product-filter-seperator {
  font-weight: 300;
}

.products-ul > li {
  margin-bottom: 10px;
}

.font-400 {
  font-weight: 300;
}

.login-modal #eye {
  cursor: pointer;
}

.signup-dropdown > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b0ea;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.signup-mobile .underline_hover {
  padding-bottom: 10px !important;
}

.cityContentAccordion .accordion-button {
  background-color: transparent !important;
  color: var(--grey-txt) !important;
}

.cityContentAccordion .citySpan {
  width: 100%;
}

.Album-single-image-link > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 3px;
}

.event-outlines-section p {
  font-weight: bold;
}

.modal.fade.show {
  background-color: rgb(0 89 179 / 35%);
}

.categories-display-ibm {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 42rem) {
  .categories-display-ibm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 72rem) {
  .categories-display-ibm {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-title {
  cursor: pointer;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  align-items: center;
  height: auto;
  background-color: var(--grey-card);
  color: black;
  border: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 12px;
}

@media (min-width: 42rem) {
  .product-title {
    flex-direction: column;
    height: 9.75rem;
    align-items: normal;
  }
}

.product-title:not(.selected):hover {
  background-color: #e5e5e5;
}

.product-title i {
  transition: 0.6s;
}

.product-title.selected {
  background-color: #fff;
  border: 2px solid var(--grey-card);
}

.product-title.selected .icon {
  padding: 20px;
}

.product-title.selected .icon i {
  transform: scale(2);
}

.product-title.selected .hide-title {
  visibility: hidden;
}

.product-title.selected .arrow-rotate {
  transform: rotate(180deg);
}

.product-title.selected::before {
  z-index: 99;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #fff;
  left: 0;
  bottom: -10px;
}

.products-details {
  background-color: #fff;
  border: none;
  color: #000;
  display: none;
  grid-column: 1/-1;
  grid-template-columns: repeat(1, 1fr);
  margin: -1px 0.0625rem 0.0625rem;
  padding: 1rem;
}

.products-details.selected {
  grid-gap: 0 2rem;
  border: 2px solid var(--grey-card);
  display: grid;
  gap: 0 2rem;
  margin-top: 0.125rem;
  position: relative;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 42rem) {
  .products-details.selected {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 72rem) {
  .products-details.selected {
    grid-template-columns: repeat(3, 1fr);
  }
}

.products-details.selected.line-1,
.products-details.selected.line-2,
.products-details.selected.line-3 {
  grid-row-start: 2;
}

.products-details.selected.line-4,
.products-details.selected.line-5,
.products-details.selected.line-6 {
  grid-row-start: 3;
}

.products-details.selected.line-7,
.products-details.selected.line-8,
.products-details.selected.line-9 {
  grid-row-start: 4;
}

@media (max-width: 72rem) {
  .products-details.selected.line-1,
  .products-details.selected.line-2 {
    grid-row-start: 2;
  }

  .products-details.selected.line-3,
  .products-details.selected.line-4 {
    grid-row-start: 3;
  }

  .products-details.selected.line-5,
  .products-details.selected.line-6 {
    grid-row-start: 4;
  }

  .products-details.selected.line-7,
  .products-details.selected.line-8 {
    grid-row-start: 5;
  }
}

@media (max-width: 42rem) {
  .products-details.selected.line-1 {
    grid-row-start: 2;
  }

  .products-details.selected.line-2 {
    grid-row-start: 3;
  }

  .products-details.selected.line-3 {
    grid-row-start: 4;
  }

  .products-details.selected.line-4 {
    grid-row-start: 5;
  }

  .products-details.selected.line-5 {
    grid-row-start: 6;
  }

  .products-details.selected.line-6 {
    grid-row-start: 7;
  }

  .products-details.selected.line-7 {
    grid-row-start: 8;
  }

  .products-details.selected.line-8 {
    grid-row-start: 9;
  }
}

.products-details.selected .product-details-title {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: repeat(3, 1fr);
}

.products-details.selected .product-details-title .product-details-inner-title {
  grid-column: 1/-1;
}

@media (min-width: 72rem) {
  .products-details.selected
    .product-details-title
    .product-details-inner-title {
    grid-column: unset;
  }
}

.products-details.selected .product-details-title h2 {
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  padding-bottom: 0.25rem;
}

.products-details.selected .product-details-title p {
  margin: 0.5rem 0;
  padding: 0;
}

.products-details.selected .product-details_product {
  padding: 1rem 1rem 1rem 0;
}

.products-details.selected .product-details_product p {
  margin: 0.5rem 0;
  padding: 0;
}

.categories-display-ibm .product-browse {
  cursor: pointer;
  padding: 0.0625rem;
  position: relative;
  text-decoration: none;
}

.categories-display-ibm .product-browse .product-browse-title {
  display: flex;
  align-items: end;
  background-color: var(--main);
  color: var(--grey-card);
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  height: auto;
  transition: background-color 0.25s;
}

.categories-display-ibm .product-browse .product-browse-title:hover {
  background-color: #0353e9;
}

@media (min-width: 42rem) {
  .categories-display-ibm .product-browse .product-browse-title {
    height: 9.75rem;
  }
}

.categories-display-ibm .product-browse .product-browse-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.categories-display-ibm .product-browse .product-browse-content h4 {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* Dont touch pure css */
.select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

@media (min-width: 992px) {
  .select-wrapper.categories {
    border: 3px solid white;
    border-top: 0;
    border-bottom: 0;
  }

  .select-wrapper.languages {
    border-right: 3px solid white;
    border-top: 0;
    border-bottom: 0;
  }
}

.select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-weight: 300;
  color: #000;
  height: 64px;
  line-height: 64px;
  background: var(--bg-success);
  cursor: pointer;
}

.select__trigger:hover {
  background-color: var(--bg-success-hover);
}

.select.open .select__trigger {
  background-color: #defbe6;
}

.custom-options {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid var(--main);
  border-top: 0;
  background: #defbe6;
  transition: all 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 982;
}

.select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: block;
}

.select.open .custom-options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  display: none;
}

.select.open .custom-options:hover::-webkit-scrollbar {
  display: block;
}

.select.open .custom-options > span:first-child {
  pointer-events: none;
}

.custom-option {
  position: relative;
  display: flex;
  padding: 13px 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 16px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color 0.3s;
  align-items: center;
}

.custom-option:hover {
  cursor: pointer;
  background-color: var(--bg-success);
}

.custom-option.selected {
  color: #000;
  background-color: var(--bg-success);
  border-right: 0;
  border-left: 0;
}

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.1rem;
  height: 100%;
  transition: all 0.5s;
}

.arrow::before {
  left: -5px;
  transform: rotate(-45deg);
  background-color: #000;
}

.arrow::after {
  left: 5px;
  transform: rotate(45deg);
  background-color: #000;
}

.open .arrow::before {
  left: -5px;
  transform: rotate(45deg);
}

.open .arrow::after {
  left: 5px;
  transform: rotate(-45deg);
}

.producttitle,
.producttitle:hover {
  font-weight: 300;
  color: var(--grey-txt);
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.filter-training input {
  background-color: var(--bg-info);
  line-height: 22px;
  height: 50px;
}

.filter-training .search-input input {
  padding-left: 40px;
  padding-right: 40px;
}

.filter-training .search-input span {
  position: absolute;
  left: 8px;
  top: 55%;
  transform: translateY(-50%);
}

.filter-training .search-input span i {
  color: #000;
  font-weight: 300;
}

.filter-training input:focus {
  outline: none;
}

.filter-training .search-input input:hover {
  background-color: var(--bg-info-hover);
}

.filter-training .search-input input:focus {
  background-color: #edf5ff;
}

.filter-training .search-start-date input {
  padding: 0px 10px;
}

.filter-training .custom-options {
  background-color: #edf5ff;
}

.filter-training .custom-options {
  max-height: 330px;
  overflow-y: scroll;
}

.filter-training .custom-option:hover {
  cursor: pointer;
  background-color: var(--bg-info);
}

.filter-training .custom-option:hover,
.filter-training .custom-option.selected {
  background-color: #defbe6;
  border: 2px solid transparent;
}

.filter-training .select__trigger {
  background: var(--bg-info);
  height: 50px;
  transition: all 0s !important;
}

.filter-training .select__trigger:hover {
  background-color: var(--bg-info-hover);
  color: #000;
}

.filter-training .select.open .custom-options::-webkit-scrollbar-track,
.blogsNew .select.open .custom-options::-webkit-scrollbar-track {
  background-color: #edf5ff;
}

.filter-training .select.open .custom-options::-webkit-scrollbar-thumb,
.blogsNew .select.open .custom-options::-webkit-scrollbar-thumb {
  background-color: var(--bg-info-hover);
}

.filter-training .select.open .select__trigger {
  background-color: var(--bg-info-hover);
}

@media (min-width: 992px) {
  .custom-sticky {
    position: sticky;
    top: 140px;
  }
}

.filter-training .upcoming {
  transition: 0.2s !important;
  border-radius: 0;
  border: 0;
  color: var(--grey-txt);
  background-color: var(--bg-info);
}

#reset-password-modal .icon {
  color: var(--main);
  position: absolute;
  top: 0;
  transform: translate(50%, 50%);
}

.by_signature_style {
  font-weight: 700;
  border-radius: 5px 0px 0px 5px;
  background-color: white;
}

.pronovea_signature_style {
  color: white;
  border-radius: 0px 5px 5px 0px;
}

.arrowiconslider {
  color: var(--main);
}

.custom-checkbox {
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  height: 50px;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  position: relative;
}

.custom-checkbox input[type="checkbox"]::before,
.custom-checkbox input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--main);
  border-radius: 50%;
}

.custom-checkbox input[type="checkbox"]:checked::before,
.custom-checkbox input[type="radio"]:checked::before {
  transform: scale(1) translate(-50%, -50%);
}

@media screen and (min-width: 382px) and (max-width: 409px) {
  .buttons div.btn-cont {
    width: 100%;
    margin-bottom: 20px;
  }

  .buttons {
    margin-bottom: 1rem;
    display: block;
  }
}

.dropdownbtnhomepage.dropdown-toggle::after {
  display: none;
}

.registernowbtn {
  width: fit-content;
  padding: 1.2rem 3.5rem;
}

.loadingcont {
  padding: 0.5rem 0.5rem;
}

.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-right: 30px;
  /* Adjust this value to leave space for the icon */
}

.input-with-icon i {
  position: absolute;
  top: 50%;
  color: black;
  left: 10px;
  transform: translateY(-50%);
}

.category-header-sticky {
  top: 70px;
  padding: 35px 4px 55px;
}

@media (max-width: 991px) {
  .category-header-sticky {
    padding: 35px 16px 1px;
  }
}

.mb-44 {
  margin-bottom: 44px;
}

.radio-checkbox {
  display: none;
}

.radio-label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  /* Adjust the spacing as needed */
  cursor: pointer;
}

.radio-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  /* Adjust the vertical positioning as needed */
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  /* Adjust the border color as needed */
  border-radius: 50%;
}

.radio-checkbox:checked + .radio-label:before {
  background-color: #333;
  /* Adjust the fill color when the radio button is checked */
}

.custom-option.custom-checkbox {
  height: auto;
}

.custom-option.custom-checkbox input {
  background-color: transparent;
}

#flatpickrCalender {
  position: sticky !important;
  top: 100% !important;
  /* Adjust the value as needed */
  z-index: 999999 !important;
}

#flatpickrCalender.flatpickr-calendar {
  top: unset;
  left: unset;
  right: unset;
  width: 100% !important;
}

.flatpickr-calendar {
  position: unset;
}

/* Main Style */
/* Start Amar Management and leadership */
.content-header p {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(65, 65, 65, 0.75);
}

/* End Amar Management and leadership */
/* Start Blog Page */
.keywordtitle {
  color: var(--main) !important;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--main-black);
  font-size: 25px;
}

.keywords {
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--main-black);
}

.blog .services_container {
  height: 150px !important;
}

.cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End Blog Page */
@media (max-width: 992px) {
  section.scrollsidebar:not(.active) {
    box-shadow: unset;
  }

  section.scrollsidebar {
    box-shadow: unset;
  }
}

/* Start Contact us page */
#our_channel button {
  border: 1px solid var(--main);
  color: var(--main);
  background: #f5f5f5;
  width: 150px;
  border-radius: 20px;
  height: 35px;
}

#our_channel .channelsContainer,
.subsucribe {
  background-color: #f5f5f5;
}

#our_channel .channelsContainer > div:not(:last-child) > div {
  border-right: 2px solid var(--main);
}

#our_channel .img_container {
  width: 100px;
}

#our_channel .my-button:hover {
  background-color: var(--main);
  color: var(--color-white);
  border: 1px solid var(--color-white);
  transition: 300ms ease-out;
}

@media (max-width: 767px) {
  #our_channel .channelsContainer > div:not(:last-child) > div {
    border-bottom: 2px solid var(--main);
    border-right: 0;
  }
}

#getInTouch .col-12 {
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: justify;
  opacity: 0.75;
}

.sendIcon {
  color: var(--main);
  width: 30px;
}

#subscribeForm > div {
  border-bottom: 2px solid var(--main) !important;
  padding-bottom: 0.8rem;
}
#subscribe .img {
  width: fit-content;
}
#subscribe .img1 {
  right: 20px;
  top: 15px;
}
#subscribe .img2 {
  left: 20px;
  bottom: 15px;
}
#subscribeForm input {
  border: 0px !important;
  background: transparent;
  padding: 0px;
  box-shadow: none;
  caret-color: var(--main);
}

#subscribeForm button {
  border: 0;
}

#subscribeForm div.divider {
  border: 1px solid #d9d9d9;
}

/* End Contact us page */
/* Sign Up page */
#verifyCodeResetPasswordModal input,
#verifyCodeResetPasswordForm input,
#resetAccountPasswordModal input,
#reset-password-modal input,
#confirmAccountModal input,
#signUpAccountForm input,
#signUpAccountForm button,
#loginAccountForm input,
#loginAccountForm button,
#editpersonalInfo input,
#editpersonalInfo button,
#sendemailverification input,
#sendemailverification button,
#verifycode button,
#verifycode input,
#verifycode button {
  border: 1px solid var(--main) !important;
  border-radius: 0px !important;
  outline: none;
}

#signUpAccountForm input,
#signUpAccountForm button,
#loginAccountForm input,
#loginAccountForm button,
#editpersonalInfo input:not(#codenumber, #rememberMe),
#editpersonalInfo button,
#sendemailverification input,
#verifycode button,
#sendemailverification button,
#verifycode input,
#signUpAccountForm input:not(input[type="checkbox"]),
#loginAccountForm input:not(input[type="checkbox"]),
#editpersonalInfo button {
  padding: 12px 50px;
  font-size: var(--fs14);
}

.auth a {
  color: rgba(24, 24, 24, 0.5);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.auth .icons {
  font-size: var(--fs-auth-icons);
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: var(--main);
}

/* End Sign Up page */
.personalinfo .cover,
.personalInfo,
.cover > img {
  border-radius: 5px !important;
}

.cover > img {
  height: 150px;
  object-fit: cover;
}

.nameOfUser {
  bottom: -35%;
  left: calc(10% + 136px);
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  font-size: var(--fs-nameofuser);
}

.personalinfo .personalImage {
  bottom: -50%;
  width: 120px;
  height: 120px;
  left: 10%;
}

.personalinfo .personalImage img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  object-fit: cover;
  border: 5px solid white;
}

.personalinfo .title {
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  color: rgba(24, 24, 24, 0.75);
}

.personalinfo .edit {
  color: rgba(24, 24, 24, 0.75);
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
}

.personalinfo a,
.personalinfo a:hover,
.personalinfo .bx-arrow-back {
  color: rgba(44, 46, 51, 1);
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
}

.codeofnumber {
  bottom: 50%;
  transform: translateY(50%);
  left: 35px;
  border-right: 1px solid #d9d9d9;
  padding: 3px;
}

#codenumber {
  width: 50px;
  border: unset !important;
  outline: 0 !important;
}

@media (max-width: 992px) {
  .personalinfo .title {
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center !important;
    color: rgba(24, 24, 24, 0.75);
  }

  .personalinfo a,
  .personalinfo a:hover,
  .personalinfo .bx-arrow-back {
    color: rgba(44, 46, 51, 1);
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
  }

  #tel {
    padding-left: 85px !important;
  }

  .codeofnumber {
    bottom: 50%;
    transform: translateY(50%);
    left: 35px;
    border-right: 1px solid #d9d9d9;
    padding: 3px;
  }

  #codenumber {
    width: 39px;
  }

  .nameOfUser {
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}

/* Email Verification */
.personalVerification .img img,
.auth .img img {
  height: 100%;
  object-fit: cover;
}

.verification-code input {
  text-align: center;
  color: var(--main);
}

#verifycode input[type="text"] {
  width: 50px;
  height: 55px;
}

@media (max-width: 750px) {
  .personalVerification .img img,
  .auth .img img {
    height: 200px !important;
    object-fit: cover;
  }

  .verification-code {
    width: 100%;
  }
}

/* end email verification */
/* start product info */
.bg-table-color {
  background-color: #5e8dc9 !important;
}

.dateandcitiesTable th {
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.011em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.dateandcitiesTable tr:nth-child(even) {
  background-color: #eeee;
}

.dateandcitiesTable td {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-align: left;
  opacity: 0.8;
}

.dateandcitiesTable td .form-check-input:not(.default) {
  border: 1px solid var(--color-black);
  outline: 0;
  box-shadow: none;
}

.dateandcitiesTable tr td:last-child {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-align: left;
  opacity: 0.8;
}

.course-info li {
  list-style: square;
}

#overview .note {
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  color: rgba(65, 65, 65, 0.5);
}

/* end product info */
/* Start Why Us */
#why-us .containerofstatistics {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 50%);
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 255px;
}
@media (max-width: 991px) {
  #why-us .containerofstatistics {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(4, 25%);
    min-height: auto;
  }
}

#why-us .titleforaverage {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  /* height: 50px; */
  font-size: var(--fs16);
}

#why-us .statisticNumber {
  /* top: 55%;
  left: 53%;
  transform: translate(-50%, -50%); */
  font-weight: 600;
  /* color: white !important; */
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
  font-size: calc(1.07813rem + 2.34375vw);
}

/* #why-us .containerofstatistics > .stat > .stat-content {
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  #why-us .containerofstatistics > .stat > .stat-content {
    width: 125px;
    height: 125px;
  }
} */

section.scrollsidebar .video {
  overflow: hidden;
  border-radius: 25px;
}

section.scrollsidebar .video img {
  position: absolute;
  cursor: pointer;
  transition: 1s;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

section.scrollsidebar .video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 767px) {
  section.scrollsidebar .video svg {
    width: 80px;
    height: 80px;
  }
}

section.scrollsidebar .video video {
  width: 100%;
  height: 100%;
}

section.scrollsidebar .video .active {
  opacity: 0;
  pointer-events: none;
}

.thumbnail {
  border-radius: 25px;
  object-fit: cover;
}

.videoOverlay {
  top: 0px;
  background-color: black;
  opacity: 0.3;
  border-radius: 25px;
}

@media (max-width: 991px) {
  .video .videoCont {
    min-height: 300px !important;
  }
}

/* End Why Us */

/*----------------------------------------------
Start Blogs New 
----------------------------------------------*/
.blogsRelated .list-blogs-container,
.blogsNew .list-blogs-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  margin-right: calc(1rem / -2);
  margin-left: calc(1rem / -2);
  border-top: 1px solid rgba(217, 217, 217, 1);
  border-left: 1px solid rgba(217, 217, 217, 1);
}

@media (min-width: 42rem) {
  .blogsRelated .list-blogs-container,
  .blogsNew .list-blogs-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 75rem) {
  .blogsRelated .list-blogs-container,
  .blogsNew .list-blogs-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .blogsNew .list-blogs-container .list-blogs-content:nth-child(3) {
    grid-column: 3 / span 2;
  }

  .blogsNew .list-blogs-container .list-blogs-content:nth-child(4) {
    grid-column: 1 / span 2;
  }
}

.blogsRelated .list-blogs-container .list-blogs-content,
.blogsNew .list-blogs-container .list-blogs-content {
  padding-left: calc(1rem / 2);
  padding-right: calc(1rem / 2);
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.blogsNew .list-blogs-container .list-blogs-content:nth-child(3) .content h2 a,
.blogsNew .list-blogs-container .list-blogs-content:nth-child(4) .content h2 a {
  font-size: 42px;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blogsNew .list-blogs-container .list-blogs-content:nth-child(3) .img,
.blogsNew .list-blogs-container .list-blogs-content:nth-child(4) .img {
  display: none;
}

.blogsRelated .list-blogs-container .list-blogs-content .img img,
.blogsNew .list-blogs-container .list-blogs-content .img img {
  aspect-ratio: 1.7777777778;
  --aspect-ratio: 1.7777777778;
}

.blogsRelated .list-blogs-container .list-blogs-content .list-content,
.blogsNew .list-blogs-container .list-blogs-content .list-content {
  flex: 1 0 auto;
  background: #fff;
  color: #121619;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  border-right: 1px solid rgba(217, 217, 217, 1);
  transition: 0.3s;
}

.blogsRelated .list-blogs-container .list-blogs-content .list-content:hover,
.blogsNew .list-blogs-container .list-blogs-content .list-content:hover {
  background-color: var(--main-light-hover);
}

.blogsRelated .list-blogs-container .list-blogs-content .icons-title i,
.blogsNew .list-blogs-container .list-blogs-content .icons-title i {
  font-size: 20px;
}

.blogsRelated .list-blogs-container .list-blogs-content .content h2 > a,
.blogsNew .list-blogs-container .list-blogs-content .content h2 > a {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--main-txt);
}

.blogsRelated .list-blogs-container .list-blogs-content .content h2 > a:hover,
.blogsNew .list-blogs-container .list-blogs-content .content h2 > a:hover {
  color: var(--main);
}

.blogsRelated .list-blogs-container .list-blogs-content .content h2 > a::after,
.blogsNew .list-blogs-container .list-blogs-content .content h2 > a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
}

.blogsRelated .list-blogs-container .list-blogs-content .city,
.blogsNew .list-blogs-container .list-blogs-content .city {
  color: #121619;
  font-size: 14px;
}
