/* Custom Font Face */
@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Flaticon.woff2") format("woff2"),
         url("../fonts/Flaticon.woff") format("woff"),
         url("../fonts/Flaticon.ttf") format("truetype"),
         url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "ElegantIcons";
    src: url("../fonts/ElegantIcons.eot");
    src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ElegantIcons.woff2") format("woff2"),
         url("../fonts/ElegantIcons.woff") format("woff"),
         url("../fonts/ElegantIcons.ttf") format("truetype"),
         url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
    font-weight: normal;
    font-style: normal;
  }



/*****************************/
/***** Header Css Start ******/
/*****************************/
.site-logo a.custom-logo-link img.custom-logo {
    width: 100px;
}
header#site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: unset;
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;

}
.custom-header-wrp {
    padding: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
.logged-in.admin-bar header#site-header {
    top: 32.5px;
    padding-top: 0;
}

nav.site-navigation ul#menu-main-menu li {
    position: relative;
    float: left;
    margin-left: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 20px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
nav.site-navigation ul#menu-main-menu li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0;
    color: #fefefe;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #3f4161;
}

nav.site-navigation > ul#menu-main-menu > li > a:before{
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 2px;
    width: 0%;
    content: "";
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
nav.site-navigation > ul#menu-main-menu > li:hover > a:before{
    left: 0;
    width: 100%;
}

.site-header.scrolled .custom-header-wrp {
    background-color: #ffffff;
    padding: 0;
}
.site-header.scrolled nav.site-navigation ul#menu-main-menu li{
    padding: 10px 0;
}

/********************************/
/* Banner New Section Css Start */
/********************************/
#heading_linear .elementor-heading-title {
    display: block;
    font-size: 76px;
    line-height: 1.2em;
    color: #e78f45;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 50px;
}
#outer-layout-banner-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* width: 50%; */
    z-index: -1;
}
.layer-outer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.gradient-layer {
    position: absolute;
    left: 0;
    width: 140%;
    height: 140%;
    top: -20%;
    border-radius: 50%;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    -ms-transform: skew(-200deg);
    -o-transform: skew(-200deg);
    transform: skew(-200deg);
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    opacity: 2;
}

/*****************************/
/* Speaker Section Css Start */
/*****************************/
.speaker-custom-section-main-wrp {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.speaker-block-two {
    width: 100%;
    max-width: calc(25% - 30px);
}
.speaker-block-two {
    position: relative;
    margin-bottom: 50px;
}
.section-bg-title .elementor-heading-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
.speaker-block-two .inner-box:hover {
    box-shadow: none;
}
.speaker-block-two .inner-box {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding: 50px 0 40px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10);
    border: 1px solid #dddddd;
    border-bottom: 5px solid #a7cfff;
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.speaker-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
/*    background-image: url(https://eventrox.elsnerdev.com/wp-content/uploads/2025/08/speaker-bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    opacity: .30;
}
.speaker-block-two .info-box {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0 50px 50px 0;
    background-color: #a7cfff;
    margin-bottom: 50px;
}
.speaker-block-two .info-box .name {
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    font-family: "Ubuntu-Bold";
    margin: 0;
}
.speaker-block-two .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}
.speaker-block-two .image-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.speaker-block-two .image-box .image {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    overflow: hidden;
    border: 4px solid #a7cfff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #f20487;
}
.speaker-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.speaker-block-two .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-two .social-box {
    position: relative;
    display: block;
    text-align: center;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.speaker-block-two .social-links li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.speaker-block-two .social-links li a i {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 30px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}   
.speaker-block-two .info-box .name a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-icon-colored .fa-facebook, .social-icon-colored .fa-facebook-f, .social-icon-colored .fa-facebook-square {
    color: #3C599F;
}
.social-icon-colored .fa-twitter, .social-icon-colored .fa-twitter-square {
    color: #32CCFE;
}
.social-icon-colored .fa-pinterest, .social-icon-colored .fa-pinterest-square {
    color: #CC2127;
}
.social-icon-colored .fa-dribbble {
    color: #F46899;
}
.social-icon-colored li a:hover .fab {
    color: #ffffff;
}
.social-icon-colored li a:hover .fa-dribbble {
    background-color: #F46899;
}
.social-icon-colored li a:hover .fa-twitter, .social-icon-colored li a:hover .fa-twitter-square {
    background-color: #32CCFE;
}
.social-icon-colored li a:hover .fa-pinterest, .social-icon-colored li a:hover .fa-pinterest-square {
    background-color: #CC2127;
}
.social-icon-colored li a:hover .fa-facebook, .social-icon-colored li a:hover .fa-facebook-f, .social-icon-colored li a:hover .fa-facebook-square {
    background-color: #3C599F;
}

/* speaker equal height */
.speakers-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* spacing between blocks */
}

.speaker-block-two {
    flex: 1 1 calc(33.333% - 20px); /* 3 per row, adjust as needed */
    display: flex;
}

.speaker-block-two .inner-box {
    flex: 1; /* makes inner content stretch full height */
    display: flex;
    flex-direction: column;
}
.speaker-block-two .image-box .image .no-image {
    background: #efefef;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Ubuntu-Bold';
    color: #1c94d2;
}

/**********************************/
/* Homw Banner Secttion Css Start */
/**********************************/

/*.banner-conference {
    position: relative;
    padding: 290px 0;
    overflow: hidden;
}*/
.banner-conference .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.banner-conference .layer-outer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.banner-conference .gradient-layer {
    position: absolute;
    left: 120px;
    width: 140%;
    height: 140%;
    top: -20%;
    border-radius: 50%;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    -ms-transform: skew(-200deg);
    -o-transform: skew(-200deg);
    transform: skew(-200deg);
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    opacity: 2;
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}
.anim-icons.full-width {
    max-width: 100%;
}
.banner-conference .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-eight {
    position: absolute;
    left: 52% !important;
    top: 40% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-nine {
    position: absolute;
    left: 52% !important;
    top: 12% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-ten {
    position: absolute;
    left: 34% !important;
    top: 68% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-eleven {
    position: absolute;
    left: 89% !important;
    top: 80% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-twelve {
    position: absolute;
    left: 69% !important;
    top: 70% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-thirteen {
    position: absolute;
    left: 200% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .icons .icon-fourteen {
    position: absolute;
    left: 95% !important;
    top: 95% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.banner-conference .images-outer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.banner-conference .content-box h2 {
    display: block;
    font-size: 76px;
    line-height: 1.2em;
    color: #e78f45;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 50px;
}
.banner-conference .content-box .title {
    display: block;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-conference-two .time-counter{
	position:relative;
	margin-bottom: 30px;
}

.banner-conference-two .time-countdown{
	position:relative;
}

.banner-conference-two .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	margin-right: 30px;
	width: 90px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
}

.banner-conference-two .time-countdown .counter-column:last-child{
	margin-right: 0;
}

.banner-conference-two .time-countdown .counter-column:before{
    position:absolute;
    content:':';
    top:10px;
    right:-20px;
    font-size:30px;
    line-height:1em;
    color:#ffffff;
}

.banner-conference-two .time-countdown .counter-column:after{
	position: absolute;
	left: 0;
	top: -20px;
	height: 100px;
	width: 90px;
	z-index:-1;
	border-radius: 5px 30px 5px 30px;
	background-color:#ec167f;
	/* border-top: 3px solid #ec167f;
	border-bottom: 3px solid #ec167f; */
	content: "";
}

.banner-conference-two .time-countdown .counter-column:last-child:before{
	display: none;
}

.banner-conference-two .time-countdown .counter-column .count{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
}

.banner-conference-two .content-box .btn-box{
	position: relative;
	margin-top:60px;
}

.banner-conference .icon-circle-3{
	left: -150px;
	top: -150px;
}

.banner-conference .icon-dots{
	left: 40%;
	bottom: 180px;
}


.banner-conference .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.banner-conference .gradient-layer{
	position: absolute;
	left: 120px;
	width: 140%;
	height: 140%;
	top: -20%;
	border-radius: 50%;
	-webkit-transform: skew(-200deg);
	-moz-transform: skew(-200deg);
	-ms-transform: skew(-200deg);
	-o-transform: skew(-200deg);
	transform: skew(-200deg);
	background: rgb(247,0,104);
	background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
	background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
	background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
	opacity: 2;
}

.banner-conference .images-outer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.banner-conference .images-outer .speaker-img{
	position: absolute;
	left: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-conference .content-box{
	position: relative;
	z-index: 99;
}

.banner-conference .content-box .title{
	display: block;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-conference .content-box h2{
    display: block;
    font-size: 76px;
    line-height: 1.2em;
    color: #e78f45;
	background: rgb(247,0,104);
	background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
	background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
	background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
	color: transparent;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
    font-weight: 700;
	margin-bottom: 50px;
    max-width: 800px;
}

.banner-conference .time-counter {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.banner-conference .time-countdown{
	position:relative;
}

.banner-conference .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	margin-right: 30px;
	width: 80px;
	text-align: center;
	font-size: 14px;
	color: #4a763c;
	font-weight: 500;
}

.banner-conference .time-countdown .counter-column:last-child{
	margin-right: 0;
}


.banner-conference .time-countdown .counter-column:before{
    position:absolute;
    content:':';
    top:10px;
    right:-20px;
    font-size:30px;
    line-height:1em;
    color:#d84343;
}

.banner-conference .time-countdown .counter-column:after{
	position: absolute;
	left: 0;
	top: -20px;
	height: 80px;
	width: 80px;
	border-radius: 50px;
	border-top: 5px solid #d84343;
	content: "";
}


.banner-conference .time-countdown .counter-column:last-child:before{
	display: none;
}

.banner-conference .time-countdown .counter-column .count{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #d84343;
	font-weight: 700;
}
.banner-conference .content-box .btn-box{
	position: relative;
}
.btn-style-two {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: #faaC1D;
    overflow: hidden;
    border-radius: 10px;
    font-family: Poppins-Regular; 
}

.btn-style-two:hover {
    color: #faaC1D;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    border-radius: 10px;
}
.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
a.theme-btn.btn-style-two {}.btn-style-two .btn-title {
    position: relative;
}
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.feature-block:nth-child(3n + 2) h4 a:hover, .feature-block:nth-child(3n + 2) .icon-box .icon {
    color: #4c35a9;
}
.feature-block:nth-child(3n + 2) .link-box a {
    background-color: #4c35a9;
}
.feature-block:nth-child(3n + 3) h4 a:hover, .feature-block:nth-child(3n + 3) .icon-box .icon {
    color: #e6275a;
}
.feature-block:nth-child(3n + 3) .link-box a {
    background-color: #e6275a;
}
.feature-block .inner-box:hover {
    box-shadow: none;
}
.feature-block .inner-box:hover .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.feature-block:nth-child(3n + 3) .inner-box:hover .link-box a {
    background: none;
    color: #e6275a;
    border-color: #e6275a;
}
.feature-block:nth-child(3n + 2) .inner-box:hover .link-box a {
    background: none;
    color: #4c35a9;
    border-color: #4c35a9;
}
.feature-block .inner-box:hover .link-box a {
    border-radius: 0px;
    color: #40cbb4;
    background: none;
    border-color: #40cbb4;
}


/******************************/
/* FunFacts Section Css Start */
/******************************/
.fun-fact-section .fact-counter {
    position: relative;
}
.fun-fact-section .counter-column {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: calc(25% - 30px);
}
.custom-wrp-fact {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.fun-fact-section .count-box {
    position: relative;
    font-size: 80px;
    line-height: 1em;
    color: #222222;
    font-weight: 700;
}
.fun-fact-section .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
}
.fun-fact-section .count-box .count-text {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: #15212f;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
    font-weight: 600;
    margin-bottom: 10px;
}

.fun-fact-section .counter-column:nth-child(4n + 1) .count-box .icon {
    background-color: #ffc20b;
}
.icon_exhibitor:before {
    content: "\f02d";
    font-weight: 900;
    display: inline-block;
}
.fun-fact-section.style-two .count-box .count-text {
    color: #ffffff;
}
.fun-fact-section .counter-column:nth-child(4n + 1) .counter-title {
    color: #e12809;
}
.fun-fact-section .count-box:hover .icon {
    transform: rotateY(360deg);
}
.fun-fact-section .counter-column:nth-child(4n + 2) .count-box .icon {
    background-color: #40cbb4;
}
.icon_speaker:before {
    content: "\f130";
    font-weight: 900;
    display: inline-block;
}
fun-fact-section .counter-column:nth-child(4n + 2) .counter-title {
    color: #e12809;
}
.fun-fact-section .counter-column:nth-child(4n + 3) .count-box .icon {
    background-color: #4c35a9;
}
.icon_attendee:before {
    content: "\f025";
    font-weight: 900;
    display: inline-block;
}
.fun-fact-section .counter-column:nth-child(4n + 3) .counter-title {
    color: #e12809;
}
span.icon {
    font-family: 'Font Awesome 6 Free';
}
.fun-fact-section .counter-column:nth-child(4n+2) .counter-title {
    color: #e12809;
}
.fun-fact-section .counter-column .counter-title {
    text-transform: capitalize;
}
.fun-fact-section .count-box .icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    font-weight: 400;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    background-color: #222;
    box-shadow: 5px 10px 30px #0000001a;
}

/*******************************/
/* Features Secttion Css Start */
/*******************************/
.feature-section-inner:nth-child(3) a.elementor-button {
    border-radius: 0px !important;
    color: #40cbb4;
    background: none !important;
    border-color: #40cbb4 !important;
    border-left: none !important;
    border-right: none !important;
}
.feature-section-inner:nth-child(4):hover .elementor-button {
    border-radius: 0 !important;
    color: #4c35a9;
    background: none !important;
    border-color: #4c35a9 !important;
    border-left: none !important;
    border-right: none !important;
}

.feature-section-inner:nth-child(5):hover .elementor-button {
    border-radius: 0 !important;
    color: #e6275a;
    background: none !important;
    border-color: #e6275a !important;
    border-left: none !important;
    border-right: none !important;
}
.feature-section-inner:hover .elementor-icon-box-icon .elementor-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.feature-section-inner:hover{
    box-shadow: none;
}

.feature-block .inner-box {
    position: relative;
    padding: 60px 40px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    overflow: hidden;
}
.feature-block .icon-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.feature-block .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 1em;
    color: #40cbb4;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.feature-block h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #12114a;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Ubuntu-Bold';
}
.feature-block h4 a {
    color: #12114a;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 25px;
    cursor: default;
    font-family: Poppins-Regular;
}
.feature-block .link-box {
    position: relative;
    display: block;
}
.feature-block .link-box a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: 'Poppins-Regular';
}
.features-section-inner-row {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
}
.features-section-inner-row .feature-block {
    max-width: 33.33%;
    width: 100%;
    padding: 0 12px;
}
.icon-shape-3 {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    height: 490px;
    width: 290px;
    background-size: 100%;
}
.icon-line-1 {
    -webkit-animation: fa-spin 30s infinite alternate;
    -moz-animation: fa-spin 30s infinite alternate;
    -ms-animation: fa-spin 30s infinite alternate;
    -o-animation: fa-spin 30s infinite alternate;
    animation: fa-spin 30s infinite alternate;
}
.flaticon-search:before {
    content: "\f107";
}
.flaticon-diamond-1:before {
    content: "\f1ac";
}
.flaticon-success:before {
    content: "\f106";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

/*******************************/
/* Schedule Secttion Css Start */
/*******************************/
.schedule-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    height: 135px;
    width: 160px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    padding-top: 70px;
    padding-left: 90px;
    cursor: pointer;
    margin: 0 15px 20px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Poppins-Medium;
}
.schedule-tabs .tab-buttons li .day {
    position: absolute;
    left: 0px;
    top: 30px;
    padding: 5px 20px;
    background-color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0 15px 15px 0;
    font-family: Poppins-Medium;
}
.schedule-tabs .tab-buttons li .date {
    position: absolute;
    left: -0;
    top: 80px;
    width: 100px;
    text-align: center;
    font-size: 38px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
    font-family: Poppins-Medium;
}
.schedule-tabs .tab-buttons li .month {
    display: block;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    font-family: Poppins-Medium;
}
.schedule-section.style-two .schedule-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.tabs-box .tab.active-tab {
    display: block;
}
.schedule-block {
    position: relative;
    margin-bottom: 30px;
}
.schedule-section.style-two .schedule-block .inner-box {
    width: 100%;
}
.schedule-block .inner-box {
    position: relative;
    width: 50%;
    text-align: left;
}
.schedule-section.style-two .schedule-block .inner-box .inner {
    margin: 0;
    padding: 50px 50px 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}
.schedule-block .inner-box .inner {
    position: relative;
    padding: 20px 30px 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-left: 80px;
    border-radius: 20px;
}
.schedule-block h4 a {
    color: #0f1925 !important;
}
.schedule-section.style-two .schedule-block .date {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    font-family: Poppins-Medium;
}
.schedule-block .speaker-info {
    position: relative;
    padding-left: 80px;
    padding-top: 10px;
    min-height: 60px;
}
.schedule-block .speaker-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.schedule-block .speaker-info .name {
    font-size: 20px;
    color: #212639;
    font-weight: 600;
    line-height: 1.2em;
}
.schedule-block .speaker-info .designation {
    font-size: 15px;
    line-height: 30px;
}
.schedule-block h4 {
    position: relative;
    font-size: 28px;
    line-height: 1.3em;
    color: #0f1925;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 15px;
    font-family: 'Ubuntu-Bold';
}
.schedule-block .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px;
}
.schedule-block .btn-box a {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    background-color: #444444;
    color: #ffffff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 5px;
}
.schedule-block {
    position: relative;
    margin-bottom: 30px;
}
.tab { 
    display: none; 
}
.active-tab { 
    display: block !important;
 }
 .schedule-tabs .tab-buttons {
    position: relative;
    text-align: center;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .day {
    background-color: #a7cfff;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .month, .schedule-tabs .tab-buttons li:nth-child(4n + 1) .date {
    color: #a7cfff;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .day {
    background-color: #ffeeb0;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .month, .schedule-tabs .tab-buttons li:nth-child(4n + 2) .date {
    color: #ffeeb0;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .day {
    background-color: #620443;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .month, .schedule-tabs .tab-buttons li:nth-child(4n + 3) .date {
    color: #620443;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .day {
    background-color: #e6275a;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .month, .schedule-tabs .tab-buttons li:nth-child(4n + 4) .date {
    color: #e6275a;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn {
    box-shadow: 0 0px 30px rgba(255, 194, 11, .30);
    border: 1px solid #a7cfff;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn {
    box-shadow: 0 0px 30px rgba(64, 203, 180, .30);
    border: 1px solid #ffeeb0;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn {
    box-shadow: 0 0px 30px rgba(76, 53, 169, .30);
    border: 1px solid #620443;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn {
    box-shadow: 0 0px 30px rgba(230, 39, 90, .30);
    border: 1px solid #e6275a;
}
.schedule-block .text{
    padding: 10px 20px;
    color: #ffffff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 5px;
    font-family: 'Poppins-Regular';
}
.schedule-block.color-1 .text{
    background-color: #a7cfff;
}
.schedule-block.color-2 .text{
    background-color: #ffeeb0;
}
.schedule-block.color-3 .text{
    background-color: #620443;
}
.schedule-block.color-4 .text{
    background-color: #e6275a;
}
.schedule-block.color-1 .text:hover  {
    color: #ffc20b;
    border-radius: 0px;
    background: none;
    border-color: #ffc20b;
}
.schedule-block.color-2 .text:hover  {
    color: #40cbb4;
    border-radius: 0px;
    background: none;
    border-color: #40cbb4;
}
.schedule-block.color-3 .text:hover  {
    color: #4c35a9;
    border-radius: 0px;
    background: none;
    border-color: #4c35a9;
}
.schedule-block.color-4 .text:hover  {
    color: #e6275a;
    border-radius: 0px;
    background: none;
    border-color: #e6275a;
}
.schedule-block.color-1 .date {
    color: #a7cfff;
}
.schedule-block.color-2 .date {
    color: #ffeeb0;
}
.schedule-block.color-3 .date {
    color: #ffeeb0;
}
.schedule-block.color-4 .date {
    color: #e6275a;
}



/*******************************/
/** Clinet Secttion Css Start **/
/*******************************/
.sponsors-outer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.sponsors-outer .row .client-block {
    max-width: 16.66%;
    width: 100%;
    padding: 0 12px;
    text-align: center;
}


/**************************************/
/** Event Gallery Secttion Css Start **/
/**************************************/
.gallery-item {
    position: relative;
    margin-bottom: 30px;
}
.gallery-item .image-box {
    position: relative;
    box-shadow: 0 0px 30px rgba(8, 13, 62, .10);
    overflow: hidden;
}
.gallery-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    content: "";
    opacity: 0;
    background-color: #1d95d2;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    border-radius: 500px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.gallery-item .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -29px;
    margin-left: -29px;
}
.gallery-item .overlay-box a span {
    display: block;
    height: 58px;
    width: 58px;
    background-color: #ec167f;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    line-height: 58px;
}
.gallery-item .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery-item .image-box:hover .overlay-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .9;
    border-radius: 0px;
}
section.gallery-section .row .gallery-item {
    max-width: 33.33%;
    width: 100%;
    padding: 0 12px;
}
section.gallery-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

/**************************************/
/*** Testimonial Secttion Css Start ***/
/**************************************/
.testimonial-section .carousel-outer {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.testimonial-block .icon {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    background-color: #40cbb4;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 30px;
    text-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.testimonial-block {
    position: relative;
    text-align: center;
}
.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #666666;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto 25px;
    font-family: 'Poppins-Regular';
}
.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins-Medium';
}
.testimonial-block .rating {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #ffc20b;
}
.testimonial-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.testimonial-section .owl-next, .testimonial-section .owl-prev {
    position: absolute;
    left: -40px;
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
    margin-left: 15px;
    border-radius: 50%;
    text-align: center;
    background-color: #1c94d2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-section .owl-next:hover, .testimonial-section .owl-prev:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}
.testimonial-section .owl-next {
    left: auto;
    right: -40px;
}
.arrow_carrot-left:before {
    content: "\34";
}
.arrow_carrot-right:before {
    content: "\35";
}
.owl-nav span {
    font-family: 'ElegantIcons';
}



/*********************************/
/*** Footer Secttion Css Start ***/
/*********************************/
.site-footer .footer-inner {
    display: block;
}
.custom-footer-social-icon .social-icon-one {
    justify-content: center;
    display: flex;
}
.custom-footer-social-icon .social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}
.custom-footer-social-icon .social-icon-one li  span.fab {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #a9b1bf;
    background-color: #373851;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.custom-footer-social-icon  .social-icon-one li a:hover .fab {
    background-color: #e1137b;
    border-color: #e1137b;
    color: #ffffff;
}
.custom-footer-social-icon  .social-icon-one li a:hover .fab {
    transform: rotate(360deg);
}
.site-footer .footer-inner .copyright {
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-family: Poppins-Regular;
}
.footer-inner nav.site-navigation.show ul{
    position: relative;
    margin-bottom: 30px;
}
.footer-inner nav.site-navigation.show {
    justify-content: center;
}
.footer-inner nav.site-navigation a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins-Medium';
}
.footer-inner nav.site-navigation a:hover {
    color: #ec167f;
}
.footer-inner .site-logo.show {
    margin: 0 auto;
}
footer#site-footer {
    padding: 70px 0px;
}
footer#site-footer  .site-branding.show-logo {
    margin-bottom: 30px;
}
footer#site-footer .site-branding.show-logo .site-logo.show {
    width: 100px;
}


/**************************************/
/*** Speaker Details Page Css Start ***/
/**************************************/

.speaker-detail-row {
    display: flex;
}
.speaker-detail-row .info-column {
    width: 100%;
    max-width: 65%;
    padding: 0 12px;
}
.speaker-detail-row .image-column {
    width: 100%;
    max-width: 35%;
    padding: 0 12px;
}
.speaker-detail .image-column .image-box {
    position: relative;
    padding-right: 20px;
}
.speaker-detail .image-column .image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}
.speaker-detail .image-column .image img {
    display: block;
    width: 100%;
}
.speaker-detail .info-column h3 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #101130;
    font-family: 'Ubuntu';
}
.speaker-detail .info-column p {
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    color: #888888;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
}
.speaker-detail .info-column h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222222;
    font-family: 'Ubuntu';
}
i.fab.fa-globe {
    font-weight: 900;
    font-family: 'FontAwesome';
}
ul.social-icon-two.social-icon-colored.text-center {
    margin-top: 30px;
}
/**********************************/
/*** Schedule Details Css Start ***/
/**********************************/
.event-detail .speaker-info {
    position: relative;
/*    padding-left: 75px;*/
    min-height: 60px;
    margin-bottom: 25px;
}
.event-detail .speaker-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.event-detail .speaker-info .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #222222;
}
.event-detail .speaker-info .designation {
    font-size: 16px;
    line-height: 24px;
}
.event-detail .upper-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 25px;
    margin-right: 20px;
    font-family: 'Poppins-Medium';
}
.event-detail .content-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 30px;
    font-family:'Poppins-Regular';
}
.event-detail .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Ubuntu-Bold';
}
.event-detail .upper-info .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #e1137b;
}
.fa-clock:before {
    content: "\f017";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}




/****************************/
/*** Exhibitors Css Start ***/
/****************************/
.exhibitors-container {
    display: none; /* Hides all content containers by default */
}

.exhibitors-container.active {
    display: block; /* Shows the active content container */
}

.exhibitors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    /* justify-content: center; */
}
.exhibitors-grid  .speaker-block-two {
    flex: 1 1 calc(25% - 30px);
    display: flex;
}

.exhibitor-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}

.tab-button {
    background-color: #1c94d2;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    transition: 0.3s;
    font-size: 17px;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-family: 'Poppins-Medium';
    border: 2px solid #1c94d2;
    margin-bottom: 20px;
}
.tab-button.active {
    background-color: #fff;
    border: 2px solid #1c94d2;
    color: #1c94d2;
}
.tab-button:focus{
    background-color: #fff;
    border: 2px solid #1c94d2;
    color: #1c94d2;
}

ul.social-links.social-icon-colored i.fab.fa-globe {
    font-weight: 900;
    font-family: 'FontAwesome';
}
.speaker-block-two .social-links li a:hover i.fab.fa-instagram {
    background: #d62976;
}
i.fab.fa-linkedin{
    color: #0077B5;
}
i.fab.fa-youtube{
    color: #FF0000;
}
i.fab.fa-globe{
    color: #ec167f;
}

a:hover i.fab.fa-linkedin{
    background-color: #0077B5;
}
a:hover i.fab.fa-youtube{
    background-color: #FF0000;
}
a:hover i.fab.fa-globe{
    background-color: #ec167f;
}
.tab-button:hover {
    background-color: #fff;
    border: 2px solid #1c94d2;
    color: #1c94d2;
}

.load-more-btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}



/***********************/
/*** Media Css Start ***/
/***********************/

@media only screen and (max-width: 1023px) {
    .banner-conference .images-outer {
        width: 40%;
    }
}

@media (max-width: 1024px) {
    .banner-conference .content-box h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .features-section-inner-row .feature-block {
        max-width: 50%;
        margin-bottom: 50px;
    }
    .speaker-block-two {
        flex: 1 1 calc(50% - 20px);
        display: flex;
    }
    .speaker-block-two {
        width: 100%;
        max-width: calc(50% - 30px);
    }
    .sponsors-outer .row .client-block {
        max-width: 33.33%;
    }
    section.gallery-section .row .gallery-item {
        max-width: 50%;
    }
    .custom-header-wrp {
        padding: 15px 20px;
    }
    .custom-header-wrp .header-inner {
        width: 100%;
        max-width: 100%;
    }
    span.site-navigation-toggle-icon::before{
        content: "\f14b";
    }
    
  }


@media only screen and (max-width: 767px) {
    .features-section-two .twist-line-2, .call-to-action .content-box h2 br, .banner-conference .layer-outer, .banner-conference .images-outer {
        display: none;
    }
    .banner-conference .content-box {
        text-align: center;
    }
    .banner-conference {
        padding-top: 150px;
    }
    .banner-conference {
        padding-bottom: 100px;
    }
    .features-section-inner-row .feature-block {
        max-width: 100%;
    }
    .features-section-inner-row{
        margin: 0;
    }
    .custom-wrp-fact {
        display: block;
    }
    .fun-fact-section .counter-column {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .speaker-block-two {
        width: 100%;
        max-width: 100%;
    }
    .speaker-custom-section-main-wrp {
        display: block;
    }
    .sponsors-outer .row .client-block {
        max-width: 50%;
    }
    section.gallery-section .row .gallery-item {
        max-width: 100%;
    }
    section.gallery-section .row {
        margin: 0;
    }
    .site-footer .footer-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 50px;
    }
    .banner-conference .time-countdown .counter-column .count {
        position: relative;
        display: block;
        font-size: 26px;
        line-height: 1em;
        color: #d84343;
        font-weight: 700;
    }
    .banner-conference .time-countdown .counter-column:after {
        position: absolute;
        left: 0;
        top: -20px;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        border-top: 5px solid #d84343;
        content: "";
    }
    .banner-conference .time-countdown .counter-column {
        position: relative;
        display: inline-block;
        margin-right: 30px;
        width: 40px;
        text-align: center;
        font-size: 14px;
        color: #4a763c;
        font-weight: 500;
    }
}

@media only screen and (max-width: 600px) {
    .sponsors-outer .row .client-block {
        max-width: 100%;
    }
    .site-footer .footer-inner {
        padding: 0 15px;
    }
}

