@import url('https://fonts.googleapis.com/css2?family=Hubot+Sans:ital,wght@0,200..900;1,200..900&display=swap');
h1,h2,h3,h4,h5,h6 {
  font-family: "Hubot Sans", sans-serif;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.post-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform .3s ease;
}

.post-card:hover {
    transform: translateY(-6px);
}

.post-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

.pagination-wrap {
    margin-top: 40px;
    text-align: center;
}

.pagination-wrap .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 5px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
}

.pagination-wrap .page-numbers:hover,
.pagination-wrap .page-numbers.current {
    background: #1e73be;
    color: #fff;
}


.widget_form {
    background-color: #ffc107;
    padding: 20px;
    border-radius: 15px;
    border: 2px dashed #0d6efd;
}
.registration_popup_form .form-group {
    margin-bottom: 20px;
}
.registration_popup_form .form-group label{
    color:#000;
}
.registration_popup_form .form-control {
    font-size: 14px;
    border-color: rgb(206, 212, 218);
    padding: 0 15px 0 15px;
    height: 45px;
    margin-bottom: 5px;
    background: #fff;
}
.nice-select {
    height: 45px;
    line-height: 43px;
    min-height: 45px;
}
.isd-button, .isd-item{
    color: #000;
}
.isd-dropdown input {
    height: 40px;
}
.error{
    color: #ff0000 !important;
}

.nice-select {
    height: 45px;
    line-height: 43px;
    min-height: 45px;
}

.comments-area {
    display: none;
}
.header-style--three.header-transparent {
    top: 0;
    background: #00113d;
    padding: 10px 0px;
}
.header-style--three .stricked-menu {
    padding: 10px 0;
    background: #00113d !important;
}
.xb-nav-mobile {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.ai-btn {
    color: #0d0d0f;
    background: #edc86e;
 
}

.p-0{
    padding:0px;
}
.post-meta {
    display: none;
}
.breadcrumb__title {
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    font-family: "Hubot Sans", sans-serif;
}
.hero-style .xb-hero-heading .title {
    font-family: "Hubot Sans", sans-serif;
}
.hero-style .xb-hero-heading .title {
    font-size: 56px;
    line-height: 70px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 20px;
}
.hero-style .xb-hero-heading .sub-title {
    font-family: "Hubot Sans", sans-serif;
    line-height: 30px;
}
.btn-group{
    margin: auto;
}
.btn-row {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 12px 35px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}

.book-btn {
    border: 1px solid #fff;
    background: #007bff; /* Blue */
}

.exhibit-btn {
    border: 1px solid #fff;
    background: #ff8932; /* Green */
    color:#000;
}

.sponsor-btn {
    border: 1px solid #fff;
    background: #ffd147; /* yellow  */
    color:#000;
}
.book-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}
.exhibit-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}
.sponsor-btn:hover {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
}
.sec-title .title {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 50px;
}
.main-menu ul li a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
}
.accordion_box .block .acc-btn {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.breadcrumb {
    min-height: 150px;
    padding: 80px 0 0px;
}



.bg-overlay {
    position: relative;
}
.bg-overlay:after {
    background-color: rgb(37 2 96 / 65%);
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.theme-bg {
    background: #032559;
}
.it-hero-title {
  font-size: 50px;
  line-height: 1.35 !important;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title {
    font-size: 52px;
  }
  .it-hero-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-title {
    font-size: 42px;
  }
  .it-hero-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-title {
    font-size: 55px;
  }
  .it-hero-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-hero-title {
    font-size: 36px;
  }
  .it-hero-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-title {
    font-size: 44px;
  }
  .it-hero-title br {
    display: none;
  }
}
.it-hero-title span svg {
  animation: title-animation 4s infinite;
}
.it-hero-title span .it-title-shape {
  position: absolute;
  bottom: -1%;
  left: -2%;
  z-index: -1;
  display: block;
}
.it-hero-title span .it-title-shape-2 {
  position: absolute;
  bottom: -11%;
  right: 13%;
  z-index: -1;
  display: block;
}
.it-hero-text p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-hero-text p {
    font-size: 14px;
  }
  .it-hero-text p br {
    display: none;
  }
}
.it-hero-content {
  margin-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-content {
    margin-top: 120px;
    margin-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-content {
    margin-top: 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .it-hero-content {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}


.about1-img-shape{clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%)}
.about1-img-shape img {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.shortcode_2{
    background: #fff;
    padding:50px;0px
} 
.shortcode_2 p{
   text-align: justify;
} 
.list-icon.style-2 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.list-icon.style-2 li i {
    color: var(--theme-color1);
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
}
.theme-btn {
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 17px 25px;
    display: inline-block;
    border-radius: 4px;
    border: none;
    background: var(--theme-color2);
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}
.theme-btn2 {
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 17px 25px;
    display: inline-block;
    border-radius: 4px;
    border: none;
    background: var(--theme-color1);
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}
:root {
    --theme-color1: #00113d;
    --theme-color2: #edc86e;
}


.it-section-subtitle {
    line-height: 1;
    border-radius: 100px;
    padding: 9px 20px;
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #000;
    background-color: rgba(26, 182, 157, 0.1);
    border: 1px solid rgba(3, 89, 78, 0.3);
}
.it-section-subtitle.style-2 {
    border-radius: 5px;
    margin-bottom: 0px;
    border-color: rgb(3 12 89 / 30%);
    background-color: #ffd20730;
}

.it-language-wrap {
  padding: 80px 75px;
  padding-top: 70px;
  padding-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-language-wrap {
    padding: 55px 35px;
  }
}
@media (max-width: 767px) {
  .it-language-wrap {
    padding: 40px 20px;
  }
}
.it-language-wrap .it-about-text p {
  color: rgba(255, 255, 255, 0.8);
}
.it-language-wrap .it-about-list-box ul li span {
  color: var(--it-common-white);
}
.it-language-wrap .it-section-title {
  margin-bottom: 15px;
}
.it-language-wrap .it-about-list-box {
  margin-bottom: 37px;
}
.it-language-thumb {
  overflow: hidden;
  transform: translateX(-13px);
  outline: 5px solid var(--it-common-white);
}
@media only screen and (min-width: 480px) and (max-width: 991px), (max-width: 767px) {
  .it-about-list-box ul li span {
      padding-left: 0px !important
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-language-thumb {
    margin-top: 50px;
    transform: translateX(0);
  }
}
.it-language-thumb img {
    max-width: inherit;
    transition: 1.3s all ease;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-language-thumb img {
    width: 100%;
  }
}
.it-language-thumb:hover img {
  transform: scale(1.1);
}
.it-language-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.it-language-shape-2 {
  position: absolute;
  z-index: -1;
  top: -25%;
  left: 0;
}
.it-language-shape-3 {
  position: absolute;
  z-index: -1;
  bottom: 5%;
  right: 10%;
  animation: rotate 30s linear infinite;
}
@media (max-width: 767px) {
  .it-language-shape-3 {
    display: none;
  }
}
.it-language-shape-4 {
  position: absolute;
  z-index: 1;
  top: -6%;
  left: 1%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-language-shape-4 {
    display: none;
  }
}
.p-relative {
    position: relative;
}
.border-radius-30 {
    border-radius: 30px;
}
.it-language-wrap .it-about-list-box ul li span {
    color: var(--it-common-white);
}
.it-about-list-box ul li span {
    display: block;
    padding-left: 47px;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: var(--it-common-black);
    font-family: var(--it-ff-spartan-semibold);
}
.it-about-list-box ul li:not(:last-child) {
    margin-bottom: 28px;
}
.it-about-list-box ul li {
    list-style-type: none;
    color:#fff;
}
 
.it-section-title{
    font-size: 30px;
}

.video-player iframe {
  width: 100%;
  height: 100%;
}

.thumbnail-list-wrapper {
  height: 600px; /* Fixed height for scroll */
  overflow-y: auto;
  padding-right: 5px; /* For scrollbar */
}

.thumb-item {
  height: 150px;
  margin-bottom: 10px;
  cursor: pointer;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.2s;
}

.thumb-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .video-player,
  .thumbnail-list-wrapper {
    height: auto;
  }
}
    
    
.promo-item-wrapper .promo-item {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 40px;
}

.promo-section.move-top {
    position: relative;
    margin-top: -80px;
    z-index: 2;
}

.promo-item-wrapper .col-lg-4:nth-child(2) .promo-item {
    background-color: var(--primary-color);
    background-image: url(../img/ship-pattern.png);
}

.promo-item-wrapper .col-lg-4:nth-child(3) .promo-item {
    background-color: var(--bg-dark);
    background-image: url(../img/plane-pattern.png);
}

.promo-item-wrapper .col-lg-4:nth-child(2) .promo-item i {
    color: var(--white-color);
}

.promo-item-wrapper .col-lg-4:nth-child(3) .promo-item .promo-content h3,
.promo-item-wrapper .col-lg-4:nth-child(2) .promo-item .promo-content h3 {
    color: var(--white-color);
}

.promo-item-wrapper .col-lg-4:nth-child(3) .promo-item .promo-content p,
.promo-item-wrapper .col-lg-4:nth-child(2) .promo-item .promo-content p {
    color: var(--grey-color);
}

.promo-item-wrapper .promo-item i {
    color: var(--primary-color);
    font-size: 50px;
}
.cta-wrapper {
    background-image: url(../img/content-bg-3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 50px;
}
     .cta-wrapper::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.8); /* overlay color */
      opacity: 1;
      transition: opacity 0.3s ease;
      pointer-events: none; /* allows clicks to pass through */
    }
    @media (min-width: 993px) {
    .cta-wrapper .cta-men {
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        width: 600px;
        height: 450px;
        position: absolute;
        right: 80px;
        bottom: 0;
        object-fit: cover;
        object-position: center;
    }
}
.section-heading.white h2 {
    color: #fff;
    margin-bottom: 0;
}
.sub-heading {
    --logisko-bd-width: 1.5px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 1;
}
:root{
        --primary-color: #df1119;
            --bg-dark: #04223e;
            --bg-grey: #f8f5f1;
            --white-color: #ffffff;
                --grey-color: #dddddd;
}
.default-btn {
    background: var(--primary-color);
    font-family: var(--primary-font);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    display: inline-flex;
    letter-spacing: -0.2px;
    padding: 15px 30px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.it-cta-2-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--theme-color2);
}
.it-cta-2-title {
  font-size: 44px;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #000;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-cta-2-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-cta-2-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-cta-2-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-cta-2-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .it-cta-2-title {
    margin-top: 50px;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .it-cta-2-title {
    margin-top: 70px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-cta-2-title {
    font-size: 38px;
  }
}
.it-cta-2-right > img {
  animation: translateX 3s infinite alternate;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .it-cta-2-right > img {
    animation: unset;
  }
}
.it-cta-2-left {
  margin-bottom: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-cta-2-left {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-cta-2-left {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-cta-2-left {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .it-cta-2-left {
    margin-bottom: 50px;
  }
}
.it-cta-2-left .it-btn-yellow.white-bg i, .it-cta-2-left .it-btn-yellow.white-bg svg {
  color: var(--it-common-black);
}
.it-cta-2-shape-1 {
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: -1;
  animation: zoomIn 5s infinite !important;
}
.z-index-1 {
    position: relative;
    z-index: 1;
}
.it-section-title span.it-title-shape {
    position: absolute;
    bottom: 0;
    left: -3%;
    z-index: -1;
    line-height: 0;
}  
