@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@charset "utf-8";
/*
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.woff2") format("woff2"),
		url("../fonts/icomoon.woff") format("woff"),
		url("../fonts/icomoon.ttf") format("truetype"),
		url("../fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improved font loading */
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dcci-06-m-01:before {
  content: "\e908";
}
.icon-dcci-08-01:before {
  content: "\e90d";
}
.icon-dcci-07-01:before {
  content: "\e905";
}
.icon-dcci-05-01:before {
  content: "\e90c";
}
.icon-dcci-04-01:before {
  content: "\e90b";
}
.icon-dcci-03-01:before {
  content: "\e90a";
}
.icon-dcci-02-01:before {
  content: "\e909";
}
.icon-dcci-01-01:before {
  content: "\e906";
}
.icon-social-facebook:before {
  content: "\e900";
}
.icon-social-insta:before {
  content: "\e901";
}
.icon-social-linkedin:before {
  content: "\e902";
}
.icon-social-twitter:before {
  content: "\e903";
}
.icon-social-youtube:before {
  content: "\e904";
}
.icon-ai-banking-st:before {
  content: "\e905";
}
.icon-banking:before {
  content: "\e906";
}
.icon-corporate-payment:before {
  content: "\e907";
}
.icon-digital-finger-printing:before {
  content: "\e908";
}
.icon-digital-future:before {
  content: "\e909";
}
.icon-digital-transformation:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\ea96";
}
.page-load {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-family: "Montserrat", sans-serif; /*Outfit*/
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
  outline: none;
  color: inherit;
}
:focus {
  outline: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
  text-decoration: none;
}

.absolute {
  position: absolute;
}
.img-responsive {
  display: block;
  height: auto;
}
.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
ol,
dl,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  margin-bottom: 1rem;
}
p {
  /*
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.6;
	font-weight: 400;
	*/
  padding: 0;
  margin: 0;
}
hr {
  float: left;
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: #dadada;
  margin: 1rem 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  margin-top: .-1rem;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.no__gutter {
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 1.5rem !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #eae857;
}
.scrollToTop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background: #eae84c;
  color: #000;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16pt;
  font-weight: 600;
  z-index: 10;
}
.scrollToTop:hover {
  color: #000;
}
.tp-btn {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  border: none;
  padding: 15px 30px;
  border-radius: 0;
  transition: 0.5s;
}
.tp-btn-primary {
  background: #0d1028;
  position: relative;
  z-index: 1;
}
.tp-btn-primary::after,
.tp-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}
.tp-btn-primary::before {
  left: 0;
}
.tp-btn-primary::after {
  right: 0;
}
.tp-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.tp-btn-primary.focus,
.tp-btn-primary:focus,
.tp-btn-primary:hover {
  color: #000;
}
.tp-btn-primary:focus,
.tp-btn-primary:hover {
  background: #eae84c;
}
.tp-btn-primary:focus::after,
.tp-btn-primary:focus::before,
.tp-btn-primary:hover::after,
.tp-btn-primary:hover::before {
  width: 0;
}
.gray-btn {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  /*
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	*/
  background-color: #cbcbcb;
  color: #030303;
  padding: 7px 20px;
  font-size: 16px;
  margin-right: 10px;
}
.gray-btn:hover {
  background-color: #eae84c;
  color: #000;
}
.gray-btn:before {
  border-radius: 50px;
}
.heading01 {
}
.heading02 {
  font-size: 42pt;
  color: #000;
  font-weight: 900;
  line-height: 0.9;
}
.heading03 {
}
.heading04 {
}
.heading05 {
}
.heading06 {
}
.small_title01 {
  font-size: 14px;
}
.small_title02 {
  font-size: 14px;
}
.small_title03 {
  font-size: 14px;
}
.small_title04 {
  font-size: 14px;
}
.small_title05 {
  font-size: 14px;
}
.paragraph {
  font-size: 12pt;
  color: #fff;
  line-height: 1.5rem;
  margin-bottom: 30px;
  font-weight: 400;
}
.para01 {
}
.para02 {
}
.para03 {
}
.para04 {
}
.video-modal-close {
  position: absolute;
  right: -15px;
  top: -10px;
  background: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  border-radius: 50%;
}
.video-modal-close:hover {
  background: #701121;
  color: #fff;
}
.viewall_speakers {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* // button css */
.common_btn01 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  min-width: 125px;
  color: #fff !important;
  background-color: #936689;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.4s ease;
}
.common_btn01:hover {
  background-color: #974e87;
  box-shadow: 0 0 5px #787878;
}
/* // input field css */
.input_field01 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #acacac;
  font-size: 16px;
  color: #24292c;
  padding: 5px 10px;
  height: 45px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
  position: relative;
}
.input_field02 {
  text-align: left;
  margin-bottom: 15px;
}
.submit01 {
  font-size: 16px;
  font-weight: 600;
  min-width: 125px;
  padding: 10px;
  color: #7f7f7f !important;
  background-color: #e2e2e2;
  position: relative;
  display: table;
  margin: 0 auto;
  transition: all 0.4s ease;
}
.submit01:hover {
  background-color: #cdcdcd;
  /* box-shadow: 0 0 5px #787878; */
}
/* // margin css */
.m_top1 {
  margin-top: ;
}
.m_rgt1 {
  margin-right: ;
}
.m_btm1 {
  margin-bottom: ;
}
.m_lft1 {
  margin-left: ;
}
.p_top1 {
  padding-top: ;
}
.p_rgt1 {
  padding-right: ;
}
.p_btm1 {
  padding-bottom: ;
}
.p_lft1 {
  padding-left: ;
}
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.justify-content-center {
  justify-content: center;
}
a.black-btn {
  color: #fff;
  font-size: 20px;
  padding: 7px 30px;
  text-decoration: none;
  margin: 20px 0;
  border-radius: 10px;
  background-color: #000;
  text-transform: uppercase;
}
a.black-btn:before {
  border-radius: 10px;
  background: #000;
}
header {
  background: transparent;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  z-index: 11;
}
header li {
  list-style: none;
  display: inline-block;
}
header a {
  color: #222;
  text-decoration: none;
  padding: 0;
}
header.darkHeader,
header.sticky {
  background: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@keyframes puls {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
/* ============================================================================================ */
/* body css start */
/* ============================================================================================ */
.hero-section {
  /* background: url('../images/banner-overlay.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center; */
  background: rgb(0, 0, 0);
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.4) 80%
  );
  position: relative;
}
.hero-section .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-section .hero-content {
  min-height: 900px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5%;
}
.hero-section .hero-content .top-part {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.hero-section .hero-content .top-part .part:nth-child(1) {
  /*padding-right: 40px;*/
  /* border-right: 1px solid #000 61; */
}
.hero-section .hero-content .top-part .part:nth-child(2) {
  padding-left: 40px;
}
.hero-section .hero-content h1 {
  color: #fff;
  font-size: 84px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.hero-section .hero-content .part h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.hero-section .hero-content .bottom-part {
  border-top: 1px solid #eae84c;
  padding: 30px 0;
}
.hero-section .hero-content .bottom-part h2,
.hero-section .hero-content .bottom-part .tag1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  display: flex;
}
.hero-section .hero-content .bottom-part h1,
.hero-section .hero-content .bottom-part h2 span,
.hero-section .hero-content .bottom-part .tag2 {
  color: #eae84c;
  font-size: 38px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 5px 0;
  line-height: 1;
  background-image: linear-gradient(to right, #eae84c, #eae84c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.hero-section .hero-content .bottom-part .tag1 span {
  margin: 0 7px;
  display: flex;
  align-items: center;
}
.hero-section .hero-content .date {
  font-size: 58px;
  color: #fff;
  padding: 5px 20px;
  line-height: 1;
}
.hero-section .hero-content .timer-content {
  display: flex;
}
.hero-section .hero-content .timer-content .timer-el {
  background-color: #00000078;
  width: 90px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  border-radius: 5px;
}
.hero-section .hero-content .timer-content .timer-el .timer-el__number {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.hero-section .hero-content .timer-content .timer-el .timer-el__label {
  font-size: 13px;
  color: #fff;
}
.hero-section .hero-content .btn-section {
  display: flex;
  margin-top: 40px;
}
.hero-section .hero-content .btn-section .gray-btn:last-child {
  margin: 0;
}
.hero-section .hero-content .btn-section a.white-line-btn:nth-child(1) {
  margin-right: 20px;
}
.hero-section .hero-content .btn-section a.white-line-btn:hover {
  background-color: #00000085;
}
.number_sec {
  width: 100%;
  display: inline-block;
  padding: 80px 0;
  background: #fff;
}
.number_sec .heading02 {
  display: flex;
  flex-direction: column;
}
#prg-counter .prg-container {
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
#prg-head h1 {
  text-align: center;
}
#prg-counter h3.prg-count {
  color: blue;
  font-size: 80pt;
  color: #4e4e4e;
  font-weight: 900;
  text-align: left;
  padding: 0px;
  border: 0px solid black;
  margin: 0;
}
#prg-counter h3.prg-count .odometer.odometer-auto-theme {
}
#prg-counter h3.prg-count .odometer-formatting-mark {
  display: inline-block;
  font-size: 60pt;
  vertical-align: super;
}
/*
#prg-counter h3.prg-count::after {
content: " +";
display: inline-block;
font-size: 60pt;
vertical-align: super;
}
*/
/*#prg-counter h3.prg-count {
border: 5px solid blue;
border-radius: 50%;
width: 150px;
height: 150px;
}*/
#prg-counter h4.prg-count-title {
  font-size: 20pt;
  color: #4e4e4e;
  font-weight: 700;
  text-align: left;
  width: 70%;
}
/* ============================================================================================ */
/* overview */
/* ============================================================================================ */
.overview {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141414;
}
.overview_left,
.overview_right {
  width: 50%;
  float: left;
}
.overview_right {
  /* padding: 5rem 21% 5rem 4rem; */
  padding: 0 5% 0 5%;
}
h1.overview-main-heading {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: flex;
}
.overview h3 {
  font-size: 48pt;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
}
.small_line {
  width: 100px;
  height: 5px;
  background-color: #fff;
  margin: 20px 0 40px;
}
/* ============================================================================================ */
/* fsimarket css start */
/* ============================================================================================ */
.fsimarket {
  width: 100%;
  display: inline-block;
  padding: 80px 0;
  background-color: #f5f5f5;
}
.fsimarket h3 {
  font-size: 24pt;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
  border-left: 2px solid #000;
  width: 25%;
}
.fsimarket h3 span {
  color: #000;
  font-weight: 700;
}
.market_btm {
  width: 100%;
  margin-top: 50px;
}
.market_btm p {
  margin: 0;
  font-size: 12pt;
}
.market_btm h4 {
  font-size: 37pt;
  color: #000;
  font-weight: 200;
  margin-bottom: 0;
  text-transform: uppercase;
}
.market_btm .odometer.odometer-auto-theme {
  /* font-family:'Open Sans', sans-serif; */
}
.market_btm .odometer.odometer-auto-theme .odometer-digit {
  vertical-align: baseline;
}
.fsimarket p {
  color: #000;
  font-weight: 400;
}
.fsimarket .col {
  padding: 0 40px;
  position: relative;
}
.fsimarket .col:first-child {
  padding-left: 15px;
}
.fsimarket .col:after {
  content: "";
  width: 2px;
  height: 90px;
  border-right: 1px solid #9e9e9eb3;
  position: absolute;
  top: 15%;
  right: 0;
}
.fsimarket .col:last-child {
  border-right: none;
  padding: 0 40px;
}
.fsimarket .col:last-child:after {
  display: none;
}
/* ============================================================================================ */
/* conference css start */
/* ============================================================================================ */
.conference {
  width: 100%;
  display: inline-block;
  background-color: #000;
  display: block;
}
/*.conference {
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
position: relative;
}*/
/*.conference:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100%;
height: 100%;
background: url("../images/overlay-pattern.png") #000000;
opacity: 0.3;
}*/
.conference .block .heading {
  color: #fff;
}
.conference .block ul {
  padding-top: 0px;
  padding: 0;
  margin: 0;
}
.conference .block ul li {
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
  color: #959595;
  transform: 1s;
  display: flex;
}
.conference .block ul li:hover img {
  /*transform: scale(1.2) rotate(10deg);*/
  transform: scale(1.2);
}
.conference .block ul li h3 {
  color: #eae84c;
  padding: 0px 0 20px;
  font-size: 24pt;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
/*#blog .block ul li h3:before {
content: "";
position: absolute;
left: 50px;
bottom: 0;
width: 90px;
height: 1px;
background: #CBC4B5;
margin-left: -45px;
}*/
.conference .block ul li p {
  color: #fff;
  font-weight: 400;
  font-size: 12pt;
}
.conference .block ul li .conference-img {
  float: left;
  width: 33.32%;
  height: 515px;
  background: #fff;
  overflow: hidden;
}
.conference .block ul li .conference-img img {
  width: 100%;
  height: 100%;
}
.conference .block ul li .conference-img img {
  /*
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	*/
}
.conference .block ul li .conference-img img {
  transition: all 0.5s ease-out 0s;
}
.conference .block ul li .conference-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
.conference .block ul li .conference-img-2 img {
  /*
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	*/
  width: 100%;
  transition: all 0.5s ease-out 0s;
}
.conference .block ul li .content-right {
  padding: 70px;
  font-size: 14px;
  line-height: 26px;
  float: left;
  width: 50%;
  height: 515px;
  position: relative;
  background-color: #141414;
}
.centered {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-45%, -45%);
  width: 75%;
}
.conference .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 25%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #000;
  transform: rotate(45deg);
  margin-left: -15px;
  display: none;
}
.conference .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
.conference .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
.conference .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.conference .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}
.conference .block .content_end {
  width: 50%;
  float: left;
  height: 515px;
  position: relative;
  background-color: #000;
}
.conference .conference-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
/* ============================================================================================ */
/* conference css start */
/* ============================================================================================ */
.icon-dcci-02-01,
.icon-dcci-01-01,
.icon-dcci-03-01,
.icon-dcci-04-01,
.icon-dcci-05-01,
.icon-dcci-06-m-01,
.icon-dcci-07-01,
.icon-dcci-08-01 {
  font-size: 48px;
  margin-right: 20px;
}
.icon_sec {
  width: 100%;
  display: inline-block;
  background: #f5f5f5;
  padding: 80px 0;
}
.icon_sec p {
  font-size: 12pt;
  color: #000;
  font-weight: normal;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  text-align: left;
  /*gap: 30px;*/
  padding: 35px 20px 35px;
  margin: 0;
  line-height: 1.3;
  /* justify-content: space-between; */
}
/* .icon_sec p span {
width: 75%;
} */
.icon_sec p img {
  width: 50px;
}
.icon_sec p img:nth-child(2) {
  display: none;
}
.icon_sec p:hover img:nth-child(1) {
  display: none;
}
.icon_sec p:hover img:nth-child(2) {
  display: block;
}
.icon_sec p:hover {
  color: #000;
}
.icon_sec .col-lg-3 {
  border-right: 1px solid #9f9f9f9b;
  border-top: 1px solid #9f9f9f9b;
}
.icon_sec .col-lg-3:last-child {
  border-right: none;
}
/*.icon_sec .row {
border-bottom: 1px solid #343434;
}*/
.icon_sec .row:last-child {
  border-bottom: none;
}
.b_top {
  border-top: none !important;
}
.b_right {
  border-right: none !important;
}
/* ============================================================================================ */
/* speakers css start */
/* ============================================================================================ */
.speakers_sec {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 80px 0;
}
.speakers_sec h2 {
  font-size: 24pt;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #000;
  margin: 0 0 70px;
}
.speakers_sec h2 span {
  color: #000;
  font-weight: 400;
}
.speakers_sec .show {
  width: 100%;
  height: 285px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
  display: block;
  border-radius: 0px;
}
.speakers_sec .aspect {
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
}
.speakers_sec .show .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speakers_sec .show .mask i {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speakers_sec .show-first a.more {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #fff;
  color: #222;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border: 1px solid #999;
}
.speakers_sec .show-first a.more:hover {
  box-shadow: 0 0 5px #000;
}
.speakers_sec .show-first h5 {
  color: #f4f4f4;
  font-size: 28px;
}
.speakers_sec .show-first img {
  transition: all 0.2s linear;
  width: 100%;
}
.speakers_sec .show-first .mask {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease-in-out;
  height: 285px;
  padding: 0 5px;
}
.speakers_sec .show-first h4 {
  font-size: 15pt;
  font-weight: 600;
  color: #000;
  margin-top: 35%;
  margin-bottom: 0;
  opacity: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.speakers_sec .show-first h5 {
  opacity: 0;
  transition: all 0.2s linear;
  font-size: 15pt;
  font-weight: 500;
  color: #fff;
}
.speakers_sec .show-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.speakers_sec .show-first:hover img {
  transform: scale(1.2);
}
.speakers_sec .show-first:hover .mask {
  opacity: 1;
}
.speakers_sec .show-first:hover h4,
.speakers_sec .show-first:hover h5,
.speakers_sec .show-first:hover a.info {
  opacity: 1;
}
.speakers_sec .show-first:hover h5 {
  transition-delay: 0.1s;
}
.speakers_sec .show-first:hover a.info {
  transition-delay: 0.2s;
}
.speakers_sec .details {
  width: 100%;
  padding: 20px 25px;
  background-color: #fff;
  display: inline-block;
}
.speakers_sec .details h4 {
  font-size: 15pt;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
.speakers_sec .details h5 {
  transition: all 0.2s linear;
  font-size: 13pt;
  font-weight: 600;
  margin: 0;
  color: #ffff;
}
.speakers_sec .details h6 {
  transition: all 0.2s linear;
  font-size: 13pt;
  font-weight: 500;
  color: #ffff;
  margin: 6px 0;
}
.speakers_sec .pink {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}
.speakers_sec .pink:hover:before {
  border-radius: 3px;
  background: #000;
  color: #fff;
  border-radius: 50px;
}
/* ============================================================================================ */
/* brands css start */
/* ============================================================================================ */
.brands_sec {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 80px 0;
}
.brands_sec h2 {
  font-size: 24pt;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #000;
  margin: 0 0 70px;
}
.brands_sec h2 span {
  font-weight: 400;
}
/*.brands_sec img {
width: 75%;
}
.brands_sec .col-lg-2 {
border: 1px solid #e5e5e5;
}*/
/* Slick Slider */
.brands_sec .slick-prev,
.brands_sec .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}
.brands_sec .slick-prev {
  left: 0;
}
.brands_sec .slick-next {
  right: 0;
}
.brands_sec .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.brands_sec .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.brands_sec .slick-list:focus {
  outline: none;
}
.brands_sec .slick-list.dragging {
  cursor: poOutfit;
  cursor: hand;
}
.brands_sec .slick-slider .slick-track,
.brands_sec .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.brands_sec .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.brands_sec .slick-track:before,
.brands_sec .slick-track:after {
  display: table;
  content: "";
}
.brands_sec .slick-track:after {
  clear: both;
}
.brands_sec .slick-loading .slick-track {
  visibility: hidden;
}
.brands_sec .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.brands_sec [dir="rtl"] .slick-slide {
  float: right;
}
.brands_sec .slick-slide img {
  display: block;
}
.brands_sec .slick-slide.slick-loading img {
  display: none;
}
.brands_sec .slick-slide.dragging img {
  pooutfit-events: none;
}
.brands_sec .slick-initialized .slick-slide {
  display: block;
  border-right: 1px solid #34343430;
}
.brands_sec .slick-loading .slick-slide {
  visibility: hidden;
}
.brands_sec .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.brands_sec .slick-arrow.slick-hidden {
  display: none;
}
.brands_sec .slide {
  transition: filter 0.4s;
  padding: 0;
}
.brands_sec .fas {
  color: #0f164c;
}
.brands_sec .slick-prev {
  left: 0;
}
.brands_sec .slick-prev,
.brands_sec .slick-next {
  position: absolute;
  top: 45%;
  font-size: 42px;
  cursor: poOutfit;
  z-index: 12111;
}
.brands_sec .slick-slide img:first-child {
  border-bottom: 1px solid #34343430;
}
/* ============================================================================================ */
/* testimonial css start */
/* ============================================================================================ */
.testimoni {
  width: 100%;
  display: inline-block;
  background-color: #141414;
  padding: 80px 0 120px;
  position: relative;
}
.testimoni h3 {
  font-size: 24pt;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #fff;
  margin: 0 0 70px;
}
.testimoni_row {
  width: 100%;
}
.testimoni_item {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.testimoni_item img {
  width: 400px;
  height: 505px;
}
.testimoni_item::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 505px;
  border: 1px solid #eae84c;
  left: 20px;
  top: 20px;
  z-index: 1;
}
.testimoni_detail {
  width: 50% !important;
  position: absolute;
  right: 0;
  bottom: 80px;
  padding-bottom: 20px;
  background-color: #fff;
  min-height: 180px;
  z-index: 11;
}
.testimoni_inner {
  width: 100%;
  padding: 20px 25px 10px;
  background-color: #fff;
  margin-bottom: 10px;
  /* min-height: 175px; */
}
.testimoni_inner h2 {
  font-size: 20pt;
  color: #000;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.testimoni_inner h5 {
  font-size: 13pt;
  color: #000;
  font-weight: 400;
  margin: 8px 0;
}
.testimoni_inner p {
  font-size: 13pt;
  color: #000;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.vdo_sec {
  width: 100%;
  position: relative;
  padding-left: 20px;
}
.vdo_sec h6 {
  font-size: 13pt;
  color: #fff;
  font-weight: 600;
  position: relative;
  text-align: left;
  margin: 0;
}
/* .bg-gray {
background-color: rgb(25, 25, 25);
} */
.vdo_sec h6::after {
  content: "";
  background-color: #000;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  top: -5px;
  left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: puls 2s infinite;
}
.vdo_sec h6 span {
  height: 30px;
  width: 30px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-left: 7px;
}
.vdo_sec h6 span i {
  font-size: 14px;
  margin-left: 3px;
}
/*
.vdo_sec .fa-circle-play {
font-size: 25px;
color: #fff;
vertical-align: sub;
background: #000 ;
}
*/
/*
.vdo_sec h6::before {
content: "";
position: absolute;
width: 190px;
height: 3px;
left: 0px;
top: 13px;
background-color: #000 ;
}
*/
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  /*
	background-image: url(../images/next.png) !important;
	background-repeat: no-repeat;
	width: 48px !important;
	height: 48px !important;
	*/
  right: 47%;
  top: 92% !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  /*
	background-image: url(../images/prev.png) !important;
	background-repeat: no-repeat;
	width: 48px !important;
	height: 48px !important;
	*/
  left: 47% !important;
  top: 92% !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}
/*
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev {
background-image: url(../images/next_hover1.png) !important;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next {
background-image: url(../images/prev_hover2.png) !important;
}
*/
.swiper-button-next,
.swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  border: 2px solid #fff;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 26px;
  color: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  border: 2px solid #eae84c;
}
.swiper-button-prev:hover i,
.swiper-button-next:hover i {
  color: #eae84c;
}
/* ============================================================================================ */
/* testimonial css start */
/* ============================================================================================ */
/* 
.news {
width: 100%;
display: inline-block;
background-color: #181818;
padding: 80px 0 20%;
position: relative;
}
.news h2 {
font-size: 48pt;
color: #fff;
font-weight: 900;
line-height: 66px;
display: flex;
flex-direction: column;
line-height: 1;
}
.news h2 span {
font-weight: 400;
}
.para_width {
width: 40%;
margin-top: 25px;
line-height: 30px;
}
.news_row {
width: 100%;
margin-top: 80px;
float: left;
}
.news_item {
width: 50%;
position: relative;
float: left;
}
.news_item_first {
width: 60%;
height: 400px;
position: relative;
margin-right: 30px;
float: left;
}
.news_item_first img {
width: 100%;
height: 100%;
}
.news_item_small {
width: 35%;
height: 185px;
position: relative;
float: left;
overflow: hidden;
margin-bottom: 30px;
}
.news_item_small img {
height: 100%;
}
.news_item_small:last-child {
margin-bottom: 0px;
}
.news_item_r {
width: 50%;
position: relative;
float: left;
padding-left: 50px;
}
.news_item_r h3 {
font-size: 24pt;
color: #fff;
font-weight: 700;
font-family: 'Outfit-Bold', sans-serif;
}
.news_item_r h6 {
font-size: 14pt;
color: #fff;
font-weight: 400;
margin: 10px 0 25px;
font-family: 'Outfit-Light', sans-serif;
}
.news_item_r p {
color: #fff;
font-weight: 400;
line-height: 30px;
margin-bottom: 30px;
font-family: 'Outfit-Light', sans-serif;
font-size: 13pt;
} */
/* 
.more_box {
width: 50%;
padding: 30px 0 0 0;
border-top: 1px solid #fff;
}
.more_box_l {
width: 35%;
float: left;
}
.more_box_r {
width: 65%;
float: left;
}
.more_box_l a {
font-size: 15px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
}
.more_box_l a:hover {
color: #000 ;
}
.more_box_r ul {
padding: 0;
margin: 0;
list-style: none;
float: right;
}
.more_box_r ul li {
float: left;
}
.more_box_r ul li a {
font-size: 15px;
color: #fff;
font-weight: 500;
text-decoration: none;
padding-right: 20px;
}
.news .swiper-button-news-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url(../images/arrow_next_right.png) !important;
background-repeat: no-repeat;
width: 48px !important;
height: 48px !important;
right: 40% !important;
top: 63% !important;
}
.news .swiper-button-news-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url(../images/arrow_prev_left.png) !important;
background-repeat: no-repeat;
width: 48px !important;
height: 48px !important;
left: 53% !important;
top: 63% !important;
}
.news .swiper-button-news-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
display: none;
}
.news .swiper-button-news-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
display: none;
}
.news .swiper-button-news-next:hover,
.swiper-container-rtl .swiper-button-prev {
background-image: url(../images/arrow_next_right_hover.png) !important;
}
.news .swiper-button-news-prev:hover,
.swiper-container-rtl .swiper-button-next {
background-image: url(../images/arrow_prev_left_hover.png) !important;
} */
/* ============================================================================================ */
/* subscribe css start */
/* ============================================================================================ */
.demographics_sec {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  background-color: #141414;
}
.demographics_sec h2 {
  font-size: 24pt;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #fff;
  margin: 0;
  margin-top: 80px;
}
.demographics_sec .demographic {
  margin-bottom: 80px;
}
.demographics_sec .demographic .demographic-wrap {
  display: flex;
  flex-wrap: wrap;
}
.demographics_sec .demographic .demographic-wrap .demographic-box {
  width: 25%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
}
.demographics_sec .demographic .demographic-wrap .demographic-box:after {
  content: "";
  width: 1px;
  height: 140px;
  background: #2d48ac61;
  position: absolute;
  right: 0;
}
.demographics_sec
  .demographic
  .demographic-wrap
  .demographic-box:last-child:after {
  display: none;
}
.demographics_sec .demographic .demographic-wrap .demographic-box .chart svg {
  border-radius: 50%;
  outline: 16px solid #a3a6ff21;
  outline-offset: -16px;
}
.demographics_sec .demographic .demographic-wrap .demographic-box h4 {
  font-size: 12pt;
  color: #fff;
  line-height: 1.3;
  margin: 10px 0;
  font-weight: 600;
}
.demographics_sec .demographic .demographic-wrap .demographic-box:last-child {
  border: none;
}
.demographics_sec .jobs {
  position: relative;
}
.demographics_sec .jobs h3 {
  font-size: 18pt;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 0 20px 0;
  border-left: none;
  margin: 0;
}
.demographics_sec .jobs .jobs-bar {
  padding: 0 30px;
}
.demographics_sec .jobs .jobs-bar:before {
  content: "";
  width: 1px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 32%;
  background-color: #2f67a2;
}
.demographics_sec .job {
  display: flex;
}
.demographics_sec .jobs .single-comp {
  display: flex;
  margin: 20px 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.demographics_sec .jobs .single-comp .bar {
  width: 90%;
  background-color: #060b42;
  color: #fff;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.demographics_sec .jobs .single-comp .bar:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  background-color: #000;
  left: 0;
  top: 0;
}
.demographics_sec .jobs .single-comp .label {
  font-size: 12pt;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.demographics_sec .jobs .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  height: 100%;
}
.demographics_sec .jobs .progress-bar.animate-viewport--animate {
  animation: bar-animation 1s ease-in-out;
}
@keyframes bar-animation {
  0% {
    width: 0%;
  }
}
@keyframes bar-animation-v {
  0% {
    height: 0%;
  }
}
footer {
  background-color: #000;
}
footer ul {
  margin: 0%;
  padding: 0%;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
footer li > a {
  text-decoration: none;
  /* color: #b9b9b9 !important; */
  color: #fff !important;
}
footer li {
  list-style: none;
}
footer li:hover a {
  cursor: pointer;
  color: #eae84c !important;
}
footer li > h4 {
  margin: 0;
}
footer li {
  margin-bottom: 2px;
}
.footer_main {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  padding: 40px 0;
}
.footer_section {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer_icons {
  padding: 0%;
  margin: 0%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 3px;
}
.flex_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}
.footer_tradepassId a {
  color: red;
  margin-left: 10px;
}
.footer_tradepassId:hover a {
  color: red;
  margin-left: 10px;
}
.footer_about {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer_links {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer_links ul li a {
  color: #b9b9b9;
}
.footer_terms {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer_social {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer_social ul {
  flex-direction: row;
}
.footer_social ul li {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  margin-right: 7px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_social ul li a {
  color: #fff !important;
  font-size: 12px;
  line-height: 25px;
}
.footer_social ul li:hover {
  border: 1px solid #eae84c;
}
.footer_social ul li:hover a {
  color: #eae84c !important;
}
.footer_heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14pt;
  color: #fff;
  font-weight: 900;
}
.footer_main p {
  color: #b9b9b9;
  font-size: 10pt;
  margin-bottom: 30px;
}
.footer_terms .footer_heading {
  display: flex;
  color: #fff;
}
.footer_terms .footer_heading span {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.footer_terms .footer_heading span a {
  color: #e22344;
  font-weight: normal;
  font-size: 12pt;
}
.footer_bottom {
  background-color: #000;
  padding: 10px;
  text-align: center;
}
.footer_bottom p {
  color: #b9b9b9;
  font-size: 10pt;
}
/* 11.08.26*/
.footer_social a > p {
  color: #e22344;
  padding-left: 20px;
  margin: 0;
}
.footer_social .connect_us {
  font-weight: bold;
  font-size: medium;
  color: #fff;
  margin: 0;
  margin-top: 5px;
}
.footer_heading {
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer_links ul li:hover a {
  color: #eae84c;
}
.demographics_sec .demographic {
  display: flex;
  justify-content: space-between;
}
.demographics_sec .demographic .demographic-wrap {
  justify-content: start;
  align-items: center;
  width: 46%;
  position: relative;
  margin: 0;
}
.list-box {
  position: absolute;
  right: 40px;
}
.list-box ul {
  padding-left: 10px;
}
.list-box ul li::marker {
  color: #eae857;
  font-size: 1.6em;
}
.list-box ul li:nth-child(2)::marker {
  color: #545427;
}
.list-box ul li:nth-child(3)::marker {
  color: #fff;
}
.list-box ul li:nth-child(4)::marker {
  color: #a7a661;
}
.list-box ul li {
  color: #fff;
  font-size: 11pt;
  margin-bottom: 5px;
  list-style: square !important;
}
.demographics_sec .demographic .demographic-wrap .demographicbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
  /* border-right: 1px solid #2d48ac; */
}
.demographics_sec .demographic .demographic-wrap figure {
  position: relative;
  text-align: center;
}
.demographics_sec .demographic .demographic-wrap figcaption {
  text-align: center;
  color: #fff;
  width: 30%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
  font-size: 10pt;
  font-weight: 600;
}
.demographics_sec .demographic .demographic-wrap figure.figure1 {
  width: 70%;
  left: -100px;
}
.demographics_sec .demographic .demographic-wrap svg {
}
/*
.demographics_sec .demographic .demographic-wrap circle {
fill:rgba(0,0,0,0);
stroke-width:5.5;
stroke-dasharray: 0,0,0,100;
stroke-dashoffset: 25;
-webkit-animation: pie1 6s infinite ease both;
animation: pie1 6s infinite ease both;
}
*/
.demographics_sec.aos-animate .demographic .demographic-wrap circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 5.5;
  stroke-dasharray: 0, 0, 0, 100;
  stroke-dashoffset: 25;
  -webkit-animation: pie1 6s 1 ease both;
  animation: pie1 6s 1 ease both;
}
.demographics_sec .demographic .demographic-wrap .pie1 {
  stroke: #5c9ad3;
}
.demographics_sec.aos-animate .demographic .demographic-wrap .pie2 {
  stroke: #006491;
  -webkit-animation-name: pie2;
  animation-name: pie2;
}
.demographics_sec.aos-animate .demographic .demographic-wrap .pie3 {
  stroke: #426d97;
  -webkit-animation-name: pie3;
  animation-name: pie3;
}
.demographics_sec.aos-animate .demographic .demographic-wrap .pie4 {
  stroke: #000;
  -webkit-animation-name: pie4;
  animation-name: pie4;
}
@-webkit-keyframes pie1 {
  50%,
  100% {
    stroke-dasharray: 40, 60, 0, 0;
  }
}
@keyframes pie1 {
  50%,
  100% {
    stroke-dasharray: 40, 60, 0, 0;
  }
}
/* 2nd pie is 30% */
@-webkit-keyframes pie2 {
  50%,
  100% {
    stroke-dasharray: 0, 40, 30, 30;
  }
}
@keyframes pie2 {
  50%,
  100% {
    stroke-dasharray: 0, 40, 30, 30;
  }
}
/* 3rd pie is 30% */
@-webkit-keyframes pie4 {
  50%,
  100% {
    stroke-dasharray: 0, 70, 20, 10;
  }
}
@keyframes pie4 {
  50%,
  100% {
    stroke-dasharray: 0, 70, 20, 10;
  }
}
/* 4th pie is 10% */
@-webkit-keyframes pie3 {
  50%,
  100% {
    stroke-dasharray: 0, 80, 20, 10;
  }
}
@keyframes pie3 {
  50%,
  100% {
    stroke-dasharray: 0, 80, 20, 10;
  }
}
/** pie 2 */
/*
.demographics_sec .demographic .demographic-wrap figure.figure2 {
width: 70%;
}
*/
.demographics_sec .demographic .demographic-wrap:nth-child(2) {
  justify-content: end;
  border-left: 1px solid #e1e1e14a;
  padding-left: 5%;
}
.demographics_sec.aos-animate
  .demographic
  .demographic-wrap:nth-child(2)
  circle {
  fill: #08174c00;
  stroke-width: 31.8309886184;
  stroke-dasharray: 0, 0, 0, 100;
  stroke-dashoffset: 26;
  -webkit-animation: pie1a 6s 1 ease both;
  animation: pie1a 6s 1 ease both;
}
.demographics_sec .demographic .demographic-wrap:nth-child(2) .pie1a {
  /* stroke:#5c9ad3; */
  stroke-width: 34.830989 !important;
}
.demographics_sec.aos-animate
  .demographic
  .demographic-wrap:nth-child(2)
  .pie2a {
  /*stroke:#006491;*/
  -webkit-animation-name: pie2a;
  animation-name: pie2a;
  stroke-width: 20.8309886184;
}
.demographics_sec.aos-animate
  .demographic
  .demographic-wrap:nth-child(2)
  .pie3a {
  /*stroke:#426d97;*/
  -webkit-animation-name: pie3a;
  animation-name: pie3a;
}
.demographics_sec.aos-animate
  .demographic
  .demographic-wrap:nth-child(2)
  .pie4a {
  /*  stroke:#000 ; */
  -webkit-animation-name: pie4a;
  animation-name: pie4a;
  stroke-width: 27.831;
}
.demographics_sec.aos-animate
  .demographic
  .demographic-wrap:nth-child(2)
  .pie5a {
  /*  stroke:#000 ; */
  -webkit-animation-name: pie5a;
  animation-name: pie5a;
  stroke-width: 23.831;
}
.demographics_sec.aos-animate .pie-text {
  /*
	-webkit-animation: visible 10s 1 ease both;
	animation: visible 10s 1 ease both;
	*/
  color: #fff;
}
.demographics_sec.aos-animate .pie-text span:before {
  background: #ffffff6b !important;
}
@keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pie1a {
  50%,
  100% {
    stroke-dasharray: 57.8, 42.7, 0, 0;
  }
}
@keyframes pie1a {
  50%,
  100% {
    stroke-dasharray: 57.8, 42.7, 0, 0;
  }
}
/* 2nd pie is 30% */
@-webkit-keyframes pie2a {
  50%,
  100% {
    stroke-dasharray: 0, 50.5, 25, 0;
  }
}
@keyframes pie2a {
  50%,
  100% {
    stroke-dasharray: 0, 50.5, 25, 0;
  }
}
/* 3rd pie is 30% */
@-webkit-keyframes pie4a {
  50%,
  100% {
    stroke-dasharray: 0, 65, 20, 0;
  }
}
@keyframes pie4a {
  50%,
  100% {
    stroke-dasharray: 0, 65, 20, 0;
  }
}
/* 4th pie is 10% */
@-webkit-keyframes pie3a {
  50%,
  100% {
    stroke-dasharray: 0, 81, 19, 10;
  }
}
@keyframes pie3a {
  50%,
  100% {
    stroke-dasharray: 0, 81, 19, 10;
  }
}
@-webkit-keyframes pie5a {
  50%,
  100% {
    stroke-dasharray: 0, 53, 8, 0;
  }
}
@keyframes pie5a {
  50%,
  100% {
    stroke-dasharray: 0, 53, 8, 0;
  }
}
.pie1a-text {
  z-index: 9;
  right: -20px;
  top: 10px;
}
.pie1a-text span {
  position: relative;
}
.pie1a-text span:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
  top: 55px;
  left: -57px;
  background: #4f4d4d;
}
.pie1a-text span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eae84c;
  border: none;
  position: absolute;
  left: 0;
  top: 20px;
}
.pie2a-text {
  z-index: 9;
  left: -143px;
  bottom: 87px;
}
.pie2a-text span:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  -webkit-transform: rotate(171deg);
  -moz-transform: rotate(171deg);
  -o-transform: rotate(171deg);
  transform: rotate(171deg);
  top: 5px;
  right: -133px;
  background: #4f4d4d;
}
.pie2a-text span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eae84c;
  border: none;
  position: absolute;
  right: -15px;
  top: 11px;
}
.pie3a-text {
  z-index: 9;
  left: -122px;
  top: 150px;
}
.pie3a-text span:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 25px;
  right: -20px;
  background: #4f4d4d;
}
.pie3a-text span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eae84c;
  border: none;
  position: absolute;
  left: -20px;
  top: 22px;
}
.pie4a-text {
  z-index: 9;
  left: -70px;
  top: 0;
}
.pie4a-text span:before {
  content: "";
  position: absolute;
  width: 57px;
  height: 1px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  top: 38px;
  right: -55px;
  background: #4f4d4d;
}
.pie4a-text span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eae84c;
  border: none;
  position: absolute;
  right: -16px;
  top: 10px;
}
.pie5a-text {
  z-index: 9;
  left: -100px;
  bottom: 40px;
}
.pie5a-text span:before {
  content: "";
  position: absolute;
  width: 84px;
  height: 1px;
  -webkit-transform: rotate(155deg);
  -moz-transform: rotate(155deg);
  -o-transform: rotate(155deg);
  transform: rotate(155deg);
  top: -2px;
  right: -90px;
  background: #4f4d4d;
}
.pie5a-text span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eae84c;
  border: none;
  position: absolute;
  right: -15px;
  top: 11px;
}
.pie1a-number {
  z-index: 9;
  right: 65px;
  top: 134px;
  color: #fff;
  font-size: 32pt;
}
.pie2a-number {
  z-index: 9;
  left: 85px;
  bottom: 130px;
  color: #fff;
  font-size: 12pt;
}
.pie3a-number {
  z-index: 9;
  left: 53px;
  top: 165px;
  color: #fff;
  font-size: 14pt;
}
.pie4a-number {
  z-index: 9;
  left: 98px;
  top: 68px;
  color: #fff;
  font-size: 18pt;
}
.pie5a-number {
  z-index: 9;
  left: 107px;
  bottom: 82px;
  color: #fff;
  font-size: 12pt;
}
.demographics_sec .senority-job {
  display: flex;
}
.demographics_sec .senority-job .jobs:first-child {
  padding: 60px 3% 60px 6%;
  background: #ebeaea;
  width: 30%;
}
.demographics_sec .senority-job .jobs:last-child {
  padding: 60px 60px 80px 60px;
  background: #f4f4f4;
  width: 70%;
}
.demographics_sec .jobs .single-comp .bar:before {
  display: none;
}
.demographics_sec .jobs .single-comp .bar {
  padding: 3px 3px;
  background-color: #c0c0c0;
  border-radius: 20px;
  height: 16px;
  color: #161616;
  font-size: 12px;
  font-weight: 600;
  width: 60%;
  margin-left: 20px;
}
.demographics_sec .jobs .progress-bar {
  background-color: #000;
  border-radius: 20px;
}
.demographics_sec .jobs .single-comp {
  flex-direction: row;
  align-items: center;
}
.demographics_sec .jobs .single-comp .label {
  margin: 0;
  padding: 0;
  color: #161616;
  font-size: 10pt;
  font-weight: 600;
  width: 30%;
  text-align: right;
}
.demographics_sec .jobs .jobs-bar {
  padding: 0;
}
.demographics_sec .jobs .jobs-bar:before {
  display: none;
}
.demographics_sec .jobs h3 {
  color: #161616;
  font-size: 24pt;
  padding-top: 0;
}
.list-box {
  display: none;
}
.modal-header {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.btn-close {
  color: #fff !important;
  background: transparent !important;
  font-size: 16pt;
  opacity: 1 !important;
}
.btn-close:hover {
  color: #fff;
  opacity: 1;
}
/* width */
.modal-body::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.modal-body::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hero-section .event-date,
.hero-section .event-date .s1,
.hero-section .event-date .s2 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.hero-section .event-date {
  margin-top: 30px;
}
.hero-section .event-date .s1 {
  align-items: flex-start;
}
.hero-section .event-date .s1 .e_d {
  color: #fff;
  font-size: 42pt;
  line-height: 35pt;
  font-weight: 600;
}
.hero-section .event-date .s1 .e_m_y {
  /* font-family: 'Franklin-Gothic-Demi-Regular', sans-serif; */
  color: #fff;
  font-size: 18pt;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  padding: 0 0 0 8px;
  text-align: left;
}
.hero-section .event-date .s2 {
  margin-left: 15px;
}
.hero-section .event-date .s2::before {
  content: "";
  width: 1px;
  height: 50px;
  background: #eae84c;
  display: block;
  margin-right: 15px;
}
.hero-section .event-date .s2 img {
  width: 20px;
}
.hero-section .event-date .s1 .e_m_y span:nth-child(2) {
  font-size: 15pt;
}
.hero-section .event-date .s2 .e_venue {
  color: #fff;
  font-size: 12pt;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 0 0 0 8px;
  letter-spacing: 0.5px;
  text-align: left;
}
.demographics_sec .jobs-bar-vertical .v_bars .v_bar {
  background-color: #c0c0c0;
  border-radius: 20px;
  color: #161616;
  font-size: 12px;
  font-weight: 600;
  width: 16px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 20px;
}
.demographics_sec .jobs-bar-vertical .v_bars .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  width: 16px;
  position: relative;
}
.demographics_sec
  .jobs-bar-vertical
  .v_bars
  .progress-bar.animate-viewport--animate {
  animation: bar-animation-v 1s ease-in-out;
}
.demographics_sec .jobs-bar-vertical .v_bars .v_bar:after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
  content: "";
  position: absolute;
  bottom: -16px;
  left: -4px;
  border: 3px solid #f4f4f4;
}
.demographics_sec .jobs-bar-vertical .v_bars {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.demographics_sec .jobs-bar-vertical .v_bars .v_bar:before {
  content: "";
  width: 1px;
  height: 16px;
  background: #000 8a;
  position: absolute;
  top: -20px;
  left: 8px;
}
.demographics_sec .jobs-bar-vertical .v_bars .v_label {
  font-size: 12px;
  text-align: center;
  height: 35px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
.demographics_sec .jobs-bar-vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.demographics_sec .jobs-bar-vertical .v_bars:nth-child(1) {
  align-items: flex-end;
  width: 3%;
}
.demographics_sec .jobs-bar-vertical .v_bars:nth-child(1) img {
  height: 100px;
}
.demographics_sec .senority-job .jobs:first-child .jobs-bar-vertical {
  justify-content: space-between;
}
.demographics_sec
  .senority-job
  .jobs:first-child
  .jobs-bar-vertical
  .v_bars:nth-child(1) {
  width: 10%;
}
.demographics_sec .senority-job .jobs:first-child .jobs-bar-vertical .v_bars {
  width: 30%;
}
.demographics_sec
  .senority-job
  .jobs:first-child
  .jobs-bar-vertical
  .v_bars
  .v_bar:after {
  border: 3px solid #ebeaea;
}
.demographics_sec
  .senority-job
  .jobs:first-child
  .jobs-bar-vertical
  .v_bars
  .v_label {
  width: 100%;
}
.v_100 {
  display: none !important;
}
/* 404 */
.container_404 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_404 {
  text-align: center;
}
.content_404 > h1 {
  font-size: 80px;
  font-weight: bolder;
  color: #2980b9;
  margin-bottom: -5px !important;
  letter-spacing: 0.3rem;
  margin-bottom: 0;
}
.content_404 > h6 {
  font-size: 15px;
  color: grey;
}
.speakers_sec .team-thumb {
  position: relative;
  text-align: center;
  /* margin-bottom: 35%; */
}
.speakers_sec .team-member {
  overflow: hidden;
}
.speakers_sec .member-info {
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 80%;
  color: #000;
  /* padding:0 25px; */
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  box-shadow: 0 15px 30px rgb(0 0 0 / 13%);
  z-index: 1;
  background-color: #fff !important;
  min-height: 160px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.speakers_sec .member-info {
  width: 100%;
  box-shadow: none;
  border: 1px solid #e2e2e2;
  transform: none;
  position: relative;
  left: 0;
  bottom: 0;
}
.speakers_sec .team-thumb img {
  width: 100%;
  height: auto;
  background-size: cover;
  margin-top: -30px;
  border: none;
  /* border: 1px solid #efefefe3; */
}
.speakers_sec .member-info #spname {
  font-size: 12pt;
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
.speakers_sec .member-info .title {
  transition: all 0.2s linear;
  font-size: 11pt;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.speakers_sec .member-info #spdesignation {
  transition: all 0.2s linear;
  font-size: 10pt;
  font-weight: 400;
  color: #000;
  margin: 6px 0;
  line-height: 1.4;
}
.speakers_sec .row {
  /* justify-content: space-between; */
}
.all_speakers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.all_speakers a.pink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.all_speakers .tp-btn-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  /* background: #000 ; */
  text-transform: uppercase;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 14px;
  /* color: #fff; */
  border: none;
}
.all_speakers .tp-btn-primary:after,
.all_speakers .tp-btn-primary:before {
  background: #fff;
}
.all_speakers .tp-btn-primary:hover {
  color: #000;
}
.more_box_r {
  display: none;
}
/*
.photo-gallery {
color:#313437;
background-color:#fff;
}
.photo-gallery p {
color:#7d8285;
}
.photo-gallery h2 {
font-weight:bold;
margin-bottom:40px;
padding-top:40px;
color:inherit;
}
.photo-gallery .photos {
padding-bottom:20px;
}
.photo-gallery .item {
padding-bottom:30px;
}
*/
.photo-gallery {
  column-count: 4;
  column-gap: 15px;
}
.photo-gallery img {
  max-width: 100%;
  display: block;
}
.photo-gallery figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 15px;
  break-inside: avoid;
  position: relative;
}
.photo-gallery figure a > img {
  grid-row: 1 / -1;
  grid-column: 1;
}
.photo-gallery figure a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s ease 0.1s;
  background-color: transparent;
}
.photo-gallery figure a:hover:before {
  background-color: #423e405c;
}
.photo-gallery figure a:hover img {
  filter: grayscale(1);
}
.photo-gallery figure a:after {
  position: absolute;
  content: "\2b";
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 99;
  color: transparent;
  font-family: "Font Awesome 6 Free";
}
.photo-gallery figure a:hover:after {
  color: #ffffff;
}
.why-choose-us {
  position: relative;
  z-index: 1;
}
.single-box {
  position: relative;
  z-index: 1;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  text-align: center;
  height: 450px;
}
.col-lg-3:first-child .single-box {
  border-left: none;
}
.d-table {
  display: table !important;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell !important;
}
.d-table-cell {
  vertical-align: middle;
}
.single-box .d-table-cell {
  vertical-align: bottom;
}
.single-box .content {
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.single-box .content::before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  max-width: 280px;
  text-align: center;
  height: 260px;
  left: 50%;
  margin-left: -155px;
  z-index: -1;
  border: 10px solid rgba(104, 89, 222, 0.03);
}
.single-box .content h3 {
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-box .content p {
  color: #fff;
  margin-bottom: 0;
  transition: 0.5s;
}
.why-choose-us .slideshow {
  z-index: -1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.why-choose-us .slideshow {
  list-style-type: none;
}
.why-choose-us .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear 0s infinite;
  animation: imageAnimation 24s linear 0s infinite;
}
.why-choose-us .slideshow li:first-child span {
  /* background-image: url(../images/number-slide/Black-01.png); */
  background-color: #d3d3d3;
}
.why-choose-us .slideshow li:nth-child(2) span {
  /* background-image: url(../images/number-slide/Black-02.png); */
  background-color: #d3d3d3;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.why-choose-us .slideshow li:nth-child(3) span {
  /* background-image: url(../images/number-slide/Black-03.png); */
  background-color: #d3d3d3;
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.why-choose-us .slideshow li:nth-child(4) span {
  /* background-image: url(../images/number-slide/Black-04.png); */
  background-color: #d3d3d3;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.speakers_sec .team-thumb ul {
  padding: 15px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  transition: 0.5s;
  position: absolute;
  right: 0px;
  top: 40%;
  background-color: #fff;
}
.speakers_sec .team-thumb ul li {
  display: block;
  margin-bottom: 10px;
}
.speakers_sec .team-thumb ul li:last-child {
  margin-bottom: 0;
}
.speakers_sec .team-thumb ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ff2d55;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  transition: 0.5s;
}
.speakers_sec .team-thumb:focus ul,
.speakers_sec .team-thumb:hover ul {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.speakers_sec .team-thumb ul li a.in {
  background-color: #0077b5;
}
.speakers_sec .team-thumb ul li a.tw {
  background-color: #38a1f3;
}
.speakers_sec .team-thumb ul li a:focus,
.speakers_sec .team-thumb ul li a:hover {
  background-color: #000;
  color: #fff;
}
/* .speakers_sec [class^="col-"]:hover .member-info {
  background-color: #141414 !important;
  width: 100%;
} */
/* .speakers_sec [class^="col-"]:hover .member-info h4 {
  color: #eae84c;
}
.speakers_sec [class^="col-"]:hover .member-info h6,
.speakers_sec [class^="col-"]:hover .member-info .title {
  color: #fff;
} */
/*
.number_sec .count-wrap{
overflow: hidden;
box-shadow: 7px 5px 30px 0 rgba(72,73,121,.15);
transition: .5s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
padding: 20px 0;
position: relative;
background: #dbdbdb;
}
.number_sec .count-wrap::before{
content: "";
width: 300px;
height: 300px;
border-radius: 50%;
position: absolute;
right: -50%;
top: -40%;
background: repeating-radial-gradient(hsla(0,0%,100%,.04),hsla(0,0%,100%,.17) 20%);
transition: .5s;
}
.number_sec{
position: relative;
overflow: hidden;
}
.number_sec::before{
content: "";
width: 800px;
height: 800px;
border-radius: 50%;
position: absolute;
right: -400px;
top: -400px;
background: repeating-radial-gradient(hsla(0, 0%, 100%, 0),hsla(0, 0%, 32.5%, 0.03) 20%);
transition: .5s;
}*/
.number_sec {
  background: rgb(230, 230, 232);
  background: linear-gradient(
    180deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(255, 255, 255, 1) 35%
  );
}
.demographics_sec .demographic .demographic-wrap figure.figure1 {
  width: 100%;
  left: 0;
}
.demographics_sec .demographic .demographic-wrap figure.figure1 iframe {
  width: 430px;
  height: 430px;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
.demographics_sec .demographic .pi-chart-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  justify-content: space-between;
}
.demographics_sec .demographic .pi-chart-1 svg {
  transform: rotate(345deg);
  cursor: poOutfit;
}
.demographics_sec .demographic .demographic-wrap-text {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  color: #fff;
  font-size: 14px;
}
.demographics_sec .demographic .demographic-wrap-text .text-value {
  display: flex;
  flex-direction: column;
}
.demographics_sec .demographic .demographic-wrap-text .text-value span {
  font-size: 24pt;
}
.demographics_sec .demographic .demographic-wrap-p1 {
  width: 62%;
  margin-left: -38px;
}
.demographics_sec h2 {
  margin: 40px 0;
}
.p1:hover .demographic-wrap-text:nth-child(2) .text-value:nth-child(1) span {
  color: #000;
}
.demographics_sec .demographic .demographic-wrap-text .text-value.t1 span {
  color: #eae857;
}
.demographics_sec .demographic .demographic-wrap-text .text-value.t2 span {
  color: #62622f;
}
.demographics_sec .demographic .demographic-wrap-text .text-value.t4 span {
  color: #a7a661;
}
.demographics_sec
  .demographic
  .demographic-wrap-text
  .text-value.hover-animation {
  animation-name: shake;
  animation-duration: 2s;
  transition-timing-function: ease-in-out;
}
@keyframes shake {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.demographics_sec .demographic svg {
  width: 380px;
}
/* 07-09.2023 */
.number_sec_new {
  padding: 80px 0 40px 0;
  background: #000;
}
.number_sec_new h2 {
  text-align: center;
  font-size: 26pt;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 800;
}
.number_sec_new .sub-heading {
  font-weight: 400;
  text-align: center;
  font-size: 15pt;
  color: #eae84c;
}
.number_sec_new .number-container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 550px;
  overflow: hidden;
}
.number_sec_new .number-container .single-number {
  width: 24.33%;
  position: relative;
  margin-top: 40px;
}
.number_sec_new .number-container .single-number .blue-box {
  background: #141414;
  padding: 20px 40px;
  width: 80%;
  margin: 0 auto;
  margin-top: -60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  background-image: url("../images/arrow1.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  /*transition: 2s ease all;*/
  background-size: 35px;
}
.number_sec_new .number-container .single-number .img-wrap {
}
.number_sec_new .number-container .single-number .img-wrap img {
  width: 100%;
  height: auto;
}
.number_sec_new .number-container .single-number:nth-child(2) .blue-box,
.number_sec_new .number-container .single-number:nth-child(4) .blue-box {
  background-image: url("../images/arrow2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 35px;
}
.number_sec_new .number-container .single-number .blue-box h3 {
  font-size: 52pt;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.number_sec_new .number-container .single-number .blue-box p {
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin: 0;
  width: 90%;
}
.number_sec_new .odometer.odometer-auto-theme,
.number_sec_new .odometer.odometer-theme-default {
  /* font-family: 'Bebas-Regular', sans-serif !important; */
}
.number_sec_new .number-container .single-number .blue-box::brfore {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
  content: "";
}
/*
.number_sec_new .number-container .single-number:hover .blue-box{
background-image: url('../images/arrow2.png');
background-position: top left;
background-repeat: no-repeat;
}
.number_sec_new .number-container .single-number:nth-child(2):hover .blue-box, .number_sec_new .number-container .single-number:nth-child(4):hover .blue-box{
background-image: url('../images/arrow1.png');
background-position: bottom right;
background-repeat: no-repeat;
}
*/
.demographics_sec .demographic .demographic-wrap:nth-child(1) {
  display: none !important;
}
/*
#image_gallery_595 .col-lg-3{
padding-right: calc(var(--bs-gutter-x) * .5) !important;
padding-left: calc(var(--bs-gutter-x) * .5) !important;
margin-top: var(--bs-gutter-y) !important;
}
*/
#why-speak {
  background: #f9f9f9;
}
.inner_banner_sec .banner-content h1:after {
  background: #eae84c;
}
.inner_banner_sec .banner-content .pink {
  background-color: #eae84c;
  color: #000;
}
.inner_content.why-speak .section .right {
  position: relative;
  background: url("../images/gray.png");
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
}
/* css for the loader  */
.spinner {
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner::before,
.spinner::after {
  border: 6.7px solid #eae84c;
  border-radius: 50%;
  position: absolute;
  content: "";
  display: block;
}
.spinner::before {
  width: 33.6px;
  height: 33.6px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: spinner-1o3y8q 0.75s infinite linear reverse;
}
.spinner::after {
  animation: spinner-1o3y8q 0.5s infinite linear;
  height: 56px;
  width: 56px;
  border-right-color: transparent;
  border-top-color: transparent;
}
@keyframes spinner-1o3y8q {
  to {
    transform: rotate(360deg);
  }
}
.edition {
  color: #fff;
}
.home-companies-exhibit {
  padding: 60px 0;
  background: #fff;
}
.home-companies-exhibit h3 {
  font-size: 24pt;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #000;
}
.home-companies-exhibit h3 span {
  font-weight: 400;
}
.home-companies-exhibit .companies-exhibit {
  padding: 40px 0 0;
}
.home-companies-exhibit .companies-exhibit .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-right: 1px solid #d0d0d07d;
}
.home-companies-exhibit .companies-exhibit .item:last-child {
  border: none;
}
.home-companies-exhibit .companies-exhibit .item .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-companies-exhibit .companies-exhibit .item .img-wrap:first-child {
  border-bottom: 1px solid #d0d0d07d;
}
.home-companies-exhibit .companies-exhibit .item .img-wrap img {
  height: auto;
}
.home-companies-exhibit .owl-theme .owl-dots .owl-dot span {
  background: #3f4042;
}
.home-companies-exhibit .owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid #ed2224;
  background: #0f0f0f !important;
}
header.darkHeader .navbar {
  padding: 0 15px;
}
.arrowButton {
  cursor: poOutfit;
  display: inline-grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  position: relative;
  text-decoration: none;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.55s cubic-bezier(0.65, 0, 0.076, 1);
}
.arrowButton .arrowContainer {
  grid-area: 1/1/2/2;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.arrowButton .arrow {
  width: 2rem;
  height: 1rem;
  stroke: currentColor;
  transition: all 0.55s cubic-bezier(0.65, 0, 0.076, 1);
}
.arrowButton .labelContainer {
  grid-area: 1/2/2/3;
  z-index: 1;
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 13px;
}
.arrowButton .box {
  display: block;
  z-index: 0;
  position: absolute;
  height: 3rem;
  width: 3rem;
  border-radius: 4rem;
  background-color: transparent;
  border: 1px solid;
  transition: all 0.55s cubic-bezier(0.65, 0, 0.076, 1);
}
.arrowButton:hover .arrow {
  transform: translateX(1rem);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.arrowButton:hover .box {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
/* =============================================================================================== */
/* new css from here for the news section  */
/* ============================================================================================ */
.news_articles {
  overflow: hidden;
  background: #141414;
  padding-bottom: 60px;
}
.section-title {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 2rem;
  padding-top: 3rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.news_articles .col-lg-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}
/* .news_articles .col-sm-12{ width:100%;} */
.swiper.thumbs {
  height: 510px;
}
.swiper.thumbs .swiper-slide {
  position: relative;
  width: 100%;
  opacity: 0.6;
}
.swiper.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper.featured .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news__articles {
  color: var(--white);
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
}
.news__articles h1,
.news__articles .h1 {
  font-size: 6rem;
  opacity: 0.05;
  position: absolute;
}
.news__articles h2,
.news__articles .h2 {
  width: 100%;
  font-size: 2.6rem;
  padding-left: 5rem;
}
.news {
  position: relative;
}
.news-thumbnail {
  position: relative;
  width: 100%;
  height: 500px;
}
.news-thumbnail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.news-thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-thumbnail {
  position: relative;
  width: 100%;
  height: 500px;
}
.news-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 50%;
}
.news-content__title {
  font-weight: 700;
  color: #fff;
}
.news-content__btn {
  background: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.news-content {
  width: 85%;
}
.news-content__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
.news-content__description {
  margin-top: 0%;
  margin-bottom: 1rem;
}
.news-thumb {
  display: flex;
  cursor: poOutfit;
  align-items: center;
  justify-content: space-around;
}
.news-thumb__thumbnail {
  width: 160px;
  height: 160px;
  margin-right: 10px;
  position: relative;
}
.news-thumb__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.news-thumb__content {
  width: 50%;
}
.news-thumb__content h4 {
  font-size: 1rem !important;
  color: #fff;
  font-weight: normal;
}
.news-thumbnail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.news-content__btn {
  background-color: #000;
  /* border: 1px solid #000 ; */
  border-radius: 0%;
  color: #fff !important;
}
.news-content__btn:hover {
  background-color: #fff;
  color: #000 !important;
}
.swiper-poOutfit-events.swiper-vertical {
  touch-action: pan-x;
}
.swipwer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 27px;
    font-weight: 700;
  }
}
/* ================================================================================================ */
/* subscribe section starts from here  */
/* =================================================================================================== */
.subscribe_box h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 27px;
  text-transform: uppercase;
}
.subscribe_row {
  background-color: #fff;
}
.subscribe_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
}
.subscribe_box .hs_email {
  display: flex;
  flex-direction: column;
  width: 75%;
  float: left;
}
.hero-email-input,
.subscribe_box input[type="email"] {
  padding: 1rem;
  color: #000;
  border-radius: 0;
  border: 1px solid #000;
  width: 100%;
  background-color: transparent;
  height: 50px;
}
.subscribe_box input[type="email"]::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #000;
}
.subscribe_box input[type="email"]::placeholder {
  color: #000;
}
.hero-form-submit,
.subscribe_box input[type="submit"] {
  background-color: #000;
  font-size: 12pt;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 25px;
  border-radius: 0;
  text-transform: uppercase;
  height: 50px;
}
.subscribe_box .hbspt-form {
  width: 35%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.subscribe_box .hs_error_rollup {
  display: none;
}
.subscribe_box .hs-error-msg {
  color: red;
}
/* new demographic section */
.demographics-img {
  position: relative;
}
.demographics-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demographics-bar {
  margin-bottom: 2.5rem;
  width: 80%;
  margin-right: 1rem;
}
.demographics-bar__label {
  margin-bottom: 1rem;
  line-height: 1.1rem;
  font-size: 0.9rem;
  color: #fff;
}
.demographics-bar__count {
  font-weight: 400;
  color: #fff;
}
.demographics-bar .progress {
  height: 8px;
  border-radius: 10px;
  background-color: #002836;
}
.demographics-bar .progress .progress-bar {
  background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
  border-radius: 10px;
}
.demographics-bar .progress .progress-bar.animate-viewport--animate {
  animation: bar-animation 1s ease-in-out;
}
@keyframes bar-animation {
  0% {
    width: 0%;
  }
}
.sub-heading {
  margin-bottom: 2rem;
}
.sub-heading .heading {
  width: 50%;
}
.sub-heading .heading h3,
.sub-heading .heading .h3 {
  line-height: 0;
  color: #fff;
}
.sub-heading .bar {
  height: 2px;
  width: 160%;
  background-color: white;
}
.sub-heading .heading {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sub-heading .bar {
  width: 60%;
  margin-left: 20px;
}
.p-6 {
  padding: 6rem;
}
.p0 {
  padding: 0;
}
.border-right {
  border-right: 1px solid #002836;
}
.border-right .demographic {
  padding-left: 0;
}
.demographic {
  min-height: 140px;
}
.border_bottom {
  border-bottom: 1px solid #002836;
}
.border-left .demographic {
  padding-right: 0;
}
.demographics-bar {
  margin-top: 1rem;
}
.demographics-bar__count {
  margin: 0;
}
.demographics-bar__label {
  line-height: 1.2rem;
}
.border-right .border_bottom:last-child {
  border: none;
}
/* .col-lg-6 {
flex: 0 0 auto;
width: 50%;
} */
.heading-section {
  padding: 0 6rem;
  margin-bottom: 3rem;
}
.blurgreem-text {
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  background: -webkit-linear-gradient(
    -86deg,
    rgba(38, 224, 169, 1) 5%,
    #000 53%,
    #09e5c3 91%
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #031404;
  font-size: 6rem;
  line-height: 1.1;
  margin-left: -15px;
  padding: 5px 0;
}
.gauge-container {
  width: 180px;
  height: 180px;
  display: block;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.gauge-container#gauge1 span.label {
  font-size: 0.7em;
}
.gauge-container#gauge4 {
  width: 160px;
  height: 160px;
}
.gauge-container#gauge4 span.label {
  font-size: 0.7em;
}
.gauge-container#gauge2 {
  width: 220px;
  height: 220px;
}
.gauge-container#gauge2 span.label {
  font-size: 1.2em;
}
.gauge-container#gauge3 {
  width: 300px;
  height: 300px;
}
.gauge-container#gauge3 span.label {
  font-size: 2em;
  margin-top: -35px;
}
.gauge-container span.label {
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -10px;
}
.gauge-container > .gauge .dial {
  stroke: #fff;
  stroke-width: 15;
  fill: rgba(0, 0, 0, 0);
}
.gauge-container > .gauge .value {
  stroke: var(--secondary-color);
  stroke-width: 15;
  fill: rgba(0, 0, 0, 0);
}
.gauge-container > .gauge .value-text {
  fill: #fff;
  font-weight: bold;
  font-size: 1em;
}
.g-circle {
  width: 180px;
  height: 180px;
  display: block;
  float: left;
  padding: 10px;
  overflow: hidden;
}
.g-circle > .gauge > .dial {
  stroke: #009b910f;
  stroke-width: 4;
}
.g-circle > .gauge > .value {
  stroke: #009c92;
  stroke-width: 4;
}
.g-circle {
  position: relative;
}
.g-circle .value-text {
  fill: #fff !important;
  font-size: 0.8rem !important;
  font-weight: bold !important;
  background-color: #eae857;
}
.g-circle-wrapper {
  margin-bottom: 5rem;
}
.g-circle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g-circle-label {
  font-weight: bold;
  text-align: center;
  color: #000;
}
.g-circle-box {
  padding: 1rem 0 1rem 0;
}
.g-circle-label {
  font-size: 1.2rem;
}
.g-circle-wrapper .col-12:nth-child(2) .g-circle-box {
  border-left: 1px solid #004c47;
  border-right: 1px solid #004c47;
}
.g-circle-wrapper .col-12:nth-child(2) .g-circle-box {
  border: none;
}
.g-circle::before {
  content: "";
  width: 60%;
  height: 60%;
  background-color: #009c92;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.g-circle::after {
  content: "";
  width: 35%;
  height: 35%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #06514c;
  z-index: -1;
}
.bg-lightdark {
  background-color: #000;
}
.demographics .container h3 {
  font-size: 24pt;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 0 20px 20px;
  border-left: 2px solid #000;
  margin: 70px 0 70px 0;
}
.demographics .heading h3 {
  color: #fff;
}
.demographics .container h3 span {
  font-weight: 400;
}
.vp-portfolio__items-style-default figcaption.vp-portfolio__item-caption {
  display: none;
}
.hero-section .hero-content .btn-section {
  margin-bottom: 0 !important;
}
.brands_sec .slick-slide img:first-child {
  border-bottom: 1px solid #34343430;
}
