* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

:root {
  --primary-color: #13387e;
  --secoundy-color: #f47216;
}

a {
  text-decoration: none;
  color: var(--secoundy-color);
}
a:hover {
  
  color: var(--primary-color);
}

p {
  margin: 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}

b, strong {
  font-weight: 600;
  color: #000000;
}

li {
  color: #333333;
  font-size: 18px;
  line-height: 1.35;
}

h2 {
  font-size: 26px;
  color: var(--secoundy-color);
  font-weight: 600;
}

h3
{
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
}

.container {
  max-width: 1370px;
}

.pt-100 {
  padding-top: 90px;
}

/* header-navbar */

.header-navbars {
  position: absolute;
  top: 0;
  width: 100%;
}

.header-navbars marquee
{
  position: fixed;
  z-index: 99;
  padding: 10px 0px;
  background: var(--primary-color);
  color: #fff;
  display: none;

}

.header-navbars marquee img
{
  width: 30px;
  margin-left: 10px;

}



.header-navbars .navbar-toggler {
  border: 2px solid #fff;
}

.navbar-toggler {
    width: 50px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-toggler .line-1,
.navbar-toggler .line-2,
.navbar-toggler .line-3 {
    margin: 2.5px 0px;
    height: 3px;
    width: 100%;
    background: #fff;
    color: #fff;
    border-radius: 100px;
}

.navbar-toggler .line-2
{
  background-color: var(--secoundy-color);
  margin-right: 8px;

}

.navbar-expand-xl .offcanvas .offcanvas-body {
  justify-content: space-between;
  padding-left: 25px;
  padding-top: 5px;
}

.navbar-nav .nav-link.active
{
  color: var(--secoundy-color) !important;
}

#offcanvasNavbar {
  margin-left: 45px;
  margin-top: 5px;
}

.offcanvas-header .offcanvas-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
}


.Wtc-video-banner {
  position: relative;
  width: 100%;
  height: 100%;
}


.header-navbars .navbar ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff ;
  padding: 0px 20px 0px 0px !important;
}

.header-navbars .navbar ul li a:hover {
  color: var(--secoundy-color);
}


.header-navbars .offcanvas-body ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff ;
  padding: 0px 20px 0px 0px !important;
}

.Wtc-video-banner video {
  width: 100%;
}


.WTC-navbar-wraper .offcanvas-body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow-y:initial ;
}

.Wtc-video-banner .banner-effect {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, #13387e, #020a1a);
  opacity: 80%;
}

/* WTC-button-wraper */

.WTC-button-wraper {
  display: flex;
}

.btn-custom {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 12px 22px !important;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  background-color: #1c51b5;
  text-decoration: none;
  margin-right: 10px;
}

.btn-custom:hover {
  background: var(--primary-color);
  /* box-shadow: 2px 5px 20px rgba(28, 81, 181, 0.5); */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  color: white;
}

.btn-register {
  background-color: var(--secoundy-color);
  margin-right: ;
}

#register{
  margin-right: 188px;
}

.btn-custom.btn-register:hover {
  background: #ff7d21;
  /* box-shadow: 2px 5px 20px rgba(255, 125, 33, 0.3); */
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
}


/* join-us*/

.join-Us-banner-wrap {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.join-Us-banner-wrap .join-us-btn {
  margin-top: 25px;
}

.join-Us-banner-wrap h1 {
  font-size: 82px;
  line-height: 82px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.join-Us-banner-wrap b {
  text-transform: lowercase;
}

.join-Us-banner-wrap span {
  color: var(--secoundy-color);
}

.join-Us-banner-wrap .joi-us-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.join-Us-banner-wrap .joi-us-text p {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.join-Us-banner-wrap .joi-us-text img {
  margin-right: 10px;
  width: 40px;
}

.join-Us-banner-wrap .joi-us-text div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.join-Us-banner-wrap .banner-sub-title
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-Us-banner-wrap .banner-sub-title h5
{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    padding: 16px 0px;
    width: 700px;
}

/* WTC-counts */

.WTC-counts {
  padding-bottom: 50px !important;
  border-bottom: 1px solid #cbcbcb;
}

.head-text-wraper h2 {
  position: relative;
  font-size: 60px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 400;
}
.head-text-wraper p
{
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
}

.video-curve {
  position: relative;
}
.video-curve-img {
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 100%;
  background: #fff;
  clip-path: ellipse(59% 99% at 50% 0%);
  transform: rotate(180deg);
}

.head-text-wraper span {
  color: var(--secoundy-color);
}

.head-text-wraper h2::before {
  content: "";
  height: 3px;
  width: 300px;
  background-color: var(--secoundy-color);
  position: absolute;
  top: 130%;
  left: calc(50% - 150px);
}

.wtc-count-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}

.wtc-count-section .count-box {
  width: 11.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  border-radius: 24px;
  color: #fff;
  padding: 25px 0px;
  margin-bottom: 30px;
}

.wtc-count-section .count-box h4 {
  font-size: 54px;
  font-weight: 800;
}

.wtc-count-section .count-box p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

/* WTC-conference*/

.conference-wraper {
  padding: 100px 20px;
  overflow: hidden;
}
#conference-section1
{
  transform: translateX(-800px);
}

#conference-section2
{
  transform: translateX(800px);
}

.conference-wraper .conference-text .head-text-wraper h2 {
  position: relative;
  top: 33px;
  width: 128%;
  font-size: 67px !important;
  text-align: left;
  line-height: 72px;
}

.conference-wraper .conference-text .head-text-wraper h2 span::before,
.head-text-wraper.inner-pages h2 span::before {
  display: none;
}
.conference-wraper .conference-img img {
  width: 91%;
}

.conference-text .head-text-wraper p {
  line-height: 30px;
  color: #333333;
  font-size: 18px;
  padding-top: 50px;
  text-align: start;
}

.conference-point p {
  font-size: 24px;
  line-height: 36px;
  color: #13387e;
  font-weight: 600;
}

/* ***why-to-connent-warper */

.container-fluid.container-fluid.why-to-attent-main {
  margin-top: 20px;
  background: #f3f4f3;
}
.why-to-attent-wrapper .header-blue-wrap p{
    font-size: 23px;
    text-align: center;
    padding: 5px 100px;
}

.why-to-attent-wrapper .header-blue-wrap .text-center p
{
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
}

.why-to-attent-wrapper .header-blue-wrap .text-center
{
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
}

.header-blue-wrap h1 {
  position: relative;
  font-size: 62px;
  color: var(--primary-color);
  font-weight: 400;
  text-align: center;
  padding-bottom: 5px;
}

.header-blue-wrap h1::before {
  content: "";
  position: absolute;
  height: 3px;
  top: 115%;
  width: 300px;
  left: 39%;
  background: var(--secoundy-color);
}

.header-blue-wrap.inner-pages h1::before
{
  top: 100%;
  left: 0;

}

.header-blue-wrap.inner-pages span
{
  color: var(--secoundy-color);
}

/* why-connect-box */

.attend-card-wrapper {
  padding: 50px 0px 90px 0px;
}

.attend-card-wrapper .attend-box-outer {
  margin: 16px;
  transition: 0.33s ease-in-out;
}
.attend-card-wrapper .card-box-inner {
  height: 275px;
  padding: 25px;
  border-radius: 24px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.attend-card-wrapper .card-box-inner h3 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 0;
}

.attend-card-wrapper .card-box-inner svg {
  width: 65px;
  fill: var(--secoundy-color);
}

.attend-card-wrapper .card-box-inner p {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  line-height: 28px;
}

.attend-card-wrapper .box-icon {
  display: flex;
  margin-bottom: 18px;
}

.attend-card-wrapper .icon-Unique,
.attend-card-wrapper .icon-global,
.attend-card-wrapper .icon-one,
.attend-card-wrapper .icon-bussiness,
.attend-card-wrapper .icon-bussiness-pleasure,
.attend-card-wrapper .icon-registration {
  background: url("../images/attent_icon/What-Unique.png") no-repeat;
  height: 60px;
  width: 70px;
  transition: 0.33s ease-in-out;
}

.attend-card-wrapper .icon-global {
  background: url("../images/attent_icon/Global-Trade.png") no-repeat;
}

.attend-card-wrapper .icon-one {
  background: url("../images/attent_icon/One-on-One.png") no-repeat;
}

.attend-card-wrapper .icon-bussiness {
  background: url("../images/attent_icon/Business-Entertaiment.png") no-repeat;
}

.attend-card-wrapper .icon-bussiness-pleasure {
  background: url("../images/attent_icon/Business-Pleasure.png") no-repeat;
}

.attend-card-wrapper .icon-registration {
  background: url("../images/attent_icon/Registration-Open-Now.png") no-repeat;
}

/* card-inner-box-hover */

.attend-card-wrapper .attend-box-outer:hover .icon-Unique {
  background: url("../images/attent_icon/What-Unique-White.png");
}

.attend-card-wrapper .attend-box-outer:hover .icon-global {
  background: url("../images/attent_icon/Global-Trade-white.png");
}

.attend-card-wrapper .attend-box-outer:hover .icon-one {
  background: url("../images/attent_icon/One-on-One-white.png");
}

.attend-card-wrapper .attend-box-outer:hover .icon-bussiness {
  background: url("../images/attent_icon/Business-Entertaiment-white.png");
}

.attend-card-wrapper .attend-box-outer:hover .icon-bussiness-pleasure {
  background: url("../images/attent_icon/Business-Pleasure-white.png");
}

.attend-card-wrapper .attend-box-outer:hover .icon-registration {
  background: url("../images/attent_icon/Registration-Open-Now-White.png");
}

.attend-card-wrapper .attend-box-outer:hover {
  transform: rotate(-5deg);
  transition: 0.33s ease-in-out;
}

.attend-card-wrapper .attend-box-outer:hover .card-box-inner {
  background-color: var(--primary-color);
  color: #fff;
  transition: 0.33s ease-in-out;
  cursor: pointer;
}

.attend-card-wrapper .attend-box-outer:hover .card-box-inner p,
.attend-card-wrapper .attend-box-outer:hover .card-box-inner h3 {
  color: #fff;
  transition: 0.33s ease-in-out;
}

.attend-card-wrapper .attend-box-outer:hover .card-box-inner svg {
  fill: #fff;
  transition: 0.33s ease-in-out;
}

/* *******compnay-number-wrap */

.compnay-number-wrap {
  background: #eaeaea;
  padding: 25px 0px;
}

.compnay-number-wrap .attect-count {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #bbbbbb;
  margin: 30px 0px;
}

.compnay-number-wrap .attect-count .number-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}

.compnay-number-wrap .attect-count h1 {
  font-size: 54px;
  color: #13387e;
  font-weight: 700;
  margin: 0;
  line-height: 54px;
  width: 150px;
}

.compnay-number-wrap .attect-count p {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 24px;
  padding-top: 7px;
}

/* ***join-us-now-banner */

.join-Us-banner-WTC {
  background: url("../images/agenda/join-us-cta.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.join-Us-banner-WTC .join-us-text-WTC {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.join-Us-banner-WTC .join-us-text-WTC h1 {
  font-size: 72px;
  line-height: 60px;
  font-weight: 400;
}
.head-text-wraper.inner-pages h2
{
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 90px;
}

.head-text-wraper.inner-pages h2::before
{
  left: 0;
}

.head-text-wraper.inner-pages p
{
 font-size: 24px;
line-height: 36px;
color: #333333;
font-weight: 400;
}

.join-Us-banner-WTC .join-us-text-WTC p {
  width: 70%;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 10px;
}

.join-Us-banner-wrap .join-us-btn .btn-custom,
.join-Us-banner-WTC .join-us-wtc-btn .btn-custom {
  padding: 10px 35px !important;
  font-size: 20px;
}

.join-Us-banner-wrap .join-us-btn .btn-custom.bg-transparent,
.join-Us-banner-WTC .join-us-wtc-btn .btn-custom.bg-transparent {
  border: 2px solid #fff;
}

/* btn-hover */

.join-Us-banner-wrap .join-us-btn .btn-custom.bg-transparent:hover,
.join-Us-banner-WTC .join-us-wtc-btn .bg-transparent:hover {
  background-color: #fbfafa !important;
  color: #333333;
}

.join-Us-banner-wrap .join-us-btn .btn-custom.bg-transparent:hover,
.join-Us-banner-WTC .join-us-wtc-btn .btn-custom.bg-transparent:hover {
  box-shadow: 2px 5px 20px rgba(255, 255, 255, 0.5);
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
}

.join-Us-banner-WTC .join-us-wtc-btn .btn-custom:hover {
  background: var(--primary-color);
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.5);
}

/* ***ticket-pricing-section**** */

.ticket-pricing-section {
  padding: 100px 10px !important;
}

.ticket-pricing-section .ticket-pricing-wraper {
  padding-top: 50px;
  height: 400px;
}

.ticket-pricing-wraper .ticket-outer {
  margin: 10px;
}
.ticket-pricing-wraper .ticket-inner {
  padding: 15px;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  transition: 0.33s ease-in-out;
}

.ticket-pricing-wraper .ticket-inner .ticket-text {
  background: var(--primary-color);
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
}

.ticket-pricing-wraper .ticket-inner .ticket-text h1 {
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}

.ticket-pricing-wraper .ticket-inner .ticket-text p {
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 26px;
}

.ticket-pricing-wraper .ticket-inner .ticket-reward {
  height: 150px;
  padding: 20px 10px 20px 10px;
}

.ticket-pricing-wraper .ticket-inner .ticket-reward div {
  display: -webkit-inline-box;
  align-items: center;
}
.ticket-pricing-wraper .ticket-inner .ticket-reward div p {
  padding-left: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #1f1f1f;
  font-weight: 400;
}

.ticket-button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ticket-button a {
  width: 55%;
  background-color: transparent;
  color: var(--secoundy-color);
  border: 2px solid var(--secoundy-color);
  padding: 14px !important;
  font-size: 16px;
}

/* ticket-box-hover */

.ticket-pricing-wraper .ticket-inner:hover {
  cursor: pointer;
  margin-top: -20px;
  transition: 0.33s ease-in-out;
}

.ticket-pricing-wraper .ticket-inner:hover .ticket-text {
  background-color: #092459;
  transition: 0.33s ease-in-out;
}

.ticket-pricing-wraper .ticket-inner:hover .ticket-button a {
  background: var(--secoundy-color);
  color: #fff;
  transition: 0.33s ease-in-out;
}

/* our-past-events */

.our-evet-wrap {
  padding: 0px 20px !important;
}

.our-past-events {
  padding-top: 100px;
}

.our-past-events .evnet-photos .images {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 10px;
  height: 500px;
}

.images-event-first {
  height: 300px;
}

.images-event-secound {
  height: 180px;
  object-fit: contain;
}

.our-past-events .evnet-photos img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: none;
}

/* partner */

/* ath_carousel_se_01 for Participants*/

.ath_carousel_se_01_carousel {
  padding: 20px 0px 0px 10px;
}

.Participants-section {
  margin-top: 70px;
}

.ath_carousel_se_01 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #ff5e14;
  border: 0px solid #ff5e14;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #ff5e14;
  padding: 5px;
  border-radius: 50%;
}

.ath_carousel_se_01 .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: #ff5e14;
  opacity: 0.8;
  padding: 5px;
  border-radius: 50%;
  background: #ff5e14;
}

.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 43%;
  right: -50px;
  padding: 0px 15px 6px 15px !important;
  background: url("../images/slider-right-orange.png");
  background-size: 100% 100%;
  height: 45px;
  width: 45px;
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: var(--secoundy-color);
  z-index: 10;
  cursor: pointer;
}

.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 43%;
  left: -50px;
  height: 45px;
  width: 45px;
  background: url("../images/slider-left-orange.png");
  background-size: 100% 100%;
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: var(--secoundy-color);
  z-index: 10;
  cursor: pointer;
}

.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-next span,
.ath_carousel_se_01 .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.ath_carousel_se_01 .owl-carousel .owl-nav.disabled {
  display: block;
}
.ath_carousel_se_01 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.ath_carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.ath_carousel_se_01 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.ath_carousel_se_01 .main_services {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #dbdbdb;
}

.ath_carousel_se_01 .main_services div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ath_carousel_se_01 .main_services div img {
  /* margin: 10px; */
  padding: 20px;
}

.ath_carousel_se_01 .main_services div .logo-first {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px;
}

/* ath_carousel_se_02 for Pre-Event-Preparation*/

.pre-event-section {
  height: 1000px;
  overflow: hidden;
}
.pre-envnet-participation {
  margin-top: -217px;
  position: relative;
  margin-left: 311px;
  margin-top: -12%;
  margin-left: 14.5%;
}

.ath_carousel_se_02 .owl-stage {
  margin-top: 20px;
}

.ath_carousel_se_02 .owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
  display: none;
}

.ath_carousel_se_02 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.ath_carousel_se_02 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #ff5e14;
  border: 0px solid #ff5e14;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}

.ath_carousel_se_02 .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #ff5e14;
  padding: 5px;
  border-radius: 50%;
}

.ath_carousel_se_02 .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: #ff5e14;
  opacity: 0.8;
  padding: 5px;
  border-radius: 50%;
  background: #ff5e14;
}

.ath_carousel_se_02 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: -40px;
  left: 70px;
  padding: 0px 15px 6px 15px !important;
  background: url("../images/slider-right-white.png");
  background-size: 100% 100%;
  height: 45px;
  width: 45px;
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: var(--secoundy-color);
  z-index: 10;
  cursor: pointer;
}

.ath_carousel_se_02 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -40px;
  left: 10px;
  height: 45px;
  width: 45px;
  background: url("../images/slider-left-white.png");
  background-size: 100% 100%;
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: var(--secoundy-color);
  z-index: 10;
  cursor: pointer;
}

.ath_carousel_se_02 .owl-carousel .owl-nav button.owl-next span,
.ath_carousel_se_02 .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.ath_carousel_se_02 .owl-carousel .owl-nav.disabled {
  display: block;
}
.ath_carousel_se_02 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.ath_carousel_se_02 .owl-arrow .owl-nav .owl-prev,
.ath_carousel_se_02 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.ath_carousel_se_02 .main_services {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ath_carousel_se_02 .main_services .event-outer {
  margin: 10px;
}

.ath_carousel_se_02 .main_services .pre-evnet-text {
  text-align: left;
  background-color: #fff;
  border: 2px solid #eaeaea;
  padding: 25px;
  height: 300px;
  overflow: hidden;
}

.ath_carousel_se_02 .main_services .pre-evnet-text:hover {
  cursor: grabbing;
}

.ath_carousel_se_02 .main_services .pre-evnet-text h6 {
  font-size: 24px;
  line-height: 30px;
  color: var(--secoundy-color);
  font-weight: 600;
  margin: 0;
}

.ath_carousel_se_02 .main_services .pre-evnet-text p {
  font-size: 18px;
  line-height: 30px;
  color: #5c5c5c;
  font-weight: 400;
  width: 100%;
}

/* pre-evnet-wraper */

.pre-evnet-wrap {
  background: url("../images/pre-event-preparation-bg.jpg");
  height: 680px;
}

.pre-evnet-wrap .pre-enent-text-wrap {
  text-align: left;
  color: #fff;
  margin-left: 14.5%;
  padding-top: 100px;
}

.pre-evnet-wrap .pre-enent-text-wrap .header-blue-wrap h1 {
  position: relative;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.pre-evnet-wrap .pre-enent-text-wrap h4 {
  font-size: 30px;
  margin: 0;
  margin-top: 30px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.pre-evnet-wrap .pre-enent-text-wrap p {
  line-height: 36px;
  font-size: 24px;
  margin: 10px 0px;
  color: #ffffff;
  font-weight: 400;
  width: 80%;
}

.pre-evnet-wrap .pre-enent-text-wrap .header-blue-wrap h1::before {
  left: 0%;
}

/* *******faq****** */

.faq-section {
  display: flex;
  justify-content: center;
}
#accordionExample {
  width: 70%;
}

.faq-section-wrap {
  padding-bottom: 100px;
}

.faq-section-wrap .faq-heading p {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #5c5c5c;
  font-weight: 400;
  padding: 50px 160px;
}
.accordion-item {
  margin-bottom: 10px;
  border-radius: 5px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background: url("../images/collapse.png") no-repeat;
  background-position: 100% 100%;
  height: 30px;
  width: 30px;
}
.accordion-button:not(.collapsed)::after {
  background: url("../images/expand.png") no-repeat;
  background-position: 100% 100%;
}

.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
  font-size: 20px;
  color: #1f1f1f;
  font-weight: 600;
  border-top: 1px solid #dee2e6;
  border-radius: 5px;
}

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

.accordion-button:not(.collapsed),
.accordion-button.collapsed,
.accordion-body {
  background: #fafafa;
}

.accordion-body {
  padding-left: 35px;
}

.accordion-body p {
  font-size: 18px;
  line-height: 25px;
  color: #5c5c5c;
  font-weight: 400;
}

/* footer */

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

.footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.footer p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}

.footer span {
  color: var(--secoundy-color);
}

.footer .infinGlobal:hover
{
  /* font-weight: bold; */
  /* cursor: pointer;
  transition: 0.33s; */

}

/* *******contact-Us****** */

.contactUs-banner-wraper {
  height:630px;
  width: 100%;
  background: url("../images/contactUs/concat-banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.banner-wraper .banner-effect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-image: linear-gradient(to top, #13387e, #020a1a);
}

.banner-wraper h1 {
  position: absolute;
  top: 50%;
  font-size: 92px;
  line-height: 92px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}

.breadcrumb-wrap {
  position: absolute;
  bottom: 10px;
}

.breadcrumb {
  padding: 8px 30px;
  border-radius: 22px;
  background-color: #09162e;
  border: 2px solid #4c5f85;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb-item {
  color: var(--secoundy-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.contact-wrap {
  padding: 100px 0px;
}

.contact-wrap form input {
  height: 50px;
}

.contact-wrap form .form-label {
  font-size: 18px;
  color: #070707;
  font-weight: 500;
}

::placeholder {
  font-size: 16px;
  color: #c6bebe;
  font-weight: 300;
  font-family: Poppins, sans-serif;
}


.contact-wrap button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.contact-address-section .contact-inner-wrap
{
    border-right: 1px solid #d4d4d4;
    padding-right: 80px;
}

.contact-wrap .contact-form
{
  padding-left:80px ;

}

.contact-address
{
  border-radius: 24px;
  /* background-color:var(--primary-color); */
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;

}

.contact-address .contact-address-inner{
  padding: 30px;
  display: flex;
}

.contact-address .contact-address-inner p
{
font-size: 24px;
line-height: 24px;
color: var(--primary-color);
font-weight: 600;
}


.contact-address .contact-address-inner img
{
height: 50px;
width: 50px;
}



.contact-address .contact-address-inner span
{
font-size: 20px;
line-height: 30px;
color: #333333;
font-weight: 400;
}

.contact-address .contact-address-inner a
{
font-size: 20px ;
line-height: 28px;
color: #333333;
font-weight: 400;
text-decoration: none;
word-break: break-word;
}


/* contact-address-inner-hovder */

.contact-address:hover
{
  background: var(--primary-color);
  border-radius: 24px;
  cursor: pointer;
  transition: 0.33s ease-in-out;
}

.contact-address:hover .contac-text h3,
.contact-address:hover .contac-text span,
.contact-address:hover .contac-text a
{
  color: #fff;
  transition: 0.33s ease-in-out;
  

}
.contact-inner-wrap .btn-map-direction .btn-custom
{
  background-color: var(--primary-color);
}

/* contact-location */

.contact-loction-wrap
{
  padding-bottom: 80px;

}

.contact-loction-wrap .contact-location-inner
{
font-size: 20px;
line-height: 28px;
color: #333333;
font-weight: 400;
}

.contact-loction-wrap .public-trunsit 
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-loction-wrap .contact-location-inner span
{
  position: relative;
}


.contact-loction-wrap .contact-location-inner span::before
{
  content: "";
    height: 6px;
    width: 6px;
    background: var(--primary-color);
    position: absolute;
    top: 11px;
    left: -12px;
    border-radius: 50%;

}

.contact-public-transit
{
  display: flex;
  justify-content: space-between;
}


.contact-public-transit .public-text
{
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.contact-public-transit .public-text p
{
  width: 120px;
}

.contact-public-transit .public-text span
{
  width: 70%;
}


.contact-public-transit .public-number
{
  width: 20%;
}

/* contact-map */


.embed-map-container {
  height: 500px;
}
.embed-map-frame {
  width: 100%;
  height: inherit ;
}

.breadcrumb-item+.breadcrumb-item::before
{
  content: ">";
  color: var(--secoundy-color);
}


/* agenda-section */

.agenda-banner-wraper {
    height: 630px;
    width: 100%;
    background: url(../images/agenda/Banner.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.agenda-section 
{
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

.agenda-section .stick-section h3 {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.agenda-section-sticky {
    display: table;
}

.agenda-section .right-section {
    float: right;
    width: 78%;
}

.agenda-section .right-section  section i
{
  color: var(--secoundy-color);
  margin-right: 8px !important;
  height: 50px;

}
.agenda-section .right-section section
{
      background: rgba(255, 255, 255, 0.65);
    padding: 20px 20px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.agenda-section .stick-section {
    display: inline-block;
    position: sticky;
    top: 150px;
    width: 20%;
}

.agend-section-wrap 
{
  background: #fff;
}

.why-attend-text
{
  padding-bottom: 50px;
}
 
.agend-section-wrap .header-blue-wrap p
{
  font-size: 24px;
line-height: 34px;
color: #333333;
font-weight: 400;
  text-align: left;
  padding-top: 40px;

}

.agend-section-wrap .header-blue-wrap span
{
  color: var(--secoundy-color);

}

.agenda-section .agenda-date-box {
    margin-bottom: 30px;
    padding:0px 0px 0px 10px;
    border-left: 5px solid transparent;
    transition: 0.33s ease-in-out;
}

.agenda-section .agenda-date-box  a
{
  font-size: 45px;
line-height: 60px;
color: #b9b9b9;
font-weight: 600;
text-decoration: none;

}
 .agenda-section .agenda-date-box a span
{
color: #5c5c5c;
}

.agenda-section .agenda-date-box .day-date
{
  display: block;
font-size: 20px;
line-height: 24px;
color: #a3a3a3;
font-weight: 400;

}

/* agenda-box-active-style */

.agenda-date-box.active {
  border-left: 5px solid var(--secoundy-color);
  transition: 0.3s ease-in-out;
}

.agenda-date-box.active a {
  color: var(--primary-color);
}

.agenda-date-box.active a span {
  color: var(--secoundy-color);
}

.agenda-date-box.active .day-date
 {
  color: #333333;
}

/* day-agenda-detail-wrap */


.day-agenda-detail-wrap .d-flex
{
  width: max-content;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0px 16px 0px;

}

.day-agenda-detail-wrap .d-flex :first-child
{
  font-size: 28px;
  color: var(--secoundy-color);
  line-height: 30px;
  font-weight: 500;

}

.day-agenda-detail-wrap .d-flex :last-child {  
font-size: 18px;
color:var(--primary-color);
font-weight: 400;
}

sup {
  font-size-adjust: 0.45;
}
    

.day-agenda-detail-wrap img
{
  width: 100%;
  border-radius: 8px;
}

.day-agenda-detail-wrap .day-timeline
{
    display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding-bottom: 200px; */
  /* border-bottom: 1px solid #d4d4d4; */

}


.day-agenda-detail-wrap .day-timeline-inner ul,li
{
    list-style: none;
  padding: 0;

}

.day-agenda-detail-wrap .day-timeline-inner h5 {
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #f4f4f4;
    display: inline-block;
    padding-bottom: 10px;
}

.day-agenda-detail-wrap .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.day-agenda-detail-wrap .sessions li div {
display: flex;
align-items: baseline;

}


.day-agenda-detail-wrap .day-timeline-inner li {
  padding-bottom: 50px;
  border-left: 1px solid #dadada;
  position: relative;
  padding-left: 20px;
  margin-left: 5px;
}

.day-agenda-detail-wrap .day-timeline-inner li:last-child {
  border: 0px;
  padding-bottom: 0;
}

.day-agenda-detail-wrap .day-timeline-inner li:before {
  content: "";
  width: 17px;
  height: 17px;
  background:var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: 0px;
}

.day-agenda-detail-wrap .day-timeline-inner .sessions p{
font-size: 20px;
line-height: 36px;
color: #5c5c5c;
font-weight: 400;
/* padding-top: 10px; */
}

.day-agenda-detail-wrap .day-timeline-inner li.active {
  /* background-color: #f0f8ff; */
  border-left-color: var(--secoundy-color);
}

.day-agenda-detail-wrap .day-timeline-inner li.active:before {
  background-color: #fff;
  border: 3px solid var(--primary-color);
}

.agenda-date-box.active .agenda_activity{
  font-size: 30px;
    line-height: 44px;
}

.agenda-section .agenda-date-box 
 .agenda_activity{
  font-size: 28px;
  line-height: 30px;
}
.day-agenda-detail-wrap .sports_icon{
  width: 23px !important;
  margin-right: 6px;
}

/* our venue pages */

 .venue-banner-wraper {
  height:630px;
  width: 100%;
  background: url("../images/venue/Banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.our-vanue-wrap .header-blue-wrap h1,
.our-vanue-wrap .header-blue-wrap p
{
  margin-top: 50px;

}

     #animated-thumbnails-gallery
     {
      margin-top: 10px;
      background: rgb(239, 239, 239);
    border-radius: 24px;
    margin-bottom: 50px;
     }

    #animated-thumbnails-gallery a
    {
      border-radius: 8px !important;
      transition: 0.67s ease-in-out;
      border: 1px solid #ffffff;
    }

    #animated-thumbnails-gallery a img
    {     
    transition: 0.67s ease-in-out;
  
    }

    #animated-thumbnails-gallery a:hover
    {
      box-shadow: 0px 5px 20px rgba(0,0,0,0.25); 
    }
    
     
    #animated-thumbnails-gallery a:hover img
    {
      transform: scale(1.2);
      transition: 0.67s ease-in-out;
      cursor: pointer;
    }

    .our-vanue-wrap .venue-heading-p{
      font-size: 22px;
    }


    /* About-conference */


    .about-conference-wrap
    {
      width: 100%;
      margin: 50px 0px;
      display: flex;
      position: relative;


    }

    .about-banner-wraper {
  height:630px;
  width: 100%;
  background: url("../images/about/about-banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
    .about-conference-wrap .about-images
    {
      position: relative;
    height: 662px;
     width: 100%;
     background-color: #f5f5f5;
     border-top-right-radius: 32px;
     border-bottom-right-radius: 32px;
     background:url(../images/about/About-Conference.png);
     /* background:url(../images/venue/vanue_images_1.jpeg); */
     /* background:url(../images/about/about-conference.png); */
     background-size: cover;
     padding: 50px 0px;
    }

    .about-conference-wrap .about-images .about-img-effect
    {
    position: absolute;
    height: 100%;
    width: 100% !important;
    top: 0;
    width: inherit;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 32px;
    display: none;
    }

    /* .about-conference-wrap .about-details
    {
     
    width: 50%;
    padding: 16px;
    position: relative ;
    left: 80%;
    border: 1px solid #d4d4d4;
    background: rgba(255, 255, 255,1);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: transparent;

    }

    .about-conference-wrap .about-details h3
    {
      line-height: 38px;
    } */

     .about-achivment-count .couint-inner 

    {
      display: flex;
      align-items: baseline;
      margin-top: 24px;

    }

    .about-achivment-count .couint-inner img

    {
      width: 40px;
      margin-right: 10px;
    }

    .about-achivment-count .couint-inner h4
    {
      font-size: 22px;
      line-height: 28px;
      margin: 0;
    }

    .about-achivment-count .couint-inner p
    {
        font-size: 16px;
        line-height: 20px;
    }

    .visa-guideline-wrap .header-blue-wrap p
    {
      margin-top: 40px;
      font-size: 24px;

    }
.visa-guideline-wrap .visa-inner
{
  display: flex;
}
.visa-guideline-wrap .visa-inner img
{
  margin-right: 10px;
}


  .about-visa-country p
 {
  font-size: 22px;
  list-style: 24px;
  text-align: center;
  padding: 30px 0px;

 }

 .about-visa-country
 {
  background-color: #f5f5f5;

 }

 .visa-guidelines .visa-outer
 {
  height: 230px;
  border-radius: 8px;
    border: 1px solid #d4d4d4;
  padding: 20px;
 }

 .visa-guidelines .tourist-visa .visa-outer
 {
  height: auto;

 }
 /* .about-detils-inner
 {
      background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
 } */

 .modal-footer button
 {
  background-color: #1c51b5 !important;
 }

 .about-conference .about-main-space{
  margin-top: 90px;
 }

 .about-conference .about-point p{
      margin-bottom: 8px;

 }


 /* sponsor-ship-section */

 .sponsorship-banner-wraper {
    height: 630px;
    width: 100%;
    background: url(../images/sponsership/sponsership_banner.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

 .sponsor-ship-text,
 .sponsor-ship-content,
 .sponsorship-packages-section
 {
  margin-top: 80px;
 }

 .sponsorship-packages-section .header-blue-wrap h1
 {
  font-size: 52px;
 }

 .sponsor-packages-box
 {
  margin-top: 50px;
 }


 .sponsor-ship-content .sponsor-ship-content-img
 {
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-radius: 16px;

 }

  .sponsor-ship-content .sponsor-ship-content-img img
 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
 }

 .sponsor-ship-content .content p
 {
  font-size: 20px;
 }

 .sponsor-ship-text .head-text-wraper h2
 {
  font-size: 52px;
 }

 .sponsor-ship-wrap
 {
    /* display: flex;
    flex-wrap:wrap; */
    /* width: 100%; */
    /* border: 1px solid #d4d4d4; */
    margin-left: 8px;
    padding: 20px;
    margin-bottom: 32px;
    border-radius: 16px;
    background: #fff;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); */
    /* box-shadow:     0px 5px 14px hsl(0deg 0% 0% / 0.15); */
    box-shadow: 0px 5px 10px hsl(0deg 0% 0% / 0.1);
 }

 .sponsor-ship-wrap .sponsor-ship-images
 {
  width: 100%;
 }
 
  .sponsor-ship-wrap .sponsor-ship-images div
 {
 
  height: 100%;
 }


  .sponsor-ship-wrap .sponsor-ship-images :first-child
 {
  overflow: hidden;
  border-radius:8px ;
  transition: 0.67s;
 }

  .sponsor-ship-wrap .sponsor-ship-images img
 {
  height: 250px !important;
  width: 100% ;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
 }

 .sponsor-ship-wrap .sponsor-ship-images img:hover
 {
  transform: scale(1.1);
  transition: 0.67s;
 }

  .sponsor-ship-wrap .sponsier-ship-text
 {
  padding: 20px 0px 0px 0px;
 }

  .sponsier-ship-text .pricing
  {
    display: flex;
    /* border-top: 1px solid #f3f3f3; */
    padding-top: 10px;
  }
 .sponsier-ship-text .pricing .price
 {
  display: flex;
  justify-content: right;
  width: 120px;
  /* display: flex; */
  /* justify-content: space-between; */
 }

  .sponsier-ship-text .pricing .price.day
  {
    justify-content: start;
    border-right: 1px solid #d4d4d4;
  }

  .sponsier-ship-text .pricing .price .badge.badge-primary
 {
color: #f47416;
font-size: 18px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
 }

 
   .sponsier-ship-text .pricing .price .price-text
 {
  font-weight: 500;
 }

  .sponsier-ship-text .pricing .price p
 {
  /* font-weight: 600; */
 }


.sponsier-ship-text .pricing h5
{
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 5px;
}
 .sponsier-ship-text h3
 {
  position: relative;
  /* padding: 0px 0px 16px 0px; */
  /* background-color: #f5f5f5; */
  border-radius: 8px;

 }

 .sponsier-ship-text h3::before
 {
    content: "";
    height: 2px;
    width: 25%;
    background: #f47216;
    position: absolute;
    top:110%;

 }
  .sponsor-ship-wrap .sponsier-ship-text ul
  {
    padding-left: 20px;
    margin-top: 8px;
  }

 .sponsor-ship-wrap .sponsier-ship-text ul li
 {
  list-style-type: circle;
  font-size: 16px;
  padding-top: 8px;

 }

  .sponsor-ship-wrap .sponsier-ship-text ul li::marker
 {
 color: var(--secoundy-color);
 }

 .sponsor-ship-img-content
 {
  /* margin-top: 20px; */
 }
  .sponsor-ship-img-content .img-text
 {
  display: flex;
  align-items: baseline;
  margin-top: 16px;


 }

 .sponsor-ship-img-content .img-text img
 {
  width: auto;
  vertical-align: top;
  margin-right: 10px;
 }

 .img-wrape {
  overflow: hidden;
 }
.img-wrape img {
  max-width: 100%;  
  border-radius: 16px;
  height: auto;
}
.img-wrape .price-wrape {
  display: flex;
  gap: 30px;
  padding: 30px 0 30px;
}
.img-wrape .price-wrape p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-color);
}
.img-wrape .price-wrape p span {
  font-size: 16px;
  width: 100%;
  display: block;
  line-height: 1.5;
  color: #999;
  font-weight: 400;
  color: var(--secoundy-color);
}
.img-wrape .price-wrape p:last-child {
  border-left: 1px solid #e2e2e2;
  padding-left: 30px;
}
.Participants-section .owl-carousel .owl-stage-outer {
  padding-left: 2px;
}
.Participants-section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.Participants-section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.accordion-button::after {
  transform: none !important;
}

table.table th {
  color: var(--primary-color);
  font-size: 18px;
  padding: 16px;
}
table.table td {
  padding: 16px;
}
table.table td td {
  padding: 5px;
  border: 0;
}
table.table td table {
  margin-bottom: 0;
}
.our-vanue-wrap .header-blue-wrap .venue_list p {
  margin-top: 0;
  margin-bottom: 10px;
}

.sponsor-ship-text .sponsor-heading-p p{
  font-size: 20px;
}
.sponsor-ship-content .sponsor-sub-text{
  font-size: 18px !important;
}

/* venue page css */

.our-vanue-wrap .venue_list li{
  list-style-type: disc;
  font-size: 18px;
  padding-top: 8px;
  font-weight: 700;
  line-height: 25px;
}

/* FAQ */

 .faq-banner-wraper {
  height:630px;
  width: 100%;
  background: url("../images/faq/faq-banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

  .accordion-body .faq-list li 
 {
  list-style-type: disc;
  font-size: 18px;
  padding-top: 8px;
  font-weight: 400;
  line-height: 25px;
 }

 .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

 .table-bordered {
    border: 1px solid #dee2e6;
}

.payment-process-header{
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

 /* about conference */

.about-conference .about-list li{
font-size: 20px;
list-style-type: disc;
}

.about-point p{
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}

.about-conference .about-text p{
  font-size: 20px;
}
 
/* sponsership */
.sponser-list {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: inside none;
  padding: 0;
}
.sponser-list li {
  font-size: 17px;
  list-style: inside none;
  padding-left: 35px;
  line-height: 1.35;
  position: relative;
  margin-bottom: 15px;
}
.sponser-list li::after {
  background: url(../images/arrow-left.png) no-repeat;
  width: 19px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
}

.seprator-line {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin: 50px auto;
  display: block;
}

.mob-display {
  display: none;
}

.sponsership-packages-pad .row {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.sponsership-packages-pad .row:last-child {
  border-bottom: 0;
  margin-bottom: 80px;
}

/* media */

@media screen and (max-width: 1500px) {
  .Participants-section .container {
    padding: 50px 150px !important;
  }

  .pre-evnet-wrap .pre-enent-text-wrap {
    padding-top: 70px;
  }

  .pre-envnet-participation {
    margin-top: -14%;
  }
  .ath_carousel_se_02 .main_services .pre-evnet-text h6 {
    font-size: 20px;
  }

  .ath_carousel_se_02 .main_services .pre-evnet-text p {
    font-size: 16px;
  }

  .ath_carousel_se_02 .main_services .pre-evnet-text {
    padding: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .WTC-button-wraper a {
    padding: 10px !important;
    font-size: 14px;
  }
  .header-navbars .navbar ul li a {
    padding: 0px 20px 0px 0px !important;
  }

  .join-Us-banner-wrap h1 {
    font-size: 62px;
    line-height: 62px;
  }
  .ticket-button a {
    width: 62%;
  }
  .video-curve-img {
    height: 100px;
  }

  .conference-wraper .conference-img img {
    width: 80%;
  }

  .join-Us-banner-wrap .joi-us-text img {
    width: 30px;
  }

  .join-Us-banner-wrap .joi-us-text p {
    font-size: 24px;
  }
  .header-img {
    width: 250px;
    text-align: center;
  }

  .header-img img {
    width: 200px;
  }

  .wtc-count-section .count-box p {
    font-size: 18px;
  }

  .wtc-count-section .count-box h4 {
    font-size: 35px;
  }

  .head-text-wraper h2,
  .conference-wraper .conference-text .head-text-wraper h2,
  .header-blue-wrap h1,
  .compnay-number-wrap .attect-count h1,
  .join-Us-banner-WTC .join-us-text-WTC h1 {
    font-size: 52px;
    width: 100%;
    line-height: 52px;
  }

  .compnay-number-wrap .attect-count h1
  {
    width: 160px;
  }
  .banner-wraper h1 {
    font-size: 72px;
  }

  .compnay-number-wrap .attect-count img {
    width: 60px;
  }

  .btn-custom {
    font-size: 16px !important;
  }

  .Participants-section .container {
    padding: 0px 100px !important;
  }

  /* contact-US */
  .breadcrumb-wrap,
  .banner-wraper h1 {
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    
  }

  .Wtc-video-banner
  {
    height: 800px;
  }

  .Wtc-video-banner video
  {
    height: 800px;
    object-fit: cover;
  }

  .about-conference-wrap .about-details
  {
    width: 75%;
    left: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .join-Us-banner-wrap {
    top: 56%;
  }
  .join-Us-banner-wrap .joi-us-text img {
    width: 30px;
  }

  .join-Us-banner-wrap .joi-us-text p {
    font-size: 18px;
  }

  .join-Us-banner-wrap h1 {
    font-size: 52px;
    line-height: 62px;
  }

  .conference-wraper .conference-text .head-text-wraper h2 {
    font-size: 62px;
    line-height: 62px;
    width: 100%;
  }

  .compnay-number-wrap .attect-count img {
    width: 50px;
  }

  .conference-wraper .conference-img img {
    width: 100%;
    margin-top: 50px;
  }

  .faq-section-wrap .faq-heading p {
    padding: 20px 100px;
  }

  #accordionExample {
    width: 90%;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ath_carousel_se_02 .main_services .pre-evnet-text {
    height: 330px;
  }

  .pre-evnet-wrap .pre-enent-text-wrap p {
    width: 95%;
    font-size: 18px;
    line-height: 30px;
  }

  .pre-envnet-participation {
    margin-top: -25%;
  }

  #offcanvasNavbar {
    margin-left: 0;
    margin-top: 0;
  }

  .WTC-navbar-wraper .offcanvas-body {
    display: block;
  }

  .header-blue-wrap h1::before {
    width: 250px;
    margin-left: 0;
  }

    .conference-wraper .conference-img .text-center {
    text-align: center !important;
  }
  #conference-section1,
  #conference-section2
  {
    transform: translateX(0px);
  }

    .navbar-expand-xl .container {
    padding: 0px 30px ;
  }

  .header-img
  {
    text-align: end;
  }

  .contact-loction-wrap
  {
    padding-left: 30px;
    padding-right: 30px;
  }

    .contact-loction-wrap .border-end
  {
    border: none !important;
    border-bottom: 1px solid #d8d8d8 !important;
    margin-bottom: 16px;
  }

  .contact-wrap
  {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-wrap .contact-form
  {
    padding: 0;

  }

  .contact-address-section .contact-inner-wrap
  {
    border: none !important;
    padding-right: 0;
  }


  .sponsor-ship-text .head-text-wraper h2 span::before
  {
    display:none;
  }
  .our-vanue-wrap .header-blue-wrap h1::before
  {
    display: none;

  }
  .banner-wraper h1 {
    font-size: 60px;
  }
  .sponsorship-banner-wraper {
    height: 500px;
  }
  .about-banner-wraper {
    height: 500px;
  }
  .agenda-banner-wraper {
    height: 500px;
  }
  .venue-banner-wraper {
    height: 500px;
  }
  .contact-banner-wraper {
    height: 500px;
  }
  .faq-banner-wraper {
    height: 500px;
  }
}


@media screen and (max-width: 1199px) {

  .header-navbars .navbar ul li a {
    color: #000 !important;
    padding: 9px 0px !important;
    font-weight: 500;
  }

    .WTC-navbar-wraper .WTC-button-wraper {
    padding-top: 20px;
    margin-top: 12px;
    border-top: 1px solid #f3f3f3;
  }
    .header-navbars .navbar ul {

    margin-left: 16px;
  }
  .header-navbars .navbar ul li
  {
    list-style-type: disclosure-closed;
    list-style-type: disc;

  }

  .header-navbars .navbar li::marker {
    font-size: small;
    color: #d1d1d1;
}

  .WTC-button-wraper a
  {
    padding: 10px 25px !important;
  }
}

@media screen and (max-width: 1024px) {
  .responsive-logo-img-1 {
    display: block;
  }

  .responsive-logo-img-2 {
    display: none;
  }

  .nav-togal-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .video-curve-img {
    height: 50px;
  }


  .attend-card-wrapper .card-box-inner {
    height: 330px;
  }

  .join-Us-banner-WTC .join-us-text-WTC p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .join-Us-banner-WTC .join-us-text-WTC h1 {
    font-size: 40px;
  }

  .Participants-section .container {
    padding: 10px 100px !important;
  }
  #accordionExample {
    width: 100%;
  }

  .header-blue-wrap h1 {
    font-size: 40px;
    line-height: 1.25;
  }

  .faq-section-wrap .faq-heading p {
    padding: 20px 0px;
  }
  .join-Us-banner-wrap h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .wtc-count-section .count-box {
    width: 14%;
  }

  .conference-wraper .conference-text .head-text-wraper h2 {
    font-size: 42px;
    line-height: 42px;
  }

  .head-text-wraper h2 {
    font-size: 36px;
  }

  .wtc-count-section .count-box h4 {
    font-size: 24px;
  }

  .ath_carousel_se_01 .owl-carousel .owl-nav button.owl-prev,
  .ath_carousel_se_01 .owl-carousel .owl-nav button.owl-next,
  .ath_carousel_se_02 .owl-carousel .owl-nav button.owl-prev,
  .ath_carousel_se_02 .owl-carousel .owl-nav button.owl-next {
    height: 35px;
    width: 35px;
  }

  .head-text-wraper.inner-pages h2 {
    font-size: 52px;
    line-height: 60px;
}

  .header-img img {
    width: 150px;
  }

  .agenda-section .stick-section
  {
    width: 25%;
  }
  .agenda-section .right-section
  {
    width: 70%;

  }
  .day-agenda-detail-wrap .d-flex
  {
    width: 100%;
    justify-content: space-between;

  }

  .why-to-attent-wrapper .header-blue-wrap p
  {
    padding: 10px 20px;
  }

  .about-detils-inner p
  {
    font-size: 16px;

  }

  .about-conference-wrap .about-images
  {
    width: 85%;
    width: 100%;
    background: none;
    height: auto;
    padding: 0 15px;
  }
  .about-conference-wrap .about-details
  {
        width: 100%;
        left:15%;
    
  }
  .about-achivment-count .couint-inner h4,
  .head-text-wraper p,
  .visa-guideline-wrap .header-blue-wrap p,
  .agend-section-wrap .header-blue-wrap p
  {
    font-size: 18px;
  }
  .head-text-wraper p
  {
    margin-top: 30px;
  }

  .sponsor-ship-wrap .sponsier-ship-text ul
  {
    height: auto;
  }

    .sponsor-ship-content .sponsor-ship-content-img,
    .sponsor-ship-content .content
  {
    margin-top: 50px;
  }

   .sponsor-ship-content
   {
    margin-top: 30px;
   }

   .about-conference-wrap .about-details
   {
        position: relative;
    left: 0;
    border: 1px solid #d4d4d4;
   backdrop-filter: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: none;

   }
   .about-detils-inner
   {
    box-shadow: none;
   }

  /* .visa-guideline-wrap .header-blue-wrap
  {
    margin-top: 700px;
  } */


   .mob-display {
    display: block;
    max-width: 100%;
    height: auto;
   }

}

@media screen and (max-width: 1023px) {
  .sponsor-ship-text .head-text-wraper h2 {
    margin-bottom: 90px;
  }
  .compnay-number-wrap .col-xl-3.col-lg-3.col-md-6.col-sm-6.col-6:nth-child(even) .attect-count {
    border-right: 0;
  }
  .attend-card-wrapper .card-box-inner {
    height: auto;
  }
   .about-point p{
    line-height: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .md-wrape {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 800px) {
  .join-Us-banner-wrap h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .join-Us-banner-wrap .banner-sub-title h5
  {
    font-size: 22px;

  }

  .join-Us-banner-wrap {
    top: 56%;
  }

  .btn-custom {
    font-size: 12px;
    padding: 5px 10px;
  }
  .video-curve-img {
    height: 30px;
  }
  .header-blue-wrap h1::before {
    left: 50% !important;
    transform: translate(-50%, -0px);
  }

  .wtc-count-section .count-box {
    width: 20%;
  }

  .navbar-expand-xl .container {
    padding: 0px 20px !important;
  }

  .join-Us-banner-wrap .joi-us-text {
    padding: 5px 0px;
  }

  .head-text-wraper h2 span::before {
    display: none;
  }
  .wtc-count-section {
    gap: 20px;
  }

  .pre-evnet-wrap .pre-enent-text-wrap h4 {
    line-height: 24px;
    font-size: 24px;
  }

  .pre-envnet-participation {
    margin-top: -33%;
  }

  .faq-section-wrap .faq-heading p {
    padding: 30px 0px;
    font-size: 18px;
  }

  .conference-wraper {
    padding: 50px 20px;
  }

  .banner-wraper h1 {
    font-size: 45px;
  }

  .header-blue-wrap.inner-pages h1::before{
    top: 100% !important;
    left: 0 !important;
    transform: translate(0px, 0px);
  }

  .head-text-wraper.inner-pages h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-wraper,
    .banner-wraper .banner-effect
    {
      height: 350px;
    }

    .agenda-section .agenda-date-box a
    {
      font-size: 24px;
      line-height: 0;
    }

    .agenda-section .agenda-date-box .day-date
    {
      font-size: 18px;
      
    }

    .day-agenda-detail-wrap .day-timeline-inner .sessions p
    {
      font-size: 16px;
      line-height: 24px;
    }

    .day-agenda-detail-wrap .day-timeline-inner li h3
    {
      font-size: 18px;
    }
    .day-agenda-detail-wrap .d-flex :first-child
    {
      font-size: 24px;
    }
    .day-agenda-detail-wrap .d-flex :last-child sup,
    .day-agenda-detail-wrap .d-flex :last-child
    {
      font-size: 16px;
    }

    .ticket-pricing-section .ticket-pricing-wraper {
      height: auto;
    }
      .Wtc-video-banner
  {
    height: 650px;
  }

  .Wtc-video-banner video
  {
    height: 650px;
    object-fit: cover;
  }

  .day-agenda-detail-wrap .d-flex
  {
    width: 100%;
    flex-wrap: wrap;

  }

  .day-agenda-detail-wrap .d-flex :last-child
  {
    margin: 0 !important;
  }
  .video-curve-img{
    bottom: 98%;
  }
  
  .about-point p{
    line-height: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .sponsor-ship-wrap {
    margin-left: 0;
  }
  .ath_carousel_se_01 .owl-theme .owl-dots{
    display: none;
  }
     .ath_carousel_se_01 .main_services {
      border: none !important;
  }

  .ath_carousel_se_01 .owl-carousel .owl-nav button.owl-next{
    top: 50%;
  }

  .ath_carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
    top: 50%;
  }
  
  }

@media screen and (max-width: 767px) {
  .ath_carousel_se_01 .main_services {
    border: 1px solid #dbdbdb;
  }
  .responsive-table {
    width: 100%;
    overflow: auto;
  }
  .responsive-table table.table {
    min-width: 600px;
  }
  .wtc-count-section{
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 500px) {
  .compnay-number-wrap .attect-count {
    border: none !important;
  }

  .join-Us-banner-wrap h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .join-Us-banner-wrap .banner-sub-title h5
  {
    font-size: 16px;
  }

  .join-Us-banner-wrap .joi-us-text p,
  .about-achivment-count .couint-inner p,
  .visa-details p {
    font-size: 14px;
  }

  .join-Us-banner-wrap .joi-us-text img {
    width: 20px;
  }

  .btn-custom {
    padding: 5px 10px;
  }

  .join-Us-banner-wrap .joi-us-text {
    padding: 10px;
    
  }

  .conference-wraper .conference-text .head-text-wraper h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .conference-wraper {
    padding: 50px 15px;
  }

  .WTC-counts {
    padding-bottom: 50px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wtc-count-section {
     margin-top: 30px;
     flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0;
  }

  .compnay-number-wrap .attect-count h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .compnay-number-wrap .attect-count p {
    font-size: 18px;
  }

  .join-Us-banner-wrap .join-us-btn {
    margin-top: 16px;
  }

  .join-Us-banner-wrap .join-us-btn .btn-custom,
  .join-Us-banner-WTC .join-us-wtc-btn .btn-custom {
    padding: 5px 11px !important;
    font-size: 12px !important;
  }

  .header-img {
    text-align: end;
  }

  .header-img img {
    width: 120px !important;
  }

  /* .join-Us-banner-wrap h1 {
    font-size: 14px;
  } */

  .video-curve-img {
    height: 0;
  }

  .join-Us-banner-wrap {
    top: 63%;
  }

  .head-text-wraper h2 {
    margin-top: 32px;
    font-size: 28px;
    line-height: 34px;
  }

    .sponsor-ship-text .head-text-wraper h2
  {
    font-size: 32px;
  }

  .conference-wraper .conference-text .head-text-wraper h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }

  .wtc-count-section .count-box {
    width: 37%;
  }

  .wtc-count-section .count-box p {
    font-size: 14px;
  }

  .contact-loction-wrap .contact-location-inner .d-flex.d-flex.justify-content-between :last-child
  {
    width: 100px;
    text-align: end;
  }

  .ath_carousel_se_02 .main_services .pre-evnet-text
  {
    height: 250px;
  }
.contact-public-transit .public-number
{
  width: 25%;
}
  .Wtc-video-banner
  {
    height: 500px;
  }

  .Wtc-video-banner video
  {
    height: 500px;
    object-fit: cover;
  }

  .agenda-section .agenda-date-box a
  {
    font-size: 20px;
  }
  .agenda-section .right-section section
  {
    padding: 10px;
  }

  .day-agenda-detail-wrap .day-timeline-inner li:before
  {
    width: 12px;
    height: 12px;
    left: -6px;
  }
  .day-agenda-detail-wrap .day-timeline-inner li
  {
    padding-left: 12px;
  }

  .compnay-number-wrap .attect-count h1
  {
    width: 100px;
  }

  .footer p
  {
    font-size: 12px;
    text-align: center;
  }
  .agenda-section .agenda-date-box .agenda_activity{
    font-size: 17px;
  }
}

/* nency css */


 .contact-address .contac-text h3{
    font-size: 20px;
  }

 .conference-text .head-text-wraper .annual-conference-p{
      padding: 0px 0px;
    margin-top: 10px;
 }
 

 .sponsership-soldOut{
      border-radius: 5px;
    padding: 3px;
    font-size: 26px;
    background: #fff;
    border: 2px solid #F47216;
    color: #F47216;
    font-weight: 500;
 }

 .faq-list span{
  padding: 265px;
 }