html{
	margin-top: 0 !important;
}
* {
	margin: 0;
	padding: 0;
}
body{
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	z-index: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	color: #111343;
	line-height: 1.25;
	font-weight: 600;
}
a,
a:active,
a:focus,
a:hover {
	color: #111343;
	text-decoration: none;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	outline: none;
	font-weight: 500;
}
li {
	list-style: none;
}
p {
	line-height: 1.8;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}
.bg-gradient-overlay-2 {
	position: relative;
	z-index: 1;
}
.bg-gradient-overlay-2::after {
	border-radius: 10px;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.6);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
}
.bg-img {
	background-color: #f8f8f8;
}
/*.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax .jarallax-img {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}*/
textarea:focus,
input:focus {
	outline: none;
}
textarea:invalid,
input:invalid,
textarea:required,
input:required {
	box-shadow: none !important;
}
.prm-color
{
	color:#1D2784;
}
.angle-left i
{
	font-size: 35px;
	bottom: -4px;
	position: relative;
}
.section-padding-80-50 {
	padding-top: 80px;
	padding-bottom: 50px;
}
.section-padding-80-80{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-padding-150-50{
	padding-top: 150px!important;
	padding-bottom: 50px!important;
}
.section-padding-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0;
	left: 0;
	background: #0734a1;
	background-image: -webkit-linear-gradient(120deg, #505add 0%, #0734a1 100%);
	background-image: -ms-linear-gradient(120deg, #505add 0%, #0734a1 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.section-heading p {
	color: #0734a1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 400;
}
.section-heading h4 {
	font-size: 38px;
	color: #000000;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section-heading-2 {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.contact-our-area .section-heading-2 p {
	color: #FDC813;
	letter-spacing: 1px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: bold;
	font-size: initial;
}
.contact_from_area .form-group label{
	color: #fff;
}
.report select option{
	color: #1D2784;
}
.section-heading-2 h4{
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px; 
}
.section-heading-3{
	position: relative;
	z-index: 1;
	margin-bottom: 30px; 
}
.section-heading-3 p{
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 400; 
}
.section-heading-3 h4{
	font-size: 38px;
	color: #111343;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px; 
}
/* :: 5.0 Backtotop Area CSS */
#scrollUp {
	position: fixed;
	right: 40px;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	bottom: 40px;
	background-color: #0734a1;
	color: #ffffff;
	text-align: center;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	z-index: 15962536;
}
#scrollUp:focus, #scrollUp:hover {
	background-color: #000000;
	color: #ffffff;
}
.btn:focus{
	box-shadow: none;
}
.confer-btn {
	position: relative;
	z-index: 1;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 800;
	border: none;
	display: inline-block;
	padding: 0 25px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #1D2784;
	border-radius: 23px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	overflow: hidden;
}
.confer-btn i {
	margin-left: 5px;
}
.confer-btn::before {
	-webkit-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	content: '';
	background-color: #ffffff;
	z-index: -2;
}
.confer-btn:focus, .confer-btn:hover {
	font-weight: 800;
	background: #0734a1;
	background-image: -webkit-linear-gradient(120deg, #4974a5 0%, #0734a1 100%);
	background-image: -ms-linear-gradient(120deg, #4974a5 0%, #0734a1 100%);
	color: white !important;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}
.confer-btn:focus i, .confer-btn:hover i {
	-webkit-animation: buttonIcon 1s ease-in infinite;
	animation: buttonIcon 1s ease-in infinite;
}
.confer-btn:focus::before, .confer-btn:hover::before {
	left: 110%;
}
@-webkit-keyframes buttonIcon {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes buttonIcon {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.logo-dark 
{
	display: none!important;
}
.sticky .logo-dark 
{
	display: block!important;
}
.sticky .logo-light
{
	display: none!important;
}
.sticky #nav li a
{
	color:#1D2784;
}
#nav li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
#nav li a:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
	opacity: 0;
}
#nav li a:hover:after { 
	width: 100%;
	left:0px;
	opacity: 1;
}
#nav li .sub-menu {opacity: 0;}
#nav li .sub-menu{
	position: absolute;
	background-color: #ffffff;
	top: 120%;
	z-index: 100;
	height: auto;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
}
#nav li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	top: 70%;
}
#nav li .sub-menu li{
	position: relative;
}
#nav li .sub-menu li a{
	color:#1D2784;
	font-size: 14px;
}
.section-high-3{
	text-align: center;
	background-size: cover;
	background-position: bottom;
	padding: 60px 40px;
}
.section-high-3 .sub_titles{
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: white;
}
.section-high-3 .col-xl-8{
	margin:auto;
}
.sj-items .sj-icon{
	align-items: center;
}
.sj-items .sj-icon .icon-img{
	width: 65px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
}
.sj-items .sj-icon .icon-title{
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	border-left: 2px solid white;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.classy-nav-container {
	background-color: transparent;
	padding: 0;
}
.classy-nav-container .classy-navbar {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	height: 105px;
	padding: 0;
}
.classy-nav-container .classy-navbar .nav-brand{
	max-width: 10%;
}
.classy-nav-container .classy-navbar .classynav ul li a {
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	font-weight: 500;
	padding: 0 5px;
}
.header-area-home #header-btn{
	display:none;
}
#header-btn{
	margin-left: 25px !important;
	color:white;
}
.sticky #header-btn{
	display:block !important;
	color:white;
}
#header-btn::before{
	background-color:#1D2784;
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
	font-size: 13px;
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	color: #111343;
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
	color: #0734a1;
}
.classy-nav-container .classy-navbar .classynav ul li.active a {
	color: #0734a1;
}
.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
	color: #0734a1;
}
.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .sub-menu,
.breakpoint-off .classynav ul li .megamenu {
	width: 235px;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	border-radius: 4px;
}
.breakpoint-off .classynav ul li .megamenu {
	width: 100%;
}
.classy-navbar-toggler .navbarToggler span {
	background-color:white; 
}
.header-area-home {
	position: fixed;
	z-index: 999;
	width: 100%;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: transparent;
}
.header-area-home.sticky {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}
.header-area-home.sticky .classy-navbar {
	height: 75px;
}
.header-area {
	position: fixed;
	z-index: 999;
	width: 100%;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #ffffff;
	background: url(../img/pagesheader.jpg);
}
.header-area.sticky 
{
	background-color: #ffffff;
	background-image: none!important;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); 
}
/* :: 8.0 Hero Area CSS */
.welcome-area {
	position: relative;
	z-index: 1;
}
.welcome-area .icon-scroll {
	width: 26px;
	height: 39px;
	position: absolute;
	z-index: 999999;
	left: 50%;
	bottom: 40px;
	margin-left: -13px;
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
	box-shadow: inset 0 0 0 2px #ffffff;
	border-radius: 25px;
	opacity: 0.75;
	cursor: pointer;
}
.welcome-area .icon-scroll::before {
	position: absolute;
	z-index: 999999;
	content: '';
	width: 6px;
	height: 6px;
	background: #ffffff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 8px;
	border-radius: 4px;
	-webkit-animation: iconScroll linear 1200ms infinite;
	animation: iconScroll linear 1200ms infinite;
}
@-webkit-keyframes iconScroll {
	0% {
		top: 8px;
		opacity: 1;
	}
	50% {
		opacity: 0;
		top: 23px;
	}
	100% {
		top: 8px;
		opacity: 0;
	}
}
@keyframes iconScroll {
	0% {
		top: 8px;
		opacity: 1;
	}
	50% {
		opacity: 0;
		top: 23px;
	}
	100% {
		top: 8px;
		opacity: 0;
	}
}
.single-welcome-slide-speaker{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 570px;
	background-color: #0734a1;
	background-size: cover;
	background-position: bottom;
}
.single-welcome-slide {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 600px;
	background-color: #0734a1;
	background-size: cover;
	background-position: bottom;
	padding-top: 10%;
}
.single-welcome-slide .welcome-text {
	position: relative;
	z-index: 1;
}
.single-welcome-slide .welcome-text h2 {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 90px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
}
.single-welcome-slide .welcome-text h2::after {
	position: absolute;
	content: "";
	height: 23px;
	width: 400px;
	top: 67px;
	right: 5px;
	z-index: -1;
	background-image: -webkit-linear-gradient(120deg, #505add 0%, #0734a1  100%);
	background-image: -ms-linear-gradient(120deg, #505add 0%, #0734a1  100%);
}
.single-welcome-slide .welcome-text h6 {
	color: #ffffff;
	margin-bottom: 50px;
	text-transform: uppercase;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	font-size: 18px;
}
.single-welcome-slide .welcome-text .hero-mail-contact {
	color: #ffffff;
	font-style: italic;
	text-decoration: underline;
}
.single-welcome-slide .welcome-text .hero-mail-contact:hover,
.single-welcome-slide .welcome-text .hero-mail-contact:focus {
	color: #0734a1;
}
.single-welcome-slide .welcome-text-two {
	position: relative;
	z-index: 1; 
/*	margin-top: 10vh;;*/
}
/*.single-welcome-slide .welcome-text-two h5 {
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
}*/
.welcome-text-two h1{
	color: #ffffff;	
	font-size: 2.5rem;
}
.welcome-text-two h2{
	color: #ffffff;	
	font-size: 1.9rem;
}
.single-welcome-slide .welcome-text-two .event-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 2%; 
	color: #ffffff;
	margin-right: 40px;
	font-size: 28px;
}
.single-welcome-slide .welcome-text-two .event-meta  i {
	margin-right: 5px;
}
.header-p2{
	font-size: 20px;
	line-height: 1.5;
/*	font-weight: bold;*/
/*	width: 60%;*/
	color: white;
}
.stay-loop{
	font-size: 1.9rem;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}
.hero-btn-group a{
	background-color: #fff;
	color: #1D2784;
	margin-left: 0px!important;
}
.hero-btn-group a::before{
	background-color: #fff;
}
.hero-btn-group-mob a{
	background-color: #1D2784;
	color: #fff;
}
.hero-btn-group-mob a::before{
	background-color: #1D2784;
}
.sp-info{
	padding-bottom: 5%;
}
.sp-info h1{
	color:white;
}
.sp-info h4{
	color: white;
	font-size: 24px;
	font-weight: 400;
}
.social li a{
	color: white;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social ul{
	display: flex;
}
.social li{
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50px;
	margin-right: 10px;
}
/* :: Footer Area CSS */
.footer-area {
	position: relative;
	z-index: 1;
	background-color: #1D2784; 
	padding: 50px 0px 0px 0px;
}
.footer-menu-class li{
	margin-bottom: 10px;
}
.footer-menu-class li a {
	color: white;
}
.footer-content .nav-brand{
	width: 70%;
	display: block;
}
.footer-content .nav-brand img{
	width: 100%;
}
.social-footer{
	margin-top: 20px;
}
.social-footer .social-media{
	width: 70%;
	position: relative;
	top: auto;
	margin-top: 10px;
	box-shadow: none;
}
.social-footer nav.social-media ul{
	margin-top: 0;
	margin-bottom: 0rem;
	display: flex;
	box-shadow: none;
	justify-content: space-between;
}
.social-footer nav.social-media li {
	width: 30px;
	position: relative;
	height: 30px;
	border-radius: 20px;
}
.social-footer nav.social-media li a {
	color: #fff !important;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 45px;
	padding-left: 25%;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	transition: all .3s linear;
	text-decoration: none !important;
	border-radius: 50px;
}
.social-footer nav.social-media li a i{
	position: relative;
	padding-left: 4px;
	padding-bottom: 8px;
	top: -7px;
	left: -2px;
}
.sub-title{
	font-size: 20px;
	color: white;
	margin-bottom: 20px;
}
.footer-sub .wpcf7-form-control-wrap .wpcf7 input[type="url"],
.wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	width: 100%;
	border-radius: 10px;
	height: 40px;
}
.footer-sub .wpcf7-submit{
	background: #FFFFFF;
	border-radius: 28px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 41px;
	text-align: center;
	text-transform: capitalize;
	color: #1D2784;
	padding: 2px 20px;
	float: right;
	margin-top: 10px;
}
.copywrite-content {
	padding: 15px 0;
}
.copywrite-content .copywrite-text p{
	color: #9293bc;
	font-size: 14px;
	margin-bottom: 0; 
	text-align: center;
}
.copywrite-content .copywrite-text a{
	color: white;
}
.our-speaker-area {
	position: relative;
	z-index: 1;
}
.our-speaker-area .row {
	margin-left: -20px;
	margin-right: -20px;
}
.our-speaker-area .row .col-12 {
	padding-left: 20px;
	padding-right: 20px;
}
.single-speaker-area{
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 10px; 
	box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 7%);
	-webkit-box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 7%);
	-moz-box-shadow: 11px 1px 5px 5px rgb(0 0 0 / 7%);
}
.single-speaker-area .speaker-single-thumb{
	position: relative;
	z-index: 1;
	border-radius: 10px 10px 0px 0px;
	height: 255px;
	background-color:#eeeeee;
}
.single-speaker-area .speaker-single-thumb img{
	-webkit-transition-duration: 1500ms;
	-o-transition-duration: 1500ms;
	transition-duration: 1500ms;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.single-speaker-area .social-info{
	position: absolute;
	top: -180px;
	right: 0;
	z-index: 22;
	background-color: #0734a1;
	padding: 15px;
	border-radius: 0 10px 0 10px;
	text-align: center;
	-webkit-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	transition-duration: 800ms; 
}
.single-speaker-area .social-info a{
	display: block;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
}
.single-speaker-area .social-info a:last-child{
	margin-bottom: 0; 
}
.single-speaker-area .video-info{
	position: relative;
	background-color: white;
	padding: 20px;
	z-index: 22; 
	min-height: 150px;
}
.single-speaker-area .video-info h5{
	font-size: 22px;
	font-weight: 800;
	color: black;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.single-speaker-area .video-info p{
	color:black;
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 1px;
	line-height: 1.3; 
}
.single-speaker-area .speaker-info{
	position: relative;
	background-color: white;
	padding: 20px;
	z-index: 22; 
	min-height: 200px;
}
.single-speaker-area .speaker-info h5{
	font-size: 22px;
	font-weight: 800;
	color: black;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.single-speaker-area .speaker-info p {
	color:black;
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 1px;
	line-height: 1.3; 
}
.video_sp_name h4{
	font-weight: 600;
	font-size: 14px;
	color:#0734A1;
}
.video_sp_date{
	font-size: 12px;
	color: #858585;
}
.video_play{
	position: absolute;
	color: #858585;
	font-size: 10px;
	right: 10px;
	bottom: 22px;
}
.video_play a{
	color: #858585;
}
.video_play a i{
	font-size: 10px;
	border: 1px solid #858585;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 2px;
}
.single-speaker-area:hover .social-info,
.single-speaker-area:focus .social-info {
	top: 0;
}
.sp-read-more{
	font-size: 16px;
	font-weight: 600;
	color: #0734A1;
	margin-top: 20px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.sp-read-more:hover{
	font-size: 16px;
	font-weight: 600;
	color: #0734A1;
}
.sp-content{
	margin-bottom: 20px;
}
#nav-below{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	padding: 4px;
	border: 0px;
	border-bottom: 1px solid lightgray;
}
.wp-block-search__button{
	background: transparent;
	border: 0px;
	border: none!important;
	padding: 0px!important;
	color: #858585;
	margin-left: 0px;
	word-break: normal;
	font-size: 25px;
	font-family: inherit;
	line-height: inherit;
}
.welcome-btn{
/*	display: flex;*/
/*	justify-content: space-between;*/
	width: 90%;
}
.welcome-btn .hero-btn-group{
	display: flex;
	justify-content: space-between;
}
.welcome-btn .mobile{
	display: none;
}
.about-speakers{
	background-color: white!important;
}
.about-speakers .sub_titles{
	color: #1D2784;
}
.about-speakers .sub_titles:first-child{
	font-size: 32px;
}
.about-speakers .sub_titles:last-child{
	font-size: 62px;
}
#sfj-about{
	padding: 60px 0px;
	padding-top: 100px;
}
#sfj-about .frt-title{
	text-align: left;
	font-weight: 600;
	font-size: 48px;
	line-height: 38px;
	margin-bottom: 0px;
}
.frt-title{
	font-weight: 600;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.sec-part{
	font-size: 36px;
	line-height: 50px;
	padding-left: 20px;
}
#sfj-about .sec-title{
	font-weight: 800;
	font-size: 64px;
}
.sec-title{
	font-weight: 800;
	font-size: 52px;
}
.page-title{
	margin-bottom: 20px;
}
#sfj-about p{
	font-size: 20px;
	line-height: 40px;
	color: black;
}
#sfj-about .read-more{
	color: #1D2784;
	font-size: 22px;
	font-weight: 500;
	float: right;
}
.text-right{
	text-align: right;
}
/* :: 14.0 Build Area CSS */
#sfj-build{
	padding: 60px 0px;
}
#sfj-build .sub_titles{
	font-size: 32px;
}
#sfj-build .section-heading{
	margin-bottom: 10px;
}
#sfj-build p{
	font-size: 20px;
	margin-bottom: 40px;
}
#sfj-build .build-items{
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
#sfj-build .sj-icon{
	margin-bottom: 50px;
}
.social-footer nav.social-media li a{
	background: transparent!important;
	padding-left: 0px;
}
.social-footer nav.social-media li a img{
	width: 100%;
}
#menu-item-1891 a{
	font-size: 14px;
}
.post-details-content {
	position: relative;
	z-index: 1;
}
.post-details-content .post-blog-thumbnail {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.post-details-content .post-blog-thumbnail img {
	border-radius: 10px;
}
.post-details-content .post-title {
	color: #111343;
	font-size: 25px;
}
.post-details-content .post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.post-details-content .post-meta a {
	color: #9293bc;
	font-size: 14px;
	font-weight: 400;
	margin-right: 15px;
}
.post-details-content .post-meta a i {
	margin-right: 5px;
}
.post-details-content .post-meta a:last-child {
	margin-right: 0;
}
.post-details-content img {
	border-radius: 10px;
}
.post-tags-social-area {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #dbdcf1;
}
.post-tags-social-area .popular-tags {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}
.post-tags-social-area .popular-tags p {
	margin-bottom: 0;
	margin-right: 10px;
	color: #505add;
}
.post-tags-social-area .popular-tags ul li a {
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #9293bc;
	font-weight: 400;
	margin-right: 25px;
}
.post-tags-social-area .popular-tags ul li a::after {
	position: absolute;
	right: -15px;
	content: "/";
	top: 0;
	z-index: 1;
}
.post-tags-social-area .popular-tags ul li a:hover,
.post-tags-social-area .popular-tags ul li a:focus {
	color: #505add;
}
.post-tags-social-area .popular-tags ul li:last-child a {
	margin-right: 0;
}
.post-tags-social-area .popular-tags ul li:last-child a::after {
	display: none;
}
.post-tags-social-area .author-social-info {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	text-align: right;
}
.post-tags-social-area .author-social-info a {
	display: inline-block;
	font-size: 16px;
	color: #9293bc;
	margin-right: 15px;
}
.post-tags-social-area .author-social-info a:last-child {
	margin-right: 0;
}
.post-tags-social-area .author-social-info a:hover,
.post-tags-social-area .author-social-info a:focus {
	color: #505add;
}
.post-author-area {
	position: relative;
	z-index: 1;
	padding: 30px 35px;
	box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
	border-radius: 10px;
}
.post-author-area .author-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
	max-width: 125px;
	width: 125px;
	border: 3px solid #505add;
	border-radius: 50%;
	margin-right: 20px;
}
.post-author-area .author-avatar img {
	border-radius: 50%;
}
.post-author-area .author-content h5 {
	margin-bottom: 5px;
}
.post-author-area .author-content span {
	font-size: 14px;
	color: #0734a1;
	margin-bottom: 15px;
	display: block;
}
.post-author-area .author-content p {
	margin-bottom: 0;
}
/* :: 15.0 Widget Area CSS */
.single-widget-area {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.single-widget-area:last-child {
	margin-bottom: 0;
}
.single-widget-area .widget-title {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #111343;
}
.single-widget-area .search-widget {
	position: relative;
	z-index: 1;
}
.single-widget-area .search-widget form {
	position: relative;
	z-index: 1;
}
.single-widget-area .search-widget form input {
	color: #5d5e8d;
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #9293bc;
	font-size: 14px;
}
.single-widget-area .search-widget form button {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	z-index: 120;
	border: none;
	background-color: transparent;
	font-size: 18px;
	color: #5d5e8d;
}
.single-widget-area .categories-list li a {
	display: block;
	color: #5d5e8d;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}
.single-widget-area .categories-list li:last-child a {
	margin-bottom: 0;
}
.single-widget-area .tag-cloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.single-widget-area .tag-cloud li a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #dbdcf1;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #5d5e8d;
}
.single-widget-area .tag-cloud li a:hover,
.single-widget-area .tag-cloud li a:focus {
	border-color: #0734a1;
}
.single-widget-area .sidebar-gallery .row {
	margin-right: -5px;
	margin-left: -5px;
}
.single-widget-area .sidebar-gallery .row .col-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.single-widget-area .sidebar-gallery a {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	width: 100%;
}
.single-widget-area .sidebar-gallery a img {
	border-radius: 5px;
	width: 100%;
}
.single-widget-area .sidebar-gallery a::before {
	background: #c63fa4;
	background-image: -webkit-linear-gradient(120deg, #505add 0%, #0734a1 100%);
	background-image: -ms-linear-gradient(120deg, #505add 0%, #0734a1 100%);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	border-radius: 5px;
}
.single-widget-area .sidebar-gallery a:hover::before {
	visibility: visible;
	opacity: 0.8;
}
.single-widget-area .post-author-widget {
	position: relative;
	z-index: 1;
	padding: 30px 30px;
	border-radius: 10px;
	box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
	text-align: center;
}
.single-widget-area .post-author-widget .post-author-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #111343;
}
.single-widget-area .post-author-widget .post-author-content span {
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
	color: #0734a1;
}
.single-widget-area .post-author-widget .post-author-content p {
	font-size: 16px;
	font-weight: 400;
	color: #5d5e8d;
}
.single-widget-area .post-author-widget .author-social-info a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 1px solid #ebebf3;
	border-radius: 50%;
	line-height: 32px;
	font-size: 14px;
	margin: 0 5px;
}
.single-widget-area .post-author-widget .author-social-info a:hover,
.single-widget-area .post-author-widget .author-social-info a:focus {
	background-color: #505add;
	border-color: #505add;
	color: #ffffff;
}
.single-recent-post-area {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.single-recent-post-area:last-child {
	margin-bottom: 0;
}
.single-recent-post-area .post-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 84px;
	flex: 0 0 84px;
	max-width: 84px;
	width: 84px;
	border-radius: 5px;
	margin-right: 15px;
}
.single-recent-post-area .post-thumb img {
	border-radius: 5px;
}
.single-recent-post-area .post-content .post-title {
	display: block;
	color: #111343;
	font-size: 16px;
	margin-bottom: 5px;
}
.single-recent-post-area .post-content .post-date {
	display: block;
	font-size: 14px;
	color: #9293bc;
}
/* :: 17.0 Schedule Area CSS */
.agenda-items{
	margin: auto;
	border: 1px solid white;
	border-radius: 15px;
	padding: 40px 80px;
}
#conferScheduleTab{
	padding: 0px;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
.our-schedule-area {
	position: relative;
	z-index: 1;
	background-color: #1D2784; 
}
.our-schedule-area .schedule-tab {
	position: relative;
	z-index: 1;
	margin-bottom: 45px; 
}
.our-schedule-area .schedule-tab .nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: none; 
}
.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
	color: #9293bc;
	text-align: left;
	border-radius: 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 15px 30px;
	padding-left: 0px;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: 0px;
	background: transparent;
	position: relative;
}
.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: capitalize; 
}
.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active {
	color: #ffffff; 
	border-bottom: 1px solid white;
}
.our-schedule-area .schedule-tab .nav-tabs .nav-item:last-child .nav-link {
	border-right: none;
	border-radius: 0 10px 10px 0; 
}
.agenda-items .nav-link::after{
	position: absolute;
	content: "";
	display: inline-block;
	height: 2REM;
	width: 1PX;
	text-align: center;
	line-height: 24px;
	background: #fff;
	left: 100%;
	top: 25%;
}
.single-schedule-area {
	border-bottom: 1px solid white;
	padding: 25px 0px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-bottom: 20px; 
}
.single-schedule-area:last-child{
	border-bottom: 0px;
}
.single-schedule-area:hover, .single-schedule-area:focus {
	border-color: white; 
}
.single-schedule-area .single-schedule-tumb-info {
	display: flex;
	flex-direction: column;
}
.single-schedule-tumb{
	padding: 0px;
}
.agenda-item{
	display: flex;
}
.schedule-time-place p{
color: white;
}
.stream{
	color: white;
}
.stream a{
	color: white;
	text-decoration: underline;
}
.single-schedule-info h5{
	color: black;
	font-size: 16px;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	width: fit-content;
}
.single-schedule-tumb img{
	border-radius: 10px;
	height:100px;
}
.single-schedule-info h6{
	color: white;
	font-size: 20px;
}
.single-schedule-area .btn.confer-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
	width: 16%;
}
.single-schedule-area.single-page {
	-webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
	box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
	border-color: #ffffff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.single-schedule-area.single-page .single-schedule-info h6 {
	color: #111343;
}
.single-schedule-area.single-page .single-schedule-info p {
	color: #9293bc;
	margin-bottom: 0;
}
.single-schedule-area.single-page .single-schedule-info p span {
	color: #111343;
}
.single-schedule-area.single-page .schedule-time-place p {
	color: #111343;
}
.single-schedule-area.single-page:hover,
.single-schedule-area.single-page:focus {
	border-color: #0734a1;
}
.single-ticket-pricing-table {
	background-color: #ffffff;
	padding: 0 40px 40px 40px;
	border-radius: 10px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.single-ticket-pricing-table .ticket-plan {
	background-color: #0734a1;
	padding: 10px 25px;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0 0 5px 5px;
	margin-bottom: 25px;
	line-height: 1;
}
.single-ticket-pricing-table .ticket-icon img {
	max-height: 100px;
}
.single-ticket-pricing-table .ticket-price {
	font-size: 60px;
	color: #111343;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 15px;
}
.single-ticket-pricing-table .ticket-price span {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	top: -20px;
}
.single-ticket-pricing-table .ticket-pricing-table-details p {
	color: #5d5e8d;
	margin-bottom: 8px;
}
.single-ticket-pricing-table .ticket-pricing-table-details p i {
	color: #0734a1;
	margin-right: 5px;
}
.single-ticket-pricing-table .ticket-pricing-table-details p:last-child {
	margin-bottom: 0;
}
.single-ticket-pricing-table.style-2 {
	background-color: #ffffff;
	box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
}
/* :: 19.0 Sponsor Area CSS */
.our-sponsor-client-area {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}
.our-sponsor-area {
	position: relative;
	z-index: 1;
	width: 100%;
}
.our-sponsor-area .single-sponsor {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 20%;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -1px;
	margin-top: -1px; font-size: 30px;
}
.our-sponsor-area .single-theme {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	width: 30%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 3.3%;
	margin-top: -1px; font-size: 20px;
}
.form-group .form-control {
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	background-color: transparent;
/*	border-right: none;*/
/*	border-top: none;*/
/*	border-left: none;*/
	border-radius: 5px;
	border: 1px solid #4d507d;
	font-size: 15px;  
	color: #4d507d;
	padding-left: 10px;
}
.contact_from_area .form-group .form-control{
	color: #fff;
}
.contact_from_area .form-group .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #ffffff;
}
.contact_from_area .form-group .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}
.contact_from_area .form-group .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}
.contact_from_area .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}
.contact_from_area .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
}
.contact_from_area .form-group .form-control::placeholder { /* Most modern browsers support this now. */
	color: #ffffff;
}
.form-group .form-control:focus {
	box-shadow: none;
}
.form-group textarea.form-control {
	height: 80px;
}
.contact-us-form h2, .contact-us-form h1, .contact-us-form p{
	color: #1D2784;
}
.contact_info div{
	border: 2px solid #1D2784;
	border-radius: 20px;
	width: 70%;
	padding: 1% 5%;
	margin-bottom: 5%;
}
.contact_info img{
	width: 30px;
}
.contact_form{
	padding: 13% 10%;
}
.contact-btn{
	width: 100%;
	margin-top: 8%;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
}
/* :: Contact us single page CSS */
/*.contact--us-area .row {
	margin-right: -25px;
	margin-left: -25px;
}
.contact--us-area .row .col-12 {
	padding-left: 25px;
	padding-right: 25px;
}
.contact--us-area .contact-us-thumb img {
	border-radius: 10px;
}
.contact--us-area .contact_from_area .contact-heading h4 {
	font-size: 25px;
	color: #111343;
	text-transform: uppercase;
}
.contact--us-area .contact_from_area .contact-heading p {
	color: #5d5e8d;
	margin-bottom: 30px;
}*/
/*.contact_input_area .form-group .form-control {
	border-bottom: 1px solid #dbdcf1;
	color: #9293bc;
}
.contact_input_area .form-group .form-control:active,
.contact_input_area .form-group .form-control:focus {
	border-bottom-color: #5d5e8d;
}
.contact_input_area .form-group textarea.form-control {
	height: 70px;
}*/
.bicons-mobile{
	display: none !important;
}
/*.map-area {
	position: relative;
	z-index: 1;
}
.map-area iframe {
	height: 580px;
	width: 100%;
	border: none;
}*/
/*.contact--info-area {
	padding: 40px 50px 0;
	position: relative;
	z-index: 22;
	top: -75px;
	background-color: #ffffff;
	border-radius: 10px;
}
.contact--info-area .single-contact--info {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.contact--info-area .single-contact--info h5 {
	color: #111343;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 10px;
	display: inline-block;
}*/
.partner-box{
	background: #FFF;
	position: relative;
	display: block;
	text-align: center;
}
.logo-holder img{
	max-width: 65%;
	max-height: 130px;
	height: auto;
}
.error-border{
	border: 1px solid red !important;
}
.error-msg p, .error-email-msg p{
	color: red !important;
	display: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: left;
	width: 100%
}
#procced-to-checkout{
	position: relative;
	z-index: 1;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 500;
	border: none;
	display: inline-block;
	padding: 0 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	border-radius: 23px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	overflow: hidden;
	background:#0734a1;
	background-image: -webkit-linear-gradient(120deg, #4974a5 0%, #0734a1 100%);
	background-image: -ms-linear-gradient(120deg, #4974a5 0%, #0734a1 100%);
}
#coupon_code{
	width: 120px;
	height: 35px;
}
.bicons-desktop{
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.video-titles .frt-title{
	font-size: 42PX;
	line-height: 20%;
}
.video-titles .sec-title{
	padding-right:10%;
}
.coupon button,#place_order{
	color: #ffffff !important;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	background: #0734a1 !important;
	background-image: -webkit-linear-gradient(120deg, #4974a5 0%, #0734a1 100%) !important;
	background-image: -ms-linear-gradient(120deg, #4974a5 0%, #0734a1 100%) !important;
}
.woocommerce-additional-fields {
	display: none !important;
}
.woocommerce-input-wrapper{
	width: 100%;
}
.other_speakers .col-12{
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field,.woocommerce-checkout #payment ul.payment_methods .stripe-card-group{
	flex: 0 0 100%;
	max-width: 100%;
}
#partners .section-heading-3{
	margin-bottom: 50px;
}
.single-person{
	color: #0734a1;
	font-weight: bold;
}
.sub_titles{
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
}
.sp-row{
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
	padding: 40px 20px;
	margin-bottom: 30px;
}
.sp-row .section-heading-3{
	margin-bottom: 10px!important;
}
.sp-row .sub_titles{
	font-size: 22px;
	text-align: left;
}
.sponser-row{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.sponser-row .sponser-row-item{
	padding:3% 0%;
}
.more-blog-btn .pagination{
	justify-content: center;
}
.nav-links a{
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #4974a5;
	color: white;
}
.nav-links span.current{
	width: 25px;
	height: 25px;
	background: #0734a1;
	display: inline-block;
	color: white;
}
.lang_filter{
	padding: 3%;
	padding-left: 0;
}

.lang_filter li{
	display: inline-block;
	margin: 0 1%;
}
.lang_filter .active{
	color: #0734a1;
	font-weight: bold;
}
.filter_title{
	color: #0734A1;
	text-decoration: underline;
}
.track_checkbox{  
	background: #D9D9D9;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 4px;
}
.track_filter label{
	font-size: 15px;
}
.section-padding-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-padding-150-0{
	padding-top: 150px;
	padding-bottom: 0px;
}
.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner-agenda{
	background: transparent;
}
.inner-agenda .agenda-items{
	padding: 0;
}
.inner-agenda .schedule-tab .nav-tabs .nav-item .nav-link.active{
	color: #1D2784;
	border-bottom: 2px solid #1D2784;
}
.inner-agenda .schedule-tab .nav-tabs .nav-item .nav-link{
	padding: 15px 20px;
	padding-left: 0px;
	color: #858585;
}
.inner-agenda .agenda-items .nav-link::after{
	top: 25%;
	height: 3REM;
	background: #D7D7D7;
}

.inner-agenda .single-schedule-info h6{
	color: black;
}
.inner-agenda .single-schedule-info h5, .slot-details-inner h5{
	color: white;
	font-size: 12px;
	background-color: #0000FF;
	margin-bottom: 0px;
	padding: 8px 20px;
	border-radius: 8px;
}
.inner-agenda .stream{
	font-size: 15px !important;
	line-height: 35px !important;
	color: black;
}
.inner-agenda .stream a{
	color: #5A99EC;
}
.inner-agenda .speakers-list p{
	font-size: 15px !important;
	line-height: 20px !important;
	margin-bottom: 5px;
}
.inner-agenda .single-schedule-area::after {
	position: absolute;
	content: "";
	display: inline-block;
	height: 2px;
	width: 75%;
	background: #D7D7D7;
	bottom: 0;
}
.inner-agenda .single-schedule-area{
	margin-bottom: 0;
	padding: 10px 0;
}
.inner-agenda .schedule-tab .nav-tabs .nav-item .nav-link span{
	font-weight: normal;
}
.inner-agenda .time p{
	color: #323232 !important;
	font-size: 16px !important;
}
.inner-agenda .schedule-tab{
	margin-bottom: 15px;
}
.back-agenda a{
	color: #1D2784;
	font-weight: bold;
	font-size: 22px;
}
.slot-details{
	display: flex;
	padding-top: 2%;
}
.slot-details-inner{
	padding-left: 3%;
}
.slot-details img{
	height: fit-content;
	max-width: 25px;
}
.slot-details-zone{
	padding-top: 0;
}
.agenda-inner-select{
	background: transparent;
	border: none;
	border-bottom: 2px solid #1D2784;
	color: #C4CAFE;
	padding-left: 1px;
}
.slot-details-zone p{
	color: #858585;
	font-size: 14px;
	margin-left: 10px;
	line-height: 24px;
}
.slot-details-date_time p{
	color: #000000;
	font-size: 15px;
	margin-left: 10px;
	font-weight: bold;
}
.slot-details-date_time{
	padding-top: 0;
}
.slot-title{
	color: #000000;
	font-size: 32px;
	margin-top: 2%;
}
.single-schedule-info-inner-page .slot-details p{
	color: #000000;
	font-size: 15px;
}
.single-schedule-info-inner-page .slot-details a{
	color: #5A99EC;
	text-decoration: underline;
}
.slot-content{
	color: #1D93D2;
	font-weight: bold;
}
.confer-btn-custom{
	color: white;
	margin: auto;
}
.confer-btn-custom::before{
	background-color: #1D2784;
}
.offer-shop img{
	margin: auto;margin-bottom: 5%;max-width: 50%;
}
.product-type-simple{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
	border-radius: 25px;
	padding: 3% 2%;
	margin-bottom: 5%;
}
.ticket-title{
	padding: 5% 2%;
	padding-bottom: 2%;
	padding-left: 8%;
}
.ticket-title::after {
	position: absolute;
	content: "";
	display: inline-block;
	height: 2px;
	width: 90%;
	background: #D7D7D7;
	bottom: 70%;
}
.ticket-title img{
	max-width: 80px;
	height: fit-content;
	margin-top: 5px;
	padding-right: 0;
}
.ticket-title h6{
	color: #1D2784;
	font-weight: bold;
	font-size: 22px;
	margin-top:15px;
}
.ticket-title p{
	color: #858585;
}
.ticket-price{
	margin: auto;
	text-align: center;
	color: #1D2784;
	position: relative;
	font-size:2.5rem;
}
.currency{
	font-size: 20px;
	position: absolute;
	left: 38%;
}
.ticket-desc{
	padding: 5% 2%;
	margin-bottom: 25%;
}
.ticket-desc li{
	list-style: disc;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
}
.custom_add_to_cart{
	margin-left: 20%;
	position: absolute;
	bottom: 5%;
}
.sub-footer-mobile{
	display: none;
}
.social-media-new li{
	display:inline-block
}
.social-media-new li img{
	max-width:35px;
	margin:0px 5px;
}
.schedule-time-place .zmdi-time{
	margin-right:10px;
}
.post-author-avatar {
	border-radius: 15px;
	overflow: hidden;
	bottom: 20px;
	position: relative;
	box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 7%);
	-webkit-box-shadow: 1px 1px 5px 5px rgb(0 0 0 / 7%);
	-moz-box-shadow: 11px 1px 5px 5px rgb(0 0 0 / 7%);
	width: 100%;
	height: auto;
	text-align: right;
	object-fit: cover;
	float: right;
}
.post-author-avatar img{
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	height:100%;
	text-align: right;
}
.accordion{
	color: #1D2784;
	cursor: pointer;
	padding: 10px;
	width: 15%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	right: 10px;
	top: 25px;
	font-size: 18px;
	position: absolute;
	background: transparent;
	z-index: 5;
	display: block;
}
.accordion::after{
	content: '\f107';
	font-family: "FontAwesome";
	margin-left: 2px;
}
.active, .accordion:hover {
	border: 0px;
}
.accordion:focus{
	outline: 0px;
}
.panel{
	padding: 0 18px;
	background-color: white;
	overflow: hidden;
}
.panel-des{
	height: 190px;
}
.sp-row-des{
	position:relative;
}
.accordion{
	display:none;
}
.accordion-des{
	display: block;
}
.speakers-tags{
	margin: 5% 0%;
}
.speakers-tags a{
	border: 3px solid #1D2784;border-radius: 20px;padding: 4px 15px;
}
.speakers-tags-active{
	background: #1D2784;
	color: #fff;
}
.schedule-tab-mob select{
	background-image: url(../img/date-b.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 0.1em top 50%, 0 0 !important;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.woocommerce form .form-row select{
	color: black;
}
#billing_type_field .screen-reader-text, 
#billing_what_are_your_preferred_languages_field .screen-reader-text{
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: none;
	clip-path: none;
	height: unset;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: unset !important;
	width: unset;
	word-wrap: normal!important;
}
.bicons-mobile-custom{
	display: none;
}
#sfj-build .frt-title {
	text-align: left;
	font-weight: 600;
	font-size: 48px;
	line-height: 38px;
	margin-bottom: 0px;
}
#sfj-build .sec-title {
	font-weight: 800;
	font-size: 64px;
}
#whocanattend .sj-icon{
/*	margin-bottom: 3%;*/
}
#whocanattend .sj-icon img{
	max-width: 60%;
	margin-bottom: 15px;
}
#whocanattend .sj-icon .icon-title{
	color: white;
	font-weight: bold;
}
#whocanattend .bicons-mobile-custom{
	margin-bottom: 3%;
	color:white;
	font-size:15px;
} 

#whocanattend .desc-who, .feedback-area .desc-feed{
	color: white;
	width: 75%;
	text-align: center;
	margin: auto;
	font-size: 20px;
	margin-bottom: 10px;
}
#sfj-why-attend .row .col-3{
	text-align: center;
}
#sfj-why-attend .row .col-3 img{
	width: 35%;
}
#sfj-why-attend .row .col-6{
	margin-bottom: 2%;
}
#sfj-why-attend .row h4{
	color: #1D2784;
	font-weight: bold;
}
#sfj-why-attend p{
	color: #000000;
}
.bicons-desktop-topics .icon-img{
	width: 40%;
	margin: auto;
	margin-bottom: 10%;
}
.bicons-desktop-topics .icon-title{
	font-size: 15px;
	font-weight: 400 !important;
	color: #000;
	width: 75%;
	margin: auto;
}
.bicons-mobile-topics .col-6{
	margin-bottom: 5% !important;
}
.bicons-mobile-topics .icon-img{
	width: 50% !important;
	margin: auto !important;
	margin-bottom: 10% !important;
}
.bicons-mobile-topics .icon-title{
	font-size: 12px;
	font-weight: 400;
	color: black;
}
.feedback-area{
	padding-top: 5%;
}
.feedback-area .frt-title, .feedback-area .sec-title{
	font-size:21px
}
.feedback-area .sec-title{
	font-weight:bold;
}
.feedback-area p{
	color: black;text-transform: none;
}
.feedback-center .slick-prev, .partners-center .slick-prev{
	left:0px;
}
.slick-prev, .slick-next{
	z-index: 999;
}
.slick-prev:before, .slick-next:before{
	color: #1D2784;
}
.feedback-center .slick-next, .partners-center .slick-next{
	right:0px;
}
.slick-dots li.slick-active button:before{
	color: #1D2784;
}
.single-client-content{
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 40px 50px;
	border-radius: 10px;
	margin: 5px;
	box-shadow:0px 5px 5px 0px #1d27844a;
}
.single-client-text{
	position: relative;
	z-index: 1;
}
.single-client-text p{
	margin-bottom: 20px;
	font-weight: 300;
	min-height:175px;
	text-align: left;
}
.hide-class{
	display: none;
}
.woocommerce-input-wrapper input[type="checkbox"]{
	width: 2%;
	margin-right: 0 !important;
	font-size: 0rem;
}
.languagesclass {
	background-image: url('../img/globe.png');
	padding: 5px  5px 5px 25px;
	background-repeat: no-repeat;
	background-size: 0.8em auto;
	background-position: 0.4em center;
}
.header-tickits{
	display: none;
}
.sticky .header-tickits{
	display: block;
}
.feedback-area .slick-prev:before,
.feedback-area .slick-next:before{
	color: #1D2784;
}
.team-member{
	background: #fff;
	padding-bottom: 25%;
	border-radius: 5px;
	margin-bottom: 10%;
	text-align: left;
	min-height: 440px;
	max-height: 440px;
}
.team-member img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.team-member h3{
	padding-left: 5%;
	margin-top: 5%;
	font-size: 1.5rem;
}
.team-member p{
	padding-left: 5%;
}
.inner-agenda .single-schedule-info h5, .slot-details-inner h5{
	margin: 5px;
	margin-bottom: 0px;
}

.inner-agenda .schedule-tab .nav-tabs .nav-item .nav-link{
	padding: 15px 15px;
	padding-left:0px;
}
.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link{
	font-size: 17px;
}
#proposal-form .loading-img, #proposal-form form.application-form fieldset {
	display: none;
}
#proposal-form .contact_from_area ul li{
	list-style: disc;
}
#proposal-form .contact_from_area ul{
	padding-left: 5%;
}
.form-check label{
    margin-right: 10px;
}
#proposal-form .contact--us-area .zmdi-long-arrow-right{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 5px;
}
#proposal-form .section-heading{
	height: 100px;
}
.question h3{
	font-size: 18px;
	color: #1D2784;
}
.question p{
	font-size: 14px;
}
.q-icon{
	width: 10%;
	float: left;
	text-align: center;
}
.question{
	width: 90%;
	float: right;
}
.q-icon img{
	max-width: 30px;
}
.faq-h1{
	color: #1D2784;
}
.heading-faq{
	text-align: center;
}
.heading-faq p{
	font-size: 18px;
}
.why-sponsor{
	background-image: url(../img/partners/back.png);
	background-size: cover;
	min-height: 530px;
	margin-bottom: 5%;
	background-position: bottom;
}
.why-sponsor img{
	max-width: 90px;
	margin-top: 5%;
	margin-left: 5%;
}
.why-sponsor h3{
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 5%;
	margin-right: 15%;
}
.why-sponsor p{
	color: #fff;
	margin: 0 5%;
}
.partners-card{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 19px;
	grid-row-gap: 15px;
	background: #fff;
	border-radius: 10px;
	padding: 35px 25px;
}
.partners-card img{
	max-width: 210px;
}
#why-sponsor-title .section-heading{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#why-sponsor-title .section-heading h2{
	text-align: left;
	font-size: 45px;
	line-height: 47px;
	font-weight: 400;
}
.feedback-inner-center .feedback-card{
	background: #1D2784;
	border-radius: 10px;
	padding: 25px;
}
.feedback-inner-center .single-client-img{
	width: 25%;
	float: left;
}
.feedback-inner-center .single-client-img .single-client-thumb{
	width: 120px;
}
.feedback-inner-center .client-info h6{
	margin-top: 15px;
	color: #fff;
	text-align: left;
	font-size: 14px;
}
.feed-right{
	width: 75%;
	float: right;
	background: #fff;
	border-radius: 10px;
	padding: 3%;
}
.feed-right p{
	color: #1D2784;
	min-height: 200px;
}
.icon-steps{
	float: left;
	width: 15%;
	text-align: center;
}
.icon-steps img{
	width: 85%;
}
.steps-content{
	float: right;
	width: 85%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 30px;
}
.steps-content h4{
	color: #fff;
	font-size: 25px;
	width: 70%;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.steps-content p{
	color: #fff;
	font-size: 18px;
	width: 80%;
}
.m-new{
	margin: 1.5rem;
}
.ready-download{
	text-align: center;
	font-size: 25px;
	margin:auto;
	margin-bottom: 3%;
}
.ready-download-div{
	text-align: center;
	box-shadow: 0px 0px 30px #1d27844a;
	padding: 5%;
}
#why-sponsor-impact .single-client-thumb img{
	width: 80%;
	border-radius: 50%;
}
.next-section h2{
	width: 70%;
	margin: auto;
}
.next-section h3{
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}
.join-report h2{
	font-size: 28px;
}
.join-report p{
	color: #1D2784;
	font-weight: 600;
	width: 54%;
	margin: auto;
	font-size: 15px;
}
.join-report .home_repo_bu{
	text-align: center;
	margin-top: 5%;
}
.join-report .section-heading{
	margin-bottom: 25px;
}
.bannerfooter{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;  
	color: white;
	text-align: center;
	z-index: 9999999;
	display: none;
}
#close-banner{
	position: absolute;
	color: #1D2784;
	top: 20px;
	left: 20px;
	font-size: 28px;
	background: #fff;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	cursor: pointer;
}
@media (min-width: 2000px){
	.slick-prev:before, .slick-next:before{
		font-size:50px;
	}
	.sj-items .sj-icon .icon-img {
		width: 150px;
		height: 150px;
	}
	.sj-items .sj-icon .icon-title{
		font-size: 30px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-ticket-pricing-table .ticket-pricing-table-details p {
		font-size: 14px;
	}
	.our-sponsor-area .single-sponsor {
		height: 100px;
	}
}
@media only screen and (max-width: 1024px){
	#proposal-form .section-heading{
		height: 125px;
	}
	.welcome-text-two h1{
		font-size: 2.2rem;
	}
	.welcome-text-two h2, .stay-loop{
		font-size: 1.6rem;
	}
	.welcome-btn .confer-btn{
		padding: 0 15px;
	}
	.single-welcome-slide .welcome-text-two{
		margin-top: 6vh;
	}
	.team-member{
		min-height: 400px;
		max-height: 400px;
		padding-bottom: 0px;
	}
	.team-member p{
		padding-left: 8px;
		padding-right: 4px;
	}
	.why-sponsor{
		min-height: 650px;
	}
	.why-sponsor h3{
		font-size: 19px;
	}
	.partners-card img{
		max-width: 170px;
	}
}
@media(max-width: 800px){ 
	.contact_form{
		margin: 5% 0;
	}
	#scrollUp {
		right: 20px;
		bottom: 20px;
	}
	.classy-nav-container .classy-navbar .nav-brand {
		max-width: 90px;
		margin-right: 15px;
	}
	.single-welcome-slide .welcome-text-two{
		margin-top: 3vh;
	}
	.panel {
		height: 190px;
	}
	.accordion{
		display: block;
		width: 23%;
		top: 37px;
	}
	#speaker_7{
		display:none !important;
	}
	.single-welcome-slide {
		height: 500px;
	}
	.welcome-btn {
		width: 81%;
	}
	.header-area-home.sticky .classy-navbar-toggler .navbarToggler span{
		background-color: #1D2784;
	}
	.welcome-text-two h1{
		font-size: 35px;
	}
	.single-welcome-slide .welcome-text-two h2, .stay-loop{
		font-size: 25px;
	}
	.header-p2{
		font-size: 19px;
		width: 100%;
	}
	.single-welcome-slide .welcome-text-two .event-meta{
		font-size: 16px;
	}
	.sub_titles {
		font-size: 28px;
		line-height: 28px;
	}
	.our-speaker-area .row{
		justify-content: space-between;
		justify-content: center;
	}
	.our-speaker-area .row .col-12 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.section-high-3 .sub_titles{
		font-size: 28px;
	}
	#sfj-about .sec-title {
		font-size: 42px;
	}
	#sfj-about .frt-title {
		font-size: 28px;
	}
	#sfj-about p {
		font-size: 18px;
		line-height: 32px;
	}
	#sfj-about .read-more {
		font-size: 18px;
	}
	#sfj-about {
		padding: 25px 0px;
		padding-top: 50px;
	}
	#sfj-build {
		padding: 30px 0px;
	}
	#sfj-build .sub_titles {
		font-size: 28px;
		text-align: left;
	}
	#sfj-build p {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.agenda-items{
		padding:20px
	}
	.our-schedule-area .schedule-tab{
		margin-bottom: 20px;
	}
	.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link{
		padding: 10px;
	}
	.social-footer nav.social-media li a{
		background: transparent!important;
	}
	.social-footer nav.social-media li a img{
		width: 100%;
	}
	.footer-sub .wpcf7-submit{
		font-weight: 400;
		font-size: 12px;
		padding: 0px 20px;
	}
	.mobile-sp-item{
		margin-bottom: 15px;
	}
	#secondary-sidebar{
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
	}
	.section-heading{
		margin-bottom: 10px;
	}
	.sticky .classy-navbar-toggler .navbarToggler span{
		background-color:#1D2784;
	}
	#nav li a{
		color: #1D2784;
	}
	.single-welcome-slide-speaker{
		height: 270px
	}
	.mobile-title{
		display:none;
	}
	.post-author-avatar{
		width: 40vw;
		height: 40vw;
		float:left;
	}
	.mobile-title{
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px!important;
		padding-left: 20px;
		justify-content: flex-start!important;
	}
	.back-to-list{
		display: none;
	}
	.h1, h1 {
		font-size: 1.5rem;
	}
	.sp-info h4{
		font-size: 16px;
	}
	.section-heading{
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.frt-title
	{
		width: fit-content;
		font-size: 26px;
		font-weight: 500;
	}
	.sec-title{
		width: fit-content;
		font-size: 26px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.social li {
		width: 50px;
		height: 50px;
		margin-right:0px;
	}
	.sec-part {
		font-size: 30px;
		line-height: 50px;
		padding-left: 0px;
	}
	.sf-agenda .sec-title{
		font-size: 30px!important;
	}
	.sf-agenda .frt-title{
		font-size: 30px!important;
	}
	.single-ag-title{
		display: flex;
		align-items: flex-start;
		margin-bottom: 5px;
	}
	.single-ag-title .single-schedule-tumb:last-child{
		margin-left:10px;
	}
	.slot-details-inner .stream{
		display:block!important;
	}
	.slot-details{
		padding-top: 3%;
		padding-left: 0px;
	}	
	#nav li .sub-menu {opacity: 0;}
	#nav li .sub-menu{
		position: relative;
		background-color: #ffffff;
		top: 120%;
		z-index: 100;
		height: auto;
		box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		opacity: 0;
		display:none;
		visibility: hidden;
		padding: 10px 0;
	}
	#whocanattend p{
		width: 100% !important;
		font-size: 16px !important;
	}
	#sfj-meettheeditor .frt-title, #sfj-meettheeditor .sec-title{
		font-size: 22px;
	}
	#sfj-build .frt-title {
		font-size: 14px;
		line-height: 16px;
	}
	#sfj-build .sec-title {
		font-size: 22px;
	}
	.single-client-content{
		padding: 20px 10px !important;
	}
	.feedback-center .slick-list, .partners-center .slick-list{
		height:auto;
	}
	#whocanattend .desc-who, .feedback-area .desc-feed{
		width: 100%;
	}
	.why-sponsor{
		min-height: 560px;
	}
	.steps-content h4{
		width: 80%;
		font-size: 23px;
	}
	.partners-card img{
		max-width: 155px;
	}
}
@media(max-width: 500px){
	#close-banner{
		top: 10px;
		left: 10px;
		font-size: 15px;
		width: 20px;
		height: 20px;    
	}
	.team-member{
		min-height: 480px;
		max-height: 480px;
	}
	.bicons-mobile-custom{
		display: flex;
		flex-wrap: wrap;
	}
	.question h3{
		min-height: auto;
	}
	.q-icon img{
		max-width: 25px;
		margin-top: 5px;
	}
	#proposal-form .section-heading{
		height: 145px;
	}
	#proposal-form #languages{
		width: 50%;
	}
	.single-client-content{
		min-height: 400px;
	}
	#sfj-become-partner h4{
		font-size: 22px !important;
	}
	.woocommerce ul.order_details li{
		margin-right: 1em;
		font-size: 0.55em;
		padding-right: 1em;
	}
	.ticket-title img{
		max-width:55px;
	}
	.ticket-title h6{
		font-size: 17px;
		margin-top: 0px;
		margin-left: 0px;
	}
	.breakpoint-off .classy-navbar{
		visibility: hidden;
	}
	.sp-read-more{
		font-size: 14px;
	}
	.classy-navbar-toggler{
		margin-right: 5%;
	}
	.navbarToggler span{
		background-color: white;
	}
	.header-area{
		background-size: cover;
	}
	.offer-shop img{
		max-width: 100%;
	}
	.our-ticket-pricing-table-area{
		padding-top: 35%!important;
	}
	.single-schedule-tumb{
		display: none;
	}
	.single-schedule-info{
		max-width: 100%;
		flex: 100%;
		padding: 0;
	}
	.agenda-item{
		padding: 0;
	}
	.inner-agenda .single-schedule-info h5,
	.slot-details-inner h5{
		font-size: 12px;
		padding: 5px 15px;
	}
	.inner-agenda .speakers-list p{
		font-size: 12px !important;
		line-height: 10px !important;
		margin-top: 5%;
	}
	.inner-agenda .time p{
		font-weight: bold;
	}

	.slick-list{
		height:55px;
	}
	.accordion{
		width:40%;
		top: 18px;
	}
	.slick-dots{
		display: none !important;
	}
	.welcome-text-two h1{
		font-size: 24px;
	}
	.single-welcome-slide .welcome-text-two h2{
		font-size: 21px;
	}
	.event-meta p, #sfj-meettheeditor p{
		font-size: 14px;
	}
	.event-meta p{
		margin-bottom: 0;
	}
	.stay-loop{
		margin-bottom: 0;
		font-size: 16px;
	}
	#whocanattend img{
		max-width: 40% !important;
	}
	.welcome-btn{
		width: 100%;
	}
	.welcome-btn .confer-btn{
		font-size: 14px;
		padding: 0 15px;
	}
	.hero-btn-group{
		margin-right: 15px;
	}
	.single-speaker-area .speaker-single-thumb{
		height: 175px;
	}
	.single-speaker-area .speaker-info{
		padding: 20px 10px;
		min-height: 150px;
	}
	.single-speaker-area .speaker-info h5{
		font-size: 14px;
		font-weight: 600;
	}
	.single-speaker-area .speaker-info p{
		font-size: 10px;
	}
	.section-heading{
		margin-bottom: 30px;
		padding-left: 15px;
	}
	.section-padding-80-50 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.section-high-3 .sub_titles{
		font-size: 22px;
	}
	.section-high-3{
		padding: 45px 15px;
	}
	.single-speaker-area{
		margin-bottom: 10px;
	}
	.sj-items .sj-icon .icon-img{
		width: 50px;
		height: 50px;
	}
	.feedback-center .slick-next, .partners-center .slick-next{
	    right: 10px;
	}
	.feedback-center .slick-prev, .partners-center .slick-prev{
	    left: 10px;
	}
	.sj-items .sj-icon .icon-title{
		font-size: 10px;
	}
	#sfj-about .frt-title{
		font-size: 14px;
		line-height: 16px;
	}
	#sfj-about .sec-title{
		font-size: 22px;
	}
	#sfj-about p {
		font-size: 13px;
		line-height: 26px;
	}
	#sfj-about .read-more {
		font-size: 14px;
	}
	#sfj-build .section-heading{
		padding-left: 0px;
	}
	#sfj-build .sub_titles{
		font-size: 17px;
		line-height: 32px;
	}
	#sfj-build p {
		font-size: 13px;
		line-height: 26px;
	}
	#sfj-build {
		padding: 10px 0px;
	}
	.single-welcome-slide{
		height: 430px;
		background-position: bottom;
	}
	.apply-oo{
		font-size:15px !important;
	}
	.single-welcome-slide .welcome-text-two{
		margin-top: 9vh;
	}
	.bicons-desktop, .nav-tabs .nav-item,
	.agenda-items .nav-link::after, .icon-scroll{
		display: none;
	}
	.bicons-mobile{
		display: block !important;
	}
	#sfj-build .build-items{
		padding-left: 10px;
		padding-right: 10px;
	}
	#sfj-build .sj-icon {
		margin-bottom: 10px;
	}
	.section-heading-2 h4{
		font-size: 20px;
	}
	.section-padding-100 {
		padding-top: 140px!important;
		padding-bottom: 50px;
	}
	.year_select{
	    width: max-content;
	    margin-left: 4%;
	}
	.section-heading-2{
		margin-bottom: 30px;
	}
	.agenda-items{
		border: 0px;
	}
	.nav-tabs .nav-item:first-child{
		display: block;
		width: 65%;
	}
	.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active {
		display: flex;
		font-size: 14px;
		padding-left: 5px;
		padding-bottom: 2px;
		font-weight: normal;
		text-transform: capitalize;
		color: #C4CAFE;
	}
	.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span{
		margin-left: 5px;
	}
	.section-heading-2 {
		margin-bottom: 0px;
	}
	.our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link::before{
		content: "Date";
		position: absolute;
		left: -22%;
		color:white;
	}
	.nav-tabs .nav-item:first-child::after{
		content: "";
		color: white;
		background-image: url(../img/date.png);
		width: 25px;
		height: 25px;
		background-repeat: no-repeat;
		position: absolute;
		top: 7px;
		right: 17%;
	}
	#agenda .nav-tabs .nav-item:first-child::after{
		background-image: url(../img/date-b.png);
	}
	#agenda .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active{
		color: black;
	}
	.single-schedule-info h6{
		font-size: 14px;
		font-weight: normal;
	}
	.sub_titles{
		font-size: 20px;
	}
	.sp-row .sub_titles{
		font-size: 16px;
	}
	.sp-row{
		padding: 30px 10px;
	}
	.sponser-row .col-6 {
		padding-left: 0px;
		padding-right: 0px;
		display: inline-block;
		width: 48%;
		vertical-align: middle;
	}
	.logo-holder{
		height: 80px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.partner-box{
		display: table;
		margin: auto;
	}
	.logo-holder img{
		max-width: 85%;
		padding: 10px;
		position: relative;
	}
	.sp-row{
		position: relative;
	}
	.footer-content .nav-brand{
		width: 25%;
	}
	.footer-content .col-12{
		display: flex;
		align-items: center;
	}
	.social-footer{
		width: 80%;
		margin-top: 0px;
		margin-left: 20px;
	}
	.social-footer .social-media{
		width: 100%;
	}
	.social-footer nav.social-media li {
		width: 40px;
		height: 40px;
	}
	.social-footer .social-media{
		margin-top: 0px;
	}
	.social-footer nav.social-media li a{
		background: transparent!important;
		padding-left: 0px;
	}
	.social-footer nav.social-media li a img{
		width: 100%;
	}
	#footer-1-nav{
		display: none;
	}
	.footer-menu-class{
		width: 110%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#footer-2-nav{
		display: inline-block;
	}
	.footer-menu-class li a{
		font-weight: normal;
		font-size: 14px;
	}
	.social-media{
		display: none;
	}
	.social-footer .social-media{
		display: block;
	}
	.sub-title {
		font-size: 14px;
		color: white;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.sub-footer{
		display: none!important;
	}
	.sub-footer-mobile{
		display: block;
		flex-direction: column;
		align-items: flex-start!important;
	}
	.footer-sub .wpcf7-submit {
		position: absolute;
		right: 20px;
		top: 25px;
	}
	.footer-sub .wpcf7-form-control-wrap .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
		width: 60%;
		height: 45px;
	}
	#wpcf7-f1793-o1 p{
		margin-bottom: 0px;
	}
	.copywrite-content .copywrite-text p{
		font-size: 16px;
	}
	.footer-sub .wpcf7-submit {
		font-size: 14px;
		right: 10px;
		top: 26px;
	}
	.about-speakers .sub_titles:last-child{
		font-size: 28px;
	}
	.about-speakers .sub_titles:first-child{
		font-size: 16px;
		font-weight: normal;
		line-height: 10px;
	}
	.section-padding-150-50 {
		/*padding-bottom: 0px!important;*/
	}
	.slick-slide{
		margin: 0px 5px;
	}
	#sfj-meettheeditor{
		padding: 40px 10px !important;
	}
	.feedback-area .frt-title, .feedback-area .sec-title{
		font-size: 17px !important;
	}
	.mobile-sp-item{
		margin-bottom: 15px;
	}
	#secondary-sidebar{
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
	}
	.section-heading{
		margin-bottom: 10px;
	}
	.product-type-simple{
		margin-left: 0px;
	}
	.mobile-shop{
		margin: auto;
		justify-content: center;
	}
	.ticket-price{
		border-bottom: 1px solid lightgray;
	}
	.currency {
		left: 40%;
		top: -5px;
	}
	.product-type-simple .ticket-title{
		width: 100%;
		margin: 0px;
	}
	.ticket-title::after{
		display: none;
	}
	.ticket-desc{
		padding-left: 15%;
		margin-bottom: 35%;
	}
	.ticket-desc li {
		list-style: disc;
		line-height: 30px;
		font-weight: normal;
		font-size: 15px;
	}
	.custom_add_to_cart {
		margin-left: 25%;
		bottom: 10%;
	}
	.mobile-shop{
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.single-welcome-slide-speaker{
		height: 250px;
	}	
	.welcome-btn .confer-btn i, .mobile-title{
		display: none;
	}
	.post-author-avatar {
		width: 60vw;
		height: 60vw;
	}
	.sp-info h4 {
		font-size: 12px;
	}
	.social ul{
		display:block;
	}
	.social li {
		width: 20px;
		height: 20px;
		display: inline-block;
	}
	.video_sp_date {
		font-size: 8px;
		color: #858585;
	}
	.track_filter{
		width: 90%;
		margin: auto;
	}
	#sfj-why-attend .row .col-2 img{
		width: 100%;
	}
	#sfj-why-attend .row h4{
		font-size: 1rem;
	}
	.our-sponsor-area h2{
		font-size: 1rem;
	}
	.cover{
		max-width: 100% !important;
	}
	.mt-mob{
		margin-top: 20%;
	}
	.why-sponsor{
		min-height: auto;
		padding-bottom: 30px;
	}
	.why-sponsor p{
		font-size: 14px;
	}
	.why-sponsor img{
		max-width: 60px;
	}
	.why-sponsor h3{
		padding-bottom: 15px !important;
		font-size: 17px;
		margin-bottom: 13px;
	}
	#why-sponsor-impact{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	#why-sponsor-impact .slick-prev{
		left: 0;
	}
	#why-sponsor-impact .slick-next{
		right: 0;
	}
	#why-sponsor-impact .slick-prev:before, #why-sponsor-impact .slick-next:before{
		color: #fff;
	}
	#why-sponsor-impact .slick-list{
		height: unset;
	}
	#why-sponsor-impact .single-client-thumb img{
		width: 55%;
	}
	.feed-right p{
		min-height: 315px;
	}
	.next-section h2, .steps-content p{
		width: 100%;
	}
	.steps-content h4{
		width: 100%;
		font-size: 20px;
	}
	.steps-content{
		margin-top: 0px;
	}
	.join-report p{
		width: 100%;
	}
	.join-report h2{
		font-size: 26px;
	}
	.partners-card img{
		max-width: 80px;
	}
	#hightlights .partner-btn{
	    padding: 0 20px;
	    font-size: 14px;
	}
	.partner-btn{
		padding: 0;
	}
	.partner-btn i{
	    display: none;
	}
	.partner-btn .confer-btn{
	    font-size: 11px;
	    padding: 0px 6px;
	    width: 100%;
	}
	#sfj-why-attend .row .col-3 img{
	    width: 100% !important;
	}
	#why-sponsor-title .section-heading{
	    position: unset;
	    transform: none;
	}
	#why-sponsor-title .mt-mob{
	    margin-top: 5%;
	}
	/*.accordion{
		width: 37%;
		top: 24px;
	}*/
}
@media only screen and (min-width: 381px) and (max-width: 410px){
	.welcome-btn .confer-btn{
		font-size: 12px;		
	}
	.single-welcome-slide .welcome-text-two h2{
		margin-bottom: 0px;
	}
}
@media(max-width: 380px) {
	.team-member{
		min-height: 440px;
		max-height: 440px;
	}
	.accordion{
		color: #1D2784;
		cursor: pointer;
		padding: 5px;
		width: 37%;
		text-align: left;
		border: none;
		outline: none;
		transition: 0.4s;
		right: 0px;
		top: 23px;
		font-size: 15px;
		position: absolute;
		background: transparent;
		z-index: 5;
		display: block;
	}
	.our-sponsor-area h2{
		font-size: 0.9rem;
	}
	.single-welcome-slide{
		height: 400px;
	}
	.welcome-text-two h1{
		font-size: 19px;
	}
	.single-welcome-slide .welcome-text-two h2{
		font-size: 16px;
	}
	.stay-loop{
		font-size: 15px;
	}
	.hero-btn-group{
		margin-right: 0;
	}
	.event-meta p, .single-welcome-slide .welcome-text-two .event-meta{
		font-size: 12px;
	}
	.welcome-btn .confer-btn{
		font-size: 12px;
		padding: 0 5px;
	}
	.mt-mob{
		margin-top: 25%;
	}
	.why-sponsor{
		/*min-height: 440px;*/
	}
	.why-sponsor p{
		font-size: 13px;
	}
	.partners-card img{
		max-width: 55px;
	}
}