*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    color: #000;
}
h2{
    font-size: 43px;
    font-weight: 600;
    line-height: 58px;
    margin: 20px 0;
    color: #fff;
}
.nav-link:hover{
  text-decoration: none !important;
}
a.nav-link:hover{
  border: 1px solid #fff;
}

.dropdown-item{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 3px 15px;
}

h2 span{
    background:linear-gradient(180deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section{
  scroll-margin-top: 80px;
}


.dropdown-item.active, .dropdown-item:active{
  background: linear-gradient(205deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%) !important;
}

body {
    background-color: #11171d;
    font-family: 'Poppins', sans-serif;
}
.below_hero{
  padding: 40px 0;
  background: #04070c;
}

.hero_wrapper{
  background: url(./assets/header_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* SIDEBAR BUTTON */
.button_side {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  cursor: pointer;
  color: #fdfc6a;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #fdfc6a;
  position: fixed;
  z-index: 11111111;
  transform: rotate(90deg);
  top: 60%;
  left: -41px;
  right: auto;
}

.button_side:hover {
  color: #000000;
  outline: 2px solid #fdfc6a;
  box-shadow: 4px 5px 17px -4px #fdfc6a;
}

.button_side::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fdfc6a;
  z-index: -1;
  transition: width 1000ms;
}

.button_side:hover::before {
  width: 250%;
}
/* END HERE */


/* HEADER DESIGN CSS */
.social_icn{
  display: flex;
  list-style: none;
  padding-left: 0;
}
.social_icn li{
  padding: 0 8px;
  color: #fff;
  font-size: 20px;
}
.social_icn .fa-brands{
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 10px;
}
.social_icn .fa-brands:hover{
  transform: translateY(-5px);
    transition: all 0.3s;
}
.round_logo{
  position: relative;
  display: block;
  width: 143px;
  height: 141px;
  max-width: 143px;
  max-height: 141px;
  min-width: auto;
  min-height: auto;
  margin-bottom: 100px;
}
.inner_logo{
  min-width: 171px;
  height: auto;
  position: absolute;
  top: 19.9%;
  left: 21%;
}
.outer_logo{
  position: absolute;
  min-width: 240px;
  left: -3%;
  top: -5%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  padding: 0;
  animation: spin 10s linear infinite;
}
.special_feature{
  background: url(./assets/building_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.special_feature::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #000000d4;
  position: absolute;
  z-index: -1;
}
@keyframes spin{
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

header.header {
    padding: 0;
    /* border: 1px solid #4D3B5B; */
    border-radius: 0 0 24px 24px;
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    /* display: none; */
    /* background-color: #11171d; */
}
header.header .marquee {
    z-index: 12;
    position: relative;
    display: flex;
    width: 100vw;
    max-width: 100%;
    height: 34px;
    padding: 8px 0;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    overflow-x: hidden;
    background: #103b42;
}
.marquee {
    overflow: hidden;
}
header.header .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}
@keyframes marquee{
    0% {
        left: 0%;
    }
    100% {
        left: -50%;
    }
}
.column-gap-10 {
    column-gap: 10px;
}
header.header img.date-icon, header.header img.location-icon {
    width: 14px;
    height: 14px;
    margin: 0;
}
.f-12 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
}
header.header.scrolled {
    display: block;
    transition: transform 1s ease-out;
    animation: fade-bottom 0.5s ease-in;
    background: #000;
    border-bottom: 1px solid #e2cf474d;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
@keyframes fade-bottom{
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}
.discover_trend .number p{
  color: #fff;
}

.tagline{
  /* background: #04070c; */
  padding: 20px 0;
  text-align: center;
  margin: -100px 0 0;
  color: #fff;
}
.tagline h3{
  animation:  typing 3.5s steps(40, end),
  blink-caret .75s step-end infinite;
  white-space: nowrap; 
  margin: 0 auto; 
  overflow: hidden;
  font-weight: 300;
  font-size: 18px;
}
.tagline h3 span{
  font-weight: 600;
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
a.nav-link {
    color: #fff !important;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    border-radius: 40px;
    padding: 16px !important;
    background: #FFFFFF1A;
    margin: 0 10px;
}

.our_magazines{
  margin: 8px 16px;
  background: #f2ecf7;
  border-radius: 24px;
  padding: 0 0 60px;
}
.our_magazines h2{
  text-align: center;
  color: #103b42;
  padding: 50px 0;
}
.our_magazines .magazines_inner{
  padding: 0 30px;
}
footer{
  background: url(./assets/building-block.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-attachment: fixed; */
  position: relative;
}
footer::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #11171deb;
}
footer .container{
  padding: 50px 0 0;
  z-index: 1;
  position: relative;
}
.footer_logo img{
  width: 200px;
}
.footer_links ul li{
  padding: 5px 0;
  list-style: none;
}
.footer_links ul li a{
   color: #fff;
   text-decoration: none;
   font-size: 15px;
}
.footer_links h3{
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(180deg, #f0d480 0%, #f9ebac 50%, #ceb360 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.footer_links ul{
  padding-left: 0;
}
.footer_copyright{
  padding: 60px 0 20px;
}
.footer_copyright p{
  text-align: center;
  color: #fff;
  font-size: 13px
}
/* END HERE */
.hero_inner{
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
}
.hero_inner .logo{
  width: 500px;
  height: auto;
}
.hero_inner h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 58px;
    margin: 20px 0 0;
    color: #fff;
   
}
.gradient-clr{
    background: #e2cf47;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.divAlign {
    display: flex;
    align-items: center;
    justify-content: center;
}
.column-gap-20 {
    column-gap: 20px;
}
img.location-icon, img.date-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.f-14 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.express_btn a, .cta{
    padding: 14px 40px;
    border-radius: 8px;
    line-height: 20.3px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin: 40px 0;
    text-decoration: none;
    background-color: #103b42;
}
.cta{
    margin: 0 10px !important;
    padding: 5px !important;
    border-radius: 10px !important;
    position: relative;
}
.cta::before{
  animation-direction: alternate;
  animation-duration: .6s;
  animation-iteration-count: infinite;
  animation-name: leaderboardBtnANimation;
  background: linear-gradient(90deg, #0000 1%, #7985a01a 40%, #7985a01a 60%, #0000);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(30deg);
  transition: transform .4s ease-in-out;
  width: 2em;
}
@keyframes leaderboardBtnANimation{
  0% {
    transform: translateX(0);
}
100% {
  transform: translateX(9em);

}
}
.express_btn a:hover{
    background-color: #442925;
}

.marquee-content {
    display: flex;
    animation: scrolling 35s linear infinite;
}
@keyframes scrolling{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-144vw);
    }
}
.marquee-slider {
    display: flex;
    width: 1440px;
    height: 478px;
}
.divstart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
/* .building{
  filter: hue-rotate(276deg);
} */
img.speaker-marquee-img {
    padding: 3px;
    width: 239px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(255, 255, 255, 0.25) 0px 50px 100px -20px, rgba(255, 255, 255, 0.3) 0px 30px 60px -30px;
}
/* img.speaker-marquee-img.img-1 {
    height: 326px;
  } */
  img.speaker-marquee-img.img-2 {
    width: 141px;
    height: 150px;
  }
  /* img.speaker-marquee-img.img-3 {
    height: 224px;
  } */
  img.speaker-marquee-img.img-4 {
    height: 480px;
  }
  img.speaker-marquee-img.img-5 , img.speaker-marquee-img.img-7  {
    height: 224px;
  }
  .highlight_inner{
    padding: 38px 20px;
    margin: 4px;
    border: 2px solid #F4EFEB33;
    border-radius: 24px;
    min-height: 180px;
  }
  .highlight_inner h3{
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
    margin: 0;
    text-align: left;
    background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .highlight_inner p{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
  }

  /* ABOUT DESIGN SECTION */
  .about_section{
    margin:30px 0;
  }
  .about_section .section-title{
    font-size: 43px;
    font-weight: 600;
    line-height: 58px;
    margin: 0;
    color: #103b42;
  }
  .about-content{
    padding: 40px 80px;
    border-radius: 24px;
  }
  .section-title .black{
    color: #000;
  }
  .about-img{
    text-align: center;
  }
  .about-img  img{
    width: 90%;
    margin: 0 auto;
  }
 
 .scroll_feature .left-side {
  width: 49%;
  height: 100vh;
  border-radius: 24px;
  background: url(https://finflow.uicore.co/cryptocurrency-trading/wp-content/uploads/sites/11/2023/02/Cryptocurrency-Testimonial-BG.webp);
  display: inline-block;
  float: left;
  position: sticky;
  top: 50px;
  padding: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  }

  .attendes_profile h2{
    text-align: center;
    margin: 0;
  }
  .attendes_profile{
    padding: 50px 0;
    background: #103b42;
    margin: 8px 16px 20px;
    border-radius: 24px;
  }
.attendes_profile p{
  text-align: center;
  color: #fff;
}
.profile_inner ul{
  list-style: none;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
   margin-top: 20px;
   justify-content: center;
   align-items: center;
}
.profile_inner ul li{
  border: 1px solid #e9e0c3;
  margin: 12px;
  padding: 7px 20px 7px 20px;
  border-radius: 100px;
}
.profile_inner ul li img{
  width: 35px;
  height: auto;
}
.profile_inner ul li span{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 5px;
}

 .scroll_feature .main-section {
    margin: 50px auto;
    clear: both;
  }
 .scroll_feature .main-section:before,
  .scroll_feature .main-section:after {
    content: "";
    display: table;
    clear: both;
  }
  
 .scroll_feature .right-side {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: right;
  }
  .scroll_feature .right-side div {
    /* background: #333; */
    /* height: 250px; */
    border: 1px solid #f4de93;
    border-top: 0;
    border-radius: 24px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .scroll_feature .right-side div + div {
    margin-top: 50px;
  }
  
  .scroll_feature a {
    background: #000;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .scroll_feature a:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #bbb;
    position: absolute;
    left: 0;
    bottom: 4px;
  }
  
 .scroll_feature .box {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .scroll_feature .box span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
  }
  
  .scroll_feature .box span:nth-child(2) {
    animation-delay: -0.2s;
  }
  
  .scroll_feature .box span:nth-child(3) {
    animation-delay: -0.4s;
  }
  
  @keyframes animate {
    0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
    }
  }
  


  
  .right_content{
    padding: 40px;
    border: 2px solid #713C9A;
    background: #000;
  }

 
  .right-side h3{
    font-size: 27px;
    font-weight: 500;
    line-height: 50.4px;
    margin: 0;
    color: #fff;
    background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .right-side p{
    color: #ffffff;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    line-height: 27px;
    font-weight: 400;
  }
  .right-side .inner_right{
    border: 2px solid #713C9A;
    border-top: 0;
  }
  .contant_right{
    padding: 40px;
  }
  .focus_areas {
    margin: 8px 16px;
  }

  .bg-vd {
    position: relative;
    z-index: -1;
}
#vd {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.focus_areas .row{
  width: 70%;
  margin: 0 auto;
}
  .focus_areas .orange_bg{
    /* background: #e2cf47; */
    background: #103b42;
    padding: 40px;
    border-radius: 24px;
  }
  .focus_areas h2, .scroll_feature h2{
    padding: 40px 0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
  }
.scroll_feature h2{
  padding: 0;
  margin-bottom: 40px !important;
}
  .focus_inner{
  margin: 0 0 30px;
  padding: 15px 10px;
  min-height: 200px;
  background: #fff;
  border-radius: 8px;
  width: 185px;
}
.focus_inner h3{
    padding: 20px 0 10px;
    color: #b67a41;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}
.focus_inner p{
    font-size: 15px;
    line-height: 22px;
}
.focus_inner img{
    width: 50px;
}
.focus_bg{
    background: linear-gradient(3deg, #eee65d 0%, #f3bc58 50%, #fcfb6a 100%);
}
.focus_bg h3{
  color: #000000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
.focus_bg p{
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.scroll_feature{
  padding: 60px 0;
  background: url(./assets/theme/crypto_bg.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

/* PAST SPEAKERS  */
.past_speakers{
  margin: 8px 16px;
  background-color: #f2ecf7;
  background-image: url(./assets/bg-gray-1.svg);
  background-attachment: fixed;
  border-radius: 24px;
  position: relative;
  padding: 60px 0 360px;
}


.past_speakers h2{
  color: #000;
  padding: 40px 0 0;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
}

.discover_trend .col-md-4{
  border-bottom: 1px solid #fdfd6b;
  border-right: 1px solid #fdfd6b;
  text-align: center;
}
.discover_trend .col-md-4:last-child{
  border-right: 0;
  border-bottom: 0;
}

.new_high{
  padding: 50px 0;
}
.new_high h2{
  font-size: 40px;
  padding: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(180deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.number{
  margin: 30px 0 10px;
}
.number h5{
  font-size: 55px;
  font-weight: 600;
  line-height: 58px;
  color: rgb(255, 255, 255);
}
.new_high h3{
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
}
.new_high span{
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}

.new_high{
  margin: 8px 16px;
}
.new_high p{
     font-size: 12px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: normal;
    color: #fff;
}
.trend_inner{
  display: flex;
  align-items: center;
  background: linear-gradient(205deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  padding: 17px 10px;
  margin: 0 0 30px;
  border-radius: 10px;
  min-height: 81px;
}
.trend_inner p{
  color: #000;
  padding-left: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.key_highlight{
  padding: 30px 0;
}
.speaker_inner{
  margin: 5px 0;
  background: linear-gradient(to bottom, #be9634, transparent);
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  margin: 0 0px 30px;
  position: relative;

}
.speaker_image{
  background: linear-gradient(205deg, #935b0694 0%, #fcfc6a 50%, #fcfb6a 100%);
}
.speaker_text{
  /* border: 1px solid #103b4221; */
  text-align: center;
  padding: 5px 10px;
  /* min-height: 145px; */
  margin: 5px;
  border-radius: 20px;
}
.speaker_text p{
  font-size: 13px;
    line-height: 21px;
    margin: 0;
    color: #000;
}
.speaker_name{
  font-size: 15px;
  line-height: 15px;
  color: #103b42;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01px;
}
.designation{
  font-size: 13px;
    line-height: 19px;
    font-weight: 800;
    min-height: 28px;
    margin-bottom: 10px;
    font-family: 'Inter' , sans-serif;
}
.team__social{
  position: absolute;
  top: 250px;
  right: 10px;
  background: #ffffff;
  padding: 5px 7px 3px 7px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 2px solid #eee;
}
.company{
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  color: #fa834e;
}
.right-side img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.contact_info{
  padding: 60px 0;
}

.enter_wrapper{
  padding: 50px 0;
}
.enter_wrapper h2{
  text-align: center;
    color: #ffffff;
    padding: 0 0 30px;
    font-size: 30px;
    text-transform: uppercase;
}
.enter_wrapper{
  background-image: url(./assets/award_cat_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 60px;
  margin: 30px 16px;
  border-radius: 24px;
  border: 1px solid #e2cf4742;
}

.focus_sectors h2{
  padding: 0 0 40px;
}
.retails{
  background: url(./assets/retail-banking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}
.corporate{
  background: url(./assets/corporate-banking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;

}
.investment{
  background: url(./assets/investment.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}
.islamic{
  background: url(./assets/islamic-banking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}

.wealth{
  background: url(./assets/wealth.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}

.digital{
  background: url(./assets/digital-banking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}

.risk{
  background: url(./assets/risk-management.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}
.compliance{
  background: url(./assets/compliance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}
.technology{
  background: url(./assets/technology.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}

.experience{
  background: url(./assets/customer-exp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}

.insurance{
  background: url(./assets/insurance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-position: center center;
}
.owl-carousel{
  padding-left: 75px;
}

.focus_sectors .item{
  position: relative;
  z-index: 1;
}
.focus_sectors .item::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000000a1;
  z-index: -1;
}
.item_text {
  padding: 40px 40px 40px;
}
.item_text p{
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  bottom: 50px;
}
.item_text h3{
  color: #FFFFFF;
  font-family: "Lufga", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.contact_info h2{
  text-align: center;
  background: linear-gradient(180deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
}
.contact_info p{
  text-align: center;
  color: #fff;
  padding: 0 0 60px;
}
.partner_row p, .partner_title{
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 16px;
}

.partner_row p::after{
  content: '';
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #404026;
  clear: both;
}
.partner_row .col-md-4{
  flex-direction: column;
  background: white;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border: 2px solid #e2dede;
}



.partner_inner{
  background: white;
  /* border: .5px solid #e2dede; */
  border-radius: 10px;
  padding: 10px;
  max-width: 300px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact_inner{
  backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: #103b42;
    border-radius: 12px;
    border: 1px solid rgb(165 162 69);
    padding: 40px 30px 40px;
    background-image: url(https://finflow.uicore.co/cryptocurrency-trading/wp-content/uploads/sites/11/2023/02/Cryptocurrency-Testimonial-BG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    margin: 0 0 20px;
}
.contact_inner h4{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.contact_inner h5{
  font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    min-height: 70px;
}
.contact_inner p{
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 10px;
  text-align: left;
}

.top_badge{
  background: linear-gradient(205deg, #e5a748 0%, #fdfd6b 50%, #fcfb6a 100%);
    align-items: center;
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    flex-direction: row;
    height: 43px;
    justify-content: center;
    width: 285px;
    float: right;
    z-index: 1;
    position: relative;
}
.top_badge h4{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact_inner span{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.contact_inner .fa-solid{
  color: #e2cf47;
  margin-right: 10px;
}
.event_obj{
  overflow: hidden;
  background-color: rgba(48, 54, 60, 0.34);
  border: 1px solid rgb(22, 27, 33);
  padding: 60px 0;
  margin: 30px 16px;
  border-radius: 24px;
}
.event_obj h2{
  text-align: center;
  padding: 0 0 30px;
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.obj_inner{
  overflow: hidden;
  border-radius: 10px;
}

.obj_text{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 10px;
  width: 100%;
  background: #0b1117;
  min-height: 105px;
}
.obj_text:hover{
  background: linear-gradient(180deg, #f0d480 0%, #f9ebac 50%, #ceb360 100%);
}
.obj_text:hover p, .obj_text:hover p span{
  color: #000;
}
.key_btn{
  display: flex;
  align-items: center;
}
.secure_btn a{
  background: transparent !important;
  border: 1px solid #e0cb81;
  color: #e0cb81 !important;
}
.express_key a:hover{
  text-decoration: none;
  border: 0;
}

.express_key{
  margin: 0 10px;
  border-radius: 10px;
}
.express_key a{
  border-radius: 30px;
  background: linear-gradient(180deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
}

.obj_text p{
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  padding: 0 30px;
}
.obj_text p span{
  color: #ceb360;
}
.features_info{
  padding: 30px 0;
}
.owl-dots{
  text-align: center;
}

 .owl-carousel button.owl-dot {
  background: 0 0;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 0 5px;
  font: inherit;
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
button.owl-dot.active {
  background: #e2cf47 !important;
  width: 20px;
}

.special_feature h3{
  font-size: 40px;
  padding: 50px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(180deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }

 .special_feature p{
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin: 0;
 }

.features_info ul{
  padding-left: 0rem;
  padding: 35px 35px 20px;
    /* border: 3px solid #935b06; */
    margin-top: 30px;
}
.features_info ul li{
  display: inline-block;
  background: #000;
  overflow: visible;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-weight: 400;
  border: 1px solid #9f6d11;
}

.features_info ul li::marker{
  content: '🎯 ';
}
.early_bird{
  background: linear-gradient(205deg, #e5a748 0%, #fdfd6b 50%, #fcfb6a 100%);
  text-align: center;
}
.early_bird span{
  color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}
.early_bird .fa-solid{
  margin-right: 10px;
}
.early_bird .btn_btm{
  padding: 10px 46px;
  background: #000;
  display: inline-block;
  margin: 5px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  color: #e2cf47;
  text-transform: uppercase;
}


.team {
  padding-bottom: 70px;
  font-family: "Poppins", sans-serif;
}
.team .section-title {
  text-align: left;
  margin-bottom: 50px;
}
.team__item {
  height: 380px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 20px;
}

.team__item:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background:linear-gradient(to bottom, #00000000 80%, black);
  content: "";
  z-index: 1;
  -webkit-transition: all, 0.5s, ease-out, 0.5s;
  -o-transition: all, 0.5s, ease-out, 0.5s;
  transition: all, 0.5s, ease-out, 0.5s;
}
.team__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background:#0a0a0ab0;
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease-out, 0.5s;
  -o-transition: all, 0.5s, ease-out, 0.5s;
  transition: all, 0.5s, ease-out, 0.5s;
}
.team__item:hover:after {
  opacity: 1;
}
.team__item:hover .team__text {
  top: 0;
}
.team__item:hover .team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: initial;
  opacity: 1;
  visibility: visible;
}
.team__text h5{
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0;
  font-weight: 800;
}
.team__item:hover .team__text p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.team__item:hover .team__text .team__social {
  opacity: 1;
  visibility: visible;
  bottom: 34px;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.fa-linkedin{
  font-size: 30px;
}

.team__text {
  height: 100%;
  top: 281px;
  position: relative;
  padding: 35px 30px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 111;
}
.team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  position: relative;
}
.team__text .team__title h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 17px;
}
.team__text .team__title span {
  font-size: 15px;
  color: #88c417;
}
.team__text p {
  color: #e4e4e4;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team__text .team__social {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.team__text .team__social a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 34px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.team__text .team__social a:last-child {
  margin-right: 0;
}
.team__text .team__social a:hover {
  color: #88c417;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.categories_all{
  text-align: center;
  padding: 50px 0;
  background: #103b42;
  margin: 8px 16px;
  border-radius: 24px;
  margin: 40px 20px;
}
.categories_all h2{
  text-align: center;
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 35px;
}
a.tab.active {
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  color: #000000;
}

.cat_tab a {
  background: #fff;
  text-decoration: none;
  padding: 10px 20px;
  color: #a87b1a;
  font-size: 18px;
  border-radius: 10px;
  margin: 0 10px 20px;
  border: 1px solid;
}
.tab-content{
  margin: 30px 0;
}
.tab_content_inner{
  padding: 30px 15px;
  text-align: left;
  /* background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #7e7e1e 100%); */
  background: #212424;
  border-radius: 10px;
  border: 1px solid #fdfd6b75;
  margin: 0 0 20px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tab_content_inner h4 {
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab_content_inner p {
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
}
.desk_none{
  display: none;
}
.cat_tab{
  display: flex;

  flex-wrap: nowrap;
  white-space: nowrap;

}
.brochure_btn{
  top: 40%;
  left: -48px;
}



.newsCard {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #fff;
  margin-bottom: 50px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-size: cover;
  border: 4px solid #c3a433;
}

.newsCaption {
  position: absolute;
  top: auto;
  bottom: -3px;
  opacity: .8;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(205deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  padding: 15px;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.newsCaption-title {
  margin-top: 0px;
  font-size: 18px !important;
  line-height: 22px;
  text-align: left !important;
  color: #000 !important;
}
.newsCaption-title

.newsCaption-content {
  margin: 0;
}

.newsCaption-link {
  color: #fff;
  text-decoration: underline;
  opacity: .9;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.newsCaption-link:hover {
  opacity: 0.9;
}

.news-Slide-up:hover .newsCaption {
  opacity: .9;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

.newsCard1 {
  background-image: url(https://nbfc100.eletsonline.com/img/ex1.jpg);
}

.newsCard2{
  background-image: url(./assets/real.jpg);
}

.newsCard3{
  background-image: url(./assets/future.png);
}

.newsCard4{
  background-image: url(./assets/networking.jpg);
}

.newsCard5{
  background-image: url(./assets/expo.jpg);
}


@media (max-width: 768px) {
  .cat_tab{
    overflow: scroll;
  }

  .focus_sectors{
    display: none;
  }

  .partner_row .col-md-4{
    margin: 10px;
  }
 
  .border-bottom-0{
    border-bottom: 1px solid #fdfd6b !important;
  }
  .discover_trend .col-md-4:last-child, .discover_trend .col-md-4{
    border: 1px solid #fdfd6b !important;
  }
  .team__item {
    height: 350px;
  }
  .team__text {
    padding: 25px 20px 20px;
  }
  .features_info ul{
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}


/* AWARD PAGE CSS */
.award_header{
  background: url(./assets/Award-Banner.jpg) no-repeat top center;
  background-size: cover;
}
.award_header .cntnd {
  background: url(https://img.etb2bimg.com/files/cp/60a14d9110d14cef4932.png) no-repeat right center;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cntnd img.logo {
  margin: 0 0 23px;
  width: 400px;
}
.cntnd .lcn {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ffffff;
}
.award_header .book-btn{
  font-weight: 500;
    transition: all .2s ease;
    position: relative;
    z-index: 8;
    text-align: center;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(90deg, rgba(159, 106, 7, 1) 0%, rgba(213, 181, 75, 1) 29%, rgba(182, 138, 36, 1) 70%, rgba(213, 181, 75, 1) 100%) !important;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 12px 25px;
    height: inherit;
    line-height: 1em;
}

.related section img {
  display: block;
  margin: 0px auto 25px;
}
.related section a.more {
  display: inline-block;
  padding: 13px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  transition: all .2s ease;
  line-height: 1em;
}
.award_row{
  padding: 120px 0 40px;
  justify-content: center;
  align-items: center;
}
.award_logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.award_content{
  padding: 40px 0 60px;
  margin: 30px 16px;
  border-radius: 24px;
  background-color: rgba(48, 54, 60, 0.34);
  border: 1px solid rgb(22, 27, 33);
}
.content_left{
  text-align: left;
  font-size: 34px;
  padding-left: 40px;
}
.content_right h3{
  color: #ffffff00;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  background: linear-gradient(235deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content_right p{
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: justify;
}
.content_right p span{
  color: #d4b449;
  font-weight: 500;
}
.date_rem{
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 80px 0 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.award_cate_inner{
  text-align: center;
}
.award_cate_inner img{
  width: 80%;
  margin: 0 auto;
}

.date_row{
  margin: 0 auto;
  width: 80%;
}
.date_inner{
  padding: 0px 20px 15px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgb(252 252 106) 0%, rgba(213, 181, 75, 1) 50%, rgba(182, 138, 36, 1) 100%);
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 8px;

}

.date_inner:hover{
  color: #fff;
  background: #cfc449;
}
.date_inner:hover .dates{
  transition: all .3s ease;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.date_inner h4{
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 30px;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 12px;
  color: #ffffff;
}
.date_inner h4::after{
  position: absolute;
  content: '';
  width: 120px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
.date_inner p{
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0px;
  color: #000000;
}

.guidelines{
  background:linear-gradient(90deg, rgb(179 149 51) 0%, rgba(187, 141, 40, 1) 100%);
  padding: 60px 0;
}
.guidelines h4{
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
}
.guidelines p{
  line-height: 26px;
  font-size: 15px;
  color: #fff;
}

.why_awards{
  padding: 60px 0;
}

.card {
  position: sticky;
  top: 0;
  background: unset;
}

.card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
  align-items: center;
  border: 2px solid #d4b449;
}

.cards {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(var(--cards-count), var(--card-height));
  gap: 40px 0;
}

.card__image-container {
  display: flex;
  width: 40%;
  flex-shrink: 0;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card__content {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.card__title {
  padding: 0 0 20px;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #16263a;
  text-transform: uppercase;
}

.card__description {
  font-size: 17px;
  color: #16263a;
  line-height: 28px;
}
.btm_btn .btn-wrapper{
  display: flex;
  justify-content: center;
  padding: 0 0 70px;
}

.btm_btn .btn-wrapper a{
  font-weight: 500;
  transition: all .2s ease;
  position: relative;
  z-index: 8;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(90deg, rgba(159, 106, 7, 1) 0%, rgba(213, 181, 75, 1) 29%, rgba(182, 138, 36, 1) 70%, rgba(213, 181, 75, 1) 100%) !important;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 12px 25px;
  height: inherit;
  line-height: 1em;
}

.award_categories{
  background-image: url(./assets/award_cat_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 60px;
  margin: 30px 16px;
  border-radius: 24px;
  border: 1px solid #e2cf4742;
  background-attachment: fixed;
}
.award_categories h2{
  text-align: center;
  color: #e2cf47;
  padding: 0 0 30px;
  font-size: 30px;
  text-transform: uppercase;
}

.features-list-area {
  padding: 60px 0;
  margin: 8px 16px;
  background-image: url(https://events.eletsonline.com/insurance/img/bgp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.trusted-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.trusted-brands img {
  /* max-width: 170px !important; */
  max-height: 85px !important;
}

.features-list-area .container-fluid{
  /* background: #103b42; */
  padding: 40px;
  border-radius: 24px;
}
.features-list-area h2{

}

.trusted-brands{
  /* min-width: 200px; */
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 54.4793px 64.0933px rgba(205, 205, 205, 0.16);
  height: 100px;
  border-radius: 6px;
  padding: 10px;
  transition: all 0.3s ease;
  background-color: #fff; 
}
.keysummit{
  background: url(./assets/bg-banner.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 0 0 80px;
}

.keysummit_right p{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.keysummit_left h2{
  font-size: 30px;
  line-height: 43px;
  font-weight: 400;
  margin: 0 0 60px;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-container span{
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.counter {
  margin-top: 10px;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}
.award_home{
  padding: 50px 0;
}


 .hight_text {
  font-size: 40px;
  padding: 0 0 0px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(180deg, #935b06 0%, #fdfd6b 50%, #fcfb6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme_focus h2{
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  z-index: 111111;
  position: relative;
  margin: 40px 0;
  background: unset;
  -webkit-text-fill-color: unset;
}
.item{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}
#themefocus .item h4{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04px;
}

.theme_focus .owl-carousel{
  padding-left: 0;
}

.theme_focus .owl-prev{
  color: #fff !important;
    font-size: 48px !important;
    position: absolute;
    top: 45%;
    left: 10px;
}
.theme_focus .owl-next{
  color: #fff !important;
    font-size: 48px !important; 
  position: absolute;
  top: 46%;
  right: 10px;
}
.theme_focus .owl-dots{
  padding: 50px 0;
}
.theme_focus{
  /* margin-top: -360px; */
  background: url(./assets/bg-gray-1.svg);

}
.become_sponser{
  background: url(./assets/bg-gray-1.svg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.innovation_ai{
  background-image: url('https://dubaiaiweb3festival.com/wp-content/uploads/2024/05/Intersection-of-AI-Web3.png');
}
.banking{
  background-image: url('https://dubaiaiweb3festival.com/wp-content/uploads/2024/06/Regulation-Ethics.png');
}

.open_banking{
  background-image: url('https://dubaiaiweb3festival.com/wp-content/uploads/2024/06/Sustainability-Inclusion.png');
}
.digital_transforamtion{
  background-image: url('https://dubaiaiweb3festival.com/wp-content/uploads/2024/05/Scalability-Storage-1.png');
}
.customer_experience{
  background-image: url('https://dubaiaiweb3festival.com/wp-content/uploads/2024/05/Innovation-Investments.png');
}

.sponser_right h3, .award_home_inner h3{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
}
.sponser_right h6, .award_home_inner h6{
  font-size: 16px;
  color: #c5a735;
  margin: 10px 0 0;
}
.sponser_right p, .award_home_inner p{
  font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin: 10px 0;
}
.become_sponser{
  padding: 80px 0;
}

.sponser_left img{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
  border-radius: 10px;
}
.nominate_btn{
  margin: 10px 0;
}

.nominate_btn a{
  color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    display: block;
}
.award_home{
  margin: 8px 16px;
    background-color: #f2ecf7;
    background-image: url(./assets/bg-gray-1.svg);
    background-attachment: fixed;
    border-radius: 24px;
    position: relative;
}




@media (max-width: 600px) {
  .tagline{
    margin: 0;
  }
  .card__inner {
    flex-direction: column;
  }
  .keysummit_right p{
    margin: 20px 0 0;
  }
  .keysummit_left h2{
    font-size: 25px;
  }
  .card__image-container {
    width: 100%;
  }
  .counter-container{
    border: 1px solid #fff;
    padding: 10px;
    min-height: 200px;
    align-items: center;
  }
  .counter{
    font-size: 40px;
  }

  .counter-container span{
    font-size: 15px;
    text-align: center;
  }
  .card__image {
    aspect-ratio: 16 / 9;
  }

  .card__title {
    font-size: 32px;
  }

  .card__description {
    font-size: 16px;
  }

  .card__content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 992px) {
  .desk_none{
    display: block;
  }
  .m-none{
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .speaker_text {
    min-height: auto;
  }
  .focus_inner{
    width: 100%;
  }
  .left-side{
    padding: 10px !important;
  }
  .right-side h3{
    font-size: 18px;
  }
  .express_key a{
    padding: 8px 9px;
    font-size: 14px;
  }
  .content_right h3{
    font-size: 26px;
  }
  .award_cate_inner{
    margin: 0 0 20px;
  }
  .date_row{
    width: 100%;
  }
  .header.header{
    position: relative;
  }
  .tagline h3{
    white-space: unset;
    animation: unset;
    line-height: 36px;
  }
  footer .container{
    padding: 50px 20px;
  }
  .round_logo{
    margin-bottom: 120px;
  }
  .magazines_inner img{
    margin: 0 0 20px;
  }
  .features_info{
    width: 100%;
    padding: 10px 15px;
  }
  .features_info ul{
    padding: 0;
  }
  .owl-carousel{
    padding-left: unset;
  }
  .scroll_feature .main-section{
    margin: 20px auto;
  }
  .profile_inner ul li{
    width: 100%;
  }
  h2{
    font-size: 22px;
    line-height: 35px;
  }
  .about-img img{
    margin-top: 0;
    }
  .about-img{
    margin-bottom: 20px;
  }
  .scroll_feature .left-side, .focus_areas .orange_bg{
    padding: 20px;
  }
  .scroll_feature .left-side, .scroll_feature .right-side{
    width: 100%;
    position: relative;
  }
  .right-side p{
    font-size: 15px;
    line-height: 29px;
  }
  .highlight_inner{
    padding: 10px 20px;
    margin: 10px 0;
    min-height: 122px;
    text-align: center;
  }
  .highlight_inner h3{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .hero_inner h2{
    font-size: 28px;
    line-height: 40px;
  }
  .about-content{
    padding: 15px;
  }
  .about_section .section-title{
    font-size: 25px;
    line-height: 40px;
  }
  .navbar-light .navbar-toggler{
    background: #ffffff;
    border-radius: 10px;
  }
  .navbar-nav .nav-link{
    margin: 0;
    background: transparent;
  }
  .focus_areas .row{
    width: 100%;
  }
  .scroll_feature .left-side{
    height: 400px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1266px)  {
  .focus_areas .row{
    width: 100%;
  }
  .scroll_feature .left-side{
    height: 400px;
  }
  .contact_inner{
    min-height: 345px;
  }
  .highlight_inner{
    min-height: 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .focus_inner{
    min-height: 195px;
  }
}