@import "bootstrap.min.css";
@import "animate.min.css";
@import "all.css";
@font-face {
    font-family: 'MenaGrotesk-Bold';
    src: url('../fonts/MenaGrotesk-Bold.eot');
    src: url('../fonts/MenaGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MenaGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/MenaGrotesk-Bold.woff') format('woff'),
        url('../fonts/MenaGrotesk-Bold.ttf') format('truetype'),
        url('../fonts/MenaGrotesk-Bold.svg#MenaGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MenaGrotesk-Medium';
    src: url('../fonts/MenaGrotesk-Medium.eot');
    src: url('../fonts/MenaGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MenaGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/MenaGrotesk-Medium.woff') format('woff'),
        url('../fonts/MenaGrotesk-Medium.ttf') format('truetype'),
        url('../fonts/MenaGrotesk-Medium.svg#MenaGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MenaGrotesk-Regular';
    src: url('../fonts/MenaGrotesk-Regular.eot');
    src: url('../fonts/MenaGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MenaGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/MenaGrotesk-Regular.woff') format('woff'),
        url('../fonts/MenaGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/MenaGrotesk-Regular.svg#MenaGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MenaGrotesk-Black';
    src: url('../fonts/MenaGrotesk-Black.eot');
    src: url('../fonts/MenaGrotesk-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MenaGrotesk-Black.woff2') format('woff2'),
        url('../fonts/MenaGrotesk-Black.woff') format('woff'),
        url('../fonts/MenaGrotesk-Black.ttf') format('truetype'),
        url('../fonts/MenaGrotesk-Black.svg#MenaGrotesk-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MenaGrotesk-Book';
    src: url('../fonts/MenaGrotesk-Book.eot');
    src: url('../fonts/MenaGrotesk-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MenaGrotesk-Book.woff2') format('woff2'),
        url('../fonts/MenaGrotesk-Book.woff') format('woff'),
        url('../fonts/MenaGrotesk-Book.ttf') format('truetype'),
        url('../fonts/MenaGrotesk-Book.svg#MenaGrotesk-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MenaGrotesk-Regular', sans-serif;
    line-height: normal;
    color: #26242B;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: 0;
    text-decoration: none;
}

h1,
h2 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    font-weight: 600;
}

h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    font-family: 'MenaGrotesk-Bold';
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.img-fluid {
	max-width: 80%;
}


/***********************
HEADER START
*************************/

.wrapper {
    overflow: hidden;
}

header {
    background-color: #26242B;
    padding: 0 0 18.5px 0;
    transform: translateZ(0);
    transition: all 0.5s;
}

header.fixed-header,
.stickheader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: padding 0.5ms ease;
    animation-duration: 0.7s;
    z-index: 5;
    animation: slide-down 0.7s;
    opacity: 0.95;
}

header.stickheader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}

header.active {
    bottom: 0;
}

header nav.navbar {
    padding: 0;
    display: flex;
    width: 100%;
}

header .navbar-brand {
    margin-right: 40px;
    padding: 0;
}

header .navbar-nav li {
    padding: 0 26.5px;
}

header .navbar-nav li a {
    font-size: 24px;
    font-family: 'MenaGrotesk-Bold';
    color: #fff;
}

header .navbar-nav li a:hover {
    color: #D56B38;
}

.btn.btn-default {
    font-family: 'MenaGrotesk-Bold';
    font-size: 21px;
    color: #fff;
    background-color: #2767AE;
    border-radius: 15px;
    min-width: 225px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 4px solid #2767AE;
    padding: 16px 5px 13px;
    line-height: 26px;
}

.btn.btn-default:focus,
.btn.btn-default:hover {
    box-shadow: none;
	background-color: #3E89DC;
	border-color: #3E89DC;
}

.btn.btn-primary {
    font-family: 'MenaGrotesk-Bold';
    font-size: 24px;
    color: #fff;
    background-color: #2767AE;
    border-radius: 15px;
    min-width: 345px;
    padding: 24px 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 4px solid #2767AE;
    line-height: 26px;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    box-shadow: none;
    background-color: #3E89DC;
    border-color: #3E89DC;
}


/************************HERO SECTION********************************/

.hero-main {
    padding: 95px 0 141px;
    position: relative;
    overflow: hidden;
}

.hero-main .img-hero {
    position: absolute;
    bottom: 0;
}

.hero-main .right-img {
    right: 0;
    bottom: -42px;
}

.hero-main .left-img {
    left: 0;
    bottom: -2px;
}

.hero-text {
    max-width: 580px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-text img {
    margin-bottom: 33px;
}

.hero-text p {
    font-size: 20px;
    font-family: 'MenaGrotesk-Regular';
    line-height: 180%;
    margin-bottom: 56px;
}

.hero-text p strong {
    font-family: 'MenaGrotesk-Bold';
}


/******************************
Organised SECTION
********************************/

.organised-comp {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
}

.org-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 45px 0;
}

.org-box img {
	max-width: 100%;
	height: 50px;
}

.org-box li {
    padding: 0 26px
}

.org-box li h3 {
    font-family: 'MenaGrotesk-Bold';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2767ae;
}


/*******************************
SPEAKER SECTION
********************************/

.speaker {
    background-color: #D56B38;
    padding: 100px 0 72px;
    position: relative;
}

.relative {
    position: relative;
    z-index: 1;
}

.speak1 {
    right: 0;
    top: 500px;
    position: absolute;
}

.speak1 img {
    width: 450px;
}

.speak2 {
    left: 0;
    bottom: 432px;
    width: 426px;
    height: 648px;
    position: absolute;
}

.speak2 img {
    width: 426px;
}

.caption {
    text-align: center;
    margin-bottom: 60px;
}

.caption h3 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    font-family: 'MenaGrotesk-Black';
    color: #fff;
}

.tc {
	text-align: center;
}

.card-speakers {
    text-align: center;
    margin-bottom: 34px;
}

a.card-speakers:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.card-speakers img {
    margin-bottom: 24px;
}

.card-speakers p {
    font-size: 18px;
    line-height: 140%;
    font-family: 'MenaGrotesk-Medium';
    color: #FFD0B9;
    width: 75%;
	margin: 0 auto 4px;
}

.card-speakers p b {
	font-weight: normal;
}

.card-speakers p i {
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'MenaGrotesk-Bold';
    letter-spacing: 0.1em;
    color: #ffa97e;
	display: block;
    line-height: 16px;
    margin-top: 6px;
}

.card-speakers p.speaker-name {
    font-family: 'MenaGrotesk-Bold';
    color: #fff;
    font-size: 26px;
    line-height: 140%;
    display: block;
    width: 100%;
}

/**********************************
EVENT SECTION
*********************************/

.event-main {
    background-color: #26242B;
    padding: 93px 0 60px;
    position: relative;
}

.tri-circle {
    left: 48px;
    top: 281px;
    position: absolute;
}

.tri-circle img {
    width: 188px;
}

.line-st {
    right: 48px;
    top: 242px;
    position: absolute;
}

.line-st img {
    width: 188px;
}

.c-dots {
    right: 168px;
    bottom: 100px;
    position: absolute;
}

.c-dots img {
    width: 223px;
}

.sq-dots {
    left: 231px;
    bottom: 642px;
    position: absolute;
}

.c-dots img {
    width: 131px;
}

.pie-c {
    left: 127px;
    bottom: 38px;
    position: absolute;
}

.pie-c img {
    width: 271px;
}

.r-pie {
    right: 100px;
    position: absolute;
}

.r-pie img {
    width: 203px;
}

.event-text .media {
    flex-direction: column;
    margin-bottom: 40px;
}

.event-text h3 {
    color: #fff;
    font-family: 'MenaGrotesk-Bold';
    font-size: 26px;
    line-height: 160%;
}

.event-text p {
    font-size: 20px;
    font-family: 'MenaGrotesk-Medium';
    color: #FFD0B9;
    line-height: 160%;
}

.event-text .link-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.event-text .link-btn .btn {
    margin-right: 20px;
}

.event-text .link-btn .btn :last-child {
    margin-right: 0;
}

.event-text .link-btn .btn-default2 {
    min-width: 285px;
    background-color: #26242B;
    color: #fff;
    border: 4px solid #2767AE;
}

.event-text .link-btn .btn-default2:hover {
    background-color: #2767AE;
    color: #fff;
}

.img-event {
    margin-bottom: 40px;
}

.img-event .img-fluid {
	max-width: 90%!important;
}

.cst-img {
    position: relative;
    margin-left: -78px;
}

.ux-card {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ux-card h3 {
    font-family: 'MenaGrotesk-Bold';
    font-size: 26px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 30px;
}

.ux-card img {
    margin-bottom: 40px;
}

.ux-card p {
    font-family: 'MenaGrotesk-Book';
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 40px;
    color: #FFD0B9;
}


/****************************
FAQS 
****************************/

.faqs {
    background-color: #2767AE;
    padding: 134px 0 0;
	position: relative;
}

.card_text {
    margin-bottom: 45px;
}

.card_text h3 {
    font-family: 'MenaGrotesk-Bold';
    color: #fff;
    line-height: 130%;
    font-size: 24px;
    margin-bottom: 15px;
}

.card_text p {
    color: #A5BDD7;
    font-size: 20px;
    font-family: 'MenaGrotesk-Medium';
    line-height: 140%;
}

.card_text p a {
    font-family: 'MenaGrotesk-Medium';
    color: #FFD0B9;
}

.img-faq {
    margin-top: -60px;
    margin-left: -46px;
}


/******************************
Conference 
***************************/

.conference {
    padding: 91px 0;
    background-color: #26242B;
    position: relative;
}

.window-cc {
    left: 105px;
    bottom: 302px;
    position: absolute;
}

.window-cc img {
    width: 188px;
}

.sq-cc {
    right: 80px;
    position: absolute;
}

.sq-cc img {
    width: 191px;
    height: 165px;
}

.card-conference {
    border-radius: 10px;
    padding-top: 63px;
    margin-bottom: 129px;
}

.card-conference h3 {
    font-family: 'MenaGrotesk-Black';
    color: #fff;
    font-size: 42px;
    max-width: 228px;
    margin: 0 auto 11px;
}

.card-conference h5 {
    font-family: 'MenaGrotesk-Medium';
    font-size: 60px;
    line-height: 140%;
    color: #F5DB12;
    margin-bottom: 14.3px;
}

.card-conference p {
    display: block;
    color: #B8CBDF;
    font-size: 20px;
    line-height: 160%;
}

.card-conference .c-img {
    position: relative;
    top: 40px;
    border-radius: 4px;
}

.bg-blue {
    background-color: #2767AE;
}

.bg-orange {
    background-color: #D56B38;
}

.bg-orange.card-conference p {
    color: #FFD0B9;
}

.ticket-card .caption {
    margin-bottom: 29px;
}

.ticket-card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 87px;
}

.ticket-card ul li {
    margin: 10px;
}

.ticket-card ul li a {
    min-width: 377px;
    display: inline-flex;
    border: 4px solid #2767AE;
    box-sizing: border-box;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-family: 'MenaGrotesk-Bold';
    padding: 11px 32px;
    text-align: center;
}

.ticket-card ul li a:hover {
    background-color: #2767AE;
    color: #fff;
}

.tic-inc {
    text-align: center;
    max-width: 324px;
    margin: 0 auto;
}

.tic-inc h4 {
    font-size: 26px;
    color: #FFD0B9;
    line-height: 130%;
    font-family: 'MenaGrotesk-Bold';
	margin-bottom: 8px;
}

.tic-inc h4 a, .tic-inc p a {
	color: #fff;
	text-decoration: underline;
}

.tic-inc h4 a:hover, .tic-inc p a:hover {
	color: #2767AE;
}

.tic-inc p {
    color: #B8CBDF;
    font-size: 18px;
    line-height: 160%;
    font-family: 'MenaGrotesk-Medium';
}

.include-bx {
    max-width: 770px;
    margin: 0 auto;
}


/*******************************
terms_conditions
***************************/

.terms_conditions {
    background-color: #D56B38;
    padding: 89px 0 36px;
}

.terms_conditions p {
    font-size: 21px;
    line-height: 140%;
    font-family: 'MenaGrotesk-Medium';
    color: #FFD0B9;
    margin-bottom: 36px;
}

.terms_conditions .caption {
    margin-bottom: 40px;
}


/****************
GET IN TOUCH
***************/

.get-in-touch {
    background-color: #2767AE;
    padding: 98px 0;
    position: relative;
}

.get-in-touch .caption {
    margin-bottom: 50px;
}

.get-in-touch .card_text h3 {
    font-size: 20px;
    line-height: 160%;
}

.get-in-touch .card_text p {
    font-size: 21px;
    line-height: 160%;
}

.get-in-touch .img-circle {
    position: relative;
    top: -70px;
}

.img-gettouch {
    position: absolute;
    right: 0;
    bottom: 0
}

footer {
    background-color: #26242B;
    padding: 50px 0;
}

.copytxt h3, .white {
    font-family: 'MenaGrotesk-Bold';
    color: #fff;
    line-height: 160%;
    font-size: 18px;
}
.copytxt a {
	color: #ffd0b9;
}
.copytxt a:hover {
	color: #fff;
}

.copytxt p {
    font-family: 'MenaGrotesk-Medium';
    color: #B8CBDF;
    line-height: 160%;
    font-size: 18px;
}


/*********************************************/


/*********************************************/

.speaker-detail {
    background-color: #D56B38;
    padding: 20px 0 80px;
}

.company {
	color:#B8CBDF !important; 
	font-family: 'MenaGrotesk-Medium' !important;
}

.speaker-main {
    background-color: #fff;
    border-radius: 15px;
    padding: 60px 75px;
}

.speaker-card {
    text-align: center;
}

.avatar {
    max-width: 360px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 42px;
}

.avatar img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

.speaker-profile header.stickheader {
	position: relative!important;
    display: block!important;
}

.speaker-content {
    padding-right: 30px;
}

.speaker-content h3 {
    font-family: 'MenaGrotesk-Black';
    font-size: 42px;
    color: #26242B;
    line-height: 140%;
    margin-bottom: 20px;
}

.speaker-content h4 {
    font-family: 'MenaGrotesk-Medium';
    font-size: 28px;
    color: #2767AE;
    line-height: 140%;
    margin-bottom: 30px;
}

.speaker-content p {
    font-size: 18px;
    color: #26242B;
    line-height: 160%;
    margin-bottom: 30px;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 43px;
}

.social-link li a {
    color: #2767AE;
    font-size: 44px;
    margin: 0 10px;
}

.social-link li a:hover {
	color: #3E89DC;
}

.links-user a.btn {
    background-color: #fff;
    color: #2767AE;
    margin-bottom: 12px;
    min-width: 100%;
    height: auto;
}

.links-user a.btn:hover {
    background-color: #2767AE;
    border-color: #2767AE;
    color: #fff;
}

.mob-bx,
.modal_close {
    display: none;
}

.hidden {
    overflow: hidden;
}

.faqs .caption {
    margin-bottom: 62px;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.full-menu {
    display: none;
}

.floatingshirt {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5;
	display: block;
}
.floatingshirt img {
	width: 140px;
	height: 110px;
}

.tickercont {
    background-color: #2866ae;
    margin-bottom: 18px;
}

.ticker {
    color: #fff;
    text-align: center;
    padding: 13px 80px 12px 80px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'MenaGrotesk-Medium';
    letter-spacing: .12em;
    line-height: 13px;
}

.ticker a {
	color: #ffd0b9;
}