@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Grift-Thin.woff2') format('woff2'),
  url('../fonts/Grift-Thin.woff') format('woff'),
  url('../fonts/Grift-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 200; /* ExtraLight */
  src: url('../fonts/Grift-ExtraLight.woff2') format('woff2'),
  url('../fonts/Grift-ExtraLight.woff') format('woff'),
  url('../fonts/Grift-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 300; /* Light */
  src: url('../fonts/Grift-Light.woff2') format('woff2'),
  url('../fonts/Grift-Light.woff') format('woff'),
  url('../fonts/Grift-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Grift-Regular.woff2') format('woff2'),
  url('../fonts/Grift-Regular.woff') format('woff'),
  url('../fonts/Grift-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Grift-Medium.woff2') format('woff2'),
  url('../fonts/Grift-Medium.woff') format('woff'),
  url('../fonts/Grift-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Grift-Bold.woff2') format('woff2'),
  url('../fonts/Grift-Bold.woff') format('woff'),
  url('../fonts/Grift-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Grift';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Grift-Black.woff2') format('woff2'),
  url('../fonts/Grift-Black.woff') format('woff'),
  url('../fonts/Grift-Black.ttf') format('truetype');
}
:root {
  --anim-time: 1.2s;
  --blending: hard-light;
  --circle-size: 36vw;
  --circle-size-mobile: 70vw;
}
body{
  background-color: #000;
}
p{
  font-size: 18px;
}
::-webkit-scrollbar {
  width: 12px;
}
.bg-dark-1 .title{
  text-align: left !important;
}
.rts-header-area-two .main-header-two{
  padding: 15px 0;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rts-about-area-1 video{
  width: 100%;
}
.top-btn{
  background-color: #24b7c6;
  text-transform: uppercase;
}
.top-btn:hover{
  background-color: #212529;
  border-color: #212529;
}
.top-btn:nth-child(2){
  margin-left: 10px;
}
.rts-reveal-one-video {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: max-content;
  margin-left: auto;
  right: 0;
  overflow: hidden;
}
.use-case-area-start{
	text-wrap: auto;
}
.header--sticky{
	border-bottom: 1px solid #bcb7c654;
}
.banner-bg-1{
	/*
	background: #604FB7;
	background: linear-gradient(270deg, rgba(96, 79, 183, 1) -30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(96, 79, 183, 1) 130%);
	*/
  /*
	background-image: url("../images/banner/bg.jpg");
  background-color: #0E0E0E;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
  */
  height: 1000px;
}
.light-bg{
  background-color: #ffffff;
}
.header-area.header-one .header-wrapper .header-right .nav-area ul li > a, nav.nav-area ul li a, .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger{
	/*color: #062b49; */
  color: #fff;
}
.header--sticky.sticky{
	border: none;
}
.header--sticky.sticky nav.nav-area ul li a{
	color: #fff;
}
.header--sticky.sticky .logo img{
	/*filter: brightness(1) invert(1);*/
}
.hero-logo-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.hero-logo{
  flex-direction: column;
  gap: 30px;
}
.hero-logo img{
  height: 130px;
}
.hero-partner{
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero-partner-name{
  color: var(--tp-common-white);
  font-size: 1rem;
  font-weight: 700;
}
.hero-date{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.hero-date span{
  /* color: #062b49;*/
  color: #fff;
  font-weight: 700;
}
.hero-date span:nth-child(1){
  font-size: 3rem;
  line-height: 1;
}
.hero-date span:nth-child(2){
  font-size: 2rem;
  font-weight: 400;
}
.hero-heading{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  /* color: #362855;*/
  color: #fff;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}
.hero-heading-option{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.hero-heading-option i{
  font-size: 8px;
  color: #28b5c5;
  margin: 0 20px;
}
.hero-main-heading{
  color: var(--tp-primary-color);
  font-size: clamp(2.5rem, 3.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.banner-area.banner-style-one{
  z-index: 1;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.timer{
  position: relative;
  font-size: 1.5rem;
  color: #362855;
  font-weight: 400;
  text-transform: uppercase;
}
.timer-content{
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  width: auto;
  height: auto;
}
.timer-el__number{
  font-family: "Grift", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.timer-el{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #9a89c15e;
  background-color: #fff;
  padding: 5px 10px;
}
/*
.timer-el:nth-child(1), .timer-el:nth-child(3){
  border-right: 1px solid #9a89c15e;
}
.timer-el:nth-child(1), .timer-el:nth-child(2){
  border-bottom: 1px solid #9a89c15e;
}

*/

.rts-offcanvas-wrapper .container-menu .action-menu .burger svg.icon-close:nth-child(1) line{
  stroke: #fff;
}
.shape-about-two{
  position: absolute;
  right: 55px;
  bottom: 60%;
  z-index: -1;
  display: none;
}
.rts-about-area-1 .shape-about-one{
  bottom: 90%;
  display: none;
}
.home .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images {
  background: #f8f8f8;
}
.overview-keys .single-service-h2 .single-service-h2 {
  background: #eeeeee;
  border-color: #dadada;
}
.overview-keys .single-service-h2 .icon {
  border-color: #cdcdcd;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transition: .3s;
}
.overview-keys .single-service-h2 .icon svg path {
  fill: #141414;
}
.overview-keys .single-service-h2 .title {
  color: #141414;
  margin: 0;
  /*font-family: "Grift", sans-serif;*/
  font-weight: 300;
  font-size: 1.8rem;
}
.overview-keys .single-service-h2 a.btn-arrow-right {
  color: #141414;
}
.sub-title-overview .title{
  color: #141414;
}
.overview-keys .single-service-h2{
  background: transparent;
  border: 1px solid #cdcdcd;
  padding: 30px 40px 0 40px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: .5s;
}
.overview-keys .single-service-h2:hover{
  background: #141414;
  cursor: pointer;
  opacity: 1;
}
.overview-keys .single-service-h2:hover .icon{
  transform: scale(1.2);
}
.overview-keys .single-service-h2:hover .inner-content .title{
  color: #fff;
}
.morocco-funding-content{
  flex-direction: column;
  gap: 40px;
}
.morocco-funding{
  background: #141414;
}
.morocco-funding-sub-title, .morocco-number-text{
  font-size: 34px;
  line-height: 120%;
  /* font-family: "Grift", sans-serif;*/
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
}
.morocco-funding-title{
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.morocco-number{
  background: #FFF0FF;
  background: linear-gradient(to top, #FFF0FF 0%, #24b7c6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12rem;
  line-height: 0.9;
  font-family: "Grift", sans-serif;
  font-weight: 900;
}
.morocco-content p{
  color: #9b9b9b;
}
.morocco-funding-heading{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.key-topics {
  background: #141414;
  overflow: hidden;
}
.key-topics img{
  z-index: 2;
  position: relative;
}
.key-topics img.anim-image-parallax{
  width: 100%;
  object-fit: cover;
}
.key-topics .grid-lines-wrapper{
  z-index: 1;
  top: 100px;
}
.key-topics .grid-lines-wrapper .grid-lines .grid-line{
  background: #eeeeee29;
}
.key-topics .sub-title-overview .title{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.key-topics ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 20px;
}
.key-topics ul {
  list-style: none;
}

.key-topics ul li {
  position: relative;
  padding-left: 40px;
  color: #fff;
}

.key-topics ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url('../images/topic-icon.png') no-repeat center center;
  background-size: contain;
}
.powerhouse .title{
  color: #141414;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.powerhouse-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 20px;
}
.powerhouse-col{
  border:1px solid #cdcdcd;
  border-radius:20px;
  padding:20px;
  gap:30px;
  display:flex;
  flex-direction:column;
  overflow: hidden;
}
.powerhouse-col img, .powerhouse-col video{
  border:1px solid #cdcdcd;
  border-radius:20px;
  transition: 0.8s;
  width: 100%;
}
.powerhouse-col:hover img{
  transform: scale(1.2);
  border-radius:0px;
}
.powerhouse-text{
  gap:0;
  display:flex;
  flex-direction:column;
}
.powerhouse-count{
  font-family: "Grift", sans-serif;
  font-weight: 200;
  font-size: 8.5rem;
  line-height: 1;
  color: #141414;
  letter-spacing: -5px;
}
.powerhouse-count-text{
  color: #141414;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.powerhouse .heading-style-wrapper{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.why-morocco p{
  color: #9b9b9b;
}
.why-morocco-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 20px;
}
.why-morocco-wrap:first-child{
  margin-bottom: 60px;
}
.why-morocco-count{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.why-morocco-count hr{
  padding: 0;
  width: 60%;
  margin: 0 auto;
}

.why-morocco-text{
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 1.4;
}
.why-morocco-number{
  /* font-family: "Grift", sans-serif; */
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.why-morocco-number span{
  font-size: 5rem;
  font-weight: 500;
}
.why-morocco-number{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.why-morocco-number-col span{
  font-family: "Grift", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}
.why-morocco .faq-thumbnail-two .main {
  background: #101010;
  border-radius: 20px;
}
.why-morocco img.rts-reveal-image-three{
  border-radius: 20px;
}
.banner-wrapper-seven .title, .speak-main h2, .why-header h1, .exhi-main h2, .overview .title, .powerhouse .title, .why-morocco .title, .departments .title, .attendee-profiles .title, .happenings .pin-spacer .title, .series-sponsors .title{
  font-size: 34px;
  text-align: center;
}
.overview h3.title, .powerhouse h3.title, .why-morocco h3.title, .key-topics h3.title{
  font-size: 22px;
}
.departments .title{
  color: #141414;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}
.departments-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
.departments-content .icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap:20px;
  padding: 20px 15px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
  width: calc(100% / 1); /* 7 items per row */
}
.departments-content .icon-box .img-box{
  height: 46px;
  width: 46px;
}
.departments-content .icon-box .img-box img{
  height: auto;
  width: auto;
}

.departments-content .icon-box:hover{
  background-color: #1eb6c50a;
}
.departments-content .icon-box:last-child{
  border-right: none;
}
.departments-content:last-child .icon-box{
  border-bottom: none;
}
.departments-content .icon-box p{
  font-size: 1.3rem;
  line-height: 1.4;
}
.attendee-profiles .title{
  margin: 0;
  line-height: 1;
  font-weight: 600;
  text-align: center !important;
}
.attendee-profiles .bar {
  width: 100%;
  background-color: #3b3b3b;
  color: #fff;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  position: relative;
  border-radius: 10px;
}
.attendee-profiles .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: #1ab6c5;
  height: 100%;
}
.attendee-profiles .progress-bar.animate-viewport--animate {
  animation: bar-animation 1s ease-in-out;
}
.attendee-profiles-wrap{
  display: flex;
  flex-direction: column;
  background-color: #1e1e1e;
  padding: 15px 0px;
  border-radius: 10px;
}
.attendee-profiles-row{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 40px;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #303030;
  transition: background-color 0.3s ease;
}
.attendee-profiles-row:hover{
  background-color: #1a1919;
}
.attendee-profiles-row:last-child{
  border: none;
}
.attendee-profiles-col p{
  color: #fff;
}
.happenings .pin-spacer p{
  color: #9b9b9b;
}

.testimonial .single-testimonial-2 .left-area img{
  border-radius: 100%;
  border: 1px solid #1a19190f;
}
.testimonial .single-testimonial-2 .content-area .author{
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.testimonial .single-testimonial-2 .testimonial-quote-icon{
  width: 10%;
}
.testimonial .single-testimonial-2 .content-area{
  width: auto;
}
.testimonial .single-testimonial-2 .content-area p.disc{
  text-transform: none;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.testimonial .company{
  color: #24b7c6;
  font-weight: 700;
  line-height: 1.4;
}
.testimonial .designation{
  line-height: 1.4;
  margin: 8px 0;
}
.testimonial .single-testimonial-2 .content-area .author p.name{
  font-weight: 700;
}
.testimonial .title{
  margin: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.series-sponsors .title {
  color: #141414;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.series-sponsors .companies-exhibit {
  padding: 40px 0 0;
  overflow: hidden;
}
.series-sponsors .companies-exhibit .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-right: 1px solid #d0d0d07d;
}
.series-sponsors .companies-exhibit .item .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 129px;
  overflow: hidden;
}
.series-sponsors .companies-exhibit .item .img-wrap img {
  height: auto;
}
.series-sponsors .companies-exhibit .item .img-wrap:first-child {
  border-bottom: 1px solid #d0d0d07d;
}
/* Modal CSS */
.modal-header {
  background-color: #24b7c6;
  color: #fff;
  text-transform: uppercase
}

.btn-close {
  color: #fff !important;
  background: 0 0 !important;
  font-size: 16pt;
  opacity: 1 !important
}

.btn-close:hover {
  color: #fff;
  opacity: 1
}

.modal-body::-webkit-scrollbar {
  width: 5px
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1
}

.modal-body::-webkit-scrollbar-thumb {
  background: #888
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555
}
.header--sticky.sticky .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  color: #fff;
}
.key-topics-wrap{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 20px;
}
.key-topics-col{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.key-topics-col-wrap{
  display: flex;
  gap: 20px;
  align-items: center;
}

.key-topics-col .icon{
  width: 55px;
  height: 54px;
  position: relative;
}
.key-topics-col .icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) brightness(1000%);
  transition: filter 0.3s ease;
  z-index: 1;
}
.key-topics-col .icon svg{
  width: auto;
  height: auto;
  fill:#24b7c6;
  transition: fill 0.3s;
}
.key-topics-col .icon:hover svg, .key-topics-col-wrap:hover svg{
  fill:#fff;
}
.key-topics-col .icon:hover img, .key-topics-col-wrap:hover img{
  filter: brightness(0) saturate(100%);
}
.key-topics-col .icon-text{
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.key-topics-col:nth-child(2) svg{
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.key-topics-col:nth-child(3) svg{
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
} 
.key-topics .single-column{
  padding: 30px 20px 20px 20px;
}
.key-topics .single-item {
    position: relative;
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.key-topics .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    color: #212a49;
    margin-bottom: 25px;
    z-index: 1;
    transition: all 500ms ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.key-topics .single-item:hover .icon-box {
    color: #fff;
}
.key-topics .single-item .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    background: #24b7c6;
    z-index: -1;
    border-radius: 50%;
    transition: all 500ms ease;
}
.key-topics .single-item:hover .icon-box:before {
    transform: scale(1, 1);
}
.key-topics .single-item:hover .icon-box img{
    filter: invert(1) brightness(1000%);
}
.key-topics .single-item h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    color: #9b9b9b;
}

.border-item {
  border-right: 1px solid #cdcdcd12;
  border-bottom: 1px solid #cdcdcd12;
}

/* === RIGHT BORDERS === */

/* md ≥ 768px → 4 cols */
@media (min-width: 768px) {
  .row.row-cols-md-4 > *:nth-child(4n) { border-right: none; }
}

/* sm ≥ 576px < 768px → 2 cols */
@media (min-width: 576px) and (max-width: 767.98px) {
  .row.row-cols-sm-2 > *:nth-child(2n) { border-right: none; }
}

/* xs < 576px → 1 col */
@media (max-width: 575.98px) {
  .row.row-cols-1 > * { border-right: none; }
}


/* === BOTTOM BORDERS (last row only) === */

/* md ≥ 768px → last 4 items lose bottom border */
@media (min-width: 768px) {
  .row.row-cols-md-4 > *:nth-last-child(-n+4) { border-bottom: none; }
}

/* sm ≥ 576px < 768px → last 2 items lose bottom border */
@media (min-width: 576px) and (max-width: 767.98px) {
  .row.row-cols-sm-2 > *:nth-last-child(-n+2) { border-bottom: none; }
}

/* xs < 576px → last 1 item loses bottom border */
@media (max-width: 575.98px) {
  .row.row-cols-1 > *:last-child { border-bottom: none; }
}
.why-exhibit{
  padding: 0;
  margin: 0;
  background-color: #000;
  box-sizing: border-box;
}
.why-exhi-content{
  background-color: #ffffff;
  color:#000000;
}
/* === Base Reset === */
.bg-tiles_ray_down,
.bg-tiles_ray_up,
.bg-tiles_ray_left,
.bg-tiles_ray_right {
  position: absolute;
  border-radius: 100vw;
  opacity: 0; /* GSAP animates */
}

/* === Down Rays (falling) === */
.bg-tiles_ray_down {
  width: 0.5%;   /* thin */
  height: 25%;   /* tall */
  background-image: linear-gradient(180deg, #34a4cf00, #34a4cf); /* cyan down */
}
.bg-tiles_ray_down.is-1 { inset: -25% auto auto 20%; }
.bg-tiles_ray_down.is-2 { inset: -25% auto auto 60%; }

/* === Up Rays (rising) === */
.bg-tiles_ray_up {
  width: 0.5%;
  height: 25%;
  background-image: linear-gradient(0deg, #ff7f5000, #ff7f50); /* coral up */
}
.bg-tiles_ray_up.is-1 { inset: auto auto -25% 30%; }
.bg-tiles_ray_up.is-2 { inset: auto auto -25% 70%; }

/* === Left Rays (slide in) === */
.bg-tiles_ray_left {
  width: 25%;
  height: 0.5%;
  background-image: linear-gradient(270deg, #8a2be200, #8a2be2); /* purple left */
}
.bg-tiles_ray_left.is-1 { inset: 25% auto auto -25%; }
.bg-tiles_ray_left.is-2 { inset: 65% auto auto -25%; }

/* === Right Rays (slide in) === */
.bg-tiles_ray_right {
  width: 25%;
  height: 0.5%;
  background-image: linear-gradient(90deg, #32cd3200, #32cd32); /* green right */
}
.bg-tiles_ray_right.is-1 { inset: 35% -25% auto auto; }
.bg-tiles_ray_right.is-2 { inset: 75% -25% auto auto; }


.exhi-main{
  padding: 60px 0;
}
.exhi-main h2{
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
.why-header{
  color: #ffffff ;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url('../images/dcci.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.why-header h1{
  margin: 0;
  text-transform: uppercase;
}

.tab-container{
  position: relative;
  padding: 0;
  background-color: #000;
}
.tab-container:nth-child(2n-1) {
  background-color: #0c0c0c;
}
.tab-container .image-container{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  top: 0;
  z-index: 0;
}
.id-color{
  color:#24b7c6 ;
}
.tab-container .image-container .bagr-image{
  position: absolute;
  background-position: 50% 40%;
  background-size: cover;
  height: 100%;
  width: 40%;
  right:0 ;
  z-index: 0;
  transition: 0.8s;
}
.tab-container:hover .bagr-image{
  transform: scale(1.2);
}
.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}
.pull-left {
  float: left !important;
  left: 0;
}
.pull-right {
  float: right !important;
  right: 0;
}
.right0 {
  right: 0px;
}    

.inner-padding {
  padding: 90px 0 90px 0;
  color: #ffff;
  z-index: 1;
}
.btn-line, a.btn-line {
  color: #ffffff;
}
.btn-line, a.btn-line, .added_to_cart {
  border: solid 1px rgba(255, 255, 255, .2);
  color: #ffffff;
}
.btn-line, a.btn-line {
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}
.clearfix:before, .clearfix:after{
 display: table;
 content: " ";
}
.header--sticky.dark{
  background: #1e1e1e;
  border: none;
}
.header--sticky.dark nav.nav-area ul li a{
  color: #fff;
}
.header--sticky.dark .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  color: #fff;
}
.header--sticky.dark .logo img {
  /* filter: brightness(1) invert(1); */
}
.exhi-paragraph{
  color: #aaafb5;
}
.speak-main{
  padding: 60px 0;
}
.speak-main h2{
  color: #000;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.why-header{
  color: #ffffff ;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url('../images/why-speak-bg.jpg');
}
.banner-wrapper-seven .title {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.thumbnail-image-banner-7 {
  display: flex;
  justify-content: flex-end;
}
.thumbnail-image-banner-7 img {
  width:100%;
  padding: 80px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 4px 113px 0px rgba(123, 123, 123, 0.17);
  transition: 0.8s;
}

.why-speak-con .why-speak-tab:nth-child(2n-1) {
  flex-direction: row-reverse;
}

.subscribtion-input .hs_submit{
  position: absolute;
  right: 10px;
  top: 6px;
}
.subscribtion-input .hbspt-form{
  position: relative;
}
.subscribtion-input .hs-button:hover{
  transform:none !important;
}
.subscribtion-input .hs-button {
  padding: 10px 22px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF !important;
  border-radius: 3px;
  display: block;
  max-width: max-content;
  transition: 0.3s;
  height: auto !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
.subscribtion-input .hs-email{
  display: flex;
  flex-direction: column;
}
.subscribtion-input label{
  position: relative !important;
}
.subscribtion-input label.hs-error-msg{
  color: red;
}

.why-header-attend{
  color: #ffffff ;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url('/images/why_attend_bg.jpg');
}
.why-attend-content{
  background-color: #ffffff;
  color:#000000;
}
.attend-main{
  padding: 60px 0;
}
.attend-main h2{
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.inner_content{
  position: relative;
}
.inner_content .circle1 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}

.inner_content .circle2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.inner_content .circle1 img, .inner_content .circle2 img{
  opacity: 0.5;
}
.inner_content.why-speak .section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.inner_content.why-speak .section.section-left .left {
  justify-content: flex-start;
  padding-top: 8%;
  padding-right: 4%;
}
.inner_content.why-speak .section .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.inner_content.why-speak .section .left h3 {
  color: #141414;
  line-height: 1.1;
  font-weight: 600;
}
.inner_content.why-speak .section.section-left .left {
  justify-content: flex-start;
  padding-top: 8%;
  padding-right: 4%;
}

.inner_content.why-speak .section.section-left .right img {
  padding: 40px 40px 0 0;
}
.inner_content.why-speak .section .right img {
  min-width: 548px;
  height: 601px;
}
.inner_content.why-speak .section img {
  width: auto;
}
.inner_content.why-speak .section.section-left .right {
  background-position: top right;
}
.inner_content.why-speak .section .right {
  position: relative;
  background: url(../images/image.png);
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
}

.inner_content.why-speak .section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.inner_content.why-speak .section.section-right .right {
  margin-top: -20%;
}
.inner_content.why-speak .section.section-right .right {
  background-position: top left;
  justify-content: flex-start;
}
.inner_content.why-speak .section .right {
  position: relative;
  background: url(../images/image.png);
  background-repeat: no-repeat;
  background-size: auto;
  display: flex
  ;
}
.inner_content.why-speak .section .left {
  width: 40%;
  display: flex;
  flex-direction: column;
    /* justify-content: flex-end;
    text-align: right; */
  }
  .inner_content.why-speak .section.section-right .left {
    justify-content: flex-start;
    padding-top: 8%;
    padding-left: 0;
    text-align: left;
  }
  .inner_content .section-right {
    padding-right: 16%;
  }
  .inner_content.why-speak .section .right img {
    min-width: 548px;
    height: 601px;
  }
  .inner_content.why-speak .section.section-right .right img {
    padding: 40px 40px 0 40px;
  }
  nav.nav-area ul li a{
    display: flex;
  }
  .rts-fs-menu .menu-item-has-children > a span{
    opacity: 1;
    margin-left: 5px;
  }
  .logo img, .rts-footer-area-one .footer-left-area .logo-footer .logo-1{
    width: 162px;
    height: 41px;
  }
  @keyframes bar-animation {
    0% {
      width: 0
    }
  }

  .tp-concluded{
    background-color: #f3003c;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    z-index:99;
    text-transform:uppercase;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .tp-concluded .marquee {
    display: inline-block;
    animation: marquee 50s linear infinite;
  }
  .tp-concluded .marquee span{
    margin:0 5%;
  }
  .tp-concluded:hover .marquee{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  @keyframes marquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }

  .speakers{
    overflow: hidden;
  }
  .speakers-list{
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .speakers-wrapper{
    display: flex;
    flex-direction: column;
  }
  .speaker-section-block-image img{
    width: 100%;
  }
  .speaker-section-content{
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .speaker-section-content p{
    margin: 0;
    font-size: 1.6rem;
    line-height: 140%;
    color: #fff;
  }
  .speaker-section-content p.speaker-name{
    font-size: clamp(2rem, 2.6vw, 2.6rem);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 120%;
  }
  .speaker-section-content p.speaker-company{
    font-weight: 700;
  }
  .speakers.reveal .speakers-wrapper-2:nth-child(even), .speakers.reveal .speakers-wrapper-4:nth-child(even), .speakers.reveal .speakers-wrapper-6:nth-child(even), .speakers.reveal .speakers-wrapper-8:nth-child(even){
    animation: fadeInDown var(--anim-time) ease both;
  }
  .speakers-non-slide.swiper{
    overflow: hidden;
  }
  .speakers--slide .speakers-list-wrapper{
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  /* sponsors-partners */
  .sponsors-partners{
    background-color: #f9f9f9;
  }
  .sponsors-partners .title {
    color: #141414;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
  }
  .sponsors-partners h4{
    color: #141414;
  }
  .sponsors-partners img{
    border-radius: 10px;
  }
  .margin-0-auto{ margin: 0 auto; }
  .sponsors-partners .row {
    align-items: center;
    justify-content: center;
  }
  .column-2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
  }
  .column-1 { 
    width: 90%; 
    margin-left:8%;
    justify-content: space-between;
  }

  .sponsors-partners .logo-wrap{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-bottom: 24px;
  }
  .sponsors-partners .logo-wrap a{
    position: relative;
    display: block;
  }
  .sponsors-partners .logo-wrap .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #22b6c52e;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .sponsors-partners .logo-wrap i{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #22b6c5;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }
  .sponsors-partners .logo-wrap:hover .overlay{
    opacity: 1;
  }
  .sponsors-partners .logo-wrap:hover i{
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .cs-height_lg_30 {
    height: 30px
  }

  .cs-height_lg_40 {
    height: 40px
  }

  .mySwiper_testimonial p{
    margin: 0;
    font-size: 14px;
    color: #fff;
  }
  .mySwiper_testimonial p.name{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mySwiper_testimonial .single-service-h2{
    background: transparent;
    height: 350px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 30px;
    position: relative;
  }
  .mySwiper_testimonial .single-service-h2:hover{
    background: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .vdo_sec h6::after {
    content: '';
    background-color: #fcfcfe;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    top: -10px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: puls 2s infinite;
  }

  .vdo_sec h6 span {
    height: 60px;
    width: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 60px;
  }

  .vdo_sec h6 span i {
    font-size: 20px;
    color: #24b7c6;
  }
  @keyframes puls {

    0% {
      opacity: 1;
      transform: scale(.9);
    }

    100% {
      opacity: 0;
      transform: scale(1.3);
    }
  }
  .cs-post_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(77, 77, 77, 0) 100%);
  }

  .video-modal-close {
    position: absolute;
    right: -15px;
    top: -10px;
    background: #FF0000;
    color: #fff;
    width: 32px;
    height: 32px;
    display: grid;
    place-content: center;
    border-radius: 50%;
  }
.testimonial-next-prev{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}
.testimonial-next-prev div{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-next-prev i{
  color: #fff;
  font-size: 20x;
  font-weight: 300;
  cursor: pointer;
}
.header_background-video-2 {
    z-index: 0;
    height: 100vh;
    position: absolute;
    inset: 0%;
}
.header_background-video-1, .header_background-video-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s ease;
    will-change: opacity;
    object-fit: cover;
}
.image-overlay-layer {
    z-index: 1;
    /*background-color: #000000cc;*/
    position: absolute;
    inset: 0%;
}
.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.header111_background-image {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.header111_background-image, .w-background-video {
    width: 100%;
    height: 100%;
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}
.w-background-video video {
    object-fit: cover;
    width: 100%;
    will-change: contents;
}
.app-overlay-layer {
    z-index: 1;
    opacity: 0;
    background-color: #000000cc;
    position: absolute;
    inset: 0%;
}
.gallery-photo{
  border: 1px solid #cccccc42;
}