/**
* Template Name: Gp - v4.6.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.swiper-wrapper{
	height:auto !important;
}

body {
	font-family: 'Lato', sans-serif;
	color: #444444;
	overflow-x:hidden;
}


a {
	color: #0C686A;
	text-decoration: underline;
}

a:hover {
	color: #0A494C;
	text-decoration: none;
}

.btn{
	border-radius: 0;
	font-weight: bold;
	min-width: 200px;
	text-align: center;
}

.btn-outline-dark {
    border: 3px solid #212529;
}

.btn-outline-dark:hover {
   background: #212529;
}

.btn-yellow {
    background: #FAB526;
}

.btn-yellow:hover {
    background: #FAB526;
    opacity: 0.9;
}

.btn-green{
	background: #15B4B7;
}

.btn-green:hover{
	background: #15B4B7;
	opacity: 0.9;
}

h1,
h2 {
	text-transform: uppercase;
}

.bg-grey{
	background:#f9f8f8 !important;
}

@media (max-width: 992px) {
	.btn{
		width: 100%;
	}
}

@media screen and (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: rgba(27,27,27,0.5);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #ffffff;
	line-height: 0;
}

.back-to-top:hover {
	background: #151515;
}

.back-to-top:hover i {
	color: #FAB526;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #151515;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 0px);
	left: calc(50% - 30px);
	border: 6px solid #FAB526;
	border-top-color: #151515;
	border-bottom-color: #151515;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0;
	background: #15B4B7;
}

#header.header-scrolled,
#header.header-inner-pages {
	background: #15B4B7;
}

#header .logo {
	margin: 0;
}

#header .logo img {
	height: 50px;
}

@media (min-width: 993px) {
	#header .logo img {
		height: 70px;
	}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	align-items: center;
	text-align: center;
	justify-content: space-between;
	padding: 23px 20px 24px 20px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: black;
	white-space: nowrap;
	transition: 0.3s;
	text-transform: uppercase;
}

.navbar a.tickets,
.navbar a.loginSchool {
	background: #FAB526;
}

.navbar a.loginSchool {
	padding: 10px 20px;
	margin-right: 20px;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active > a,
.navbar .active:focus,
.navbar li:hover>a {
	background: #137E80;
	color: #fff;
}

@media (max-width: 992px) {
	.navbar a.loginSchool {
		margin: 20px;
	}
}

@media (min-width: 993px) {
	.navbar a,
	.navbar a:focus {
		display: flex;
	}
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.6);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: white;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  background-color: #FAB526;
	color: black;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
	color: #000;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}
	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 0;
	color: white;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 20px;
	font-size: 15px;
	color: #151515;
	display: block;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	background: #137E80;
	color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #eee;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  background-color: #ffc451;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Home Ad banner
--------------------------------------------------------------*/
.ad-banner{
    background: black url("../../images/add-speaker.jpg") no-repeat left top;
    background-size: auto 100% ;
    position: absolute;
    padding: 10px;
    top: 50px;
    width: 100%;
    height: 140px;
}
.ad-banner h4{
    text-align: right;
    color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
    z-index: 1000000;
}

.ad-banner p{
    text-align: right;
}

@media (min-width: 992px){
   .ad-banner{
      padding: 20px;
      top: 70px;
    } 
    .ad-banner{
        background: black url("../../images/add-speaker.jpg") no-repeat left top;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
	width: 100%;
	height: 100vh;
	background: rgb(49, 168, 171);
	background: linear-gradient(176deg, rgba(49, 168, 171, 1) 0%, rgba(19, 126, 128, 1) 100%);
}

#hero .container {
	position: relative;
    /*padding-top:70px*/
	padding-top: 165px;
    padding-left: 30px;
    padding-right: 30px;
	text-align: center;
}

@media (min-width: 992px){
    #hero .container {
        padding-top: 225px
    }
}

#hero h1 {
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	color: #fff;
	margin: 20px 0;
	vertical-align: middle;
}

#hero h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	vertical-align: middle;
}



@media (max-width: 992px) {
	#hero {
		height: auto;
	}
	#hero h1 {
		font-size: 20px;
		line-height: 26px;
	}
	#hero h2 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (min-width: 993px) {
	#hero .herotext{
		text-align: left;
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.mascot {
	overflow: hidden;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	margin-top: 20px;
}

#content-hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#content-hero{
	width: 100%;
    background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
    position: relative;
}

/*--------------------------------------------------------------
# Swiper styles
--------------------------------------------------------------*/

.swiper-button-next, .swiper-button-prev {

    color: #fff !important;
}

/*--------------------------------------------------------------
# Sections Talks
--------------------------------------------------------------*/
#animex-talks{
	background: rgba(21,180,183,0.2);
}

#fringe-talks{
	background: rgba(250,181,38,0.3);
}

.animex-talks .section-top{
	padding: 15px 25px;
	margin-bottom: 20px;
}

.animex-talks .section-top h2{
	margin-left: -25px;
	color: black;
}

.animex-talks .section-top p{
	color: black;
	font-weight: bold;
}

.animex-talks .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

#animex-talks .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(21,180,183,0.9);
}

#animex-talks .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #15B4B7;
    opacity: 1;
}

#fringe-talks .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(250,181,38,0.9);
}

#fringe-talks .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FAB526;
    opacity: 1;
}

.animex-talks .talk-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 40%;
	background: rgba(0,0,0,0.55);
	padding: 15px 15px 52px 15px;
	color: white;
	text-align: center;
	font-weight: 400;
}

.animex-talks .talk-info h4{
	margin-bottom: 5px;
	font-size: 20px;
	padding-bottom: 0;
	text-transform: uppercase;
}

.animex-talks .talk-info p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
}

.animex-talks .talk-info .btn{
	width: 200px;
	margin: 0 auto 15px auto;
}

.animex-talks .swiper-pagination{
	position: relative;
	bottom: 0;
    margin-top: 25px;
}

@media (max-width: 992px) {
	.animex-talks .section-top p.date{
		font-size: 24px;
	}
}

@media (min-width: 993px) {
	.section-top .right-side{
		text-align: right;
	}
	
	.animex-talks .section-top p.date{
		font-size: 28px;
	}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 30px 0;
	overflow: hidden;
}

h2.section-title{
	padding-left: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

h2.section-title:after{
	content: "";
    position: relative;
    display: block;
    width: 5px;
    margin: -33px 0px 0px -20px;
}

h2.section-title.green:after{
    border-top: 28px solid #137E80;
}
	
h2.section-title.yellow:after{
	border-top: 28px solid #BE850F;
}

section h4 {
	padding-bottom: 20px;
}

@media (min-width: 993px) {
	section {
		padding: 60px 0;
	}
    section.inner-page {
		padding: 20px 0 60px 0;
	}
}

.sponsor-premium{
    border: 10px solid #FAB526; 
    border-bottom-width: 5px;
    position:relative;
}

.sponsor-premium p{
    text-align: center;
    position: absolute; 
    background: #FAB526; 
    bottom: 0; 
    width: 100%;
    left:0;
    margin: 0;
    font-weight: bold;
}

/*--------------------------------------------------------------
# programme
--------------------------------------------------------------*/

.programme{
	/*padding: 0;*/
}
.programme .programme-item {
	margin-bottom: 30px;
}

.pills-wrapper{
	background: #f2f2f2;
	width: 100%;
}
.programme #pills-tab {
	padding: 15px;
	list-style: none;
	text-align: center;
	margin: 0!important;
}

.programme #pills-tab li {
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: black;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}

.programme #pills-tab li .nav-link:hover,
.programme #pills-tab li .nav-link.active {
	color: black;
	background: #a8cccc;
}

.programme #pills-tab li .nav-link:last-child {
	margin-right: 0;
}

.programme #pills-tab .nav-link{
	background: transparent;
	border: none;
	padding: 10px 15px;
	margin: 0 15px;
	color: black;
	border-radius: 0;
	font-size: 14px;
}

@media (min-width: 993px) {
	.programme #pills-tab li {
		display: inline-block;
	}
}

@media (max-width: 992px) {
	.programme #pills-tab{
		display: block;
		width: 100%;
	}
	.programme #pills-tab .nav-link{
		width: 100%;
		text-align: center;
		margin: 3px 0;
	}
}

/*--------------------------------------------------------------
# Speaker page Timeline
--------------------------------------------------------------*/
.timeline-speaker{
	position: relative;
}

.timeline-speaker-title{
	font-weight: 700;
	margin: 40px 0;
	font-size: 32px;
}


.timeline-speaker-item {
    width: 100%;
    margin-bottom: 0;
}

.timeline-speaker-item::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-speaker-card {
    width: 100%!important;
    padding-bottom: 20px !important;
}

.timeline-speaker-content {
    position: relative;
    padding: 4px 0px 0px 30px;
	border-radius: 4px;
	margin-top:-25px;
	text-align: left;
}


.timeline-speaker-img {
   	width: 20px;
    height: 20px;
    background: #efb64a;
    border-radius: 50%;
    margin-top: 30px;
    border: 3px solid #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}


.timeline-speaker-content p{
	margin-bottom: 0.7rem;
	line-height: 1.2rem;
}

.timeline-speaker-content p.programme-title{
	font-size: 16px;
	font-weight: 700;
}

.timeline-speaker-content p.programme-speaker{
	font-size: 15px;
	font-weight: 700;
}

.timeline-speaker-content p.programme-description{
	font-size: 14px;
	line-height: 1.3rem;
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.timeline{
	position: relative;
}

.timeline-title{
	font-weight: 700;
	margin: 40px 0;
	font-size: 32px;
}

.timeline::before {
    content: '';
    background: #bebaba;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    margin-bottom: 0;
}

.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-card {
    width: 49%!important;
    padding-bottom: 20px !important;
}

.timeline-content {
    position: relative;
    padding: 40px 60px 10px 0;
    border-radius: 4px;
	text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 10px 0 10px 60px;
	text-align: left;
	min-height: 200px;
}

.timeline-img {
   width: 65px;
    height: 65px;
    background: #efb64a;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 18px;
    margin-left: -32px;
    border: 3px solid #fff;
    padding-top: 20px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.image-timeline .timeline-img{
    width: 20px;
    height: 20px;
    margin-left: -10px;
    padding-top: 0;
    font-size: 13px;
    margin-top: 39px;
    font-weight: bold;
}

.timeline-content p{
	margin-bottom: 0.7rem;
	line-height: 1.2rem;
}

.timeline-content p.programme-title{
	font-size: 16px;
	font-weight: 700;
}

.timeline-content p.programme-speaker{
	font-size: 15px;
	font-weight: 700;
}

.timeline-content p.programme-description{
	font-size: 14px;
	line-height: 1.3rem;
}

@media screen and (min-width: 993px){
	.timeline{
		margin-top: 100px;
	}
	.timeline-item {
		margin-top: -75px;
	}
	
	.timeline-content::after {
		content: '';
		position: absolute;
		top: 30px;
		right: 23px;
		display: block;
		border-top: 2px dotted #97b0b3;
		width: 26px;
		margin: 35px auto;
		transform: translateY(-1rem);
	}

	.timeline-item:nth-child(even) .timeline-content::after {
		left: 24px;
		right: auto;
	}
	
	.timeline.image-timeline{
		max-width: 1330px;
		margin: auto;
		margin-bottom: 215px;
		margin-top: 60px;
	}
	
	.image-timeline .timeline-item{
		margin-top: 0;
		margin-bottom: 50px;
	}
	
	.image-timeline .timeline-item{
		width: 50%;	
	}
	
	.image-timeline .timeline-item:nth-child(even) {
		position: absolute;
		height: 300px;
    	right: 0;
	}
	
	.image-timeline .timeline-item .timeline-content {
		width: 99%!important;
	}
	
	.image-timeline .timeline-item:nth-child(even) .timeline-content {
    	top: -184px;
	}
	
	.image-timeline .timeline-item:nth-child(even) .timeline-img{
		left: 0px;
    	top: -184px;
	}	
	
	.image-timeline .timeline-item:nth-child(odd) .timeline-img{
		right: -10px;
    	left: auto;
	}
	
}

@media screen and (max-width: 992px){
	.timeline .timeline-content {
		width: auto!important;
    	margin-left: 45px;
    	text-align: left;
    	padding: 0 10px 0 30px;
	}
	
	.timeline-title{
		font-size: 24px;
	}
	
	.timeline-item:nth-child(even) .timeline-content {
    	padding: 0 10px 0 30px;
	}
	
	.timeline .timeline-item:nth-child(even) .timeline-content {
    	float: none;
	}
	
	.timeline::before {
    	left: 30px;
	}
	
	.timeline .timeline-img {
    	left: 30px;
	}
	
	.timeline.image-timeline{
		max-width: 686px;
	}
}


/*--------------------------------------------------------------
# overlay image cards
--------------------------------------------------------------*/

.container-overlay {
  position: relative;
	display: block;
}

.container-overlay .image {
  display: block;
  width: 100%;
  height: auto;
}

.container-overlay .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  overflow: hidden;
  width: 100%;
  height: 118px;
  transition: .5s ease;
}

.container-overlay:hover .overlay {
  height: 100%;
}

.container-overlay .text {
  color: white;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 767px){
	
	.container-overlay .overlay {
  		height: 100%;
	}
}

/*--------------------------------------------------------------
# Speakers
--------------------------------------------------------------*/



.speakers p, .speakers h2, .speakers h3.speaker-name {
	/*color:white;*/
	color:#fff;
}

.speakers p.speaker-talk{
	font-weight: 300;
	font-size: 2.5rem;
}


.speakers p.speaker-company{
	font-weight: 600;
	font-size: 22px;
}

.speakers p.speaker-name{
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 5px;
}

.speakers .profile {
	text-align: center;
	
}


.speakers .profile img{
	margin-bottom: 20px;
	max-width: 220px;
	transition: 0.4s;
}
#speakers .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

#speakers .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(161,161,161,0.9);
}

#speakers .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #a1a1a1;
    opacity: 1;
}

.speakers .swiper-slide {

	background: url("../img/featured-speaker.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.speakers .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.speakers .profile-slide img
{
	margin-bottom: 20px;
	border:10px solid #FAB526;
	max-width: 250px;
	margin:0 auto;
	display:block;
}

@media (max-width: 1200px) {
	.speakers .profile-slide img
	{
	margin-bottom: 20px;
	max-width: 213px;
	margin:0 auto;
	display:block;
	}
}



.speakers .profile-slide a{
	display: block;
	text-decoration: none;
}

.speakers .profile a{
	display: block;
	text-decoration: none;
}

.speakers .profile a:hover{
	opacity:0.8;
}

.speakers .profile a:hover p{
	color: #FAB526;
}


@media (min-width: 1024px) {
	.speakers {
		background-attachment: fixed;
	}
}

@media (min-width: 993px) {
	.speakers {
		padding: 80px 0;
	}
	
	.speakers .profile{
		margin-top: -60px;
	}
	

	
	.speakers p.speaker-company{
		margin-top: 30px;
	}

}

@media (max-width: 992px) {
	.speakers p{
		text-align: center;
	}
	.speakers p.speaker-talk{
		font-size: 16px;
		font-weight:800 !important;
	}
}

/*--------------------------------------------------------------
# Speakers Page
--------------------------------------------------------------*/

.speaker-profile{
	text-align: center;
}

.speaker-profile p{
	line-height: 1.2;
}

.speaker-profile .speaker-name{
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size:18px;
	margin-top: 15px;
}
.speaker-profile .speaker-role{
	color: black;
	font-size: 14px;
	margin-bottom: 4px;
}
.speaker-profile .speaker-company{
	color: #013233;
	font-size: 14px;
	font-weight: bold;
}

.speaker-profile a p{
	transition: 0.5s;
}

.speaker-profile a:hover p{
	color: #FAB526;
}

.speaker-profile a img{
	border: 8px solid white;
	transition: 2s;
}

.speaker-profile a:hover img{
	border: 8px solid #FAB526;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.social-block .social-links a {
	color:#137E80;
}

@media (min-width: 993px) {
	.ind-speakers .speaker-profile img{
		max-width: 480px;
	}
	.speaker-profile{
		margin-bottom: 20px;
	}
	.desc-block{
		border-left: 1px solid rgba(19,126,128,0.2);
	}
	
	.desc-block, .social-block{
		padding: 20px 40px;
	}
	.social-block .social-links{
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {
	.desc-block, .social-block{
		text-align: center;
	}	
	.social-block p{
		margin: 0;
	}
	
	.social-block{
		margin-bottom: 20px;
	}
}


/*--------------------------------------------------------------
# Talk Page
--------------------------------------------------------------*/
.talk-page h1{
	font-weight: bold;
	margin-bottom: 15px;
}
.talk-page h3{
	font-size: 18px;
	color:#013233;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 10px;
}

.talk-page .btn{
	margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/

.page-banner {
	padding: 15px 0;
	min-height: 255px;
	margin-top: 70px;
	position: relative;
}

.page-banner.talks-banner{
	background-size: cover;
	min-height: 390px;
}

.page-banner.programme-banner{
	background: linear-gradient(rgba(17, 105, 106, 0.3), rgba(17, 105, 106, 0.4)),  url("../img/programme-bg.jpg") no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.page-banner.festival-banner{
	background: linear-gradient(rgba(17, 105, 106, 0.3), rgba(17, 105, 106, 0.4)),  url("../img/festival-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-banner.awards-banner{
	background: linear-gradient(rgba(17, 105, 106, 0.3), rgba(17, 105, 106, 0.4)),  url("../img/award-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-banner.speakers-banner{
	background: linear-gradient(rgba(17, 105, 106, 0.3), rgba(17, 105, 106, 0.4)),  url("../img/speakers-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-banner.about-banner{
	background: linear-gradient(rgba(17, 105, 106, 0.3), rgba(17, 105, 106, 0.4)),  url("../img/about-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-banner h1 {
	font-weight: 600;
	text-transform: uppercase;
	color: white;
}

@media (max-width: 992px) {
	
	.page-banner {
		margin-top: 68px;
	}
	
	.page-banner {
		min-height: 155px;
		margin-top: 50px;
	}
	
	.page-banner.talks-banner{
		min-height: 190px;
	}
	.page-banner .d-flex {
		display: block !important;
	}
	.page-banner h2 {
		font-size: 28px;
		padding-top: 40px;
	}
	
	.page-banner h1 {
		padding-top: 35px;
		text-align: center;
		font-size: 28px;
	}
}

@media (min-width: 993px) {
	.page-banner h1 {
		padding-top: 80px;
		font-size: 36px;
	}
	
}


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.card {
    background: #eee;
    border: none;
    border-radius: 0;
	margin: 20px 0;
}

.card h5{
    text-transform: uppercase;
	font-weight: bold;
}

/*------------------------ labels home page---------------------- */

.content-tag{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1px 10px;
    color: white;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
}

.content-tag.festival-tag{ 
    background: #966503; 
}

.content-tag.academy-tag{ 
    background: #026e70; 
}

.content-tag.fringe-tag{ 
    background: rgba(0, 0, 0, 0.9);
  
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: white;
	padding: 30px 0;
	color: #000;
	font-size: 14px;
	border-top: 1px solid #D7D7D7; 
}

.social-links a {
	font-size: 38px;
	display: inline-block;
	color: #000;
	line-height: 1;
	padding: 0;
	margin-right: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

.social-links a:hover {
	color: #FAB526;
	text-decoration: none;
}


#footer .copyright {
	margin-top: 5px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

@media (max-width: 992px) {
	#footer {
		text-align: center;
	}
}

@media (min-width: 993px) {
	#footer .social-links{
		text-align: right;
	}
}


/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/

.award{
	margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.award .award-info {
    padding: 25px 15px;
}

.award h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #151515;
}

.award p {
    font-size: 14px;
}

.award p.award-topdetails{
	margin-bottom: 0;
	font-weight: bold;
}

i.fa-award{
	position: absolute;
    top: 10px;
    right: 10px;
    color: #FAB526;
    font-size: 34px;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.videoWrapper {
	position: relative;
	padding-top: 56.25%;
	/* 16:9 */
	overflow: hidden;
	margin-bottom: 10px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}