@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: 18px;
    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;
	 --blue-color:#012f46;
	 --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:400;
	 line-height:1.2;

	 margin-bottom:30px;
}	

h1{	
font-size:50px;	
}
h2{	
font-size:42px;	
}
h3{	
font-size:30px;	
}
h4{	
font-size:26px;	
}
h5{	
font-size:22px;	
}
h6{	
font-size:20px;	
}
h1 span{
	font-size:36px;
	color:#000000;
	 font-weight:300;
}
h2 span{
	font-size:28px;
	color:#000000;
	 font-weight:300;
}
.text-sw{
color:var( --lblue-color);	
}
.box-shadow{
		box-shadow:0.5px 0.5px 2px 2px rgb(241 241 241 / 50%);	
}
.accordion-button:not(.collapsed){
		background:var(--blue-color);
		color:#ffffff;
}
.accordion-button:not(.collapsed) h5{
		color:#ffffff;
}
.cursor-pointer{
	cursor:pointer;
}
.separator-line{
	border:1px solid #d7d8d9;
	margin:15px 0px;
}
.addr-box{
padding:25px;	
}
.border-5{
	border:5px solid;
}
.border-blue{
	border-color:var(--blue-color);
}
.btn{
/*	text-transform:uppercase;*/
	padding: 15px 25px !important;
	line-height:1.2 !important;
	border-color:transparent !important;
}
.btn  i{
	font-size:22px;
	margin-right:5px;
}
.abm-btn .btn{
	padding:5px 10px 3px !important;
}
.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-sw-light,
.bg-sw-light{
	background: var(--lblue-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.active,
.dark-tabs .nav-link.active *{
	background: var(--blue-color) !important;
	color:#ffffff !important;
}
.dark-bg-tabs .nav-link{
	background: #000000 !important;
	color:#ffffff !important;
}
.dark-bg-tabs .nav-link h5{
	color:#ffffff;
}
.dark-bg-tabs .nav-link.active{
	background: #ffffff !important;
	color:#000000 !important;
}
.dark-bg-tabs .nav-link.active h5{
		color:#000000;
}
.carousel-item img{
	max-width:100%;
}
.navbar.scrolled {
  		position:fixed;
		width:100%;
		background:#ffffff;
		box-shadow:0.5px 0.5px 2px 2px rgb(221 221 221 / 50%);
		z-index:10;
}
.border-light{
	border:1px solid #d7d8d9 ;
}
.border{
	border:1px solid;
}
.border-color-lblue{
	border-color:#e3e3e3 !important;
}

.row-pad {
	padding:2rem 0;
}
.sign-img{
	width:100px;
    object-fit: contain;
}
.bio-info{
	padding:30px;
}
.bio-info .bio-img{
	width:130px;
    object-fit: contain;
}
.accordion-item{
	box-shadow:0.5px 0.5px 2px 2px rgb(241 241 241 / 50%);	
	margin:10px 0px;
}


/* Header Begins */
.header-nav{
	padding:15px 0px;
}
.header-nav li a{
	color:#585858;
	padding:0px !important;
	
}
.header-nav li a.active.nav-link,
.header-nav li a:hover{
	color:var(--blue-color);
	border-bottom:2px solid var(--blue-color);
	background:transparent !important;
}
.header-nav li{
	margin:0px 15px;
}
/* Header Ends */
/* Footer Begins*/
.dark-links a{
	color:#ffffff;
}
.dark-links a:hover{
	color:#aaaaaa;
}
.footer-nav ul{
	display:flex;
	align-items:center;
}
.footer-nav ul li{
	margin-right:20px;
	line-height:1;
}
footer p.mb-0{
	font-size:14px;
}
/* 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;
	
}

/* Hero Banner */
.hero-banner{
	background:var(--blue-color);
background-repeat: no-repeat !important;
	background-size: cover!important;
	background-position: center center !important;
	background-attachment: scroll !important;
	height:20vh;
	min-height:350px;
}
.hero-banner .primary-title{
	font-size:36px;
	font-weight:300;
}
.hero-banner .secondary-title{
	font-size:56px;
	font-weight:600;
}
.carousel.slide{
    display:block;
    margin:0px auto;
}
.hero-banner .primary-title,
.hero-banner .secondary-title{
	font-family: var(--heading-font);
	line-height:1.2;
/*	text-transform:uppercase;*/
}
.theme-name{
	font-size:26px;
}
.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;

}

.subcribe-form #subscribe #subscribe-button {
    height: 58px;
}

.subscribe-message {
    color: #fff;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

.color-bg{ 
	    background: #4DB7FE;
}

.counter-box{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.counter-box p {
	margin:0px;
	padding: 0;
color:  #ffffff;
	font-size: 24px;
	font-weight: 500;
/*	text-transform:uppercase;*/
	width:100%;
}

.counter-box .counter {
	    font-size: 48px;
    line-height: 1;
    margin: 0 0 10px;
    color: var(--blue-color);
    font-weight: 600;
    background: #ffffff;
    width: 175px;
    height: 175px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
}
 ul.tab-speakers li{
	width:50px;
	margin:5px 5px 5px 0px;
}
.border-dashed{
	border-bottom:1px dashed #d7d8d9;
}
.speaker-panel .speaker-image{
	width:80%;
}
.speaker-logo{
   bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 0;
}

.jounral-info{
	border:2px solid #d7d8d9;
	padding:30px;
}

.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:25px;
	margin-bottom:10px;
}

.icons-list ul li:last-child{
	margin-bottom:0px;
}
.icons-list ul li::before{
	display:block;
	content:'\f0a3';
	position:absolute;
	font-family:"FontAwesome";
	font-weight:600;
	left:0px;
	top:2px;
	font-size:16px;
	
}

.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;
}
.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
}

.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%;
}

.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;
}
.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;
}

.test-box{
	padding:40px 20px;
}
.test-box i{
font-size:48px;	
}
.test-box img{
	width:80px;
}
.filter-box{
	color:#ffffff;
	    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 15px;
}
.filter-box:last-child{
	border:0px;
	padding:0px;
}
.filter-box h5{
	color:#ffffff;
	margin-bottom:10px;
}
.chk-item{
	margin-bottom:8px;
}

.contact-info li{
	display:block;
}
.contact-info li a{
	color:#ffffff;
	display:inline-block;
}
.contact-info li a:hover{
	color:#aaaaaa;
}
.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);
}
.subcribe-forms #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-forms #subscribe #subscribe-button {
    height: 58px;
    position: absolute;
    right: 6px;
    top: 6px;
}
.gallery-img {
    padding: 0;
}

.box .img-fluid {
   height: 220px;
    object-fit: cover;
    width: 100%;
    
}
@media only screen and (min-width: 1500px) {
    .box .img-fluid {
    height: 220px;
}
}
@media only screen and (min-width: 1920px) {
    .box .img-fluid {
    height: 220px;
}
}

@media only screen and (min-width: 320px) and (max-width:768px){
    .gallery-img {
        padding-left: 20px;
    padding-right: 20px;
    }
    .box .img-fluid {
          height: auto;
    width: 100%;
    }
    .gallery-img .col-6 {
        width: 100%;
        padding: 10px 20px;
    }
}






