@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500&family=Oswald:wght@200;300;400;500;600;700&display=swap');
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    overflow-x: hidden;
    scroll-behavior: smooth;
	 color: var(--body-color);
}
p{
	margin-bottom:10px;
}
a{	
 color: var(--link-color);
 text-decoration:none;
}
a:hover{
	color: var(--link-hover-color);
}
ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
:root {
    --heading-color: #000000;
	 --body-color: #585858;
	 --black-color:#000000;
	 --link-color:#003c55;
	 --link-hover-color:#000000;
	 --lblue-color:#224160;
	  --heading-font: 'Oswald', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	
	 font-family: var(--heading-font);
	 color: var(--link-color);
	 font-weight:300;
	 line-height:1.2;
	 margin-bottom:30px;
}	

h1{	
font-size:50px;	
}
h2{	
font-size:40px;	
}
h3{	
font-size:34px;	
}
h4{	
font-size:28px;	
}
h5{	
font-size:20px;	
}
h6{	
font-size:20px;	
}
.cursor-pointer{
	cursor:pointer;
}
.bg-light{
    background:#f3f3f3 !important;
}
.separator-line{
	border:1px solid #d7d8d9;
	margin:15px 0px;
}
.btn{
	text-transform:uppercase;
	padding: 15px 25px !important;
	line-height:1.2 !important;
}
.btn  i{
	font-size:22px;
	margin-right:5px;
}
.btn-sw{
	padding:10px 30px;
}
.sw-color{
	color: var(--blue-color);
}
.btn-sw-dark,
.bg-sw-dark{
	background: var(--blue-color);
}
.btn-sw-dark:hover,
.btn-sw-light:hover{
	background: var(--black-color);
}

.btn-white{
	background:#ffffff;
	color:#000000;
}
.bg-lblack{
	background:#222222;
}
.border-dark{
	border-color:#474747 !important;
}
.nav-link.active{
	background: #d7d8d9 !important;
}
.dark-tabs .nav-link{
    margin-right:5px;
    border-radius:0px;
    background: #ffffff;
}
.dark-tabs .nav-link.active{
	background: var(--blue-color) !important;
	color:#ffffff !important;
}
.dark-tabs .nav-link.active *{
	background: var(--blue-color) !important;
	color:#ffffff !important;
}
.dark-tabs .nav-link h6{
    	color:#ffffff !important;
}
.carousel-item img{
	max-width:100%;
}

.border-light{
	border:1px solid #d7d8d9 ;
}
.border-red{
	border-color: var(--blue-color) !important;
}
.border{
	border:1px solid;
}
.border-color-lblue{
	border-color:#e3e3e3 !important;
}
.fs-44{
    font-size: 14px !important;
}
.row-pad {
	/*padding:5rem 0;*/
	padding:3rem 0;
}
    .row-pads {
    padding: 2rem 0;
}
    .row-pads1 {
    padding: 2.5rem 0;
}

.sign-img{
	width:100px;
    object-fit: contain;
}


/* Header Begins */
.header-nav li a,
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color:#ffffff;
	padding:0px !important;
	
}
.header-nav li a.active.nav-link,
.header-nav li a:hover{
	color:#ffffff;
	border-bottom:2px solid #ffffff;
	background:transparent !important;
}
.header-nav li{
	margin:0px 10px;
}
.header-nav .dropdown-menu {
    padding:0px;
}
.header-nav .dropdown-menu  a{
    	color:#000000;
    	padding:10px !important;
    	border-bottom:1px solid #efefef;
}
.header-nav .dropdown-menu  a:last-child{
    border:0px;
}
.header-nav .dropdown-menu  a:hover{
    color:var(--blue-color);
}
/* Header Ends */
/* Footer Begins*/
.footer-links i{
    font-size:20px;
    	color:#ffffff;
}
.dark-links a,
.imp-links a{
	color:#ffffff;
}

.dark-links a:hover,
.imp-links a:hover,
.footer-links a{
	color:#aaaaaa;
}
.footer-links a:hover{
	color:#ffffff;
}
.footer-links a{
    
    font-size:21px;
}
.imp-links ul {
    display:flex;
}

/* Footer Ends */
.ic-banner  h5{
    bottom: 10%;
    left: 10%;
    right: 10%;
	 opacity: 0; /* etc... */
}
.ic-banner:after{
	display: block;
    content: '';
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.ic-banner:hover:after{
	background:rgba(0,0,0,0.5);
}
.ic-banner:hover  h5{
	display:block !important;
	color:#ffffff !important;
	z-index:5;
	 transition: opacity 0.6s linear;
	 opacity: 1;
}
.jlink{
border:2px solid #d7d8d9;
padding:30px;
  transition: transform .6s;
}
.jlink:hover{
transform: scale(1.01);
}
.jlink h5{
	color: var(--link-color);
}
.jlink h5:hover{
	color: var(--link-hover-color);
}
.jlink img{
	width:150px;
	
}
#particles-js{
  width: 100%;
  height: 100%;
  background:#7a4fb0;
  height:75vh;
  max-height:600px;
  position: absolute;
}
/* Hero Banner */
.hero-banner{
	height:75vh;
	max-height:600px;
	z-index:999;
}
.hero-banner .primary-title{
	font-size:36px;
	font-weight:300;
}
.hero-banner .secondary-title{
	font-size:56px;
	font-weight:600;
}
.hero-banner .primary-title,
.hero-banner .secondary-title{
	font-family: var(--heading-font);
	line-height:1.2;
}
.theme-name{
	font-size:26px;
	display:inline-block;
	padding:5px 20px !important;
}
.hero-loc{
	font-size:22px;
	line-height:1.2;
}
.sessions-list ul{
	list-style:none;
	padding:0px;
}
.sessions-list li{
	display:block;
	padding:5px 10px;
	border:1px solid #d7d8d9;
	  transition: transform .6s;
}
.sessions-list li i{
margin-right:10px;
color: var(--link-color);
}
.sessions-list li:hover i{
transform: scale(1.01);
}

.subcribe-form #subscribe input {
    width: 100%;
    height: 68px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 1px;
    padding: 0 30px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}

.subcribe-form #subscribe #subscribe-button {
    height: 58px;
    position: absolute;
    right: 6px;
    top: 6px;
	
}

.subscribe-message {
    color: #fff;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

.color-bg{ 
	    background: #4DB7FE;
}


.counter-box p {
	margin: 5px 0 0;
	padding: 0;
color:  var(--blue-color);
	font-size: 24px;
	font-weight: 500;
}

.counter-box .counter,
.counter-box .sign{
	font-size: 60px;
	line-height:1;
	margin: 0 0 15px;
	color:  var(--blue-color);
	font-weight:600;
}
 ul.tab-speakers li{
	width:50px;
	margin:5px 5px 5px 0px;
}
.border-dashed{
	border-bottom:1px dashed #d7d8d9;
}
.logo-gallery img{
      width:100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}
.speaker-panel .speaker-image{
	width:80%;
}
.speaker-logo{
    top: 29%;
    right: 3%;
    background: #ffffff;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.jounral-info{
	border:2px solid #d7d8d9;
	padding:20px 20px 10px 20px;
	margin-bottom:10px;
}

.sessions-final ul li{
	padding:10px 15px;
	margin:5px;
	border:1px solid #d7d8d9;
}
.sessions-final  ul li:hover{
	border-color:var(--blue-color);
}

.icons-list ul li{
	position:relative;
	padding-left:30px;
	margin-bottom:10px;
}

.icons-list ul li:last-child{
	margin-bottom:0px;
}
.icons-list ul li::before{
	display:block;
	content:'\f046';
	position:absolute;
	color: var(--blue-color);
	font-family:"FontAwesome";
	font-weight:600;
	left:0px;
	top:2px;
	font-size:20px;
	
}

.form-elements .form-label {
	font-weight:600;
}
.form-elements .form-control {
border-radius:0px;
resize:none;
min-height:48px;
}
.form-elements textarea.form-control{
	min-height:120px;
}
.form-elements .form-control::focus{
	border-color:var(--link-color);
}
.dark-form .form-label {
	color:#ffffff;
}

.fw-20{
	font-size:20px;
}
.venue-contact ul li{
	margin-bottom:5px;
}
.venue-contact ul li:last-child{
	margin-bottom:0px;
}
.venue-contact a{
	color:#ffffff;
	word-wrap:break-word;
}
.venue-contact a:hover{
	color:#82888f;
}
.venue-contact i{
	margin-right:10px;
}
.circle-box,
.circle-box img{
	width:220px;
	height:220px;
}
.circle-box:after{
display:block;
content:'';
position:absolute;
background:rgba(255,255,255,0.65);
width:100%;
height:100%;
top:0;
left:0;
}
.circle-box span{
    z-index: 10;
    display: block;
    left: 10px;
    right: 10px;
    text-align: center;
    color: #000000;
    font-weight: 600;

}
.social-icons li{
	margin-right:5px;
}
.social-icons li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #c3bfbf;
}
.social-icons li:hover a{
	background:var(--link-color);
	color:#ffffff;
	border-color:var(--link-color);	
}

.past-conf .nav button{
background:#d7d8d9;
	    border-radius: 0;
    color: #585858;
	margin-bottom:5px;
}
.past-conf .nav button.active {
	background:var(--link-color) !important;	
}
.targetDiv{
	display:none
}
.country_codevalpop{
   height:51px;
    margin-bottom: 0px !important;
    background: #ffffff !important;
    line-height: 50px;
}

.reg-check input[type="radio"]:checked,
.consent-box input[type="checkbox"]:checked{


  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: var(--link-color);
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px var(--link-color);
    outline: 1px solid var(--link-color);
}

.reg-check input[type="radio"],
.consent-box input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-right: 10px;
	appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 3px solid #FFF;
  outline: 1px solid #999;
}
.consent-box input[type="checkbox"]{
	border-radius:0px;
	margin-top:5px;
}
.reg-check input[type="radio"] {
    border-radius: 50%;
}
.pt_Quantity input{
    width:60px;
}
.ic-header{
	padding:15px 20px;
		font-size:16px !important;
}
.ic-main{
		margin:5px 5px 5px 0px;
}
.ic-box{
    position:relative;
	padding:15px 20px;
	display:flex;
	align-items:center;
}
.ic-box label{
	line-height:1;
	margin-right:15px;
}
.ic-box label:last-child{
    margin-right:0px;
}
.ic-header{

}
.ic-header span{
	display:block;
}
.spacer{
	height:30px;
}
.ic-box select{
	border-color:#d7d8d9;
	position:absolute;
	right:25px;
	padding:2px 5px;
}

.acp-box select{
	position:unset;
	margin:0px 10px;
}	
.pay-check  img{
	    width: 200px;
    height: 80px;
    object-fit: contain;
}
.mo-tabs .nav-link{
	padding:10px !important;
	border:1px solid #d7d8d9;
}

.wfloat-icons ul li a {
    width: 100%;
    color: #000;
    text-decoration: none;
}
.wfloat-icons ul li {
    list-style-type: none;
    background: #fff;
    box-shadow: 0px 1px 10px #ccc;
    border-radius: 100%;
    margin-top: 1em;
}
ul li {
    list-style-type: none;
    padding: 0px;
}
.wfloat-icons ul {
    margin: 0;
    padding: 0;
}
.wfloat-icons {
    position: fixed;
    left: 15px;
    bottom: 16%;
    z-index: 1024;
}
.tree-nav{
    background: var(--blue-color);
    padding:30px;
}
.tree-nav ul li{
    display:block;
    width:100%;
    margin-bottom:8px;
}
.tree-nav label{
    color:#ffffff;
    font-weight:500;
    margin-top:7px;
}
.tree-nav ul li a{
    color:#ffffff;
}
.whatsappfix {
    position: fixed;
    right: 0px;
    top: 22% !important;
    width: auto;
    min-width: 240px;
    padding: 10px 15px;
    height: 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #f75555;
    color: #ffffff;
    z-index: 97;
    box-shadow: 0 0 5px #333;
}
.venue-locations img{
    width:360px;
    height:360px;
    display:block;
    margin:0px auto;
    object-fit: cover;
}
#bt-button {
  display: inline-block;
  background-color: var(--blue-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 120px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#bt-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 55px;
  color: #fff;
}
#bt-button:hover {
  cursor: pointer;
  background-color: var(--lblue-color);
}
#bt-button:active {
  background-color:var(--lblue-color);
}
#bt-button.show {
  opacity: 1;
  visibility: visible;
}
.cart-right-plus{
    font-size: 18px;
}
/* Styles for the content section */
.con-box{
    display:flex;
    flex-wrap:nowrap;
    padding:15px;
    background:#ebebeb;
}
.con-input{
    width:calc(100% - 300px);
}
.con-number{
    width:220px;
}
.con-refresh{
  width:80px;
    background:var(--blue-color);
    text-align:center;
    align-items: center;
    display: flex;
    justify-content: center;
  
}
.con-refresh a{
      color: #ffffff;
}

.con-input  .form-control,
.con-number.form-control{
        min-height: 50px;
    line-height: 50px;
}


.ic-banner .img-fluid {
   height: 220px;
    object-fit: cover;
    width: 100%;
    
}
@media only screen and (min-width: 1500px) {
    .ic-banner .img-fluid {
    height: 220px;
}
}
@media only screen and (min-width: 1920px) {
    .ic-banner .img-fluid {
    height: 220px;
}
}

@media only screen and (min-width: 320px) and (max-width:768px){
    .tab-pane {
        padding-left: 20px;
    padding-right: 20px;
    }
    .ic-banner .img-fluid {
          height: auto;
    width: 100%;
    }
    .tab-pane .col-6 {
        width: 100%;
        padding: 10px 20px;
    }
}
