html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #fff;
  background: #060d21;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.9rem;
}

.orbitron-title {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-content {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif !important;
  font-weight: 700;
}

h1 {
  font-size: 3.4rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2.3rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 1.7rem;
  color: #fff;
  text-transform: uppercase;
}
h6 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cabsat-llogo {
  right: 10%;
  z-index: 999999;
  position: absolute;
  font-size: 0.75rem;
  top: 10px;
}
.cabsat-llogo a:hover {
  color: #fff;
  text-decoration: none;
}
.sizeer {
  font-size: 2.6rem;
}

.sizeerr {
  font-size: 1.6rem;
}

.semi-title {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.florogreen {
  color: #00cbe6 !important;
}

a {
  color: #08a6bd;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.email-sub input {
  border-radius: 6px 0 0 6px;
}

.email-sub button {
  border-radius: 0 6px 6px 0;
}

/*-------------------------------------------------------*/

.side-btn {
  display: block;
  position: fixed;
  z-index: 999;
  right: -52px;
  top: 52%;
  color: #000;
  background: #ffd376;
  padding: 10px 20px;
  transform: rotate(-0.25turn);
  -moz-transform: rotate(-0.25turn);
  -webkit-transform: rotate(-0.25turn);
  -ms-transform: rotate(-0.25turn);
  -o-transform: rotate(-0.25turn);
}
.side-btn:hover {
  text-decoration: none;
  color: #ffd376;
  background: #000;
  cursor: pointer !important;
}

.bll-b {
  color: #00cbe6 !important;
  font-size: 3.6rem !important;
  font-weight: bold !important;
  margin-top: 0px !important;
}
#00CBE6 .bll-b1 {
  color: #00cbe6 !important;
  font-size: 2.6rem !important;
  font-weight: bold !important;
  margin-top: 0px !important;
}

.main1-btn {
  color: #000  !important;
  background: #ffd376;
  padding: 10px 20px;
  border-radius: 6px;
  margin: 5px;
   transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out; 
}
.main1-btn:hover {
  text-decoration: none;
  color: #ffd376  !important;
  background: #000;
  cursor: pointer !important;
  margin: 5px;
  transform: scale(1.05);
}



.main2-btn {
  color: #000 !important;
  background: #00cbe6;
  padding: 10px 20px;
  border-radius: 6px;
}
.main2-btn:hover {
  text-decoration: none;
  color: #00cbe6;
  background: #000;
  cursor: pointer !important;
}



.main3-btn {
  color: #fff !important;
  background: #D40000;
  padding: 10px 20px;
  border-radius: 6px;
  margin: 5px;
   transition: 0.3s all; 
}
.main3-btn:hover {
  text-decoration: none;
  color: #D40000  !important;
  background: #fff;
  cursor: pointer !important;
  margin: 5px;
  transition: 0.3s all;
}

.main3-btn:active {
  /* Makes the effect instantaneous on click */
  background-color: #D40000;
  background-size: 100%;
  transition: background 0s;
}



.bg-greyer {
  background: #ebecee;
}
.bg-greyer h1.gr-title {
  color: #00cbe6;
  font-size: 2.6rem !important;
  font-weight: bold !important;
}
.bg-greyer p {
  color: #232730;
  font-family: "Montserrat", sans-serif;
}

.black-bg div.imgggr {
  background: #232d36;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 8px;
}

.black-bg > div {
  padding-left: 20px !important;
}

.bg-greyer12 {
  background: #282828;
}
.bg-greyer12 h1.gr-title {
  color: #00cbe6;
  font-size: 2.4rem !important;
  font-weight: bold !important;
}

.bg-greyer12 p {
  text-align: center;
  font-size: 0.9rem;
}
.satexpo-title {
  text-transform: uppercase;
  color: #00cbe6;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq li {
  border: 1px solid #0796ab;
  border-radius: 10px;
  padding: 15px;
}
.faq li li {
  border: 0;
  padding: 0;
  padding-left: 19px;
  color: #000000;
  background: url(../../assets/img/list1.svg) no-repeat left top 5px;
  background-size: 12px;
}

.uk-accordion-title {
  color: #0796ab;
  font-size: 1rem;
  font-weight: bold;
}
.uk-accordion-title::before {
  background: url(../../assets/img/plus.svg) no-repeat center;
  background-size: 50%;
}
.uk-open .uk-accordion-title {
  color: #0796ab !important;
}
.uk-open > .uk-accordion-title::before {
  background: url(../../assets/img/minus.svg) no-repeat center;
  background-size: 50%;
}
.uk-accordion > :nth-child(n + 2) {
  margin-top: 10px;
}


.uk-accordion-content {
    display: flow-root;
    margin-top: 10px;
    margin-bottom: 20px;

}

.uk-accordion-content a:hover, .nw:hover{  color: #fff !important; }


.bg-green {
  background: #0796ab;
  padding: 20px !important;
  border-radius: 8px;
}
.bg-green span {
  color: #ffd47f;
  font-family: "Orbitron", sans-serif !important;
  font-weight: 700;
  font-size: 1.4rem;
}
.bg-green p {
  margin-top: 0;
  font-size: 1rem;
  color: #fff;
}

.air span {
  color: #ffd47f;
  font-family: "Orbitron", sans-serif !important;
  font-weight: 700;
  font-size: 1.2rem;
}
/*-------------------------------------------------------*/

.location-icon {
  height: 170px;
}

.blur {
  box-shadow: inset 0px 0px 2px #fefefed1;
  -webkit-backdrop-filter: saturate(200%) blur(20px);
  backdrop-filter: saturate(200%) blur(20px);
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.t-h1 {
  font-size: 2.3rem !important;
}

/*p{ text-align:justify; }*/

strong {
  font-size: 1rem;
}

.white {
  color: #fff;
}

/*.opacity-0{ opacity:0 }*/

.h100 {
  height: 100%;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}

.normal-heading-f {
  font-size: 2.3rem;
  font-family: "Orbitron", sans-serif;
}

.pl50 {
  padding-left: 50px;
}
.bor-ra {
  border-radius: 20px;
}
.bor-ra-1 {
  border-radius: 14px;
}
.bor-ra-2 {
  border-radius: 36px;
}

hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 60px;
  margin-bottom: 60px;
}

.line {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 2%,
    rgba(255, 255, 255, 0.39) 40%,
    rgba(255, 255, 255, 0.39) 60%,
    rgba(255, 255, 255, 0) 98%
  );
  border: 0;
  height: 1px;
}
.line-outer {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.flc {
  text-transform: capitalize !important;
  line-height: 30px;
}
.list-p {
  margin-bottom: 5px;
}
.lister {
  padding-left: 0px;
  margin-top: 5px;
}
.lister li {
  list-style: none;
  background: url(../../assets/img/list.svg) no-repeat left top 5px;
  padding-left: 19px;
  background-size: 12px;
}

.sub-head {
  font-size: 1.2rem;
  font-weight: bold;
}
a.text-link {
  color: #00cbe6;
}
a {
  color: #00cbe6;
}
.title-color {
  color: #00cbe6 !important;
}

.input-box {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
}
.input-box:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #00cbe6;
}
.input-btn {
  background: #00cbe6;
}
.input-btn:hover {
  background: #0ab2bf;
}

.header-menu {
  width: 100%;
  height: 50px;
  padding-top: 50px;
  z-index: 999;
}
.header-menu a {
  text-transform: uppercase !important;
}
.header-menu-top {
  width: 100%;
  height: 50px;
  padding-top: 0px;
}
.header-menu .uk-navbar-container,
.header-menu-top .uk-navbar-container {
  background-image: linear-gradient(270deg, #00cbe6 6%, #222d35 97%) !important;
}
.header-menu .logo-ab {
  position: absolute;
  margin-top: -38px;
}
/*.header-menu-top .first-logo{ display:none }*/
/*.header-menu .second-logo{ opacity: 0;display:none; margin-top: 0px;}
.header-menu-top .logo-ab{ position:absolute; margin-top:0px }*/

.header-menu .first-logo {
  opacity: 1;
  display: block;
}
.header-menu .second-logo {
  opacity: 0; /* Initially hidden */
  display: none;
  margin-top: 0px;
}

.show-date {
  border: 1px solid #00cbe6;
  text-align: left;
  padding: 10px;
  border-radius: 9px;
  margin-top: 20px;
  margin-left: 20px;
}
.show-date h6 {
  font-size: 1.35rem;
  color: #fff;
}
.show-date p {
  margin-bottom: 0;
  color: #fff;
  margin-top: 10px;
}

.min-header {
  color: #fff;
  text-transform: uppercase;
  text-align: justify;
}
.min-header-color {
  color: #4363c2;
  transition: all 0.5s ease-out;
}
.min-header:hover .min-header-color {
  color: #00cbe6;
  transition: all 0.2s ease-in;
}

.box h6 {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.5s ease-out;
}
.box:hover h6 {
  color: #00cbe6;
  transition: all 0.2s ease-in;
}
.box p {
  font-size: 0.8rem;
  color: #8089ad;
  margin-top: 10px;
  height: 50px;
  width: 80%;
  transition: all 0.5s ease-out;
  text-align: left;
}
.box:hover p {
  color: #00cbe6;
  transition: all 0.2s ease-in;
}

.b02 p {
  height: 54px;
}
.b03 p {
  height: 56px;
}
.b04 p {
  height: 58px;
}

.line01 {
  width: 100%;
  height: 18px;
  background: #4363c2;
}
.line02 {
  width: 100%;
  height: 10px;
  background: #32498e;
}
.line03 {
  width: 100%;
  height: 6px;
  background: #24356b;
}
.line04 {
  width: 100%;
  height: 2px;
  background: #253770;
}

.speakers li img {
  border-radius: 16px;
  padding: 8px;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  transition: filter 0.5s ease-out;
}
.speakers li:hover img {
  transition: filter 0.5s ease-in;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.speakers li p {
  margin-bottom: 00px !important ;
  margin-top: 00px !important;
  padding-top: 10px;
  color: #fff !important;
  line-height: 14px;
  font-size: 0.775rem;
  padding: 10px;
  padding-top: 57px;
}
.speakers li:hover .trans {
  background-image: linear-gradient(
    180deg,
    rgba(30, 49, 105, 0) 0%,
    #1e3169 70%
  );
  margin: 0 8px 8px 8px;
  border-radius: 0 0 6px 6px;
  transition: filter 0.5s ease-in-out;
  height: 100px;
}

.speakers1 li img {
  border-radius: 16px;
  padding: 8px;
}
.speakers1 li:hover img {
}
.speakers1 li p {
  margin-bottom: 00px !important ;
  margin-top: 00px !important;
  padding-top: 10px;
  color: #fff !important;
  line-height: 14px;
  font-size: 0.775rem;
  padding: 10px;
  padding-top: 57px;
}
.speakers1 li:hover .trans {
  background-image: linear-gradient(
    180deg,
    rgba(30, 49, 105, 0) 0%,
    #1e3169 70%
  );
  margin: 0 8px 8px 8px;
  border-radius: 0 0 6px 6px;
  transition: filter 0.5s ease-in-out;
  height: 100px;
}

.testi {
  color: #00cbe6;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 34px;
}
.test-box {
  height: 420px;
  margin: 0;
  background-image: linear-gradient(77deg, #4363c2 0%, #1e3169 82%);
  border-radius: 20px;
}
/*.test-box.uk-active{ background-image: linear-gradient(77deg, #4363C2 0%, #1E3169 82%); border-radius: 20px; box-shadow: 0 5px 12px rgba(0,0,0,.15);  }
.testimonials li.uk-active:nth-child(1) .test-box, .testimonials li.uk-active:nth-child(3) .test-box { background-image: linear-gradient(77deg, #1E3169 0%, #1E3169 82%);  opacity: .8}*/

.test-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
p.long-des {
  color: #ffffff;
  font-size: 0.75rem;
  margin-top: 10px;
  text-align: center;
  min-height: 160px;
}
p.long-des a {
  margin-top: 10px;
}
p.short-des {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
  line-height: 18px;
}
.test-header {
  margin-top: 5px;
  margin-bottom: 5px;
}
.view-all {
  margin-top: 20px;
}

.sponsers h4 {
  color: #fff;
  text-transform: uppercase;
}
.sponser-box p {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
.sponser-box12 {
  padding: 5px 15px;
  margin: 10px 30px;
}
.line-sponser {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0px;
  height: 7px;
}
.base {
  margin-bottom: 20px;
}
.basee img {
  margin: 0 20px;
}

.footer {
  background-image: linear-gradient(90deg, #222d35 0%, #00cbe6 100%);
  padding-bottom: 30px;
}
.footer-header {
  font-size: 1.2rem;
  color: #fff;
}
.footer_links {
  margin: 0;
  padding: 0;
}
.footer_links li {
  list-style: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  line-height: 30px;
}
.footer_links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  text-transform: uppercase;
}
.footer_links a:hover {
  color: #00cbe6;
  text-decoration: underline;
}
.footer-txt {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.wtc-logo {
  width: 75%;
  margin-bottom: 40px;
}
.app-logo {
  display: inline-block;
  width: 100px;
}

.app-logo1 {
  display: inline-block;
  width: 140px;
}

.footer-line {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 40px;
  margin-bottom: 20px;
}
.base-link a,
.base-link span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
}

.footer_links li span {
  display: inline-block;
  margin-left: 10px;
}
.footer_links li svg {
  width: 16px;
}
.footer_links li.double-line svg {
  vertical-align: top;
  margin-top: 5px;
}
.footer_links li svg path {
  fill: #222d35;
}

.side-btn {
  border-radius: 6px 6px 0 0;
  display: block;
  position: fixed;
  z-index: 999;
  right: -56px;
  top: 32%;
  color: #000;
  background: #00cbe6;
  padding: 10px 20px;
  transform: rotate(-0.25turn);
  -moz-transform: rotate(-0.25turn);
  -webkit-transform: rotate(-0.25turn);
  -ms-transform: rotate(-0.25turn);
  -o-transform: rotate(-0.25turn);
}
.side-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #00cbe6;
  cursor: pointer !important;
}

.side-btn1 {
  border-radius: 6px 6px 0 0;
  display: block;
  position: fixed;
  z-index: 999;
  right: -92px;
  top: 56%;
  color: #000;
  background: #00cbe6;
  padding: 10px 20px 56px;
  line-height: 27px;
  transform: rotate(-0.25turn);
  -moz-transform: rotate(-0.25turn);
  -webkit-transform: rotate(-0.25turn);
  -ms-transform: rotate(-0.25turn);
  -o-transform: rotate(-0.25turn);
}
.side-btn1:hover {
  text-decoration: none;
  color: #fff;
}

.social-icon {
  position: fixed;
  z-index: 999;
  left: 0px;
  top: 44%;
  display: none;
}
.social-icon a {
  display: block;
  width: 36px;
  height: 36px;
}
.social-icon a.facebook svg {
  height: 28px;
}
.social-icon a svg {
  width: 20px;
  margin: 8px;
}

.social-icon-mobile {
  display: none;
}

.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-right: 6px;
}
.social-icons a.facebook svg {
  height: 26px;
}
.social-icons a svg {
  width: 18px;
  margin: 8px;
}

.sb {
  color: #00cbe6;
  font-weight: bold;
}

.new-bbox {
  border: 1px solid rgba(256, 256, 256, 0.4);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 23px;
  padding: 20px 10px;
  background: #4363c2;
  font-weight: 400;
}
.coloree {
  color: #00cbe6;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

/* --- overwrite ----- */
.uk-navbar-nav {
  gap: 10px;
}
.uk-navbar-nav > li {
}
.uk-navbar-nav > li > a {
  min-height: 30px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 13px;
  border-right: 1px solid #1d3780;
}
.uk-navbar-nav > li.uk-active > a {
  color: #222d35;
}
.uk-navbar-dropdown {
  padding: 10px !important;
}
.uk-navbar-dropdown-nav > li {
  padding: 3px;
}
.uk-navbar-dropdown-nav > li.uk-active > a > span,
.uk-navbar-dropdown-nav > li > a:hover > span {
  color: #222d35;
}
.uk-navbar-dropdown-nav > li > a > span {
  color: #fff;
  border-bottom: 1px solid #222d35;
  padding: 5px 0 9px 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.uk-nav > li > a {
  padding: 0;
}
.uk-navbar-dropdown {
  padding: 15px;
  top: auto !important;
  width: 220px;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #fff;
}
.uk-navbar-parent-icon {
  margin-left: 0;
}
.uk-navbar-dropdown {
  background: none;
  background-image: linear-gradient(-90deg, #08a6bd 2%, #08a6bd 89%) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 0 0 8px 8px;
}

.uk-navbar-toggle {
  min-height: 50px;
}
.uk-light .uk-slidenav {
  color: rgba(255, 255, 255, 0.3);
}
.uk-light .uk-slidenav:hover {
  color: #00cbe6;
}
.uk-button-default {
  color: #fff;
  transition: all 0.5s ease-out;
}
.uk-button-default:hover {
  background: #00cbe6;
  color: #fff;
  transition: all 0.2s ease-in;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.8);
}

/* --------------- about - intro ------------- */

ul.breadcrumb {
  padding-left: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 46px;
}
ul.breadcrumb li {
  list-style: none;
  display: inline-block;
}
ul.breadcrumb li a {
  color: #fff;
  padding: 15px 15px;
  font-size: 0.9rem;
  text-transform: uppercase !important;
}
ul.breadcrumb li.uk-active a {
  background-image: linear-gradient(
    -0deg,
    rgba(151, 164, 168, 0.2) 6%,
    #00cbe6 89%
  ) !important;
  color: #fff;
  border-bottom: 1px solid #00cbe6;
}

.uk-tab > .uk-active > a {
  background-image: linear-gradient(
    -90deg,
    rgba(151, 164, 168, 0.2) 6%,
    #00cbe6 89%
  ) !important;
  padding: 6px 12px;
  color: #fff;
}

.uk-subnav-pill > li > a {
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem !important;
  font-weight: bold;
}
.uk-subnav-pill > li > a:hover {
  background-color: transparent;
  border-bottom: 1px solid #00cbe6;
}
.uk-subnav-pill > li.uk-active > a {
  background-color: transparent;
  color: #00cbe6 !important;
  font-size: 1.2rem !important;
  border-bottom: 1px solid #00cbe6;
}
.uk-subnav-pill > li > a {
  font-size: 1.2rem !important;
}
.uk-subnav-pill > * > :first-child {
  color: #fff;
}
.uk-subnav {
  margin: 10px 0 !important;
}

section.c-section {
  height: 250px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.c1,
.c2,
.c3,
.c4 {
  perspective: 1000px;
  height: 250px;
  width: 250px;
  cursor: pointer;
}
.c-box {
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}
.front,
.back {
  height: 250px;
  width: 100%; /* transform-style: preserve-3d;*/
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
}
.c-content {
  transform: translateZ(60px);
  -webkit-transform: translateZ(60px);
  width: 250px;
}
.c-content img {
  border-radius: 5px;
}
.c-content h3 {
  font-size: 1.2rem !important;
  text-align: left;
  padding: 5px 15%;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}
.c-content p {
  font-size: 0.78rem;
  text-align: left;
  padding: 2px 10%;
  margin-top: 5px;
}
.c1 h3,
.c2 h3,
.c3 h3,
.c4 h3 {
  font-size: 1.2rem !important;
  text-align: left;
  padding: 5px 0%;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}
.back {
  background-color: #00cbe6;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.c1:hover .c-box,
.c2:hover .c-box,
.c3:hover .c-box,
.c4:hover .c-box {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

/* --------------- about - exhibi hall ------------- */

.first-caps {
  font-size: 1.3rem;
}
.write-letter svg {
  height: 60px;
  fill: #00cbe6 !important;
}
.up svg {
  height: 40px;
  fill: #00cbe6 !important;
}
.write-letter svg path {
  fill: #00cbe6 !important;
}

svg.quote {
  width: 40px;
  margin-top: 50px;
}
svg.quote path {
  fill: #00cbe6 !important;
}

.quote-img {
  border-radius: 20px 0 0 20px;
}
.quote-box {
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 20px;
}
.quote-para {
  margin: 25px;
}

/* --------------- about - team ------------- */

.side-line {
  border-left: 4px solid #00cbe6;
  padding-left: 12px;
  margin-bottom: 10px;
}
.team-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.team-list .phone {
  background: url(../../assets/img/phone.svg) no-repeat left center;
  padding-left: 19px;
  background-size: 12px;
}
.team-list .mail {
  background: url(../../assets/img/mail.svg) no-repeat left center;
  padding-left: 19px;
  background-size: 12px;
}
.team-list a {
  color: #fff;
  font-size: 0.9rem;
}
.team-list a:hover {
  color: #00cbe6;
}

/* --------------- about - faq ------------- */

/*.faq li{ border: 1px solid rgba(255, 255, 255, 0.3); padding: 20px; }
.faq li li { border:0; padding:0; padding-left:19px; color:#000000 ; background: url( ../../assets/img/list1.svg) no-repeat left top 5px; background-size: 12px;}
.uk-accordion-title{ color:#fff; font-size:1.3rem ; font-weight:bold}
.uk-accordion-title:hover{ color:#00CBE6; }
.uk-accordion-title::before{ background: url( ../../assets/img/plus.svg) no-repeat center; background-size:50%  }
.uk-open .uk-accordion-title { color:#00CBE6; }
.uk-open>.uk-accordion-title::before{ background: url( ../../assets/img/minus.svg) no-repeat center; background-size:50% }*/

.slider-exhibit li {
  padding: 0 10px;
}
.slider-exhibit li img {
  height: 180px !important;
  border-radius: 15px;
}

.slider-exhibit-media li {
  padding-left: 0px;
  margin: 0px;
}
.slider-exhibit-media li p {
  font-size: 0.85rem;
  text-align: center;
  margin: 0;
  height: 60px;
  padding-bottom: 10px;
}
.slider-exhibit-media li div {
  margin: 0 10px;
}
.slider-exhibit-media li a {
  display: block;
  background: #000 !important;
  border-radius: 14px;
}

/* --------------- Lister ------------- width: fit-content; width: -moz-fit-content; margin: 0 auto;*/

.lister-box {
  border: 4px solid #1d9bb0;
  border-radius: 24px;
}
.lister-header {
  font-family: "Orbitron", sans-serif;
  background: #1d9bb0;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  text-align: left;
}
.lister-footer {
  background-image: linear-gradient(270deg, #222d35 6%, #00cbe6 97%) !important;
  border-radius: 20px;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  padding: 5px 15px;
  margin-bottom: -37px !important;
}
.lister-box .lister {
  margin-top: 20px;
}
.lister-box h6 {
  margin-top: 10px;
}
.lister-box .uk-accordion {
  margin-bottom: 0;
}
.lister-box .uk-accordion-title::before {
  margin-top: 6px !important;
  margin-left: 1px !important;
}
.lister-box .uk-accordion-content {
  padding: 0 20px 20px;
}

.lister-box .uk-accordion-content a span {
  text-transform: uppercase;
}

.hotel-line {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.2);
}
.car-line {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.s-partners {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.bg-white-box {
  border: 1px solid #fff;
  width: 200px;
  height: 200px;
  margin: 20px !important;
  margin-left: 0 !important;
  border-radius: 12px;
  vertical-align: middle;
}
/* .bg-white-box img{ max-height: 200px; border-radius: 12px;} */
.bg-white-box img {
  max-height: 200px;
  border-radius: 12px;
  -webkit-filter: brightness(0) invert(1);
  --filter: brightness(0) invert(1);
  filter: brightness(0)  invert(1);
}

.model-center p {
  color: #666;
}
.model-center a {
  color: #24356b;
}

.model-center a:hover {
  background: #24356b;
  color: #fff;
  transition: all 0.2s ease-in;
}

.photo-gallery img {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.photo-gallery img:hover {
  transition: filter 0.3s ease-in;
  border: 1px solid #346beb;
  box-shadow: 7px 6px 71px -21px rgba(0, 0, 235, 0.58);
  -webkit-box-shadow: 7px 6px 71px -21px rgba(0, 0, 235, 0.58);
  -moz-box-shadow: 7px 6px 71px -21px rgba(0, 0, 235, 0.58);
}

.logo-line {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.2);
}
.logo-line2 {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.6);
}
.logo-line3 {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.9);
}

.trans-bg > div {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 25px 5px;
  margin-right: 20px;
}
.trans-bg > div p {
  font-size: 0.8rem;
  color: #fff;
}

.news-date {
  font-size: 12px;
  margin: 30px 0 10px;
  font-style: italic;
}
.news-m-image {
  height: 190px;
  border-radius: 10px;
  border: 1px solid #fff;
}
.news-m-image + h6 {
  line-height: 26px;
  font-size: 1rem;
  margin: 10px 0;
  max-height: 56px;
  overflow: hidden;
}
.news-m-image + h6 + a {
  margin-top: 0;
}

.news-image {
  height: 400px;
  border-radius: 12px;
  margin: 20px 0;
}
.news-date-b {
  font-size: 14px;
  margin: 30px 0 10px;
  font-style: italic;
}
.news-date-b + h1 {
  margin-top: 0px;
  line-height: 42px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 2.3rem;
}
.news-content {
  text-align: left;
}

.news-box {
  padding: 0;
}
.news-box .uk-cover-container {
  border-radius: 10px;
  border: 1px solid #346beb;
}

.news-box .date {
  font-size: 0.775rem;
  color: #fff;
  margin: 5px;
  margin-left: 12px;
  font-weight: bold;
}
.news-box p {
  margin: 10px;
  margin-left: 12px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 15px;
}
.news-box a {
  margin: 0 auto;
}

.news-box {
  perspective: 1000px;
  height: 300px;
  width: 100%;
}
.d-box {
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}
.front,
.back {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  color: #ffffff;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
}
.front {
  background: linear-gradient(to right, #060d21, #060d21);
}
.front img {
  /*  width: 5em;*/
}
.content {
  transform: translateZ(60px);
}

.back {
  background-color: #222d35;
  transform: rotateX(180deg);
}
.news-box:hover .d-box {
  transform: rotateX(180deg);
}

.back .content {
  padding: 0 10px;
}

.uk-modal-container .date {
  margin-bottom: 5px;
  font-size: 0.8rem;
  margin-top: 0px;
}
.uk-modal-container .uk-modal-container p {
  color: #000;
}
.uk-modal-container .uk-modal-container .news-content {
  padding-top: 30px !important;
}

.uk-modal-container .uk-modal-dialog {
  height: 90vh;
  overflow-y: scroll;
}

.footer-youtube {
  width: 20px !important;
  padding-top: 2px;
}

/*.uk-timeline .uk-timeline-item .uk-card {  border-radius: 12px; background: rgba(255, 255, 255, 1);}*/
.uk-timeline .uk-timeline-item .uk-card {
  border-radius: 12px;
  background: #1e3169;
}

.uk-timeline .uk-timeline-item {
  display: flex;
  position: relative;
}
.uk-timeline .uk-timeline-item::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 19px;
  position: absolute;
  top: 20px;
  width: 2px;
  z-index: -1;
}
.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
  margin-top: 20px;
  width: 30px;
  height: 30px;
  margin-left: 4px;
}
.uk-timeline .uk-timeline-item .uk-timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 1rem;
}
.uk-timeline .uk-timeline-content .uk-card-header {
  padding: 10px 20px;
}
.uk-timeline .uk-timeline-content .uk-card-body {
  padding: 10px 20px 16px;
}
.uk-timeline .uk-timeline-content .uk-card-header .uk-card-title {
  font-size: 0.975rem;
  line-height: 26px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}
.uk-timeline .uk-timeline-content p {
  text-align: left;
}
.small-text {
  font-size: 0.7rem;
}
.uk-timeline .uk-card-default .uk-card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4px;
}
.uk-timeline .uk-label-success {
  background-color: #00cbe6;
  color: #1e3169;
}

.uk-timeline .uk-badge {
  background: #060d21 !important;
  color: #00cbe6 !important;
}

.uk-timeline .lister {
  padding-left: 0px;
  margin-top: 5px;
}
.uk-timeline .lister li {
  list-style: none;
  background: url(../../assets/img/listeer.svg) no-repeat left top 5px;
  padding-left: 19px;
  background-size: 12px;
  color: #ccc;
}

.speaker-box {
}
.speaker-box p {
  margin: 0;
  font-size: 0.8rem;
  color: #fff;
  line-height: 16px;
  margin-top: 5px;
}
.speaker-box img {
  border-radius: 10px;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+  060D21*/
  filter: grayscale(100%); /* FF 35+ */
  transition: filter 0.5s ease-out;
}

.speaker-box img:hover {
  transition: filter 0.3s ease-in;
  border: 1px solid #346beb;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */

  box-shadow: 7px 6px 71px -21px rgba(0, 0, 235, 0.58);
  -webkit-box-shadow: 7px 6px 71px -21px rgba(0, 0, 235, 0.58);
  -moz-box-shadow: 7px 6px 71px -21px rgba(0, 0, 235, 0.58);
}

/*animation - gradient*/

.bg__gradient {
  height: 800px;
  width: 800px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#346beb),
    to(#3734eb)
  );
  background-image: -o-linear-gradient(left, #346beb, #3734eb);
  background-image: -ms-linear-gradient(left, #346beb, #3734eb);
  background-image: linear-gradient(90deg, #346beb, #3734eb);

  -webkit-filter: blur(300px);
  -ms-filter: blur(300px);
  filter: blur(300px);

  border-radius: 100%;
  background-size: 1000% 100%;

  -webkit-animation: gradient 10s infinite ease-out;
  -ms-animation: gradient 10s infinite ease-out;
  animation: gradient 10s infinite ease-out;

  position: absolute;

  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  z-index: -1;
}

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

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

.media li a {
  -webkit-filter: brightness(0) invert(1);
  --filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#offcanvas-push .uk-offcanvas-bar {
  background-image: linear-gradient(270deg, #222d35 7%, #00cbe6 97%) !important;
}
#offcanvas-push ul {
  margin-top: 50px;
}
#offcanvas-push .uk-offcanvas-bar .uk-accordion-content ul {
  margin-top: 0;
}
.noicon::before {
  background: none !important;
}

/*responsive - tab*/

@media (min-width: 960px) and (max-width: 1200px) {
  .footer .pl50 {
    padding-left: 0;
  }
  .wtc-logo {
    width: 200px;
    margin: 0 auto 20px;
  }
  .app_logo {
    width: 120px;
  }
  .footer-box {
    text-align: center;
  }
}

/*responsive - mobile */

@media (min-width: 221px) and (max-width: 959px) {
  .location-icon {
    height: 70px;
  }

  .mobb {
    display: none;
  }

  /*p{ text-align:left; }*/

  h1 {
    font-size: 2.2rem;
  }

  .uk-navbar-toggle:hover {
    color: #fff;
    text-decoration: none;
  }

  .show-date {
    border-top: 1px solid #00cbe6;
    text-align: center;
    padding-left: 10px;
    width: 60%;
  }

  .footer-box {
    text-align: center;
  }
  .footer .pl50 {
    padding-left: 0;
  }
  .wtc-logo {
    width: 200px;
    margin: 0 auto 20px;
  }
  .app_logo {
    width: 120px;
  }

  .box h6 {
    margin-top: 40px;
    transition: all 0.5s ease-out;
  }
  .box p {
    height: auto;
  }
  .highlight {
    margin-bottom: 30px;
  }

  /*.side-btn{ display:block; position:relative; right: 0; top: 0; z-index:999; color:#000; background: #00CBE6; padding: 10px 20px;transform: none; 
  -moz-transform: none;  
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none; 
    text-align:center; width:120px; margin:0 auto -120px }*/

  svg.quote {
    width: 20px;
    margin-top: 15px;
  }
  .quote-para {
    margin: 5px;
    line-height: 19px;
    font-size: 0.775rem;
  }

  .social-icon {
    display: none;
  }
  .social-icon-mobile {
    top: 0;
    display: inline-block;
    margin-top: 20px;
  }
  .social-icon-mobile a.facebook svg {
    height: 30px;
  }
  .social-icon-mobile a svg {
    width: 22px;
    margin: 8px;
  }

  .breadcrumb {
    display: none;
  }

  .mobile-height {
    height: 1000px;
  }
}

h1.h3style {
  font-size: 2.3rem !important;
}

/* Button Styles */
.div-container a {
  color: #000; /* Black text */
  background: #ffd376; /* Light yellow background */
  padding: 6px 20px;
  border-radius: 6px;
  text-decoration: none; /* Removes underline */
  font-weight: normal; /* Makes text bold */
  display: inline-block; /* Keeps button inline */
  transition: background 0.3s, color 0.3s, margin 0.3s; /* Smooth transitions */
}

.div-container a:hover {
  text-decoration: none;
  color: #ffd376; /* Light yellow text on hover */
  background: #000; /* Black background on hover */
  cursor: pointer !important;
}

/* Container Styles */
.div-container {
  text-align: justify; /* Aligns content */
  padding: 10px;

  right: 7.5%;
  z-index: 999999;
  position: absolute;
}

/* Responsive Adjustment for Small Screens */
@media screen and (max-width: 768px) {
  .div-container {
    margin: 0 auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .div-container a {
    display: block; /* Make button full width */
    width: fit-content; /* Keep button width flexible */
    margin: 0 auto; /* Center button */
    font-size: 14px; /* Adjust font size for mobile */
  }
}

.div-container-middle a {
  color: #000; /* Black text */
  background: #ffd376; /* Light yellow background */
  padding: 6px 20px;
  border-radius: 6px;
  text-decoration: none; /* Removes underline */
  font-weight: normal; /* Makes text bold */
  display: inline-block; /* Keeps button inline */
  transition: background 0.3s, color 0.3s, margin 0.3s; /* Smooth transitions */
}

.div-container-middle a:hover {
  text-decoration: none;
  color: #ffd376; /* Light yellow text on hover */
  background: #000; /* Black background on hover */
  cursor: pointer !important;
}

.uk-navbar-nav > li {
  z-index: 999999999999;
}

/* Base: Mobile-first (default for <460px) */
.base-link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.cmp-revoke-consent {
  margin-left: 90px;
  margin-bottom: 1px;
}

@media (min-width: 460px) {
  .base-link {
    justify-content: flex-start;
  }

  .cmp-revoke-consent {
    margin-left: 230px;
    margin-bottom: 1px;
  }
}

@media (min-width: 768px) {
  .cmp-revoke-consent {
    margin-left: 300px;
    margin-bottom: 1px;
  }
}

@media (min-width: 1024px) {
  .cmp-revoke-consent {
    margin-left: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1374px) {
  .cmp-revoke-consent {
    margin-left: 490px;
  }
}

@media (min-width: 1920px) {
  .cmp-revoke-consent {
    margin-left: 330px;
  }
}

/* .base-link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center; 
  align-items: center;
}


.cmp-revoke-consent {
  color: #0073e6;
  text-decoration: underline;
  cursor: pointer;
}


@media (min-width: 1024px) {
  .base-link {
    justify-content: flex-start;
  }

  .cmp-revoke-consent {
    margin-left: auto;
  }

  .base-link span {
    margin-left: 15px;
  }
} */









.butn:link,
.butn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #00cbe6;
  background-image: linear-gradient(90deg, #04a8be, #00cbe6);
  padding: .8rem 1.5rem;
  

  margin-right: 13px;
  border-radius: 4px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.butn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn::after {
  background: #fff;
  content: "";
  height: 50rem;
  opacity: 0;
  position: absolute;
  top: -100px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}
.butn__new::before {
  left: -50%;
}

.butn__new::after {
  left: -100%;
}

.butn:hover,
.butn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.butn__new:hover::after {
  left: 200%;
  opacity: 0.6;
}
.butn span {
  z-index: 20;
}









.butn1:link,
.butn1:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #eab33f;
  background-image: linear-gradient(90deg, #c89529, #eab33f);
  padding: .8rem 1.5rem;
  

  margin-right: 13px;
  border-radius: 4px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.butn1::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -100px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn1::after {
  background: #fff;
  content: "";
  height: 50rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}
.butn__new::before {
  left: -50%;
}

.butn__new::after {
  left: -100%;
}

.butn1:hover,
.butn1:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.butn__new:hover::after {
  left: 200%;
  opacity: 0.6;
}
.butn1 span {
  z-index: 20;
}




.w100 .uk-button{ width:100%; text-align:center !important; font-size: large; font-weight: 600; }


.w100 li.uk-active .uk-button { color:#fff !important; background:#00cbe6!important; }


.uk-subnav>* { padding-left: 0px;}

.uk-subnav>*>:first-child { display:inline-block; }

.lister-new {
  padding-left: 0px;
  margin-top: 5px;
}
.lister-new li {
  list-style: none;
  background: url(../../assets/img/list.svg) no-repeat left top 5px;
  padding-left: 19px;
  background-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 25px;
  font-size: 1rem;
}

.lister-new li a {
  color:#00cbe6 ;
  font-weight: 600;
}

a.green{color:#00cbe6 ;}


.hotel-line {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.2);
}


.hotel-line h6 a {
  color: #fff;
  font-size: 1.2rem;
}


.hotel-line .lister{
  text-align: left;
  font-size: 1rem;
}

.hotel-line .uk-button {
  color: #fff;
  margin-top: 10px;
}

.yellow{color: #ffd47f !important; font-weight: bold;}


.higliter-bg{background-image: linear-gradient(-89deg, #222D35 2%, #017484 22%, #00BBD4 58%, #00AFC6 78%, #0F8496 87%, #222D35 100%);}
.bigg{ font-family: "Orbitron", sans-serif !important; font-weight: 700; font-size: 34px; color: #fff;}

.pllus {  font-family: "Orbitron", sans-serif !important; font-weight: 700; font-size: 24px; }


.hig-box{ border-right:1px dashed #fff; padding:0  ; vertical-align: middle;}
.hig-box:last-child{border-right:0px; }




