/* fonts starts*/
/* fonts starts */
@font-face {
  font-family: "SpaceGrotesk-Bold";
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-Light";
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Light.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-Medium";
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-Regular";
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-SemiBold";
  src: url("fonts/SpaceGrotesk/SpaceGrotesk-SemiBold.ttf");
}
.container {
  max-width: 1216px;
}

::-webkit-input-placeholder {
  color: #9EA5AD;
}

::-moz-placeholder {
  color: #9EA5AD;
}

:-ms-input-placeholder {
  color: #9EA5AD;
}

:-moz-placeholder {
  color: #9EA5AD;
}

.top-size#speakers{
    margin-top:200px;
}

.offset-anchor {
    display: block; /* Ensure the offset anchor is a block-level element */
    visibility: hidden; /* Hide the offset anchor visually */
    height: 100px; /* Adjust this value to match the height of your fixed header */
    margin-top: -100px; /* Negative margin equal to the height of your fixed header */
    pointer-events: none; /* Ensure that the anchor doesn't interfere with pointer events */
}
.footer {
  border-top: 2px solid #EAECF0;
  padding-top: 24px;
  background-color: #fff;
}

.copyright span {
  color: #667085;
  font: 14px "SpaceGrotesk-Regular";
  text-decoration: none;
}

.footer a {
  transition: all 0.4s ease;
}
.footer a:hover {
  color: #4D97DD;
}

.footer-bottom {
  border-top: 1px solid #EAECF0;
  padding: 16px 32px;
}

.footer-text {
  margin-top: 16px;
  font: 14px "SpaceGrotesk-Regular";
  color: #344054;
  line-height: 20px;
}

.footer-socials {
  margin-top: 16px;
}
.footer-socials li {
  margin-left: 32px;
  transition: all 0.4s ease;
}

.footer-p {
  color: #344054;
  font: 20px "SpaceGrotesk-Medium";
  line-height: 30px;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu li a {
  color: #667085;
  font: 16px "SpaceGrotesk-Regular";
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #343B7A;
}

.header {
  background-color: #fff;
  border-bottom: 2px solid #EAECF0;
}

.header-top {
  padding-top: 16px;
  padding-bottom: 4px;
}

.lang-dropdown .dropdown-toggle::after {
  display: none;
}
.lang-dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.lang-dropdown .dropdown-menu {
  min-width: 60px;
  left: -6px !important;
  border-color: #EAECF0;
}
.lang-dropdown .dropdown-item.active,
.lang-dropdown .dropdown-item:active {
  background-color: #2F3D92;
  color: #fff;
}
.lang-dropdown .dropdown-toggle, .lang-dropdown .dropdown-toggle:hover {
  color: #344054;
  font: 16px "SpaceGrotesk-Medium";
}

.tcc-logo{
  width: 200px;
}

.max-471 {
  max-width: 471px;
}

.header-bottom-list li {
  padding: 4px 16px 10px 16px;
}
.header-bottom-list li a {
  text-decoration: none;
  color: #344054;
  font: 15px "SpaceGrotesk-Medium";
  transition: all 0.4s ease;
}
.header-bottom-list li a:hover {
  color: #4D97DD;
}
.header-bottom-list li.active a {
  color: #4D97DD;
}

@keyframes slide-down {
  0% {
    opacity: 0.6;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fixed-header {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: sticky;
  margin: auto;
  width: 100%;
  animation: slide-down 0.7s;
  opacity: 1;
  z-index: 999;
}

.section-cover {
  background-color: #fff;
  border-radius: 16px;
  padding: 48px;
  margin-bottom: 80px;
}

.h1, .h2 {
  color: #4D97DD;
  font: 30px "SpaceGrotesk-Medium";
  margin-bottom: 12px;
}

.content-text {
  color: #475467;
  font: 18px "SpaceGrotesk-Regular";
  line-height: 28px;
}

.content-text {
  margin-top: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mt-48 {
  margin-top: 48px;
}

.important-link {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(16, 24, 40, 0.16);
  padding: 18px 24px;
  margin-bottom: 32px;
  transition: all 0.4s ease;
}
.important-link:hover {
  box-shadow: 0px 0px 2px 0px #4D97DD;
}

.plr-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.mlr-16 {
  margin-left: -16px;
  margin-right: -16px;
}

.important-link img {
  width: 77px;
  -o-object-fit: contain;
  object-fit: contain;
}

.imp-link {
  padding-left: 24px;
}
.imp-link p {
  color: #344054;
  font: 18px "SpaceGrotesk-Regular";
  line-height: 28px;
  margin-bottom: 4px;
}
.imp-link small {
  color: #98A2B3;
  font: 14px "SpaceGrotesk-Medium";
}

/* faq style */
.faq-cover {
  max-width: 816px;
  margin: auto;
}
.faq-cover .accordion-item {
  padding: 32px;
  background-color: #F9FAFB;
  border-radius: 16px;
  border: 0;
}
.faq-cover .accordion-item .accordion-button {
  padding: 0;
  background-color: transparent;
  font: 18px "SpaceGrotesk-Medium";
  line-height: 28px;
  box-shadow: none;
  color: #344054;
}
.faq-cover .accordion-item .accordion-body {
  color: #667085;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 24px;
  padding: 16px 0 0 0;
}
.faq-cover .accordion-item .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.faq-cover .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

#registration .kn-section-content{
    padding-top:46px;
    padding-bottom:46px;
}

.speak-carousel .news-h4{
  min-height:56px;
}

.speak-carousel .news-p{
  min-height: 60px;
}

/* gallery cover */
.gallery-cover {
  padding: 32px;
  margin-top: 24px;
}

.mlr-24 {
  margin-left: -24px;
  margin-right: -24px;
}

.plr-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.gallery-items {
  margin-top: 40px;
  padding-bottom: 32px;
}

.gallery-item {
  margin-bottom: 24px;
  height: 240px;
  overflow: hidden;
  border-radius: 16px;
}

.gallery-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
}

.gallery-item-img:hover {
  transform: scale(1.2);
}

.news-img {
  height: 250px;
  overflow: hidden;
  border-radius: 16px;
}

.news-desc {
  padding: 16px 8px;
}

.news-h4 {
  color: #344054;
  font: 18px "SpaceGrotesk-Regular";
  line-height: 28px;
  margin-bottom: 8px;
}

.news-p {
  color: #98A2B3;
  font: 14px "SpaceGrotesk-Regular";
  line-height: 20px;
}

.news-item a:hover .news-h4, .news-item a:hover .news-p, .compatation-all:hover, .forget-password-btn:hover {
  color: #4D97DD;
  transition: all 0.4s ease;
}

.news-cover {
  padding: 48px;
}

.news-h3 {
  color: #4D97DD;
  font: 30px "SpaceGrotesk-Medium";
  line-height: 38px;
  margin-bottom: 12px;
}

.news-single .gallery-ul li {
  color: #344054;
}

.news-text {
  padding-top: 48px;
  color: #475467;
  font: 18px "SpaceGrotesk-Regular";
  line-height: 28px;
}

.news-h5 {
  color: #344054;
  font: 24px "SpaceGrotesk-Medium";
  line-height: 32px;
}

.filter-reset, .filter-items {
  display: none;
}

.filter-submit {
  background: #000;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(103, 110, 118, 0.16), 0px 2px 5px 0px rgba(103, 110, 118, 0.08);
  padding: 13px 20px;
  color: #fff;
  border: 0;
  font: 14px "SpaceGrotesk-SemiBold";
  margin-top: 28px;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.filter-submit:hover {
  background: rgba(0, 0, 0, 0.865);
}
.filter-submit svg {
  margin-left: 8px;
}

.compt-info .news-h4 {
  font-family: "SpaceGrotesk-Medium";
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.compt-info .gallery-span, .compt-info .gallery-ul li {
  color: #667085;
}

.map-content {
  height: 400px;
  overflow: hidden;
}
.map-content iframe{
    width: 100%;
}
.map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.google-map {
  background-color: #fff;
}

.waze-open {
  background: #31CCFD;
}

.map-left {
  margin-right: 32px;
  width: calc(100% - 166px);
}

.lh-24 {
  line-height: 24px;
}

.mt-40 {
  margin-top: 40px;
}

.speaker-carousel-item .gallery-ul li img {
  width: auto;
}

/* starts home page */
.mb-36 {
  margin-bottom: 36px;
}

.row-fed {
  margin-left: -12px;
  margin-right: -12px;
}

.col-fed {
  padding-left: 12px;
  padding-right: 12px;
  width: 20%;
  max-width: 20%;
}

.mb-32 {
  margin-bottom: 32px;
}

.home-banner, .home-main .faq-contact {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.home-banner img {
  width: 100%;
  filter: drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.03)) drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.08));
  border-radius: 16px;
  height: 284px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.home-form {
  max-width: 848px;
  margin: auto;
  padding-top: 48px;
}
.home-form .faq-link {
  margin-top: 0;
  border-radius: 12px;
}

.home-form-btn {
  border: 0;
  width: 100%;
}
.home-form-btn img {
  margin-right: 12px;
}

.home-form-element .bs-searchbox + .bs-actionsbox {
  margin-top: 4px;
  font: 14px "SpaceGrotesk-Medium";
  color: #383F45;
}
.home-form-element .dropdown-divider {
  border-color: #f5f5f5;
}
.home-form-element .bs-select-all {
  color: #4D97DD;
}
.home-form-element .form-control {
  height: 52px;
  background-color: #B8F2D8;
  border-radius: 12px;
  border: 0;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 24px;
}
.home-form-element .form-control:focus {
  box-shadow: none;
}
.home-form-element input[type=search] {
  background-color: #fff;
}
.home-form-element .bootstrap-select {
  width: 100% !important;
}
.home-form-element input {
  padding-left: 60px;
}
.home-form-element img {
  position: absolute;
  top: 14px;
  left: 20px;
}
.home-form-element .filter-option-inner {
  position: relative;
  top: 4px;
}
.home-form-element .dropdown-toggle {
  padding-left: 20px;
}
.home-form-element .dropdown-toggle:focus {
  outline: none !important;
}
.home-form-element .bootstrap-select > .dropdown-toggle {
  height: 52px;
  background-color: #B8F2D8;
  border-radius: 12px;
  border: 0;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 24px;
  box-shadow: none;
}
.home-form-element .bootstrap-select > .dropdown-toggle:focus {
  box-shadow: none;
}
.home-form-element .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.home-form-element .filter-select-icon {
  position: absolute;
  right: 20px;
  top: 14px;
}
.home-form-element .bootstrap-select > .dropdown-toggle.bs-placeholder, .home-form-element .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .home-form-element .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .home-form-element .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #00713F;
}
.home-form-element .dropdown-menu {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(103, 110, 118, 0.16), 0px 2px 5px 0px rgba(103, 110, 118, 0.08);
  background: #fff;
  border-radius: 8px;
  border: 0;
}
.home-form-element .bootstrap-select > .dropdown-menu {
  z-index: 1;
}
.home-form-element li a span.text {
  font: 16px "SpaceGrotesk-Medium";
  color: #383F45;
}
.home-form-element .dropdown-item {
  padding: 12px;
}
.home-form-element .dropdown-item:hover {
  background-color: transparent;
}
.home-form-element .dropdown-item:hover span {
  color: #4D97DD;
}

.home-form-element input::-webkit-input-placeholder {
  color: #00713F;
}

.home-form-element input::-moz-placeholder {
  color: #00713F;
}

.home-form-element input:-ms-input-placeholder {
  color: #00713F;
}

.home-form-element input:-moz-placeholder {
  color: #00713F;
}

.federations-items {
  padding-top: 80px;
  padding-bottom: 48px;
}
.federations-items .federation-item {
  margin-bottom: 32px;
}
.federations-items .federation-item a p {
  transition: all 0.4s ease;
}
.federations-items .federation-item:hover a p {
  color: #4D97DD;
}

.exit-btn {
  border-radius: 8px;
  background: var(--error-25, #FFFBFA);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(254, 205, 202, 0.26), 0px 2px 5px 0px rgba(103, 110, 118, 0.08);
  padding: 14px 22px;
  font: 16px "SpaceGrotesk-SemiBold";
  line-height: 24px;
  border: 0;
  color: #7A271A;
  margin-left: 24px;
}
.exit-btn img {
  margin-right: 10px;
}

.exit-profil::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #EAECF0;
}

.profil-main {
  padding-top: 24px;
}

.profil-nav {
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
}
.profil-nav li {
  display: flex;
  align-items: center;
}
.profil-nav li a {
  color: #344054;
  font: 16px "SpaceGrotesk-Medium";
  line-height: 24px;
  text-decoration: none;
  padding: 24px;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
.profil-nav li a span {
  margin-left: 8px;
}

.profil-nav li a:hover, .profil-nav li.active a {
  color: #4D97DD;
  border-color: #4D97DD;
}
.profil-nav li a:hover svg path, .profil-nav li a:hover svg circle, .profil-nav li.active a svg path, .profil-nav li.active a svg circle {
  stroke: #4D97DD;
}

.compt-status {
  padding: 4px 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  font: 14px "SpaceGrotesk-Medium";
  line-height: 20px;
  border-radius: 8px;
}
.compt-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.compt-status-done {
  background: #ECFDF3;
  color: #027A48;
}
.compt-status-done i {
  background: #12B76A;
}

.compt-status-waiting {
  background: #FFFAEB;
  color: #B54708;
}
.compt-status-waiting i {
  background: #F79009;
}

.compt-status-rejected {
  background-color: #FEF3F2;
  color: #B42318;
}
.compt-status-rejected i {
  background: #F04438;
}

.layer-screen, .password-layer-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.layer-content, .password-layer-content {
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  height: 100%;
  margin-left: auto;
  padding: 58px 45px;
}

.layer-bg, .password-layer-bg {
  content: "";
  display: block;
  width: calc(100% - 480px);
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
}

.layer-cover, .password-layer-cover {
  width: 100%;
  height: 100%;
}

.screen-close, .screen-back, .password-screen-close {
  color: #667085;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 24px;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.screen-close svg, .screen-back svg, .password-screen-close svg {
  margin-right: 8px;
}

.layer-screen, .password-layer-screen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.layer-screen.active, .password-layer-screen.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.layer-content, .password-layer-content {
  transition: all 0.6s ease;
  transform: translate(100%);
}

.layer-content.active, .password-layer-content.active {
  transform: translate(0) !important;
}

.layer-bg, .password-layer-bg {
  transition: all 2s ease;
  opacity: 0;
}

.layer-bg.active, .password-layer-bg.active {
  opacity: 1;
}

.chg-item-title {
  color: #344054;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 24px;
}

.chg-item-title {
  margin-bottom: 24px;
}
.chg-item-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #EAECF0;
  margin-left: 8px;
}

.add-h5 {
  color: #4D97DD;
  font: 24px "SpaceGrotesk-Medium";
  line-height: 32px;
  margin-bottom: 8px;
}

.add-p {
  color: #667085;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 24px;
}

.home-form-element .dropdown-item.active, .home-form-element .dropdown-item:active {
  background-color: transparent;
}
.home-form-element .dropdown-item.active span, .home-form-element .dropdown-item:active span {
  color: #4D97DD;
}

.page-404 {
  margin-top: 24px;
  margin-bottom: 80px;
}

.page-cover-404 {
  background-color: #fff;
  border-radius: 16px;
  padding: 48px;
  min-height: 60vh;
}
.page-cover-404 img {
  width: 100%;
  max-width: 532px;
  display: block;
  margin: auto;
}
.page-cover-404 p {
  color: #4D97DD;
  font: 30px "SpaceGrotesk-Medium";
  line-height: 38px;
  margin-top: 48px;
  margin-bottom: 10px;
}
.page-cover-404 a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 14px 22px;
  color: #344054;
  font: 16px "SpaceGrotesk-SemiBold";
}
.page-cover-404 a svg {
  margin-right: 10px;
}

.mobile-inner-logo {
  display: none;
}

.header-logos img {
  height: 52px;
}
.header-logos li {
  margin-right: 48px;
}

.header-logos li:nth-child(3) img {
  height: 34px;
}

.dropdown-toggle img {
  top: -2px;
}

.kn-banner-cover {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.kn-banner-img,
.greeting-img img,
.about-img img, .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kn-banner-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 59, 122, 0.459);
}

.kn-banner-content h1 {
  color: #fff;
  font: 48px "SpaceGrotesk-Regular";
  max-width: 615px;
  margin-bottom: 16px;
  text-transform:uppercase;
}

.gradient-bg {
  background: rgb(77, 151, 221);
  background: linear-gradient(274deg, rgb(46, 55, 133) 0%, rgb(77, 151, 221) 100%);
}

.kn-countdown {
  padding-top: 32px;
  padding-bottom: 32px;
}

.count-box {
  border-radius: 10px;
  background: #3B3F67;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
  min-width: 84px;
  margin: 0 10px;
}
.count-box p {
  color: #fff;
  font-size: 24px;
  font-family: "SpaceGrotesk-Bold";
  margin-bottom: 0;
}
.count-box span {
  color: #fff;
  font: 14px "SpaceGrotesk-Regular";
}

.kn-section {
  padding-top: 48px;
}

.kn-title {
  color: rgba(40, 56, 148, 0.4);
  font: 40px "SpaceGrotesk-Regular";
  text-transform: uppercase;
}

.kn-section-content {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 32px;
}

.greeting-txt {
  color: #fff;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 28px;
  padding-right: 32px;
}

.greeting-img {
  height: 320px;
  overflow: hidden;
  border-radius: 16px;
}

.greeting-name {
  margin-top: 20px;
  color: #fff;
}
.greeting-name p {
  font: 24px "SpaceGrotesk-SemiBold";
  margin-bottom: 8px;
}
.greeting-name span {
  font: 16px "SpaceGrotesk-Regular";
}

.about-txt {
  color: #000;
  font: 16px "SpaceGrotesk-Regular";
  line-height: 28px;
  padding-right: 32px;
}

.about-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.about-txt li {
  margin-bottom: 32px;
}
.about-txt h4 {
  font: 18px "SpaceGrotesk-SemiBold";
}
.about-txt p {
  font: 16px "SpaceGrotesk-Regular";
}

.about-img {
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0px 1px 34px -17px rgba(0, 0, 0, 0.75);
}

.about-imgs .about-img:nth-child(2) {
  margin-left: 32px;
}

.about-imgs .about-img:nth-child(1),
.about-imgs .about-img:nth-child(3) {
  margin-right: 32px;
}

.schedule-accordion .accordion-item {
  background: linear-gradient(90deg, #31418E 11.87%, #4378C1 96.67%);
  border-radius: 14px;
}
.schedule-accordion .accordion-item .accordion-button, .schedule-accordion .accordion-item .accordion-body {
  color: #fff;
}
.schedule-accordion .accordion-item .accordion-button p {
  max-width: 600px;
}
.schedule-accordion .accordion-item .accordion-button span {
  display: inline-block;
  border-radius: 14px;
  background: #3B3F67;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 10px 32px;
  white-space: nowrap;
}
.schedule-accordion .accordion-item .accordion-button span svg {
  position: relative;
  top: -2px;
}

.schedule-accordion .accordion-item .accordion-button::after {
  display: none;
}

.speaker-carousel-item {
  background: linear-gradient(90deg, #31418E 11.87%, #4378C1 96.67%);
  border-radius: 14px;
  padding: 12px;
}
.speaker-carousel-item .news-h4, .speaker-carousel-item .news-p {
  color: #fff;
}
.speaker-carousel-item .news-p {
  opacity: 0.7;
}

.speaker-carousel .owl-dots {
  margin-top: 20px !important;
}
.speaker-carousel .owl-dots .owl-dot.active span, .speaker-carousel .owl-dots .owl-dot:hover span {
  background-color: #31418E;
}

.registration-title h2 {
  color: #fff;
  font: 32px "SpaceGrotesk-SemiBold";
}
.registration-title p {
  color: #fff;
  font: 20px "SpaceGrotesk-Regular";
  background: linear-gradient(90deg, #f88c0c 11.87%, #4378C1 96.67%);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
}

.online-reg {
  text-transform: uppercase;
  color: #fff;
  font: 16px "SpaceGrotesk-SemiBold";
  background-color: #31418E;
  box-shadow: 0px 1px 34px -17px rgba(0, 0, 0, 0.75);
  padding: 20px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.online-reg:hover {
  background-color: #4378C1;
  color: #fff;
}

.faq {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 48px 0;
}

.faq-h4, .faq-h5 {
  color: #fff;
}

.faq-h4 {
  font-size: 32px;
}

.faq-ask {
  max-width: 100%;
  margin-top: 32px;
}

.acc-p {
  color: #000;
}

.news-img img {
  transition: all 0.6s ease;
}

.news-img:hover img {
  transform: scale(1.4);
}

.partner-carousel .owl-dots {
  margin-top: 24px !important;
}
.partner-carousel .owl-stage-outer {
  padding: 20px 0;
}

.partners-img {
  background-color: #fff;
  padding: 20px;
  border-radius: 14px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-img img{
    height:100px;
    object-fit:contain;
}

.location-banner {
  background-color: rgba(0, 0, 0, 0.5);
}
.location-banner h1 {
  max-width: 100%;
}

.adress-loc, .contact-loc, .contact-loc a {
  color: #fff;
  font: 16px "SpaceGrotesk-Regular";
}

.adress-loc, .contact-loc {
  margin-bottom: 32px;
}

.adress-loc p {
  font-size: 24px;
}

.first-logo img{
    height:70px;
    object-fit:contain;
}
.header-logos li:nth-child(2) img{
    height: 60px;
}
.footer-right{
  text-align: right;
}

.topics-rules-cover{
  max-width: 100%;
}

.topics-section{
  margin-bottom: 20px;
}
.committe-item{
  background: #fff;
  padding:24px 20px;
  border-radius: 14px;
  margin-top: 20px;
  background: linear-gradient(90deg, #31418E 11.87%, #4378C1 96.67%);
}
.committe-item h4{
  color:#fff;
  text-align: center;
  font-family: "SpaceGrotesk-Regular";
}
.committes-all .col-md-12:nth-child(1),.committes-all .col-md-12:nth-child(2){
  width: 100%;
  text-align: center;
}
.committes-all .col-md-12:nth-child(2) .committe-item{
  background: linear-gradient(90deg,#4378C1  11.87%,#31418E 96.67%);
}

.committes-all .col-md-12:nth-child(1) li,.committes-all .col-md-12:nth-child(2) li{
  width: 50%;
}

.committes-all .col-md-12:not(:first-child) ul,.committes-all .col-md-12:not(:nth-child(2)) ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.committes-all .col-md-12 ul li{
  width: calc((100% / 3) - 20px);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.committes-all{
  padding-top: 24px;
  padding-bottom: 42px;
}

.committe-item ul{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-family: "SpaceGrotesk-Regular";
}

.committe-item ul li{
  box-shadow: 0px 0px 2px 0px rgba(16, 24, 40, 0.16);
  padding: 12px;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  font-family: "SpaceGrotesk-Regular";
}
.home-head-banner{
    padding-top:84px;
}

.invitation-section{
    background-color:#fff;
}
.invitation-section .greeting-txt{
    color:#000;
}
.invitation-section .kn-section-content{
    padding-top:0;
}
.scientific-program p{
    padding: 0;
    background-color: transparent;
    font: 18px "SpaceGrotesk-Medium";
    line-height: 28px;
    box-shadow: none;
    color:#fff;
}
.scientific-program span{
    display: inline-block;
    border-radius: 10px;
    background: #3B3F67;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 10px 32px;
    white-space: nowrap;
    color:#fff;
    font-size:16px;
}
.scientific-program a{
    text-decoration:none;
}
.scientific-program p{
    padding-right:16px;
}
.scientific-program a:hover p{
    color:#f88c0c;
}
.free-price{
    background:linear-gradient(90deg, #f88c0c 11.87%, #4378C1 96.67%);
    padding:32px;
    border-radius:12px;
}
.free-price h4{
    margin-bottom:0;
    color:#fff;
    font:32px "SpaceGrotesk-Regular";
}
.address-list{
    list-style-type:none;
    padding-left:0;
    text-align:left;
}
/* starts mobile style */
@media screen and (min-width: 1200px) {
  .desktop-none {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .header-logo img {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1200px) {
    .home-head-banner{
        padding-top: 140px;
    }
     .home-head-banner p{
        margin-bottom:0;
    }
   .header-logos li:last-child{
        display:none;
    }
  .header-logos li {
    margin-right: 0;
  }
  .header-bottom-list li {
    padding: 8px 12px;
  }
  .footer-items .col-md-3:first-child, .footer-items .col-md-3:nth-child(2), .footer-items .col-md-3:nth-child(3), .footer-items .col-md-3:last-child {
    width: 100%;
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-items .col-md-3:last-child ul {
    display: block;
  }
  .footer-socials {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .footer-items {
    padding-bottom: 16px;
  }
  .footer-bottom {
    justify-content: center !important;
    flex-direction: column;
  }
  .copyright {
    margin-bottom: 8px;
  }
  .footer-socials li {
    margin-left: 32px;
    margin-right: 0;
  }
  .footer-items .col-md-3:first-child .footer-item {
    padding-right: 0;
  }
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-none {
    display: none;
  }
  .header {
    border-bottom: 1px solid #EAECF0;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .w-24 {
    width: 24px;
  }
  .h-24 {
    height: 24px;
  }
  .mobile-menu {
    margin-left: 10px;
  }
  .header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-search .ms-close, .mobile-search.active .ms-search, .mobile-menu .menu-x, .mobile-menu.active .menu-open {
    display: none;
  }
  .mobile-search.active .ms-close, .mobile-search .ms-search, .mobile-menu .menu-open, .mobile-menu.active .menu-x {
    display: block;
  }
  .mobile-nav-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 40px 30px;
  }
  .header-bottom-list {
    border: 0;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .header-layer {
    height: 76px;
      margin-top: -76px;
  }
  .header-bottom {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #EAECF0;
    padding: 28px 32px 86px 28px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
    overflow: auto;
    background: #fff;
  }
  .header-bottom.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .login-btn {
    margin: auto;
  }
  .mobile-lang .dropdown-item.active, .mobile-lang .dropdown-item:active {
    color: #343B7A;
  }
  .mobile-lang p {
    margin-top: 24px;
    color: #344054;
    font: 16px "SpaceGrotesk-Regular";
    margin-bottom: 24px;
  }
  .mobile-lang p::before, .mobile-lang p::after {
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #fff;
    width: 51px;
  }
  .mobile-lang p::before {
    margin-right: 4px;
  }
  .mobile-lang p::after {
    margin-left: 4px;
  }
  .mobile-lang .dropdown-item.active, .mobile-lang .dropdown-item:active {
    background-color: #343B7A;
    color: #fff;
  }
  .mobile-lang .dropdown-item a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .compt-item {
    padding: 16px;
  }
  .col-fed {
    width: 50%;
    max-width: 50%;
  }
  .mobile-lang ul li a {
    background-color: #fff;
  }
  .mobile-lang ul li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .mobile-lang ul li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media screen and (max-width: 992px) {
.kn-section-content{
    padding-top: 48px;
    padding-bottom: 48px
}
.invitation-section .kn-section-content{
    padding-top:0;
}
  .kn-banner-cover {
    height: 400px;
  }
  .kn-banner-content h1 {
    font-size: 32px;
  }
  .filter-form {
    flex-direction: column;
  }
  .filter-form-item {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .filter-submit {
    width: 100%;
    margin-top: 0;
  }
  .filter-form-item .bootstrap-select {
    max-width: 100% !important;
  }
  .filter-form-item .bootstrap-select .dropdown-menu {
    max-width: 100%;
  }
  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    max-width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .federation-title {
    justify-content: center;
    flex-direction: column;
  }
  .federation-content {
    margin: auto;
  }
  .federation-h2 {
    margin-top: 16px;
    margin-left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .federation-img {
    width: 96px;
    height: 96px;
  }
  .profil-nav li a span {
    white-space: nowrap;
  }
  .profil-nav {
    padding: 0 20px;
    justify-content: flex-start !important;
    overflow: auto;
  }
  .profil-nav li a {
    padding: 16px;
  }
  .free-price h4{
      font-size:20px;
  }
  .free-price{
      padding:20px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-items .col-md-4 {
    width: 100%;
  }
  .news-cover {
    padding: 48px 16px;
  }
  .gallery-image {
    margin-bottom: 24px;
  }
  .news-single-cover {
    margin-bottom: 32px;
  }
  .home-slider-item {
    height: 360px;
  }
  .home-slider-prev, .home-slider-next {
    display: none;
  }
  .home-banner .faq-contact {
    padding: 24px 16px;
  }
  .home-form-element {
    margin-bottom: 16px;
  }
  .home-form {
    padding-top: 24px;
  }
  .layer-bg, .password-layer-bg {
    display: none;
  }
  .layer-content, .password-layer-content {
    max-width: 100%;
    padding: 20px;
  }
  .online-reg-cover{
      margin-top:20px;
  }
  .topics-rules{
    padding-top: 64px !important;
  }
  .topics-rules .about-section{
    padding-top: 20px;
  }
  .committes-all{
    padding-top: 0;
  }
  .committe-item h4{
    font-size: 18px;
  }
  .committes-all .col-md-12 ul li{
    margin-top: 10px;
  }
  .committes-all .col-md-12 ul li{
    width: calc(50% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
  }
  .committes-all .col-md-12:nth-child(1) li, .committes-all .col-md-12:nth-child(2) li{
    width: 100%;
  }
  .committes-all .col-md-12:nth-child(1), .committes-all .col-md-12:nth-child(2){
    width: 100%;
  }
  .committes-all .col-md-12:not(:first-child) ul, .committes-all .col-md-12:not(:nth-child(2)) ul{
    justify-content: left;
  }
  .committe-item ul li{
    padding: 8px;
  }
  .free-price{
      margin-bottom:32px;
  }
  #registration .kn-section-content{
    padding-top:46px;
}
}
@media screen and (max-width: 576px) {
    .speak-carousel .news-h4{
    min-height:auto;
    }
  .header-logo img {
    height: 36px;
  }

  .first-logo img{
      height:50px !important;
  }

  .header-top {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-layer {
    height: 58px;
  }
  .header-search-box {
    top: 59px;
  }
  .main > .container {
    padding: 0;
  }
  .h1 {
    font-size: 26px;
  }
  .h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-cover {
    margin-top: 32px;
  }
  .faq-cover .accordion-item .accordion-button {
    font-size: 14px;
    line-height: 24px;
  }
  .faq-cover .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
  }
  .faq-cover .accordion-item {
    padding: 16px;
  }
  .faq-contact {
    padding: 32px 16px;
  }
  .faq-contact .faq-link {
    margin-top: 32px;
  }
  .faq-contact {
    margin: 16px 16px 32px 16px;
  }
  .gallery-item {
    margin-bottom: 32px;
  }
  .custom-pagination .page-item span {
    display: none;
  }
  .section-banner-layer {
    align-items: flex-end !important;
  }
  .banner-info {
    margin-bottom: 0;
  }
  .h2 {
    margin-bottom: 8px;
  }
  .news-items {
    padding-top: 24px;
  }
  .news-item {
    margin-bottom: 24px;
  }
  .main-mobile {
    margin-left: 16px;
  }
  .main-mobile .section-banner {
    width: 100%;
  }
  .gallery-items {
    margin-top: 32px;
  }
  .page-cover-404 {
    min-height: auto;
    padding: 48px 16px;
  }
  .page-cover-404 p {
    font-size: 24px;
    line-height: 32px;
  }
  .tcc-logo{
    width: 132px;
  }
 .about-imgs .about-img:not(:first-child){
  display: none;
 }
}
/* ends mobile style */
@media screen and (max-width: 767px) {
  .footer-menu, .footer-item {
    text-align: center !important;
  }
  .footer-socials {
    justify-content: center !important;
  }
  .footer-p {
    font-size: 18px;
  }
  .footer-bottom {
    padding: 12px 0;
    text-align: center;
  }
  .footer-menu li a {
    font-size: 14px;
  }
  .footer-socials li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-logos img {
    width: 124px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-logos li {
    margin-right: 12px;
  }
  .greeting-name {
    margin-bottom: 16px;
  }
  .kn-section {
    padding-top: 32px;
  }
  .greeting-section .row {
    flex-direction: column-reverse;
  }
  .greeting-txt {
    padding-right: 0;
  }
  .about-imgs .about-img:nth-child(2) {
    margin-left: 0;
  }
  .about-imgs .about-img:nth-child(1), .about-imgs .about-img:nth-child(3) {
    margin-right: 0;
  }
  .about-img {
    margin-bottom: 24px;
  }
  #schedule {
    padding-top: 0;
  }
  #schedule .about-section {
    padding-top: 20px;
  }
  #speakers .about-section {
    padding-top: 0;
  }
  .schedule-accordion .accordion-item .accordion-button p {
    margin-right: 16px;
  }
  .schedule-accordion .accordion-item .accordion-button span {
    padding: 10px 20px;
  }
  .registration-title {
    margin-bottom: 32px;
    text-align: center;
  }
  .registration-title h2 {
    font-size: 20px;
  }
  .online-reg-cover {
    text-align: center;
  }
  #accommodation {
    padding-top: 10px;
  }
  #accommodation .about-section {
    padding-top: 16px;
  }
  #accommodation .speaker-carousel .owl-dots {
    margin-top: 0 !important;
  }
  #partners, #sponsors, #partners .about-section, #sponsors .about-section {
    padding-top: 0;
  }
  #partners .owl-dots, #sponsors .owl-dots, #partners .about-section .owl-dots, #sponsors .about-section .owl-dots {
    margin-top: 0 !important;
  }
  #partners .owl-stage-outer, #sponsors .owl-stage-outer, #partners .about-section .owl-stage-outer, #sponsors .about-section .owl-stage-outer {
    padding-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .count-box {
    min-width: auto;
    padding: 8px;
    margin: 4px;
  }
  .count-box p {
    font-size: 16px;
  }
  .count-box span {
    font-size: 12px;
  }
  .kn-title {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-img {
    height: 172px;
  }
  .faq-h4, .kn-banner-content h1 {
    font-size: 24px;
  }
  .map-content {
    height: 260px;
  }
  .gallery-item {
    height: 200px;
    margin-bottom: 20px;
  }
  .header-logo img {
    width: auto;
    height: 24px;
  }
  .header-logos li:nth-child(2) .header-logo img {
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .lang-dropdown .dropdown-toggle, .lang-dropdown .dropdown-toggle:hover {
    font-size: 14px;
    position: relative;
    top: -1px;
  }
  .dropdown-toggle img {
    width: 14px;
  }
  .header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .greeting-img {
    height: 240px;
  }
  .header-bottom.active .header-logo img {
    height: 40px;
  }
  .gallery-items {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .gallery-items .col-12 {
    width: 260px;
    padding-right: 0;
  }
  .gallery-item {
    margin-bottom: 0;
  }
  .mobile-logo ul li:nth-child(3) {
    display: none;
  }
   .mobile-logo ul li:nth-child(1) img{
    height:60px !important;
  }
  .mobile-logo ul li:nth-child(2) img{
    height:40px !important;
  }
  .mobile-inner-logo {
    display: block;
  }
}
@media screen and (max-width: 300px) {
  .header-logos li:nth-child(2) .header-logo img {
    height: 13px;
  }
  .mobile-logo ul li:nth-child(1) img{
    height: 50px !important;
  }
}

