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

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

p {
  margin: 0;
}

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 .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 {
  padding-top: 15px;
}

.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;
  font-weight: 700;
}

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

.offcanvas-header{
   background-color: var(--primary-color);
}

.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);
}

.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: -6px;
  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.login:hover {
  background: var(--primary-color);
  /* box-shadow: 2px 5px 20px rgba(28, 81, 181, 0.5); */
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
}

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

.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: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

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

.join-Us-banner-wrap h1 {
  font-size: 92px;
  line-height: 92px;
  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: 30px;
  font-weight: 500;
}

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

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

/* WTC-counts */

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

.head-text-wraper h2 {
  font-size: 60px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 400;
}

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

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

.head-text-wraper {
  position: relative;
}

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

.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;
}

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

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

/* 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: 72px;
  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: 103%;
}

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

.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;
}

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

.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;
}

.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/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;
}

.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;
}

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

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

.ticket-pricing-wraper .ticket-inner .ticket-text h1 {
  font-size: 29px;
  /* 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: auto !important;
  padding: 20px 10px 20px 10px;
}

.ticket-pricing-wraper .ticket-inner .ticket-reward div {
  display: flex;
  align-items: center;
  color: #0d2a62;
}
.ticket-pricing-wraper .ticket-inner .ticket-reward div p {
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #0d2a62;
  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: 50%;
  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: 50%;
  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;
}

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

/* 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;
}

.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);
}

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

.banner-wraper {
  height:665px;
  width: 100%;
  /* background: url("../images/Contact_banner.jpg") no-repeat; */
  background:  url("../images/conference/reg-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;
 font-family: Poppins, sans-serif;
}

.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: 35px;
  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: 28px;
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);
}

/* 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: 45px;
    width: 100%;
    line-height: 45px;
  }
  .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;
    
  }
}

@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 {
    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: start !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;
  }
}


@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;
    padding-left:5px !important;

  }

   .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;
  }

  .faq-section-wrap .faq-heading p {
    padding: 20px 0px;
  }
  .join-Us-banner-wrap h1 {
    font-size: 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: 32px;
  }

  .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;
}
}

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

  .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%;
  }
  .compnay-number-wrap .attect-count {
    border-right: 1px solid #bbbbbb !important;
  }

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

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

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

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

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

  .join-Us-banner-wrap .joi-us-text 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: 0;
  }

  .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 {
    justify-content: space-evenly;
    gap: 0;
  }

  .wtc-count-section {
    margin-top: 30px;
  }

  .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: 24px;
    line-height: 34px;
  }

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

  .wtc-count-section .count-box {
    width: 22%;
  }
  .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;
  }

    .footer p {
        font-size: 14px !important;
        text-align: center !important;
        line-height: 25px !important;

    }

   /* .ticket-pricing-wraper .ticket-inner {
            height: 413px !important;

  } */
}
/* @media screen and (max-width: 400px) {
 .ticket-pricing-wraper .ticket-inner {
            height: 513px !important;

  }
}
@media screen and (max-width: 375px) {
 .ticket-pricing-wraper .ticket-inner {
            height: 565px !important;

  }
} */

.banner-text{
  font-family: 'Poppins,sans-serif';
}
