/*-----------------
1. font
------------------*/
@font-face {
    font-family: 'DrukText-Medium';
    src: url('../fonts/DrukText-Medium.eot');
    src: url('../fonts/DrukText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukText-Medium.woff2') format('woff2'),
        url('../fonts/DrukText-Medium.woff') format('woff'),
        url('../fonts/DrukText-Medium.ttf') format('truetype'),
        url('../fonts/DrukText-Medium.svg#DrukText-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AldotheApache';
    src: url('../fonts/AldotheApache.eot');
    src: url('../fonts/AldotheApache.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AldotheApache.woff2') format('woff2'),
        url('../fonts/AldotheApache.woff') format('woff'),
        url('../fonts/AldotheApache.ttf') format('truetype'),
        url('../fonts/AldotheApache.svg#AldotheApache') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans-300';
    src: url('../fonts/MuseoSans-300.eot');
    src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-300.woff2') format('woff2'),
        url('../fonts/MuseoSans-300.woff') format('woff'),
        url('../fonts/MuseoSans-300.ttf') format('truetype'),
        url('../fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'MuseoSans-500';
  src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSans-500.otf')  format('opentype'),
	     url('../fonts/MuseoSans-500.woff') format('woff'), url('../fonts/MuseoSans-500.ttf')  format('truetype'), url('../fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans-900';
  src: url('../fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSans-900.otf')  format('opentype'),
	     url('../fonts/MuseoSans-900.woff') format('woff'), url('../fonts/MuseoSans-900.ttf')  format('truetype'), url('../fonts/MuseoSans-900.svg#MuseoSans-900') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*html {
  scroll-behavior: smooth;
}*/
body {
   font-family: 'MuseoSans-500';
}

#collapsibleNavbar{
	justify-content:center;
	}

header{
	background:url(../images/banner.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding:2rem 0;
	background-attachment:fixed;
	height:100vh;
	}
.navbar{
	padding-top: 20px;
	padding-bottom: 20px;
	}
.speakers-nav{
    background:#000 !important;
}	
#collapsibleNavbar ul li a{
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: 2px;
    font-family: 'MuseoSans-500';
    font-size: 14px;
    text-transform: uppercase;
	}	
#collapsibleNavbar ul li a:hover{
	    color: #f68f1a;
	}	
.logo{
	    width: 120px;
	}	

.register-cta a img{
    width: 150px;
	}
.banner-text{
    margin-top:7em;
    color: #fff;
    text-align: right;
    float: right;
	}
.element-animation{
  animation: animationFrames linear 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -moz-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -o-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -ms-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}	
	
.banner-text img{
	    width: 270px;
	padding-bottom:10px;
	}		
.banner-text p{
	letter-spacing: 2px;
    margin-bottom: 5px;
	}	
.banner-text h1{	
    font-size: 9em;
    font-family: 'AldotheApache';
    text-transform: uppercase;
    line-height: 0.78em;
    padding-top: 0;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #ffffff 0%,#e3ecfb 50%,#ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-text h1.twenty-twenty{
	    font-size: 9.4em;
	}
.banner-text h2{
    font-family: 'DrukText-Medium';
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    border-bottom: 10px solid #fff;
    width: 270px;
    margin-bottom: 0;
}
.banner-text h3{
	 font-family: 'DrukText-Medium';
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 8px;
    text-align: center;
    padding-top: 5px;
	    letter-spacing: 8px;
    display: inline-block;
	width: 270px;
	}
.banner-text h3::before{
	content:url(../images/star-icon.png);
	float: left;
	}	
.banner-text h3::after{
	content:url(../images/star-icon.png);
	float: right;
	}	
.banner-text h4{	
font-size: 16px;
    line-height: 1.4;
    padding-top: 15px;	
}
button:focus {
    outline: none;
    outline:none;
}
.bg-grey{
	background:#f2f2f8;
	}
section,footer{
	padding:60px 0 50px;
	}	
/*About the Conference*/
#about{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e3ecfb+50,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e3ecfb 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e3ecfb 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e3ecfb 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
.title{
	text-transform: uppercase;
    font-size: 60px;
	position:relative;
    text-align: left;
    font-family: 'DrukText-Medium';
	}
.gradient-title{
background: -webkit-linear-gradient(#0881a2, #243f94);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}	
.gradient-title:after{
	content: "";
    height: 10px;
    width: 60px;
    background: #0883a2;
    left: 0px;
    bottom: -15px;
    position: absolute;
	}	
.conf-text{
	    padding-top: 10px;
	}	
.conf-text p{
color: #412985;
    text-align: justify;
    /* padding: 0 20px; */
    font-family: 'MuseoSans-500';
    line-height: 1.9;
    margin-bottom: 20px;
	font-size: 18px;
	}
/*hr.title-hr{
	margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    width: 30%;
    margin-left: initial;
	}	
hr.blue-hr{
    border-top: 10px solid #0883a2;
	}*/	
.about-text h2{
	font-family: 'AldotheApache';
    margin-bottom: 0;
    font-size: 73px;
    line-height: 0.8em;
	}	
.about-text h2:after{
	display:none;
	}	
/**/

/*who can attend*/
#who-should-attend{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e3ecfb+50,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #35168b 0%, #1d026a 50%, #34168a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #35168b 0%, #1d026a 50%, #34168a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #35168b 0%,#1d026a 50%,#34168a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
.white-blue-gradient-title{
background: -webkit-linear-gradient(#ffffff, #c3d7f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
/*hr.white-hr{
    border-top: 10px solid #ffffff;
	width: 4.2%;
	}*/
.white-blue-gradient-title:after{
	content: "";
    height: 10px;
    width: 60px;
    background: #ffffff;
    left: 0px;
    bottom: -15px;
    position: absolute;
	}	
.attend-list ul{
	padding-left:0;
	}	
.attend-list li{
	    font-family: 'MuseoSans-900';
    color: #00aeef;
    font-size: 17px;
	    padding-bottom: 5px;
	padding-left:25px;
	list-style:none;
	position:relative;
	}
.attend-list li.orange-list{
	color:#fc9613;
	}	
.attend-list li:before{
	content:"";
	position:absolute;
	top:4px;
	left:0;
	border-radius:50%;
	background:#00aeef;
	height:15px;
	width:15px;
	}
.attend-list li.orange-list:before{
	background:#fc9613;
	}		

/**/

/*Council*/
.bg-white-blue-grad{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eef3fd+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eef3fd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eef3fd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eef3fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3fd',GradientType=0 ); /* IE6-9 */

	}
.council-box{
    padding-bottom:15px;
	    margin-top: 15%;
}
.council-box img{
	    box-shadow: 0 0px 10px 10px #d4e9ef;
    border-radius: 50%;
	}
.council-box h3{
    color: #412985;
    /* font-family: 'MuseoSans-900'; */
    margin-top: 15px;
    font-family: 'DrukText-Medium';
    font-size: 21px;
	margin-bottom: 3px;
    text-transform: uppercase;
	}
.council-box h3 span{
	color:#e93748;
	}	
.council-box p{
	    color: #412985;
    line-height: 1.4;
    font-family: 'MuseoSans-300';
        font-size: 14px;
    text-transform: uppercase;
	}	
/**/

/*Agenda*/
#agenda{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1785a5+0,292a8a+100 */
background: #1785a5; /* Old browsers */
background: -moz-linear-gradient(top,  #1785a5 0%, #292a8a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1785a5 0%,#292a8a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1785a5 0%,#292a8a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1785a5', endColorstr='#292a8a',GradientType=0 ); /* IE6-9 */

	}
.agenda-text h2{
	    font-family: 'DrukText-Medium';
    text-transform: uppercase;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    color: #fff;
	}
/**/

/*Speakers*/
.sub-heading h2{
	    font-family: 'DrukText-Medium';
    text-transform: uppercase;
    padding-top: 1em;
    padding-bottom: 2em;
    text-align: center;
    color: #454545;
	}
.speaker-slider .owl-nav button.owl-prev {
    position: absolute;
        top: 40%;
    left: -5%;
}
.speaker-slider .owl-nav button.owl-next {
    position: absolute;
        top: 40%;
    right: -5%;
}
/**/

/*Why attend*/
.why-attend{
	background:url(../images/why-attend-banner.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding: 5rem 0 3rem;
	color:#fff;
	background-attachment:fixed;
	}
.attend-box{
	margin-top:15px;
	}	
.attend-box p{
	margin-top: 5px;
    line-height: 1.3;
	}	
/**/

/*Partners*/
.partner-heading h4{
	    color: #434343;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
	}
.partner-logo img{
	display:block;
	margin:auto;
	}	
.ethinos-logo{
	width: 100px;
	}	
/**/
/*About Us*/
.about-us{
		background:url(../images/agenda-banner.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding: 5rem 0 3rem;
	color:#fff;
	background-attachment:fixed;
	}
/**/

/*Form*/
.form-box input,.form-box textarea{
	    border-radius: 0;
	}
.form-box input:focus,.form-box textarea:focus {
	outline:none;
	border-color: #ffbad9;
	box-shadow:none;
	}	
.form-main button{
	background: #f99d13;
    background: -moz-linear-gradient(left, #f99d13 0%, #e82e4c 63%);
    background: -webkit-linear-gradient(left, #f99d13 0%,#e82e4c 63%);
    background: linear-gradient(to right, #f99d13 0%,#e82e4c 63%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99d13', endColorstr='#e82e4c',GradientType=1 );
    border-radius: 20px;
    border: none;
    display: block;
    text-transform: uppercase;
    font-family: 'MuseoSans-900';
    padding: 8px 40px;
	margin: 5px auto;
	}	
/**/

#contact{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32197a+0,0a0517+100 */
background: #32197a; /* Old browsers */
background: -moz-linear-gradient(top,  #32197a 0%, #0a0517 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #32197a 0%,#0a0517 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #32197a 0%,#0a0517 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32197a', endColorstr='#0a0517',GradientType=0 ); /* IE6-9 */

	}


/*footer*/
.footer-links h3 {
    color: #f89219;
    font-family: 'MuseoSans-900';
    margin-top: 15px;
    font-size: 20px;
}
.footer-links h3 span {
    color: #e93748;
}
.footer-links p{
    color: #00aeef;
    margin-bottom: 7px;
    padding-top: 0;
	    font-size: 18px;
	}
.footer-links ul,.social-media ul{
	    padding-left: 0;
	}	
.footer-links ul li,.social-media ul li{
	list-style-type: none;
	} 	
.footer-links ul li img{	
	padding-right: 7px;
}
.footer-links ul li a{
	    color: #00aeef;
        font-size: 18px;
	}	
.border-right2{	
    border-right: 1px solid #988eb4;	
}

.footer-links{
	padding-left: 35px;
	}	
.social-media ul{
	text-align: center;
	}	
.social-media ul li{
	    padding: 0 15px;
	display: inline-block;
	}	
footer{
	padding-bottom: 25px;
	/*border-bottom:5px solid #f52a86;*/
	}	
.copy-sec{
    padding: 20px 0;
    border-bottom: 5px solid #f52a86;
    background: #444;
    color: #fff;
	}	
.copy-sec p{
	    font-size: 14px;
    margin-bottom: 0;
	color:#fff;
	}	
.copy-sec a{
	color:#fff;
	}	
.copy-sec a:hover{	
	    color: #f89219;
		text-decoration:none;
}
.copyright{
	padding-top:1.5em;
	}
.copyright p{
letter-spacing: 1px;
}
/**/
/*pop up*/
.pop-up-body h4,.pop-up-body h5{
	font-family: 'MuseoSans-900';
	text-transform: uppercase;
	}
/**/

/*thankyou page css*/
.terms-section{
	margin-top: 2em;
	}
.terms-text p,.terms-text ul li{
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 17px;
	    color: #412985;
	}	
.terms-text h4{	
    font-family: 'DrukText-Medium';
    font-size: 30px;	
}
/**/

@media only screen and (max-width:991px){
header {
    height: auto;
    background-attachment: local;
}
.conf-text-bott-mob{
	order:2;
	}
.conf-img img {
    padding-bottom: 25px;
}	
#collapsibleNavbar ul li a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 2px;
}
.border-right2 {
    border-right: none;
}	
.register-cta a img {
    width: 100px;
}
.header-container{
	max-width:100%;}
	}
@media only screen and (max-width:767px){
header {
        background-position: 45%;
    height: 70vh;
}
.banner-text h1 {
       font-size: 5em;
}
.banner-text h1.twenty-twenty {
    font-size: 5.4em;
}
.banner-text p {
    font-size: 14px;
}
.banner-text img {
        width: 155px;
}
.banner-text h2 {
	    border-bottom: 5px solid #fff;
	    width: 155px;
	    font-size: 16px;
		    padding-bottom: 7px;
}
.banner-text h3 {
    font-size: 16px;
	    width: 155px;
}

.register-cta {
    position: absolute;
    left: 40%;
    top: 1.3em;
}
.register-cta a img {
    width: 130px;
}
.navbar-toggler {
	padding: 8px;
	background:url(../images/hamburger-icon.png) no-repeat;
	}	
#collapsibleNavbar {
       background: rgb(0 0 0 / 89%);
}	
#collapsibleNavbar ul li a {
    /*font-size: 13px;*/
}
.banner-text {
    margin-top: 17%;
}


.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.council-box p {
    font-size: 13px !important;
}
p,ul.terms li {
    line-height: 1.5;
    font-size: 15px !important;
}
.council-box-main{
    flex-basis: 50%;
    margin: 20px auto;
	}
.council-box h3 {
	 /*   background: -webkit-linear-gradient(#FAA311, #E62552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	}	

.logo {
    width: 90px;
}
hr.blue-hr {
	 margin-left: auto;
	}
.title,.about-text h2{
    text-align: center;
	    font-size: 45px;
	}
.gato-title{
	font-size: 60px !important;
	}	
.white-blue-gradient-title:after {
    width: 20%;
    left: 40%;
}
.gradient-title:after{
	width: 20%;
    left: 40%;
	}	
.terms-title{
	font-size: 40px !important;
	}		
.terms-text h4 {
    font-size: 24px;
}	
	}
@media only screen and (max-width:600px){	
section, footer {
    padding: 30px 0 40px;
}
.council-box-main{
    flex-basis: 100%;
    margin: 20px auto 0;
	}
.council-box{
	    width: 70%;
		text-align: center;
    display: block;
    margin: auto;
	}
.invest-box{
    width: 100%;
}	
.partners-box{
    width: 100%;
}	
.tracks-box{
	margin-top: 25px;
	}	
.partner-heading{
	padding-bottom:25px;
	}	
.partner-logo img {
        width: 60px;
    padding-bottom: 15px;
}	
.partner-heading h4 {
    font-size: 14px;
}
.pop-up-body h4{
	    font-size: 19px;
	}
.pop-up-body h5{
	font-size: 16px;
	}	
.copy-sec p {
    font-size: 13px !important;
}	

.banner-text {
    margin-top: 6em;
    background: rgb(0 0 0 / 55%);
    padding: 15px;
    border-radius: 15px;
}
.banner-text h3::after {
    content: url(../images/star-icon-mob.png);
}
.banner-text h3::before {
    content: url(../images/star-icon-mob.png);
}
.council-box img{
	/*width:75%;*/
	}
.speaker-slider .owl-nav button.owl-next {
    right: 0;
}	
.speaker-slider .owl-nav button.owl-prev {
    left: 0;
}
.speaker-slider .owl-nav button img{
	    width: 15px;
		
	} 
.footer-links ul li a {
    font-size: 15px;
}
.copyright p {
    letter-spacing: 1px;
    font-size: 13px !important;
}
.partner-main-box{
   flex-basis: 50%; 
}
.partner-last{
    width:50%;
}
}
@media only screen and (max-width:575px){
.about-text h2{
	padding-top: 20px;
	}
	}