
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 1rem
}

@media screen and (max-width:1439px) {
	html {
		font-size: .725rem
	}
}

@media screen and (max-width:575px) {
	html {
		font-size: .7rem
	}
}

body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .16px;
	color: #000
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	width: 100%;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #00435f
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: normal
}

h1 {
	font-size: 3.052rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 10px
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 27px;
		line-height: 1.22
	}
}

.banner-inner h1 span {
	line-height: 1.11
}

h2 {
	font-size: 2.441rem;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .36px;
	line-height:1.25;
	font-weight: 400;
}

@media screen and (max-width:767px) {
	h2 {
		font-size: 24px;
		margin-bottom: 4px;
		letter-spacing: normal
	}
}

h3 {
	font-size: 1.953rem;
	margin-bottom: 22px;
	line-height: 1.25;
	font-weight: 400;
}

h4 {
	font-size: 1.563rem;
	margin-bottom: 24px;
	line-height: 1.25;
	font-weight: 400;
}

h5 {
	font-size: 1.25rem;
	margin-bottom: 33px;
	line-height: 1.25;
	font-weight: 400;
}

h6 {
	font-size: 1.25rem;
	font-weight: 400;
}

p {
	font-size: 16px;
	display: block;
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000
}

@media screen and (max-width:576px) {
	p {
		letter-spacing: .16px
	}
}

a {
	font-size: 16px;
	display: inline-block;
	color: #e600b6;
	text-decoration: none
}



a:hover {
	text-decoration: none!important
}

img {
	max-width: 100%;
	height: auto
}
.wp-content ul li, .wp-content ol li {
    margin: 0 0 15px;
    font-weight: 300;
	line-height: 1.5;
	font-size:16px;
}
.wp-content p a:hover{
	opacity:.8;
}
.primary-color {
	color: #53008a
}

.secondary-color {
	color: #00addc
}

.tertiary-color {
	color: #e600b6
}

.yellow-color {
	color: #ebbd22
}

.primary-bg {
	background-color: #53008a
}

.secondary-bg {
	background-color: #00addc
}

.tertiary-bg {
	background-color: #e600b6
}

.common-color {
	color: #1d1d1b
}

.grey-bg {
	background-color: #f4f4f4
}

.white-bg {
	background-color: #fff
}

.tab-color {
	color: #5f5f5e
}

.tab-activeColor {
	color: #285784
}

.black {
	color: #000
}

.white {
	color: #fff
}

.container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto
}

@media screen and (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media screen and (min-width:768px) {
	.container {
		max-width: 800px
	}
}

@media screen and (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media screen and (min-width:1200px) {
	.container {
		max-width: 1240px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

section {
	padding: 60px 0 70px;
	
	position: relative
}

@media screen and (max-width:1024px) {
	section {
		padding: 30px 0
	}
}

.d-rtl {
	direction: rtl
}

.primary-btn {
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.primary-btn>* {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: .8px;
	text-decoration: none;
	border: 2px solid #53008a;
	padding: 17px 25px;
	text-transform: uppercase;
	width: 100%;
	text-align: center
}

@media screen and (max-width:1024px) {
	.primary-btn>* {
		padding: 13.5px 25px;
		font-size: 16px;
		letter-spacing: .16px
	}
}

.primary-btn>* i {
	margin-left: 18px
}

@media screen and (min-width:1025px) {
	.primary-btn:hover {
		background-color: transparent
	}
	.primary-btn:hover>* {
		color: #53008a
	}
}

@media screen and (max-width:767px) {
	.primary-btn {
		width: 100%
	}
}

.secondary-btn {
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.secondary-btn>* {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: .8px;
	text-decoration: none;
	border: 2px solid #00addc;
	padding: 17px 25px;
	text-transform: uppercase;
	width: 100%;
	text-align: center
}

@media screen and (max-width:1024px) {
	.secondary-btn>* {
		padding: 13.5px 25px;
		font-size: 16px;
		letter-spacing: .16px
	}
}

@media screen and (min-width:1025px) {
	.secondary-btn:hover {
		background-color: transparent
	}
	.secondary-btn:hover>* {
		color: #00addc
	}
}

@media screen and (max-width:767px) {
	.secondary-btn {
		width: 100%
	}
}

.tertiary-btn {
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.tertiary-btn>* {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: .8px;
	text-decoration: none;
	border: 2px solid #e600b6;
	padding: 17px 25px;
	text-transform: uppercase;
	width: 100%;
	text-align: center
}

@media screen and (max-width:1024px) {
	.tertiary-btn>* {
		padding: 13.5px 25px;
		font-size: 16px;
		letter-spacing: .16px
	}
}

@media screen and (min-width:1025px) {
	.tertiary-btn:hover {
		background-color: transparent
	}
	.tertiary-btn:hover>* {
		color: #e600b6
	}
}

@media screen and (max-width:767px) {
	.tertiary-btn {
		width: 100%
	}
}

.text-center {
	text-align: center
}

.inner-page .first-section {
	background-color: #fff!important;
	padding: 60px 115px;
	width: calc(100% - 85px);
	margin-left: auto
}

@media screen and (max-width:1024px) {
	.inner-page .first-section {
		padding: 25px 40px;
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.inner-page .first-section {
		width: 100%;
		padding: 0 20px
	}
}

.inner-page .first-section h2 {
	font-size: 3rem;
	line-height: 1.73;
	font-weight: 800;
	margin: 0;
	color: #000
}

.inner-page .first-section p {
	color: #000
}

hr {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #c8c8c8
}

.browser-update,
noscript {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	background-color: #fff;
	z-index: 999999;
	padding: 15px
}

.browser-update p,
noscript p {
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	color: #e600b6;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e600b6, 0 0 4px #e600b6;
	-webkit-animation: pink_lightglow infinite .59s 0 alternate;
	animation: pink_lightglow .7s infinite alternate;
	font-family: Cardo, serif
}

ol,
ul {
	padding: 0 0 0 15px;
	margin: 15px 0;
	text-align: left
}

.slick-dots li {
	height: 12px;
	width: 12px;
	margin: 0 3px
}

.slick-dots li button {
	height: 12px;
	width: 12px;
	padding: 0
}

.slick-dots li button:before {
	width: 12px;
	height: 12px;
	font-size: 44px;
	line-height: 12px;
	color: #c3c3c3;
	opacity: 1
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1
}

[class*=btn] {
	cursor: pointer
}

.d-rtl ul li {
	direction: ltr
}


blockquote {
    margin: 16px 40px;
}
blockquote p, blockquote {
    color: #000 !important;
}
blockquote {
    border-left: 4px solid #8c5da7;
}
blockquote {
    background: #f2f2f2;
    display: inline-block;
    border-left: 4px solid #8c5da7;
    position: relative;
    padding: 1.25rem .938rem 1.25rem 3.75rem;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 0;
}
blockquote p:last-child {
    margin-bottom: 0;
}
 blockquote:after {
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    top: .938rem;
    left: .625rem;
    content: "\f10d";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8c5da7;
    font-size: 1.875rem;
}
.wp-content ul {
    padding-left: 17px;
}

.wp-content ul li {
	position: relative;
	list-style: none;
}

.wp-content ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    left: -18px;
    top: 9px;
}

.full-width ul,
ul {
	text-align: left
}

.search-result-page .news-left {
	width: 100%;
	padding: 0
}

.search-result-page .news-content {
	width: 100%
}

@-webkit-keyframes blue_glow {
	to {
		text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #ebbd22, 0 0 12px #ebbd22
	}
}

@keyframes blue_glow {
	to {
		text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #ebbd22, 0 0 12px #ebbd22
	}
}

@-webkit-keyframes blue_lightglow {
	to {
		text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00addc, 0 0 7px #00addc
	}
}

@keyframes blue_lightglow {
	to {
		text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00addc, 0 0 7px #00addc
	}
}

@-webkit-keyframes pink_glow {
	to {
		text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #e600b6, 0 0 16px #e600b6
	}
}

@keyframes pink_glow {
	to {
		text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #e600b6, 0 0 16px #e600b6
	}
}

@-webkit-keyframes pink_lightglow {
	to {
		text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #e600b6, 0 0 7px #e600b6
	}
}

@keyframes pink_lightglow {
	to {
		text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #e600b6, 0 0 7px #e600b6
	}
}

@-webkit-keyframes purple_glow {
	to {
		text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #53008a, 0 0 16px #53008a
	}
}

@keyframes purple_glow {
	to {
		text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #53008a, 0 0 16px #53008a
	}
}

@-webkit-keyframes purple_lightglow {
	to {
		text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #53008a, 0 0 7px #53008a
	}
}

@keyframes purple_lightglow {
	to {
		text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #53008a, 0 0 7px #53008a
	}
}

.home .dmg-footer {
	
	position: relative
}

@media screen and (max-width:1024px) {
	.home .dmg-footer {
		width: 100%
	}
}

.dmg-footer {
	background: #000;
	background-size: cover;
	background-position: 0 -100px;
	padding: 30px 0 30px;
	width: 100%;
	position: relative
}

.dmg-footer:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	background: url(https://www.index-saudi.com/wp-content/themes/indexdubai/assets/images/dmglogo.webp) no-repeat;
	top: 0;
	background-size: auto 100%;
	z-index: 0;
	background-position: 0 0 !important;
  }
  
  @media screen and (max-width: 1024px) {
	.dmg-footer:before {
	  background-position: 64% -93%;
	  opacity: 0.6;
	}
  }
  
  .dmg-footer:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	right: 0;
	background: url(https://www.index-saudi.com/wp-content/themes/indexdubai/assets/images/dmglogo2.webp) no-repeat;
	top: 0;
	background-position: 100% 0;
	background-size: auto 100%;
	z-index: 0;
  }
  @media screen and (max-width: 767px){
  .dmg-footer:after, 
  .dmg-footer:before {
	  opacity: .5;
  }
  }
  @media screen and (max-width: 767px){
  .dmg-footer:before {
	  background-size: contain;
	  width: 200px;
  }
  }

  
.dmg-footer .container {
	position: relative;
	z-index: 9;
	max-width: 1320px;
	padding: 0 30px;
}

.dmg-logo {
	text-align: center
}

.dmg-logo img {
	max-width: 220px
}

.dmg-links {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 0;
	border-bottom: 1px solid #acacac;
	border-top: 1px solid #acacac
}

.dmg-social-link {
	width: 15%
}

@media screen and (max-width:767px) {
	.dmg-social-link {
		width: 100%
	}
	.dmg-footer ul,
	.dmg-social-link {
		text-align: center
	}
}

.dmg-social-link ul li {
	display: inline-block;
	margin-right: 7px
}

.dmg-social-link ul li a {
	display: inline-block;
	vertical-align: middle
}

.dmg-social-link ul li a img {
	display: block;
	vertical-align: middle
}

.dmg-menu {
	width: 54%;
	text-align: center
}

@media screen and (max-width:767px) {
	.dmg-menu {
		width: 100%;
		margin: 10px 0
	}
}

.dmg-menu ul li {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin: 0 4px;
	line-height: 24px;
}

.dmg-menu ul li:last-child a {
	padding-right: 0
}

.dmg-menu ul li:last-child a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.dmg-menu ul li {
		font-size: 15px
	}
}

.dmg-menu ul li a {
	text-decoration: none;
	color: #fff;
	position: relative;
	padding-right: 8px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block
}

@media screen and (max-width:767px) {
	.dmg-menu ul li a {
		padding-right: 0
	}
}

.dmg-menu ul li a:hover {
	color: #d6e03d
}

.dmg-menu ul li a:hover:after {
	color: #fff
}

.dmg-menu ul li a:active {
	color: #d6e03d
}

.dmg-menu ul li a:active:after {
	color: #fff
}

.dmg-menu ul li a:after {
	position: absolute;
	content: "|";
	right: -4px;
	top: 0
}

@media screen and (max-width:767px) {
	.dmg-menu ul li a:after {
		display: none
	}
}

.gmg-ft-logo {
	width: 31%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width:767px) {
	.gmg-ft-logo {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.dmg-social-link ul {
    padding: 0;
    margin: 0;
}
.dmg-social-link.social-link-blk {
    display: none;
}
.dmg-menu ul {
    margin: 0;
    padding: 0;
}
.ls-cw {
    max-width: 49px;
    display: inline-block;
    padding-left: 10px;
}
.dmg-logo-blk {
    display: none;
}
.ft-logo-blk {
    display: none;
}
@media(max-width:991px){
	.gmg-ft-logo {
		width: 100%;
		justify-content: center;
	}
	
	.dmg-menu {
		width: 100%;
		margin: 10px 0px;
	}
	
	.dmg-social-link {width: 100%;text-align: center;}
	.dmg-social-link ul{
		text-align: center;
	}
}
@media(min-width:1200px){
	.dmg-social-link {
		/* width: 280px; */
		width: 15%;
	}
	
	.dmg-menu {
		/* width: calc(100% - 560px); */
		width: 55%;
	}
	
	.gmg-ft-logo {
		width: 280px;
	}
}

.blurp-text {
	text-align: center
}
.dmg-footer .blurp-text p {
	max-width: 770px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
} 
.dmg-footer .dmg-links .dmg-menu ul li a:hover {
  color: #98960e !important;
  text-decoration: underline !important;
}

.lazyloaded:hover,.ls-cw:hover {
  opacity: .5 !important;
}
.dmg-footer .dmg-links .dmg-menu ul .ot-sdk-show-settings:hover {
    color: #98960e !important;
}

.blurp-text p {
	max-width: 770px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

@media screen and (max-width:1024px) {
	.home footer {
		width: 100%
	}
}

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

@media screen and (max-width:767px) {
	footer {
		background-color: #000
	}
}

footer .footer-wrap {
	width: 100%
}

footer .top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #acacac;
	padding-bottom: 28px
}

@media screen and (max-width:767px) {
	footer .top-section {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

footer .top-section>a {
	max-width: 165px
}

@media screen and (max-width:767px) {
	footer .top-section>a {
		margin-bottom: 18px
	}
}

footer .top-section>a span {
	font-family: ProximaNova;
	font-size: 12px;
	font-weight: 700;
	line-height: 2.33;
	letter-spacing: .12px;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	footer .top-section>a span {
		display: none
	}
}

footer .top-section h2 {
	font-size: 2.25rem;
	font-family: Cardo, serif;
	letter-spacing: 1.8px;
	text-align: left;
	color: #e600b6;
	width: auto;
	margin: 0 0 0 38px;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #e600b6, 0 0 8px #e600b6
}

@media screen and (max-width:767px) {
	footer .top-section h2 {
		text-align: center;
		width: 100%;
		margin: 0
	}
}

footer .top-section .subscribe {
	margin-left: auto;
	background-color: #000;
	padding: 10px 7px 10px 27px;
	max-width: 501px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:1024px) {
	footer .top-section .subscribe {
		max-width: 100%;
		margin: 15px 0 0;
		padding: 10px 0
	}
}

@media screen and (max-width:767px) {
	footer .top-section .subscribe {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

footer .top-section .subscribe span {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	display: inline-block
}

@media screen and (max-width:767px) {
	footer .top-section .subscribe span {
		text-align: center;
		width: 100%;
		margin-bottom: 18px
	}
}

footer .top-section .subscribe .primary-btn>* {
	padding: 13px 22px;
	font-size: 18px
}

@media screen and (max-width:767px) {
	footer .top-section .subscribe .primary-btn>* {
		text-align: center;
		font-size: 16px;
		padding: 13px 22px 14px
	}
}

@media screen and (max-width:767px) {
	footer .top-section .subscribe .primary-btn {
		margin: auto;
		max-width: 240px;
		width: 100%;
		text-align: center
	}
}

footer .bottom-section {
	padding-top: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

footer .bottom-section .map {
	max-width: 320px;
	width: 100%
}

@media screen and (max-width:576px) {
	footer .bottom-section .map {
		max-width: 576px
	}
	footer .bottom-section .map img {
		width: 100%
	}
}

footer .bottom-section .footer-col-wrap {
	width: calc(100% - 320px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:1024px) {
	footer .bottom-section .footer-col-wrap {
		width: 100%;
		margin-top: 40px
	}
}

footer .footer-col {
	width: auto;
	padding-left: 90px
}

@media screen and (max-width:1199px) {
	footer .footer-col {
		padding-left: 50px
	}
}

@media screen and (max-width:1199px) {
	footer .footer-col:first-child {
		padding-left: 0
	}
}

@media screen and (max-width:767px) {
	footer .footer-col {
		width: 100%;
		padding-left: 0
	}
	footer .footer-col:nth-child(n+2) {
		display: none
	}
}

footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

footer a,
footer li,
footer p,
footer span {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: .16px;
	text-align: left;
	color: #acacac;
	margin: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (min-width:1025px) {
	footer a:hover,
	footer li:hover,
	footer p:hover,
	footer span:hover {
		opacity: .6
	}
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 20px
}

footer .cal-link {
	color: #e600b6
}

footer .cal-link i {
	color: #e600b6;
	margin-right: 10px
}

footer .cal-link svg {
	fill: #e600b6;
	margin-right: 10px
}

footer .cal-link svg>* {
	fill: #e600b6
}

footer [class*=btn] {
	background-color: #53008a!important
}

footer [class*=btn]>* {
	color: #fff!important;
	opacity: 1!important
}

header {
	padding: 16px 39px 12px 90px;
	background-color: #fff;
	z-index: 55;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%
}

@media screen and (max-width:1199px) {
	header {
		padding: 20px
	}
}

@media screen and (max-width:767px) {
	header {
		padding: 15px 15px 6px
	}
}

header .header-wrap {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

header .header-wrap,
header .left-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:1024px) {
	header .left-side {
		max-width: 200px
	}
}

@media screen and (max-width:767px) {
	header .left-side {
		width: 100%;
		max-width: 100%;
		text-align: center
	}
}

header .logo-wrap {
	max-width: 146px;
	width: 100%;
	margin-right: 36px
}

@media screen and (max-width:1280px) {
	header .logo-wrap {
		max-width: 120px
	}
}

@media screen and (max-width:767px) {
	header .logo-wrap {
		max-width: 104px
	}
}

header .event-details {
	width: auto;
	margin-right: 83px
}

@media screen and (max-width:1440px) {
	header .event-details {
		margin-right: 43px
	}
}

@media screen and (max-width:1279px) {
	header .event-details {
		margin-right: 23px
	}
}

@media screen and (max-width:1024px) {
	header .event-details {
		width: 100%;
		margin-right: 15px
	}
}

@media screen and (max-width:767px) {
	header .event-details {
		width: 100%;
		margin: 7px auto 0;
		text-align: center;
		border-top: 1px solid #7d7d7d;
		padding: 6px 0 0
	}
}

header .event-details p {
	font-weight: 700;
	margin: 0;
	letter-spacing: .16px;
	line-height: normal;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

@media screen and (max-width:1365px) {
	header .event-details p {
		font-size: 13px
	}
}

@media screen and (max-width:1280px) {
	header .event-details p {
		font-size: 12px
	}
}

@media screen and (max-width:767px) {
	header .event-details p {
		font-size: 14px;
		line-height: 1.14
	}
}

header .part-of {
	text-align: center;
	max-width: 160px
}

@media screen and (max-width:1280px) {
	header .part-of {
		max-width: 100px
	}
}

@media screen and (max-width:1024px) {
	header .part-of {
		display: none
	}
}

header .part-of p {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14px;
	margin-bottom: 5px;
	text-transform: uppercase
}

@media screen and (max-width:1280px) {
	header .part-of p {
		font-size: 12px
	}
}

header .right-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:767px) {
	header .right-side>:nth-last-child(2) {
		margin-right: 62px
	}
}

@media screen and (max-width:767px) {
	header .right-side {
		margin: 0
	}
}

@media screen and (max-width:767px) {
	header .right-side>* {
		display: none
	}
	header .right-side .menu-wrapper {
		display: inline-block
	}
	.scrolled header.nav-down .right-side .menu-wrapper {
		opacity: 1;
		display: inline-block
	}
}

header .right-side [class*=btn]>* {
	padding: 13.5px 25px;
	font-size: 16px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

@media screen and (max-width:1280px) {
	header .right-side [class*=btn]>* {
		padding: 9.5px 15px
	}
}

.scrolled header {
	-webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .1);
	background-color: #fff
}

.scrolled header [class*=btn]>* {
	font-size: 14.5px
}

.scrolled header .event-details p {
	font-size: 14px
}

.menu-wrapper {
	width: 20px;
	height: 18px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: inline-block;
	margin-left: 50px;
	position: relative;
	z-index: 99
}

@media screen and (max-width:1199px) {
	.menu-wrapper {
		margin-left: 35px;
		margin-right: 18px
	}
}

@media screen and (max-width:767px) {
	.menu-wrapper {
		position: fixed;
		margin: 0;
		right: 30px;
		top: 23px;
		z-index: 50
	}
}

.menu-btn {
	height: 2px;
	width: 15px;
	background-color: #000;
	-webkit-transition: all .3s ease;
	margin-bottom: 0;
	margin-top: 9px
}

.menu-btn:before {
	width: 20px;
	margin-top: -7.5px
}

.menu-btn:after,
.menu-btn:before {
	height: 2px;
	background-color: #000;
	-webkit-transition: all .3s ease;
	content: " ";
	position: absolute;
	margin-left: 0;
	-webkit-transform: rotate(0);
	-webkit-transform-origin: 3px 3px
}

.menu-btn:after {
	width: 18px;
	margin-top: 7.5px
}

.menu-btn-on {
	background-color: transparent!important
}

.menu-btn-on.menu-btn:before {
	-webkit-transform: rotate(45deg);
	background-color: #000;
	-webkit-transform-origin: -1px 0;
	width: 20px;
	z-index: 9
}

.menu-btn-on.menu-btn:after {
	-webkit-transform: rotate(-45deg);
	background-color: #000;
	-webkit-transform-origin: -1px 2px;
	width: 20px;
	z-index: 9
}

.menu-wrapper-on {
	-webkit-box-shadow: 0 0 0 0 transparent inset;
	box-shadow: inset 0 0 0 0 transparent
}

.menu-wrapper-on:after {
	position: absolute;
	content: "";
	width: 43px;
	height: 37px;
	background-image: url(../../../images/hexagon.png);
	background-repeat: no-repeat;
	background-position: 50%;
	left: 24%;
	top: -45%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1
}

.search-wrap {
	width: 23px;
	margin-left: 45px
}

@media screen and (max-width:1280px) {
	.search-wrap {
		margin-left: 20px
	}
}

.search-wrap .search-icon {
	display: block
}

.search-wrap .search-icon i,
.search-wrap .search-icon svg {
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #000;
	height: 23px
}

@media screen and (min-width:1025px) {
	.search-wrap .search-icon i:hover,
	.search-wrap .search-icon svg:hover {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

.fixed-sidebar {
	position: fixed;
	right: 0;
	background-color: #fff;
	z-index: 40;
	top: 0;
	width: 78px;
	text-align: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:1024px) {
	.fixed-sidebar {
		position: relative;
		width: 100%;
		background-color: #252327
	}
}

@media screen and (max-width:767px) {
	.fixed-sidebar {
		background-color: #000
	}
}

@media screen and (max-width:1024px) {
	.fixed-sidebar .social-media {
		width: 100%;
		padding: 0 20px
	}
}

.fixed-sidebar .social-media ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.fixed-sidebar .social-media ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		border-top: 1px solid #9c9c9c
	}
}

.fixed-sidebar .social-media ul li {
	padding: 0;
	margin: 41px 0;
	text-align: center
}

.fixed-sidebar .social-media {
	margin-top: 2px
}

@media screen and (max-width:1024px) {
	.fixed-sidebar .social-media ul li {
		margin: 23px 20px
	}
	.fixed-sidebar .social-media ul li:last-child {
		display: none
	}
}

.fixed-sidebar .social-media ul li a {
	color: #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (min-width:1025px) {
	.fixed-sidebar .social-media ul li a:hover {
		-webkit-transform: translateX(-7px);
		-ms-transform: translateX(-7px);
		transform: translateX(-7px)
	}
	.fixed-sidebar .social-media ul li a:hover .fa-facebook {
		color: #3b5998
	}
	.fixed-sidebar .social-media ul li a:hover .fa-twitter {
		color: #1da1f2
	}
	.fixed-sidebar .social-media ul li a:hover .fa-instagram {
		color: #c1558b
	}
	.fixed-sidebar .social-media ul li a:hover .fa-linkedin {
		color: #2867b2
	}
	.fixed-sidebar .social-media ul li a:hover .fa-calendar {
		color: #53008a
	}
	.fixed-sidebar .social-media ul li a:hover .fa-youtube {
		color: red
	}
}

@media screen and (max-width:1024px) {
	.fixed-sidebar .social-media ul li a {
		color: #fff
	}
}

.fixed-sidebar .social-media ul li a i {
	font-size: 20px
}

.fixed-sidebar .social-media ul li a i,
.search-form-header {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.search-form-header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background-color: #fff;
	z-index: 100;
	padding: 25px 0;
	-webkit-box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, .1);
	-webkit-animation: slide-down .6s ease forwards;
	animation: slide-down .6s ease forwards;
	display: none
}

.search-form-header .form-group {
	width: 100%;
	padding: 0 15px
}

.search-form-header .form-group label {
	width: 100%;
	display: none;
	text-align: left
}

.search-form-header .form-group input {
	background-color: #fff;
	border: 0;
	width: 100%;
	height: 50px;
	border-radius: 7px;
	padding: 0 25px;
	outline: 0;
	font-size: 18px
}

.search-form-header .close-search {
	width: auto;
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.search-form-header .close-search .close-icon {
	display: block;
	padding: 7px;
	cursor: pointer
}

.search-form-header .close-search .close-icon i {
	font-size: 24px;
	color: rgba(0, 0, 0, .38)
}

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

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

.navigation-wrap {
	background-color: #fff;
	width: 100%;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 250;
	padding: 20px 39px 15px 90px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-animation: slide-left .6s ease forwards;
	animation: slide-left .6s ease forwards;
	overflow: auto
}

.navigation-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

.navigation-wrap::-webkit-scrollbar {
	width: 7px;
	background-color: #f5f5f5
}

.navigation-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(23, 23, 20, .56)
}

.navigation-wrap.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:1199px) {
	.navigation-wrap {
		padding: 35px 20px
	}
}

.navigation-wrap .left-side {
	max-width: 400px;
	width: 100%
}

@media screen and (max-width:1199px) {
	.navigation-wrap .left-side {
		display: none
	}
}

.navigation-wrap .left-side p {
	font-size: 28px;
	line-height: 1.1;
}

.navigation-wrap .left-side .image {
	margin-bottom: 7px
}

.navigation-wrap .left-side .image img {
	width: 100%
}

.navigation-wrap .left-side h3 {
	font-family: 'Montserrat', sans-serif;
	color: #1c1a1d;
	margin-bottom: 13px
}

.navigation-wrap .left-side a {
	line-height: normal;
	font-size: 18px;
	display: block;
	width: 100%;
	color: #53008a
}

.navigation-wrap .left-side [class*=btn] {
	margin: 39px 0 0;
	color: #fff
}

.navigation-wrap .left-side [class*=btn]>* {
	color: #fff
}

.navigation-wrap .right-side {
	width: calc(100% - 400px)
}

@media screen and (max-width:1199px) {
	.navigation-wrap .right-side {
		width: 100%
	}
}

.menu-header-navigation-menu-container {
	width: 100%;
	padding-left: 80px
}

@media screen and (max-width:1439px) {
	.menu-header-navigation-menu-container {
		padding-left: 30px
	}
}

@media screen and (max-width:1199px) {
	.menu-header-navigation-menu-container {
		padding-left: 0
	}
}

.menu-header-navigation-menu-container ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.menu-header-navigation-menu-container ul.menu {
	max-width: 445px;
	width: 100%
}

@media screen and (max-width:1439px) {
	.menu-header-navigation-menu-container ul.menu {
		max-width: 330px
	}
}

@media screen and (max-width:1199px) {
	.menu-header-navigation-menu-container ul.menu {
		max-width: 100%
	}
}

.menu-header-navigation-menu-container ul li {
	border-bottom: 1px solid rgba(39, 40, 47, .2);
	position: relative
}

.menu-header-navigation-menu-container ul li:hover svg {
	opacity: 1;
	fill: #53008a
}

.menu-header-navigation-menu-container ul li:hover svg>* {
	fill: #53008a
}

.menu-header-navigation-menu-container ul li a {
	text-decoration: none;
	font-size: 28px;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: normal;
	text-transform: capitalize;
	padding: 7px 45px 7px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #1c1a1d;
	-webkit-tap-highlight-color: transparent!important
}

@media screen and (max-width:1199px) {
	.menu-header-navigation-menu-container ul li a {
		font-size: 18px
	}
}

.menu-header-navigation-menu-container ul li a:hover {
	color: #53008a
}

@media screen and (min-width:1025px) {
	.menu-header-navigation-menu-container ul li a:hover {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: translateX(7px);
		-ms-transform: translateX(7px);
		transform: translateX(7px)
	}
}

.menu-header-navigation-menu-container ul li .menu-item-has-children {
	position: relative
}

.menu-header-navigation-menu-container ul li .menu-item-has-children.open {
	color: #53008a
}

.menu-header-navigation-menu-container ul li .menu-item-has-children:after {
	position: absolute;
	content: ""
}

.menu-header-navigation-menu-container ul .sub-menu {
	margin-top: -15px;
	background-color: #000;
	max-height: 500px;
	height: 100%
}

.menu-header-navigation-menu-container ul .sub-menu li {
	border: 0
}

.menu-header-navigation-menu-container ul .sub-menu li a {
	color: #fff;
	line-height: 1.79
}

.inner-page .fixed-sidebar,
.scrolled.inner-page .fixed-sidebar {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.inner-page .fixed-sidebar {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	bottom: auto;
	top: 107px;
	width: 106px;
	position: absolute;
	z-index: 40
}

@media screen and (max-width:1024px) {
	.inner-page .fixed-sidebar {
		position: relative;
		width: 100%;
		background-color: #252327;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto
	}
	.inner-page .fixed-sidebar .social-media ul li {
		margin: 23px 20px
	}
}

.inner-page .fixed-sidebar ul li {
	margin: 31px 0
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

li.menu-item-has-children i,
li.menu-item-has-children svg {
	color: #53008a;
	font-size: 19px;
	margin-top: 0;
	cursor: pointer;
	padding: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 28px;
	right: 0;
	max-width: 32px;
	opacity: 1
}

@media screen and (max-width:1199px) {
	li.menu-item-has-children svg.for-desktop {
		display: none
	}
}

li.menu-item-has-children svg.for-mobile {
	display: none
}

@media screen and (max-width:1199px) {
	li.menu-item-has-children svg.for-mobile {
		display: block;
		opacity: 1;
		max-width: 15px;
		right: 9px
	}
}

.menu-header-navigation-menu-container ul .sub-menu {
	padding: 0 0 0 23px;
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: fixed;
	right: 39px;
	top: 55px;
	width: calc(100% - 1090px);
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

@media screen and (max-width:1439px) {
	.menu-header-navigation-menu-container ul .sub-menu {
		width: calc(100% - 910px)
	}
}

@media screen and (max-width:1199px) {
	.menu-header-navigation-menu-container ul .sub-menu {
		width: 100%;
		position: static;
		top: auto;
		right: auto;
		-webkit-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0
	}
}

li.menu-item-has-children i.open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.menu-header-navigation-menu-container ul .sub-menu.open {
	max-height: 500px;
	height: 100%;
	overflow: auto
}

@media screen and (max-width:1199px) {
	.menu-header-navigation-menu-container ul .sub-menu.open {
		min-height: auto
	}
}

.body-hidden {
	overflow: hidden
}

.menu-header-navigation-menu-container .title {
	font-family: cortado, sans-serif;
	font-size: 50px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin: 0;
	padding-left: 55px
}

@media (max-width:1024px) {
	.menu-wrapper {
		z-index: 300
	}
	.menu-header-navigation-menu-container {
		top: 0
	}
}

.banner-section {
	width: calc(100% - 156px);
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 0;
	height: calc(100vh - 108px)
}

@media screen and (max-width:1024px) {
	.banner-section {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.banner-section {
		height: auto;
		min-height: 375px
	}
}

.banner-section .banner-img,
.banner-section .banner-img img {
	width: 100%
}

.banner-section .banner-wrap {
	position: absolute;
	width: 100%;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 710px;
	padding: 20px 80px;
	left: 0
}

@media screen and (max-width:767px) {
	.banner-section .banner-wrap {
		padding: 20px;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@media screen and (max-width:767px) {
	.banner-section .banner-wrap p {
		font-size:20px;
}
}
@media screen and (max-width:767px) {
	.banner-section .banner-wrap h1 {
		font-size: 32px;
		font-weight: 400;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		background-color: hsla(0, 0%, 100%, .8);
		padding-top: 10px;
		padding-bottom: 10px
	}
}

@media screen and (max-width:1024px) {
	.banner-section.banner-inner {
		min-height: auto;
		padding: 0;
		width: 100%
	}
}

.banner-section.banner-inner .banner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	max-width: 100%;
	padding: 0;
	position: relative
}

.banner-section.banner-inner .content {
	width: 50%;
	padding: 15px 10px 15px 0
}

@media screen and (max-width:1024px) {
	.banner-section.banner-inner .content {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 20px;
		text-align: center;
		z-index: 10;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0
	}
}

.banner-section.banner-inner .content h2 {
	line-height: 1.39;
	font-family: Cardo, serif;
	margin: 0;
	padding-right: 10px;
	color: #e600b6
}

@media screen and (max-width:1024px) {
	.banner-section.banner-inner .content h2 {
		font-size: 32px;
		padding-right: 0
	}
}

@media screen and (max-width:576px) {
	.banner-section.banner-inner .content h2 {
		font-size: 24px
	}
}

.banner-section.banner-inner .image {
	width: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	min-height: 338px
}

@media screen and (max-width:1024px) {
	.banner-section.banner-inner .image {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative
	}
	.banner-section.banner-inner .image:after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .25);
		z-index: 9
	}
}

@media screen and (max-width:576px) {
	.banner-section.banner-inner .image {
		min-height: 280px
	}
}

.banner-section.banner-inner .image img {
	width: 100%
}

@media screen and (max-width:767px) {
	.banner-section.banner-inner [class*=btn] {
		margin-right: 0;
		margin-left: 0
	}
}

.banner-section.banner-inner+section {
	z-index: 50
}

@media screen and (max-width:1024px) {
	.co-located-wrap {
		display: none
	}
}

.co-located-wrap .co-located-head {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	z-index: 9;
	background-color: #fff;
	padding: 30px 0
}

.co-located-wrap .co-located-head p {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0
}

.co-located-wrap .co-located-head p svg {
	width: 11px;
	-webkit-transform: translateX(8px) rotate(90deg);
	-ms-transform: translateX(8px) rotate(90deg);
	transform: translateX(8px) rotate(90deg);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 11px
}

.co-located-wrap .co-located-content {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 162px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1;
	padding-left: 124px
}

.co-located-wrap .co-located-content .logo-wrap {
	margin: 0 20px
}

.co-located-wrap.open .co-located-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 5
}

.co-located-wrap.open .co-located-head p svg {
	-webkit-transform: translateX(8px) rotate(275deg);
	-ms-transform: translateX(8px) rotate(275deg);
	transform: translateX(8px) rotate(275deg)
}



.fixed-sidebar.grey-bg {
	background-color: #f4f4f4
}

@media (max-width:1024px) {
	.fixed-sidebar.grey-bg {
		background-color: #252327
	}
}

@media (max-width:767px) {
	.fixed-sidebar.grey-bg {
		background-color: #000
	}
}

.banner-video {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.banner-video>* {
	width: 100%!important;
	height: 100%!important
}

.banner-video:after {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1
}

@media screen and (min-width:1200px) {
	.navigation-wrap .right-side {
		background-image: url(../../images/menu-bg.png);
		background-repeat: no-repeat;
		background-position: 90% 0;
		background-size: auto
	}
}



@media screen and (max-width:1024px) {
	.home .promotion-space .promo-wrap {
		width: 100%
	}
}

.promotion-space .promo-wrap {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.promotion-space .promo-head {
	max-width: 245px;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media screen and (max-width:1024px) {
	.promotion-space .promo-head {
		max-width: 100%;
		width: 100%;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin-bottom: 20px
	}
}

.promotion-space .promo-head h2 {
	font-size: 2.25rem;
	margin: 0
}

.promotion-space .promo-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 415px);
	margin-left: 28px
}

@media screen and (max-width:1024px) {
	.promotion-space .promo-image {
		width: 100%;
		margin-left: 0
	}
}

.promotion-space .promo-image a {
	width: calc(33.33333% - 20px);
	margin: 0 10px
}

@media screen and (max-width:575px) {
	.promotion-space .promo-image a {
		width: 100%;
		text-align: center;
		margin-bottom: 15px
	}
}



@media screen and (max-width:1024px) {
	.home .agenda {
		width: 100%
	}
}

.agenda {
	width: 100%
}

.agenda h2 {
	text-align: center;
	margin-bottom: 25px
}

@media screen and (max-width:767px) {
	.agenda h2 {
		margin-bottom: 13px
	}
}

.agenda .agenda-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media screen and (max-width:1365px) {
	.agenda .agenda-wrap {
		padding: 0 20px
	}
}

@media screen and (max-width:1024px) {
	.agenda .agenda-wrap {
		padding: 0
	}
}

.agenda .agenda-leftSide {
	width: 100%
}

@media screen and (max-width:1024px) {
	.agenda .agenda-leftSide {
		width: 100%
	}
}

.agenda .agenda-leftSide .agenda-head {
	padding: 15.5px 26px
}

.agenda .agenda-leftSide .agenda-head>* {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .18px;
	color: #000;
	margin: 0
}

@media screen and (max-width:767px) {
	.agenda .agenda-leftSide .agenda-head>* {
		text-align: center
	}
}

.agenda .agenda-leftSide ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.agenda .agenda-leftSide ul li {
	cursor: pointer;
	width: auto;
	margin: 0 3.5px;
	font-size: 18px;
	letter-spacing: .18px;
	text-align: center;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	padding: 19.5px 52px;
	position: relative;
	background-color: #000
}

.agenda .agenda-leftSide ul li.active {
	background-color: #53008a
}

.agenda .agenda-leftSide ul.tab-primary {
	margin-bottom: 11px
}

.agenda .agenda-leftSide ul.tab-secondary li {
	background-color: transparent;
	color: #000;
	text-align: center;
	font-size: 20px;
	letter-spacing: .2px;
	padding: 19.5px 30px
}

.agenda .agenda-leftSide ul.tab-secondary li.active {
	color: #00addc
}

.agenda .agenda-content {
	margin-top: 27px
}

@media screen and (max-width:767px) {
	.agenda .agenda-content {
		margin-top: 20px
	}
}

.agenda .agenda-content .agenda-row {
	border-bottom: 1px solid #f4f4f4;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 23px 0
}

.agenda .agenda-content .agenda-row:last-child {
	border-bottom: 0
}

.agenda .agenda-content .agenda-row .date {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .2px;
	line-height: normal;
	padding: 0 12px;
	color: #000;
	max-width: 405px;
	width: 100%
}

@media screen and (max-width:1024px) {
	.agenda .agenda-content .agenda-row .date {
		max-width: 305px
	}
}

@media screen and (max-width:767px) {
	.agenda .agenda-content .agenda-row .date {
		max-width: 100%;
		font-size: 16px;
		letter-spacing: .16px;
		padding: 0;
		margin-bottom: 4px
	}
}

.agenda .agenda-content .agenda-row .date i {
	color: #00addc;
	font-size: 24px;
	letter-spacing: .24px;
	margin-right: 30px
}

@media screen and (max-width:767px) {
	.agenda .agenda-content .agenda-row .date i {
		font-size: 16px;
		margin-right: 12px
	}
}

.agenda .agenda-content .agenda-row .agenda-details {
	width: calc(100% - 405px)
}

@media screen and (max-width:1024px) {
	.agenda .agenda-content .agenda-row .agenda-details {
		width: calc(100% - 305px)
	}
}

@media screen and (max-width:767px) {
	.agenda .agenda-content .agenda-row .agenda-details {
		width: 100%
	}
}

.agenda .agenda-content .agenda-row p {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .2px;
	margin-bottom: 12px;
	line-height: normal
}

.agenda .agenda-content .agenda-row p:last-child {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.agenda .agenda-content .agenda-row p {
		font-size: 18px;
		letter-spacing: normal;
		margin-bottom: 3px
	}
}

@media screen and (max-width:767px) {
	.agenda .agenda-content .agenda-row p.name {
		font-size: 16px;
		letter-spacing: .16px
	}
}

.agenda .agenda-content .agenda-row p.name span {
	letter-spacing: .18px;
	color: #e600b6;
	display: block;
	width: 100%
}

@media screen and (max-width:767px) {
	.agenda .agenda-content .agenda-row p.name span {
		color: #484848;
		font-weight: 300;
		letter-spacing: .16px
	}
}

.agenda .primary-btn {
	margin: 36px auto 0
}

.main-agenda {
	padding: 50px 0 14px
}

@media screen and (max-width:1024px) {
	.main-agenda {
		padding: 30px 0
	}
}

.main-agenda p {
	line-height: 1.5
}

.main-agenda .primary-btn {
	margin: auto
}

.main-agenda .main-agenda-wrap {
	text-align: center
}

.main-agenda .main-agenda-wrap>* {
	text-align: left
}

.main-agenda .main-agenda-wrap>p {
	font-weight: 300
}

.main-agenda .main-agenda-wrap>h2 {
	text-transform: uppercase
}

.main-agenda .main-agenda-section {
	margin-top: 45px
}

.main-agenda .main-agenda-section .main-agenda-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-agenda .main-agenda-section .main-agenda-top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-agenda .main-agenda-section .main-agenda-top ul li {
	font-size: 21px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .24px;
	color: #4d4d4c;
	margin: 0 7px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-agenda .main-agenda-section .main-agenda-top ul li a {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .24px;
	color: #4d4d4c;
	text-decoration: none;
	padding: 10px 25px
}

.main-agenda .main-agenda-section .main-agenda-top ul li.active {
	background-color: #53008a
}

.main-agenda .main-agenda-section .main-agenda-top ul li.active a {
	color: #fff
}

@media screen and (min-width:1025px) {
	.main-agenda .main-agenda-section .main-agenda-top ul li:hover {
		background-color: #53008a
	}
	.main-agenda .main-agenda-section .main-agenda-top ul li:hover a {
		color: #fff
	}
}

@media screen and (max-width:768px) {
	.main-agenda .main-agenda-section .main-agenda-top ul li.active a {
		color: #000
	}
	.main-agenda .wrp-agenda-tab-secondary ul li.active {
		color: #000!important
	}
}

.main-agenda .main-agenda-section .main-agenda-content {
	padding: 8px 0 0
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row {
	border-bottom: 2px solid #f6f6f6;
	padding-bottom: 0;
	padding-top: 20px;
	position: relative
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row:last-child {
	border-bottom: 0
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .acc-open {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #00addc;
	right: 0;
	top: 20px;
	display: inline-block;
	padding: 7px;
	text-align: center;
	color: #fff;
	font-size: 20px
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .acc-open img {
	max-width: 20px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .acc-open i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .acc-open.open img {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .acc-open.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row h5 {
	margin-bottom: 8px;
	padding-right: 45px;
	line-height: 1.42;
	color: #000;
	font-family: Lato, sans-serif
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .time-location {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .time-location i {
	font-size: 22px;
	color: #e600b6;
	margin-right: 10px
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .time-location span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row span {
	font-size: 15px;
	line-height: normal;
	letter-spacing: .15px;
	display: inline-block;
	color: #290808
}

@media screen and (max-width:576px) {
	.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row span {
		margin-bottom: 10px
	}
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-time {
	margin-right: 50px
}

@media screen and (max-width:576px) {
	.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-time {
		width: 100%;
		margin-right: 0
	}
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-location {
	margin-right: 68px
}

@media screen and (max-width:576px) {
	.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-location {
		width: 100%;
		margin-right: 0
	}
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .sponsored {
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .15px;
	display: inline-block;
	background-color: #e600b6;
	color: #fff;
	padding: 1px 14px 3px
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-persons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .person-icon {
	position: absolute;
	left: 4px;
	top: 0
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .person-icon i {
	font-size: 19px
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user {
	width: calc(25% - 44px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 44px 40px 0
}

@media screen and (max-width:1365px) {
	.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user {
		width: calc(33.33333% - 44px)
	}
}

@media screen and (max-width:1199px) {
	.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user {
		width: calc(50% - 44px)
	}
}

@media screen and (max-width:576px) {
	.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user {
		width: calc(100% - 44px)
	}
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user .image {
	max-width: 55.3px;
	margin-right: 9.8px;
	width: 100%
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user .content {
	width: calc(100% - 65.3px)
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user .content h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	color: #53008a;
	margin: 0;
	font-family: Lato, sans-serif
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-user .content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	letter-spacing: normal;
	margin: 0
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-content.active {
	max-height: 2000px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 40px
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-content p {
	margin-bottom: 25px
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-content .supporters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-content h6 {
	width: 100%;
	font-size: 16px;
	margin-bottom: 25px;
	font-family: Lato, sans-serif
}

.main-agenda .main-agenda-section .main-agenda-content .main-agenda-row .agenda-content .logos {
	max-width: 150px;
	margin-right: 15px
}

.register+hr {
	margin-top: 60px
}

@media screen and (max-width:767px) {
	.register+hr {
		margin-top: 30px
	}
}

.wrp-agenda-tab-secondary p.val-secondary,
.wrp-agenda-tab p.val {
	display: none
}

.main-agenda .wrp-agenda-tab-secondary ul li {
	background-color: transparent;
	color: #000;
	text-align: center;
	font-size: 20px;
	letter-spacing: .2px;
	padding: 10px 25px;
	cursor: pointer
}

.main-agenda .wrp-agenda-tab-secondary ul li.active,
.main-agenda .wrp-agenda-tab-secondary ul li:hover {
	color: #00addc;
	background-color: transparent!important
}

@media screen and (max-width:1200px) {
	.main-agenda .wrp-agenda-tab,
	.main-agenda .wrp-agenda-tab-secondary {
		width: 100%
	}
	.main-agenda .main-agenda-section .main-agenda-top {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	header .header-wrap {
        flex-wrap: wrap!important;
    }
}

@media screen and (max-width:768px) {
	.wrp-agenda-tab {
		border: 1px solid #53008a;
		background-color: #53008a;
		margin-bottom: 15px
	}
	.wrp-agenda-tab p.val {
		margin-bottom: 0;
		padding: 16px 10px;
		font-size: 18.5px!important;
		letter-spacing: .19px;
		position: relative;
		border: 1px solid #5f5f5e;
		display: block;
		color: #fff;
		letter-spacing: .18px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700
	}
	p.val:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #fff;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.wrp-agenda-tab ul {
		display: none!important
	}
	.wrp-agenda-tab.show-filter ul {
		display: block!important;
		background-color: #fff;
		margin: 0!important
	}
	.wrp-agenda-tab.show-filter ul li {
		background-color: transparent!important;
		color: #000
	}
	.wrp-agenda-tab-secondary {
		border: 1px solid #909090
	}
	.wrp-agenda-tab-secondary p.val-secondary {
		margin-bottom: 0;
		padding: 16px 10px;
		font-size: 18.5px!important;
		letter-spacing: .19px;
		position: relative;
		border: 1px solid #5f5f5e;
		display: block;
		color: #909090;
		letter-spacing: .18px;
		font-size: 18px;
		line-height: 1.56;
		font-weight: 700
	}
	p.val-secondary:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #909090;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.wrp-agenda-tab-secondary ul {
		display: none!important
	}
	.wrp-agenda-tab-secondary.show-filter ul {
		display: block!important;
		background-color: #fff;
		margin: 0!important
	}
	.wrp-agenda-tab-secondary.show-filter ul li {
		background-color: transparent!important;
		color: #000
	}
}

.agenda-slider {
	padding: 35px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	background-repeat: repeat;
	background-position: 50%;
	background-size: cover
}

@media screen and (max-width:767px) {
	.agenda-slider {
		margin-top: 30px
	}
}

@media screen and (max-width:767px) {
	.agenda-slider .primary-btn {
		margin: auto
	}
}

.agenda-slider .agenda-wrap {
	max-width: 680px;
	width: 100%;
	padding: 0 74px
}

@media screen and (max-width:1599px) {
	.agenda-slider .agenda-wrap {
		max-width: 585px;
		width: 100%
	}
}

@media screen and (max-width:1279px) {
	.agenda-slider .agenda-wrap {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.agenda-slider .agenda-wrap {
		padding: 0 25px
	}
}

.agenda-slider .agenda-wrap h6 {
	margin-bottom: 5px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-left: 1px
}

.agenda-slider .agenda-wrap p {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .16px;
	margin-bottom: 4px;
	color: #fff;
	margin-left: 1px
}

@media screen and (max-width:767px) {
	.agenda-slider .agenda-wrap p {
		font-size: 14px;
		line-height: 1.32
	}
}

.agenda-slider .agenda-wrap p span {
	display: inline-block;
	margin: 0 10px
}

.agenda-slider .agenda-wrap p i {
	display: inline-block;
	margin-right: 8px
}

.agenda-slider .agenda-wrap .slick-next,
.agenda-slider .agenda-wrap .slick-prev {
	width: 60px;
	height: 60px;
	top: 50%;
	bottom: auto;
	z-index: 11
}

@media screen and (max-width:767px) {
	.agenda-slider .agenda-wrap .slick-next,
	.agenda-slider .agenda-wrap .slick-prev {
		width: 30px;
		height: 30px
	}
}

.agenda-slider .agenda-wrap .slick-next:before,
.agenda-slider .agenda-wrap .slick-prev:before {
	background-repeat: no-repeat;
	width: 18px;
	height: 29px;
	top: 14px;
	left: 12px;
	opacity: 1;
	font-size: 28px;
	color: #fff;
	background-color: transparent;
	padding: 0
}

@media screen and (max-width:767px) {
	.agenda-slider .agenda-wrap .slick-next:before,
	.agenda-slider .agenda-wrap .slick-prev:before {
		top: 5px;
		left: 4px;
		font-size: 20px
	}
}

.agenda-slider .agenda-wrap .slick-prev {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background-color: transparent
}

@media screen and (max-width:767px) {
	.agenda-slider .agenda-wrap .slick-prev {
		left: -22px
	}
}

.agenda-slider .agenda-wrap .slick-prev:before {
	content: "\f053";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900
}

.agenda-slider .agenda-wrap .slick-next {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 0;
	background-color: transparent
}

@media screen and (max-width:767px) {
	.agenda-slider .agenda-wrap .slick-next {
		right: -22px
	}
}

.agenda-slider .agenda-wrap .slick-next:before {
	content: "\f054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900
}

.sessions-wrap {
	width: 100%
}

@media screen and (max-width:991px) {
	.sessions-wrap {
		margin-top: 20px
	}
}

.sessions-wrap h3 {
	font-weight: 800;
	color: #000;
	line-height: 2.31;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.25rem
}

.sessions-wrap .session-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px -15px 0
}

.sessions-wrap .session-box-wrap .slick-dots {
	bottom: -30px
}

.sessions-wrap .session-box-wrap .slick-dots li {
	margin: 0 4px
}

.sessions-wrap .session-box-wrap .slick-dots li button:before {
	opacity: 1;
	font-size: 46px
}

.sessions-wrap .session-box-wrap .slick-dots li.slick-active button:before {
	opacity: 1
}

.sessions-wrap .session-box {
	padding: 24px 23px;
	width: calc(33.33333% - 30px);
	margin: 0 15px 3px
}

@media screen and (max-width:991px) {
	.sessions-wrap .session-box {
		width: calc(100% - 30px)
	}
}

.sessions-wrap .session-box .date {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	letter-spacing: .15px;
	padding: 4px 8px;
	margin-bottom: 12px;
	color: #fff
}

.sessions-wrap .session-box h6 {
	font-size: 1.125rem;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
	font-family: Lato, sans-serif
}

.sessions-wrap [class*=btn] {
	width: auto!important;
	margin: 55px auto 0!important;
	display: block!important;
	max-width: 359px
}

@media screen and (max-width:991px) {
	.sessions-wrap [class*=btn] {
		margin: 30px auto 0!important
	}
}

.sessions-wrap [class*=btn]>* {
	font-size: 18px!important
}

@media screen and (max-width:767px) {
	.speakers.line-up-speakers .speaker-rightSide+.agenda-slider {
		margin-top: 30px
	}
}

.cnt-exhibitor {
	padding: 4.529rem 0 3.824rem
}

.theme-option-exhibitor {
	margin: 0;
	padding: 0
}

@media (max-width:767px) {
	.theme-option-exhibitor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.theme-option-exhibitor li {
	display: inline-block;
	margin: 0 50px 0 0
}

@media (max-width:576px) {
	.theme-option-exhibitor li {
		display: block;
		text-align: center;
		margin: 0
	}
}

.theme-option-exhibitor li span.exhibitor-category {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: normal;
	text-decoration: none;
	color: #000;
	padding: 5px 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	cursor: pointer
}

.theme-option-exhibitor li span.selected {
	color: #fff;
	background-color: #53008a;
	padding: 5px 10px
}

.theme-exhibitor {
	margin-bottom: 2.813rem
}

.exhibitor-option li {
	display: inline-block;
	width: 40px;
	height: 41px;
	margin-right: 5px;
	margin-bottom: 17px;
	background-color: #f4f4f4;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.exhibitor-option {
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0
}

.ex-filtr {
	width: calc(100% - 45px);
	padding-left: 0
}

@media (max-width:1199px) {
	.ex-filtr {
		padding-left: 0
	}
}

.exhibitor-option .slick-track {
	margin-left: 0;
	margin-right: 0
}

.exhibitor-option li span.alphabet-selector {
	text-align: center;
	cursor: pointer;
	max-width: 100%;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000;
	padding: 8px 3px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	width: 100%;
	height: 100%
}

.exhibitor-option li span.alphabet-selector:hover,
.exhibitor-option li span.selected {
	background: #53008a;
	color: #fff
}

.option-combo-exhibitor-lists {
	margin-bottom: 18px
}

.exhibitor-block {
	width: 100%;
	position: static!important;
	-webkit-transform: inherit!important;
	-ms-transform: inherit!important;
	transform: inherit!important
}

.exhibitor-block:last-child {
	border-bottom: 0
}

.exhibitor-logos {
	background: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0 0 5px;
	padding: 34px 15px
}

.badge-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 100;
	-webkit-transition: width 1s ease, height 1s ease;
	-o-transition: width 1s ease, height 1s ease;
	-webkit-transition: width .4s ease, height .4s ease;
	-o-transition: width .4s ease, height .4s ease;
	transition: width .4s ease, height .4s ease
}

.top-left {
	position: absolute;
	top: -14px;
	left: 2px;
	-ms-transform: translateX(-30%) translateY(0) rotate(-45deg);
	-webkit-transform: translateX(-30%) translateY(0) rotate(-45deg);
	transform: translateX(-56%) translateY(0) rotate(-50deg);
	-ms-transform-origin: top right;
	-webkit-transform-origin: top right;
	transform-origin: top right
}

.badge {
	margin: 0;
	color: #fff;
	padding: 8px 10px;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	background: #e18729;
	font-weight: 600
}

.badge:after,
.badge:before {
	content: "";
	position: absolute;
	top: 0;
	margin: 0 -1px;
	width: 100%;
	height: 100%;
	background: inherit;
	min-width: 55px
}

.badge:after {
	left: 100%
}

.badge:before {
	right: 100%
}

.rest_exhibitor,
.search_exhibitor {
	cursor: pointer
}

.ex-logo-block-one {
	width: 20%
}

.exhibitor-block.exhibitor-block-titles .exhibitor-logos {
	padding: 8px .625em;
	background-color: #00addc
}

.exhibitor-block.exhibitor-block-titles .exhibitor-logos .ex-logo-block {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5
}

@media (max-width:1199px) {
	.exhibitor-option li {
		text-align: center
	}
	.exhibitor-option li.all {
		width: 100%
	}
	.exhibitor-option .slick-track {
		margin-left: auto;
		margin-right: auto
	}
	.exhibitor-option {
		margin: 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.exhibitor-option .slick-next,
	.exhibitor-option .slick-prev {
		top: 12px;
		-webkit-box-shadow: inherit;
		box-shadow: inherit;
		background: 0 0
	}
	.exhibitor-option .slick-prev {
		left: -35px
	}
	.exhibitor-option .slick-next {
		right: -35px
	}
}

@media screen and (max-width:767px) {
	.exhibitor-block.exhibitor-block-titles {
		display: none
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.ex-logo-block-one {
		width: 18%
	}
}

@media screen and (max-width:767px) {
	.ex-logo-block-one {
		width: 50%
	}
}

.ex-logo-block {
	color: #464646;
	font-size: 15px
}

.ex-logo-block img {
	max-width: 86px
}

@media screen and (max-width:767px) {
	.ex-logo-block {
		margin-bottom: 10px;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.ex-logo-block-two {
	width: 19%;
	color: #222;
	font-weight: 600
}

@media screen and (max-width:767px) {
	.ex-logo-block-two {
		width: 50%
	}
}

.ex-logo-block-three {
	width: 19%
}

@media screen and (max-width:767px) {
	.ex-logo-block-three {
		width: 50%
	}
}

.ex-logo-block-four {
	width: 19%
}

@media screen and (max-width:767px) {
	.ex-logo-block-four {
		width: 50%
	}
}

.ex-logo-block-five {
	width: 19%
}

@media screen and (max-width:767px) {
	.ex-logo-block-five {
		width: 50%
	}
}

.ex-logo-block-six {
	width: 4%;
	text-align: center
}

@media (min-width:768px) and (max-width:1199px) {
	.ex-logo-block-six {
		width: 6%
	}
}

@media screen and (max-width:767px) {
	.ex-logo-block-six {
		width: 50%
	}
}

@media (max-width:480px) {
	.ex-logo-block {
		width: 100%;
		margin-bottom: 1rem
	}
	.ex-logo-block:last-child {
		margin-bottom: 0
	}
}

.exhibitor-block.isotope-hidden {
	border-bottom: 0!important;
	display: none
}

.exhibitor-page .isotope,
.exhibitor-page .isotope .isotope-item {
	-webkit-transition-duration: inherit!important;
	-o-transition-duration: inherit!important;
	transition-duration: inherit!important
}

.exhibitor-sec {
	padding: 0 0 2.813rem
}

@media screen and (max-width:1024px) {
	.exhibitor-sec .exhibit-form .col-lg-6 {
		padding: 0
	}
}

.exhibitor-sec .exhibit-form form .form-group {
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 23px
}

.exhibitor-sec .exhibit-form form .form-group label {
	font-size: 14px;
	font-weight: 600
}

.exhibitor-sec .exhibit-form form .form-group input {
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0;
	height: 40px;
	width: 100%;
	padding: 10px;
	background: 0 0;
	min-height: 47px;
	border-radius: 2px;
	outline: 0
}

.exhibitor-sec .exhibit-form form .form-group .faq-select {
	border: 1px solid rgba(34, 34, 34, .4);
	border-radius: 0;
	height: 40px;
	width: 100%;
	color: #1d1d1b;
	font-size: 15px;
	-webkit-appearance: none;
	padding: 10px
}

.exhibitor-sec .exhibit-form form .form-group .for-select .fa-caret-down {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}

.exhibitor-sec .exhibit-form .cmn-btn-style-green-small a.btn-style-green-small {
	padding: 8px 18px;
	text-transform: none;
	font-size: 15px
}

.exhibitor-sec .primary-btn {
	padding: 8px 21px;
	font-weight: 600
}

.exhibit-form .cmn-btn-style-green-small {
	display: inline-block;
	margin-right: 3px
}

.exhibit-form .cmn-btn-style-green-small .btn {
	background-color: #4bc1df;
	border-color: #4bc1df;
	padding: 5px 16px 7px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase
}

.news-wrapper {
	background: #f8f8f8;
	padding: 3.125rem 0 4.75rem
}

.news-left {
	width: 66%;
	padding: 0 15px
}

@media (max-width:1024px) {
	.news-left {
		width: 60%
	}
}

.exhibitor-sec .row {
	margin: 0
}

.exhibitor-sec [class*=col] {
	padding: 0
}

.exhibitor-sec .select2-container--default .select2-selection--single {
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0;
	height: 40px;
	width: 100%;
	padding: 10px;
	background: 0 0;
	min-height: 47px;
	border-radius: 2px;
	outline: 0
}

.exhibitor-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none
}

.exhibitor-sec .exhibit-form [class*=col] {
	padding: 0 15px
}

.exhibitor-sec .exhibit-form .row {
	margin: 0 -15px
}

.exhibitor-sec .exhibit-form [class*=col].form-btn {
	padding: 0
}

.exhibitor-sec .select2-container {
	width: 100%!important
}

.exhibitor-logos .ex-logo-block {
	width: calc(16.66667% - 33px);
	padding: 0;
	margin: 0 15px
}

.exhibitor-logos .ex-logo-block.ex-logo-block-one {
	width: 140px
}

.exhibitor-logos .ex-logo-block.ex-logo-block-six {
	width: 200px
}

@media (max-width:1279px) {
	.exhibitor-logos .ex-logo-block.ex-logo-block-six {
		width: 183px
	}
}

.ex-logo-block-six[class*=btn]>* {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: normal;
	padding: 7px 5px 6px;
	margin: 0;
	text-align: center
}

.exhibitor-logos .ex-logo-block a {
	display: block
}

.exhibitor-logos .ex-logo-block {
	position: relative
}

@media (max-width:1199px) {
	.exhibitor-block-titles {
		display: none
	}
	.exhibitor-logos {
		padding: 15px
	}
	.exhibitor-logos .ex-logo-block {
		padding: 10px 0;
		width: 100%;
		text-align: right;
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 14px;
		margin: 0
	}
	.exhibitor-logos .ex-logo-block.ex-logo-block-one {
		width: 100%;
		padding-top: 0
	}
	.exhibitor-logos .ex-logo-block.ex-logo-block-six {
		width: 100%;
		padding: 0
	}
	.exhibitor-logos .ex-logo-block:before {
		content: attr(data-label);
		float: left;
		font-weight: 700;
		text-transform: uppercase
	}
	.ex-logo-block.ex-logo-block-one:before {
		bottom: 11px;
		top: auto;
		position: absolute;
		left: 0
	}
	.ex-logo-block img {
		max-width: 86px
	}
	.ex-filtr {
		width: 100%
	}
	.exhibitor-option li {
		margin-bottom: 5px;
		width: 30px;
		height: 30px
	}
	.exhibitor-option li span.alphabet-selector {
		font-size: 14px;
		padding: 5px 11px
	}
	.exhibitor-option {
		margin: 0
	}
}

@media (max-width:576px) {
	.exhibitor-logos .ex-logo-block {
		font-size: 12px
	}
}

 

@media screen and (max-width:1024px) {
	.home .featured-exhibitor {
		width: 100%
	}
}

.featured-exhibitor .featured-exhibitor-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.featured-exhibitor .featured-exhibitor-wrap .left-side {
	max-width: 390px;
	width: 100%
}

@media screen and (max-width:1024px) {
	.featured-exhibitor .featured-exhibitor-wrap .left-side {
		max-width: 100%;
		text-align: center
	}
}

.featured-exhibitor .featured-exhibitor-wrap .right-side {
	width: calc(100% - 390px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 95px;
	position: relative
}

@media screen and (max-width:1024px) {
	.featured-exhibitor .featured-exhibitor-wrap .right-side {
		width: 100%;
		padding-left: 0
	}
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-slider-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-slider-wrap:after {
	position: absolute;
	content: "";
	top: -1px;
	bottom: -1px;
	right: -1px;
	left: -1px;
	border: 5px solid #fff
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-wrap {
	width: 33.33333%;
	text-align: center;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: .5px solid #d6d6d6
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-wrap a {
	z-index: 9;
	display: flex !important;
    width: 100%;
    min-height: 100px;
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .logo-wrap a img {
	margin: auto
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category {
	width: 100%;
	z-index: 9;
	
	height: 100%;
	overflow: hidden
}

@media(max-width:576px){
	.featured-exhibitor .featured-exhibitor-wrap .right-side .category {
		height: auto;
	}
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category a {
	height: 100%;
	width: 100%;
	
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category-head {
	width: 100%;
	text-align: center;
	z-index: 9
}

.featured-exhibitor .featured-exhibitor-wrap .right-side .category-head p {
	color: #484848;
	z-index: 9
}

.featured-exhibitor.sponsor .slick-list {
	z-index: 9
}

.featured-exhibitor.sponsor .featured-exhibitor-wrap .right-side .logo-slider-wrap:after {
	left: 95px
}

@media screen and (max-width:1024px) {
	.featured-exhibitor.sponsor .featured-exhibitor-wrap .right-side .logo-slider-wrap:after {
		left: -1px
	}
}

.featured-exhibitor .slick-dots {
	left: -48.5%;
	text-align: left;
	bottom: 76px
}

@media screen and (max-width:1199px) {
	.featured-exhibitor .slick-dots {
		left: 50px;
		text-align: center;
		bottom: -34px
	}
}

@media screen and (max-width:1024px) {
	.featured-exhibitor .slick-dots {
		left: 0
	}
}

@media screen and (max-width:576px) {
	.featured-exhibitor.sponsor .featured-exhibitor-wrap .right-side .logo-slider-wrap .logo-wrap {
		width: 100%
	}
}

.home .gallery {
	
	text-align: center
}

@media screen and (max-width:1024px) {
	.home .gallery {
		width: 100%
	}
}

.gallery {
	overflow: hidden
}

.gallery h2 {
	text-align: center;
	margin-bottom: 27px
}

@media screen and (max-width:1024px) {
	.gallery h2 {
		margin-bottom: 10px
	}
}

.gallery .gallery-wrap {
	position: relative;
	max-width: 1453px;
	margin-left: auto
}

@media screen and (max-width:1669px) {
	.gallery .gallery-wrap {
		max-width: 1353px
	}
}

@media screen and (max-width:1569px) {
	.gallery .gallery-wrap {
		max-width: 1253px
	}
}

@media screen and (max-width:1469px) {
	.gallery .gallery-wrap {
		max-width: 1153px
	}
}

@media screen and (max-width:1369px) {
	.gallery .gallery-wrap {
		max-width: 1053px
	}
}

@media screen and (max-width:1269px) {
	.gallery .gallery-wrap {
		max-width: 953px
	}
}

@media screen and (max-width:1169px) {
	.gallery .gallery-wrap {
		max-width: 853px
	}
}

@media screen and (max-width:1049px) {
	.gallery .gallery-wrap {
		max-width: 790px
	}
}

@media screen and (max-width:1024px) {
	.gallery .gallery-wrap {
		max-width: 100%;
		margin: auto;
		padding: 0 20px
	}
}

.gallery .gallery-head {
	position: absolute;
	left: -93px;
	top: 46%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9
}

@media screen and (max-width:1024px) {
	.gallery .gallery-head {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
}

.gallery .gallery-head h2 {
	text-shadow: 0 3px 4px rgba(35, 35, 35, .61);
	font-family: 'Montserrat', sans-serif;
	font-size: 5.625rem;
	font-weight: 700;
	line-height: .64;
	letter-spacing: .9px;
	text-align: left;
	color: #e600b6;
	margin: 0;
	text-transform: none
}

@media screen and (max-width:1024px) {
	.gallery .gallery-head h2 {
		text-align: center
	}
}

.gallery .gallery-head span {
	text-shadow: 0 3px 4px rgba(35, 35, 35, .21);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: .18px;
	text-align: left;
	color: #00addc;
	display: block;
	width: 100%;
	margin-top: 25px
}

@media screen and (max-width:1024px) {
	.gallery .gallery-head span {
		text-align: center
	}
}

.gallery .gallery-slider-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: -147px;
	margin-left: auto;
	max-width: 1600px
}

@media screen and (max-width:1024px) {
	.gallery .gallery-slider-wrap {
		margin-right: 0
	}
}

.gallery .gallery-slider-wrap .gallery-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 199px;
	overflow: hidden;
	margin: 0 10px;
	width: 20%
}

@media screen and (max-width:576px) {
	.gallery .gallery-slider-wrap .gallery-box {
		margin: 0
	}
}

.gallery .gallery-slider-wrap .gallery-box:hover .image:after {
	height: 100%;
	bottom: 0
}

.gallery .gallery-slider-wrap .gallery-box:hover .content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.gallery .gallery-slider-wrap .gallery-box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.gallery .gallery-slider-wrap .gallery-box .image {
	position: relative
}

.gallery .gallery-slider-wrap .gallery-box .image:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	background-color: #00addc;
	mix-blend-mode: multiply;
	z-index: 9;
	height: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (max-width:1024px) {
	.gallery .gallery-slider-wrap .gallery-box .image:after {
		height: 100%;
		bottom: 0
	}
}

.gallery .gallery-slider-wrap .gallery-box .content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (max-width:1024px) {
	.gallery .gallery-slider-wrap .gallery-box .content {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.gallery .gallery-slider-wrap .gallery-box .content h6 {
	font-size: 20.5px;
	font-weight: 700;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align: center
}

.gallery .gallery-slider-wrap .gallery-box .content p {
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	text-align: center
}

.gallery [class*=btn] {
	margin: 37px auto 0
}

.gallery .slick-next,
.gallery .slick-prev {
	width: 43px;
	height: 43px;
	background-color: #53008a;
	border-radius: 50%;
	z-index: 9;
	right: 203px;
	left: auto
}

@media screen and (max-width:1469px) {
	.gallery .slick-next,
	.gallery .slick-prev {
		width: 33px;
		height: 33px
	}
}

.gallery .slick-next {
	top: 37%
}

.gallery .slick-next:before {
	content: "\f054";
	font-family: FontAwesome;
	opacity: 1;
	margin-left: 3px
}

.gallery .slick-next.slick-disabled {
	cursor: not-allowed;
	opacity: .5
}

@media screen and (max-width:1279px) {
	.gallery .slick-next {
		top: 33%
	}
}

@media screen and (max-width:1024px) {
	.gallery .slick-next {
		right: 0;
		top: 50%
	}
}

.gallery .slick-prev {
	top: 61%
}

.gallery .slick-prev:before {
	content: "\f053";
	font-family: FontAwesome;
	opacity: 1;
	margin-right: 3px
}

.gallery .slick-prev.slick-disabled {
	display: none!important;
	cursor: not-allowed;
	opacity: .5
}

@media screen and (max-width:1024px) {
	.gallery .slick-prev.slick-disabled {
		display: inline-block!important
	}
}

@media screen and (max-width:1279px) {
	.gallery .slick-prev {
		top: 65%
	}
}

@media screen and (max-width:1024px) {
	.gallery .slick-prev {
		left: 0;
		right: auto;
		top: 50%
	}
}

.gallery .slick-disabled+.slick-list+.slick-next {
	top: 50%
}

.gallery .slick-list {
	width: 100%
}

.gallery-isotope .g-isotope-wrap {
	text-align: center;
	position: relative
}

.gallery-isotope .g-list ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 15px
}

.gallery-isotope .g-list ul li {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	padding: 9px 25px;
	margin: 0 0 5px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (max-width:767px) {
	.gallery-isotope .g-list ul li {
		width: 100%
	}
}

.gallery-isotope .g-list ul li.active {
	background-color: #53008a;
	color: #fff
}

@media screen and (min-width:1025px) {
	.gallery-isotope .g-list ul li:hover {
		background-color: #53008a;
		color: #fff
	}
}

.gallery-isotope .g-wrap {
	float: left
}

.gallery-isotope .g-wrap>div {
	float: left;
	position: relative;
	padding: 1px;
	overflow: hidden
}

.gallery-isotope .play-icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 55px;
	height: 55px;
	z-index: 20;
	background-color: #e600b6;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.gallery-isotope .play-icon i {
	font-size: 16px
}

@media screen and (min-width:1025px) {
	.gallery-isotope .g-wrap>div:hover .content {
		opacity: 1
	}
	.gallery-isotope .g-wrap>div:hover img {
		-webkit-transform: translate3d(3%, 0, 0) scale(1.06);
		transform: translate3d(3%, 0, 0) scale(1.06)
	}
	.gallery-isotope .g-wrap>div:hover .play-icon {
		opacity: 1
	}
}

@media screen and (max-width:1024px) {
	.gallery-isotope .play-icon {
		opacity: 1
	}
}

.gallery-isotope .g-wrap>div img {
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06)
}

.gallery-isotope .g-wrap>div a {
	position: relative;
	z-index: 15;
	overflow: hidden;
	display: block;
}

.gallery-isotope .g-wrap .g-large {
	max-height: 400px;
	max-width: 600px
}

.gallery-isotope .g-wrap .g-large,
.gallery-isotope .g-wrap .g-small {
	-webkit-animation: gallery_animation .75s;
	animation: gallery_animation .75s;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.gallery-isotope .g-wrap .g-small {
	max-height: 200px;
	max-width: 300px
}

@media screen and (max-width:991px) {
	.gallery-isotope .g-wrap .g-small {
		width: 50%
	}
}

@media screen and (max-width:576px) {
	.gallery-isotope .g-wrap .g-small {
		width: 100%;
		max-width: 100%
	}
	.gallery-isotope .g-wrap>div a {
		width: 100%;
		max-height: 200px
	}
	.gallery-isotope .g-wrap>div img {
		width: 100%
	}
}

.gallery-isotope .g-wrap .content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.gallery-isotope .g-wrap .content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #00addc;
	opacity: .7
}

.gallery-isotope .g-wrap .content .heading {
	letter-spacing: .16px;
	text-align: left;
	color: #e600b6;
	z-index: 11;
	position: relative;
	margin-bottom: 3px;
	font-weight: 400;
	width: 100%
}

.gallery-isotope .g-wrap .content .description {
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	font-size: 1.156rem;
	z-index: 11;
	position: relative;
	margin-bottom: 24px;
	width: 100%
}

.gallery-isotope [class*=btn] {
	margin: 43px 0 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.gallery .gallery-slider-wrap .gallery-box .image:after {
		opacity: .7
	}
}

@-webkit-keyframes gallery_animation {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes gallery_animation {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes pulse {
	50% {
		background: #fff
	}
}

@keyframes pulse {
	50% {
		background: #fff
	}
}

.loader-wrap {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 45px;
	left: 0;
	background-color: #fff;
	z-index: 20
}

.loading-pulse {
	position: relative;
	width: 6px;
	height: 24px;
	background: rgba(0, 0, 0, .5);
	-webkit-animation: pulse .75s infinite;
	animation: pulse .75s infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.loading-pulse:after,
.loading-pulse:before {
	content: "";
	position: absolute;
	display: block;
	height: 16px;
	width: 6px;
	background: rgba(0, 0, 0, .5);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: pulse .75s infinite;
	animation: pulse .75s infinite
}

.loading-pulse:before {
	left: -12px
}

.loading-pulse:after {
	left: 12px;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.filtered-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

div#load-more-gallery a {
	color: #fff
}

.error-sub-head {
	position: absolute;
	top: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #53008a;
	padding: 10px 5px;
	max-width: 296px;
	width: 100%;
	text-align: center;
	font-size: 21px
}

.error-sub-head h6 {
	color: #fff
}

ul {
	padding: 0 0 0 17px;
	margin: 15px 0
}

ul li {
	font-size: 16px;

}

.error-section .three-col-wrap {
	padding-top: 30px
}

@media (min-width:1025px) {
	.error-section .three-col-box:nth-child(n+4) {
		margin-top: 60px
	}
}

.error-section.three-col .three-col-box .content p {
	font-size: 1.25rem
}

.error-section.three-col .three-col-box .content {
	padding-bottom: 0
}

.error-section li a,
.error-section p a {
	display: inline
}

.search-section-404 .search-wrap-404 {
	width: 100%;
	text-align: center;
	padding: 0 20px
}

.search-section-404 .form-group {
	max-width: 617px;
	width: 100%;
	margin: 35px auto 0;
	position: relative
}

.search-section-404 .form-group input {
	padding: 20px 55px 20px 9px;
	border: 1px solid #53008a;
	background-color: #f4f4f4;
	border-radius: 0;
	width: 100%;
	outline: 0;
	font-size: 1rem;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.search-section-404 .form-group button {
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 0;
	padding: 19px;
	cursor: pointer
}

.search-section-404 .form-group button i {
	font-size: 22px
}

.news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #f6f6f6
}

.news-block-img {
	max-width: 400px;
	width: 100%
}

.news-content {
	width: calc(100% - 400px);
	padding: 10px 0
}

.news-content h4 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px
}

.news-content p {
	font-weight: 400
}

.read-news a {
	text-decoration: none
}

@media (max-width:1279px) {
	.news-block-img {
		max-width: 300px
	}
	.news-content {
		width: calc(100% - 300px)
	}
}

@media (max-width:767px) {
	.news-block-img {
		max-width: 100%;
		text-align: center
	}
	.news-block {
		padding: 20px 0
	}
	.news-content {
		width: 100%;
		padding: 10px 0
	}
	.news-wrapper.first-section .news-left h2 {
		line-height: normal
	}
	.news-wrapper.first-section {
		padding: 20px 5px
	}
}

.pagination-news ul {
	padding: 0;
	margin: 40px 0 0;
	text-align: left;
	max-width: 100%
}

.pagination-news ul li {
	display: inline-block;
	margin: 0 1px
}

.pagination-news ul li a {
	padding: 8px 15px 7px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 0, .45);
	text-decoration: none;
	border-radius: 2px;
	background-color: #efece9;
	min-height: 34px;
	min-width: 34px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 1px 6px;
	display: inline-block
}

.pagination-news ul li a.disable-cursor {
	display: none
}

.pagination-news ul li.current a,
.pagination-news ul li a:hover {
	background: #53008a;
	color: #fff
}

.three-col h2,
.three-col h3 {
	text-align: left;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px
}

.three-col .container>p {
	margin-bottom: 21px
}

@media screen and (max-width:1024px) {
	.three-col .container>p {
		margin-bottom: 10px
	}
}

.three-col .three-col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px -15px 0
}

.three-col .three-col-box {
	width: calc(33.33333% - 30px);
	margin: 0 15px;
	background-color: #fff;
	position: relative
}

@media screen and (max-width:1024px) {
	.three-col .three-col-box {
		width: calc(50% - 30px);
		margin: 0 15px 30px
	}
}

@media screen and (max-width:767px) {
	.three-col .three-col-box {
		width: calc(100% - 30px)
	}
	.three-col .three-col-box:last-child {
		margin-bottom: 0
	}
}

.three-col .three-col-box .content {
	padding: 24px 0 83px
}

.three-col .three-col-box .content p {
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 4px;
	letter-spacing: normal
}

.three-col .three-col-box .content span {
	letter-spacing: 1.6px;
	color: #e600b6;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 9px
}

.three-col .three-col-box .image img {
	width: 100%
}

.three-col [class*=btn] {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0
}

@media screen and (max-width:767px) {
	.press-release.first-section {
		padding: 20px
	}
}

.press-release .pr-wrap h2 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase
}

.press-release .pr-content,
.press-release .pr-wrap .load-more {
	max-width: 1200px
}

.press-release .pr-row {
	margin: 0 -30px 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.press-release .pr-row:last-child {
	margin: 0 -30px
}

@media screen and (max-width:767px) {
	.press-release .pr-row {
		margin: 0 -15px 54px
	}
	.press-release .pr-row:last-child {
		margin: 0 -15px
	}
}

.press-release .content span {
	display: inline-block;
	background-color: #53008a;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: .14px;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 9px;
	margin-top: 13px
}

.press-release .content h5 {
	font-weight: 700;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
	font-family: Lato, sans-serif
}

.press-release .content a {
	text-decoration: none;
	font-weight: 700
}

.press-release .pr-large {
	position: relative;
	width: calc(50% - 60px);
	margin: 0 30px;
	min-height: 360px;
	max-height: 360px
}

@media screen and (max-width:1199px) {
	.press-release .pr-large {
		width: 100%;
		margin: 0 30px 30px
	}
}

@media screen and (max-width:767px) {
	.press-release .pr-large {
		margin: 0 15px 30px
	}
}

.press-release .pr-large .play-btn {
	top: 76%;
	left: 87.5%
}

@media screen and (max-width:767px) {
	.press-release .pr-large .play-btn {
		top: 24%;
		left: 50%
	}
}

.press-release .pr-large .play-btn .play-icon {
	width: 75px;
	height: 75px
}

@media screen and (max-width:767px) {
	.press-release .pr-large .play-btn .play-icon {
		width: 55px;
		height: 55px
	}
}

.press-release .pr-large .play-btn .play-icon i {
	font-size: 25px
}

@media screen and (max-width:767px) {
	.press-release .pr-large .play-btn .play-icon i {
		font-size: 15px
	}
}

.press-release .pr-large .image {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.press-release .pr-large .image img {
	width: 100%;
	height: 100%
}

.press-release .pr-large .image:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .01);
	background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .01)), color-stop(100%, #000));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .01)), to(#000));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .01) 0, #000 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, .01) 0, #000)
}

.press-release .pr-large .content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	z-index: 9;
	max-width: 365px
}

.press-release .pr-small-wrap {
	width: calc(50% - 60px);
	margin: 0 30px
}

@media screen and (max-width:1199px) {
	.press-release .pr-small-wrap {
		width: 100%;
		margin: 0 30px
	}
}

@media screen and (max-width:767px) {
	.press-release .pr-small-wrap {
		margin: 0 15px
	}
}

.press-release .pr-small-wrap .pr-small {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 35px
}

@media screen and (max-width:576px) {
	.press-release .pr-small-wrap .pr-small {
		max-width: 360px;
		margin: auto auto 30px;
		text-align: center
	}
}

.press-release .pr-small-wrap .pr-small:last-child {
	margin-bottom: 0
}

.press-release .pr-small-wrap .pr-small .image {
	max-width: 150px;
	width: 100%
}

@media screen and (max-width:576px) {
	.press-release .pr-small-wrap .pr-small .image {
		max-width: 100%;
		text-align: center;
		margin: auto
	}
	.press-release .pr-small-wrap .pr-small .image img {
		margin: auto
	}
}

.press-release .pr-small-wrap .pr-small .content {
	width: calc(100% - 150px);
	padding-left: 30px;
	position: static
}

@media screen and (max-width:576px) {
	.press-release .pr-small-wrap .pr-small .content {
		width: 100%;
		padding-left: 0;
		padding-top: 15px
	}
}

.press-release .pr-small-wrap .pr-small .content h5 {
	font-size: 18px;
	color: #000;
	font-family: Lato, sans-serif
}

@media screen and (max-width:576px) {
	.press-release .pr-small-wrap .pr-small .content h5 {
		max-width: 100%
	}
}

.press-release .pr-medium {
	width: calc(33.33333% - 60px);
	margin: 0 30px 40px;
	position: relative
}

@media screen and (max-width:1199px) {
	.press-release .pr-medium {
		width: calc(50% - 60px)
	}
}

@media screen and (max-width:767px) {
	.press-release .pr-medium {
		width: calc(50% - 30px);
		margin: 0 15px 40px
	}
}

@media screen and (max-width:576px) {
	.press-release .pr-medium {
		width: calc(100% - 30px);
		margin: 0 15px 30px
	}
}

.press-release .pr-medium .image img {
	width: 100%
}

.press-release .pr-medium .content {
	padding: 25px 0
}

.press-release .pr-medium .content h5 {
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px
}

.press-release .pr-medium .content span {
	position: absolute;
	top: 27px;
	left: 30px;
	margin: 0
}

.load-more {
	width: 100%;
	text-align: center;
	margin-top: 32px
}

@media screen and (max-width:1023px) {
	.load-more {
		margin-top: 16px
	}
}

.load-more [class*=btn] {
	margin: 0 auto
}

.press-release .load-more .primary-btn>* {
	color: #fff!important
}

.pr-medium .play-icon {
	width: 59px;
	height: 58px
}

.pr-medium .play-btn {
	top: 58%
}

.pr-medium .image {
	position: relative
}

.pr-medium .play-icon i {
	font-size: 15px
}

.pr-small .play-icon {
	width: 59px;
	height: 58px
}

.pr-small .play-btn {
	top: 50%
}

.pr-small .image {
	position: relative
}

.pr-small .play-icon i {
	font-size: 15px
}

.promotion {
	width: 100%;
	padding: 60px 20px
}

@media screen and (max-width:1024px) {
	.promotion {
		padding: 30px 20px
	}
}

.promotion .promotion-wrap {
	max-width: 728px;
	margin: auto
}

.register {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding: 40px 0 43px
}

@media screen and (max-width:1023px) {
	.register {
		padding: 30px 0
	}
}

.register-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

@media screen and (max-width:1279px) {
	.register-wrap {
		padding: 0 15px
	}
}

.register-wrap .register-leftSide {
	max-width: 629px
}

.register-wrap .register-leftSide h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff
}

.register-wrap .register-leftSide p {
	line-height: 1.5;
	letter-spacing: .16px;
	color: #fff;
	font-size: 16px
}

.register-wrap .register-rightSide {
	width: calc(100% - 629px);
	text-align: right
}

@media screen and (max-width:1024px) {
	.register-wrap .register-rightSide {
		width: 100%;
		text-align: left
	}
}

.register-wrap [class*=btn] {
	margin: auto
}

@media screen and (max-width:1024px) {
	.register-wrap [class*=btn] {
		margin: 0
	}
}

.home .speakers {
	padding: 0
}

@media screen and (max-width:1024px) {
	.home .speakers {
		padding: 30px 0!important
	}
}

@media screen and (min-width:768px) {
	.home .speakers .container-fluid {
		padding: 0
	}
}



@media screen and (max-width:1024px) {
	.home .speakers .speaker-wrap {
		width: 100%
	}
}

.speakers .speaker-head-mobile {
	text-align: center;
	width: 100%
}

@media screen and (min-width:768px) {
	.speakers .speaker-head-mobile {
		display: none
	}
}

.speakers .speaker-head-mobile h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 12px
}

.speakers .for-mobile {
	margin: 0 auto;
	max-width: 280px;
	display: block
}

@media screen and (min-width:768px) {
	.speakers .for-mobile {
		display: none
	}
}

.speakers .speaker-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap {
		max-width: 280px;
		margin: auto
	}
}

.speakers .speaker-wrap .speaker-head {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:1439px) {
	.speakers .speaker-wrap .speaker-head {
		width: 33.33333%
	}
}

@media screen and (max-width:1024px) {
	.speakers .speaker-wrap .speaker-head {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap .speaker-head {
		display: none
	}
}

.speakers .speaker-wrap .speaker-head h2 {
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 3.84px;
	text-align: center;
	color: #fff;
	margin: 0
}

.speakers .speaker-wrap .speaker-head h2 span {
	font-size: 2.687rem;
	font-weight: 400;
	letter-spacing: 2.58px;
	display: block;
	width: 100%;
	/*text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #e600b6, 0 0 8px #e600b6*/
}

.speakers .speaker-wrap .speaker-box {
	width: 12.5%;
	position: relative
}

@media screen and (max-width:1439px) {
	.speakers .speaker-wrap .speaker-box {
		width: 16.66667%
	}
}

@media screen and (max-width:1024px) {
	.speakers .speaker-wrap .speaker-box {
		width: 25%
	}
}

.speakers .speaker-wrap .speaker-box .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.speakers .speaker-wrap .speaker-box .image:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: auto;
	right: 0;
	background-color: #00addc;
	mix-blend-mode: multiply;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
	height: 0
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap .speaker-box .image {
		padding: 0
	}
}

.speakers .speaker-wrap .speaker-box .image img {
	width: 100%
}

@media screen and (min-width:768px) {
	.speakers .speaker-wrap .speaker-box:hover .content {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.speakers .speaker-wrap .speaker-box:hover .image:after {
		bottom: 0;
		height: 100%;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
}

.speakers .speaker-wrap .speaker-box .content {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    padding:5px;
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap .speaker-box .content {
		position: relative;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		margin-top: 15px;
		margin-bottom: 23px
	}
}

.speakers .speaker-wrap .speaker-box .content>* {
	color: #fff;
	width: 100%
}

.speakers .speaker-wrap .speaker-box .content .details {
	margin-bottom: 0;
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap .speaker-box .content .details {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10px;
	}
	.speakers .speaker-wrap .speaker-box .content .details:after {
		position: absolute;
		content: "";
		height: 2px;
		width: 90px;
		right: 0;
		top: 0px;
		background-color: #00addc
	}
}

.speakers .speaker-wrap .speaker-box .content p {
	margin: 0;
	color: #fff;
	z-index: 9;
	width: 100%
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap .speaker-box .content p {
		text-align: left
	}
}

.speakers .speaker-wrap .speaker-box .content .name {
	font-size: 20.5px;
	font-weight: 700
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap .speaker-box .content .name {
		font-size: 20px;
		color: #53008a;
		
	}
}

.speakers .speaker-wrap .speaker-box .content .designation,  .speakers .speaker-wrap .speaker-box .content .company{
    font-size: 14px;
    font-weight: 300;
}


@media screen and (max-width:767px) {
	.speakers .speaker-wrap .speaker-box .content .designation, .speakers .speaker-wrap .speaker-box .content .company {
		font-size: 14px;
		color: #000000;
	}
}

.speakers .speaker-wrap [class*=btn] {
	width: 25%;
	margin: 0
}

.speakers .speaker-wrap .details [class*=btn] {
	display: none
}

@media screen and (max-width:1439px) {
	.speakers .speaker-wrap [class*=btn] {
		width: 33.33333%
	}
}

@media screen and (max-width:1024px) {
	.speakers .speaker-wrap [class*=btn] {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.speakers .speaker-wrap [class*=btn] {
		display: none
	}
	.speakers .speaker-wrap .details [class*=btn] {
		display: block;
		width: 100%;
		margin-top: 15px
	}
	.speakers .speaker-wrap .details [class*=btn]>* {
		font-size: 14px;
		padding: 7.5px 25px
	}
}

.speakers .speaker-wrap [class*=btn]>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.25rem;
	font-weight: 700
}
.rtl .speakers .speaker-wrap .speaker-head h2,.rtl  .speakers .speaker-wrap .speaker-head h2 span {
    letter-spacing: normal;
}

.rtl .speakers .speaker-wrap [class*=btn]>* {
    letter-spacing: normal;
}

.speakers .speaker-wrap [class*=btn]>* span {
	font-size: 2rem;
	display: block;
	width: 100%
}

.speakers .slick-next,
.speakers .slick-prev {
	width: 45px;
	height: 49px;
	bottom: auto;
	z-index: 11;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.speakers .slick-next:before,
.speakers .slick-prev:before {
	background-repeat: no-repeat;
	position: absolute;
	opacity: 1;
	color: #fff;
	background-color: #000;
	padding: 10px 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 24px
}

.speakers .slick-prev {
	left: -10.5px
}

.speakers .slick-next {
	right: -10.5px
}

.speakers.line-up-speakers {
	padding-top: 79px
}

@media screen and (max-width:1024px) {
	.speakers.line-up-speakers {
		padding-top: 30px
	}
}

.speakers.line-up-speakers .container>p {
	margin-bottom: 52px
}

.speakers.line-up-speakers .container>[class*=btn] {
	margin: auto auto 60px;
	max-width: 267px;
	text-align: center;
	display: block
}

.speakers.line-up-speakers .container>[class*=btn] a {
	color: #fff!important
}

.speakers.line-up-speakers .container>[class*=btn]:hover a {
	color: #e600b6!important
}

.speakers.line-up-speakers .speaker-wrap {
	background-color: #fff;
	width: 100%;
	margin: 37px 0 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:767px) {
	.speakers.line-up-speakers .speaker-wrap {
		margin: auto
	}
}

.speakers.line-up-speakers .speaker-wrap .speaker-box {
	margin: 0 0 40px;
	width: 25%
}

@media screen and (max-width:1279px) {
	.speakers.line-up-speakers .speaker-wrap .speaker-box {
		width: 33.33333%
	}
}

@media screen and (min-width:1025px) {
	.speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image {
		-webkit-transform: scale(1.213);
		-ms-transform: scale(1.213);
		transform: scale(1.213);
		z-index: 9;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image:after {
		opacity: 1
	}
	.speakers.line-up-speakers .speaker-wrap .speaker-box:hover>.details {
		opacity: 0
	}
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content svg {
	width: 42px;
	height: 43px;
	margin: auto auto 15px
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link {
	margin-top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	padding: 23px 15px 35px
}

@media screen and (max-width:1024px) {
	.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link {
		display: none
	}
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link .details h5,
.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link .details p,
.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link>* {
	color: #fff
}
.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link .details p {
    color: #fff;
    font-size: 14px;
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link [class*=btn] {
	width: auto;
	margin: auto
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .content .profile-link [class*=btn]>* {
	font-size: 18px;
	letter-spacing: .18px;
	padding: 11.8px 25px
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .image {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .image:after {
	height: 100%;
	opacity: 0
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .image img {
	width: 100%
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .details {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	height: auto
}

@media screen and (max-width:767px) {
	.speakers.line-up-speakers .speaker-wrap .speaker-box .details {
		text-align: center
	}
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .details h5 {
	margin: 0;
	line-height: 1.5;
	font-size: 20.5px;
	font-family: Lato, sans-serif
}

.speakers.line-up-speakers .speaker-wrap .speaker-box .details p {
	margin: 0;
	color: #000;
	font-size: 14px;
}

.speakers.line-up-speakers .speaker-wrap+.agenda-slider {
	margin-top: 0
}

.speakers.speaker-details {
	padding: 0;
	overflow: hidden
}

.speakers.speaker-details .speaker-wrap {
	background-color: #fff;
	padding: 57px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden
}

@media screen and (max-width:1024px) {
	.speakers.speaker-details .speaker-wrap {
		padding: 30px 0
	}
}

@media screen and (max-width:991px) {
	.speakers.speaker-details .speaker-wrap {
		width: 100%;
		max-width: 100%
	}
}

.speakers.speaker-details .speaker-wrap>p {
	line-height: 1.5
}

@media screen and (max-width:1024px) {
	.speakers.speaker-details .speaker-wrap h2 {
		line-height: .99;
		margin-bottom: 15px
	}
}

.speakers.speaker-details .speaker-wrap p {
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 23px
}

.speakers.speaker-details .speaker-wrap .speaker-img {
	max-width: 300px;
	max-height: 300px;
	margin-top: 9px
}

@media screen and (max-width:991px) {
	.speakers.speaker-details .speaker-wrap .speaker-img {
		margin: auto
	}
}

.speakers.speaker-details .speaker-wrap .speaker-content {
	width: calc(100% - 140px);
	padding: 0 0 0 43px;
	position: relative
}

@media screen and (max-width:1365px) {
	.speakers.speaker-details .speaker-wrap .speaker-content {
		padding: 0 50px
	}
}

@media screen and (max-width:991px) {
	.speakers.speaker-details .speaker-wrap .speaker-content {
		width: 100%;
		padding: 20px 0 0
	}
}

.speakers.speaker-details .speaker-wrap .speaker-content h2 {
	margin-bottom: 17px
}

@media screen and (max-width:767px) {
	.speakers.speaker-details .speaker-wrap .speaker-content h2 {
		margin-bottom: 7px
	}
}

.speakers.speaker-details .speaker-wrap .speaker-content .designation {
	font-size: 1.156rem;
	line-height: 1.33;
	margin-top: -6px;
	margin-bottom: 8px
}

.speakers.speaker-details .speaker-wrap .speaker-content .company {
	font-size: 1.156rem;
	line-height: 1.33;
	margin-top: -6px;
	margin-bottom: 16px
}

.speakers.speaker-details .speaker-wrap .next-speaker {
	-webkit-box-shadow: 0 0 9.6px .4px rgba(11, 11, 11, .26);
	box-shadow: 0 0 9.6px .4px rgba(11, 11, 11, .26);
	background-color: #fff;
	max-width: 302px;
	width: 100%;
	cursor: pointer;
	position: absolute;
	right: -212px;
	top: 23%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-animation: shadow-pulse 1.2s infinite;
	animation: shadow-pulse 1.2s infinite
}

@media screen and (max-width:576px) {
	.speakers.speaker-details .speaker-wrap .next-speaker {
		top: 225px
	}
}

.speakers.speaker-details .speaker-wrap .next-speaker:hover {
	right: 0;
	-webkit-animation: none;
	animation: none
}

.speakers.speaker-details .speaker-wrap .next-speaker a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

.speakers.speaker-details .speaker-wrap .next-speaker .image {
	padding: 12px;
	max-width: 90px;
	width: 100%
}

.speakers.speaker-details .speaker-wrap .next-speaker .content {
	width: calc(100% - 90px);
	padding: 8px
}

.speakers.speaker-details .speaker-wrap .next-speaker .content h6 {
	font-size: 18px;
	line-height: 1.33;
	color: #000;
	margin: 0;
	word-break: break-word
}

.speakers.speaker-details .speaker-wrap .next-speaker .content p {
	font-size: 16px;
	line-height: 1.13;
	margin: 0;
	word-break: break-word
}

.speakers.speaker-details .speaker-wrap .next-speaker .content .company {
	font-weight: 700
}

.speakers.speaker-details .speaker-wrap .back-to-speakers {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 12px;
	right: 0;
	text-decoration: none;
	color: #53008a;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .18px;
	text-transform: uppercase;
	width: 202px
}

@media screen and (max-width:1365px) {
	.speakers.speaker-details .speaker-wrap .back-to-speakers {
		right: 0;
		top: 0
	}
}

@media screen and (max-width:991px) {
	.speakers.speaker-details .speaker-wrap .back-to-speakers {
		right: 0;
		top: 29px;
		font-size: 15px
	}
}

@media screen and (max-width:767px) {
	.speakers.speaker-details .speaker-wrap .back-to-speakers {
		top: 0;
		position: relative;
		margin-bottom: 20px
	}
	.speakers.line-up-speakers .container>[class*=btn] {
		display: none
	}
}

.speakers.speaker-details .speaker-wrap .back-to-speakers svg {
	max-width: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 100%;
	margin-right: 8px;
	height: 22px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image:after,
	.speakers .speaker-wrap .speaker-box .image:after {
		opacity: .5
	}
}

@supports (-ms-ime-align:auto) {
	.speakers.line-up-speakers .speaker-wrap .speaker-box:hover .image:after,
	.speakers .speaker-wrap .speaker-box .image:after {
		opacity: .5
	}
}

@-webkit-keyframes shadow-pulse {
	0% {
		-webkit-box-shadow: 0 0 9.6px .4px rgba(11, 11, 11, .15);
		box-shadow: 0 0 9.6px .4px rgba(11, 11, 11, .15)
	}
	to {
		-webkit-box-shadow: 0 0 0 15px rgba(11, 11, 11, 0);
		box-shadow: 0 0 0 15px rgba(11, 11, 11, 0)
	}
}

@keyframes shadow-pulse {
	0% {
		-webkit-box-shadow: 0 0 9.6px .4px rgba(11, 11, 11, .15);
		box-shadow: 0 0 9.6px .4px rgba(11, 11, 11, .15)
	}
	to {
		-webkit-box-shadow: 0 0 0 15px rgba(11, 11, 11, 0);
		box-shadow: 0 0 0 15px rgba(11, 11, 11, 0)
	}
}



@media screen and (max-width:1024px) {
	.home .sponsors {
		width: 100%
	}
}

.sponsors {
	padding: 60px 0 39px
}

@media screen and (max-width:1024px) {
	.sponsors {
		padding: 30px 0 15px
	}
}

.sponsors .sponsor-wrap {
	padding: 0 20px;
	text-align: center;
	width: 100%
}

@media screen and (max-width:767px) {
	.sponsors .sponsor-wrap {
		padding: 0 20px
	}
}

.sponsors .sponsor-boxes {

	margin: auto;
	max-width: 1355px
}

.sponsors .sponsor-boxes.media-partners .slick-dots {
	bottom: 3px
}

.sponsors .sponsor-boxSingle {
	width: calc(20% - 30px);
	margin: 0 15px 22px;
	background-color: #fff;
	padding: 24px;
	text-align: center
}

@media screen and (max-width:1365px) {
	.sponsors .sponsor-boxSingle {
		width: calc(25% - 30px)
	}
}

@media screen and (max-width:991px) {
	.sponsors .sponsor-boxSingle {
		width: calc(33.33333% - 30px)
	}
}

@media screen and (max-width:575px) {
	.sponsors .sponsor-boxSingle {
		width: calc(100% - 30px)
	}
}

.sponsors .sponsor-boxSingle h6 {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
	margin-bottom: 15px
}

.sponsors .sponsor-boxSingle img {
	margin: auto
}

@media screen and (max-width:576px) {
	.sponsors.partners {
		padding: 30px 0 112px
	}
	.sponsors.partners .sponsor-wrap {
		padding: 0
	}
	.sponsors.partners h2 {
		text-transform: uppercase;
		margin-bottom: 17px
	}
}

.sponsors.partners .sponsor-boxSingle {
	margin-bottom: 0
}

@media screen and (max-width:576px) {
	.sponsors.partners .sponsor-boxSingle {
		padding: 11px;
		margin: 0 7.5px
	}
	.sponsors.partners .sponsor-boxSingle p {
		font-size: 12px;
		line-height: normal;
		width: 100%
	}
	.sponsors.partners .sponsor-boxSingle a {
		height: 49px
	}
	.sponsors.partners .sponsor-boxSingle a img {
		max-height: 49px
	}
}

.sponsors.partners .slick-next,
.sponsors.partners .slick-prev {
	width: 45px;
	height: 45px;
	z-index: 11;
	top: auto;
	bottom: -73px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	left: 38%
}

.sponsors.partners .slick-next:before,
.sponsors.partners .slick-prev:before {
	background-repeat: no-repeat;
	position: absolute;
	opacity: 1;
	color: #fff;
	background-color: #000;
	padding: 10px 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 24px
}

.sponsors.partners .slick-next {
	left: 62%
}



@media (max-width:1024px) {
	.home .sponsors+.promotion {
		width: 100%
	}
}

.home .statistics-section {
	
	padding: 50px 0
}

@media screen and (max-width:1024px) {
	.home .statistics-section {
		width: 100%
	}
}

.banner-section+.statistics-section {
	width: calc(100% - 156px);
	margin: -198px auto 0
}

.banner-section+.statistics-section .statistics-content {
	margin: 0
}

[class*=btn]+.statistics-content {
	margin: 0!important
}

@media screen and (max-width:1599px) {
	.banner-section+.statistics-section {
		margin-top: -186px
	}
}

@media screen and (max-width:1199px) {
	.banner-section+.statistics-section {
		margin: -186px auto 0;
		padding-bottom: 0
	}
}

@media screen and (max-width:1024px) {
	.banner-section+.statistics-section {
		margin: -179px auto 0;
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.banner-section+.statistics-section {
		margin: -173px auto 0
	}
}

@media screen and (max-width:1199px) {
	.statistics-section .container-fluid {
		padding: 0
	}
}

.statistics-section .statistics-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1305px;
	margin: auto
}

@media screen and (max-width:1199px) {
	.statistics-section .statistics-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media screen and (max-width:1199px) {
	.statistics-section .statistics-wrap>:first-child {
		width: 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: 100%
	}
	.statistics-section .statistics-wrap>:nth-child(2) {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 20px 13px
	}
	.statistics-section .statistics-wrap>:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 50%;
		max-width: 100%
	}
}

@media screen and (max-width:1199px) {
	.statistics-section .statistics-wrap>:nth-child(2) {
		width: -webkit-fill-available
	}
}

.statistics-section .statistics-content {
	width: 100%;
	max-width: 816px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000
}

@media screen and (max-width:1024px) {
	.statistics-section .statistics-content {
		max-width: 100%;
		width: 100%;
		margin: 0
	}
}

.statistics-section .statistics-content .slick-list {
	width: 100%
}

.statistics-section .statistics-content .slick-next,
.statistics-section .statistics-content .slick-prev {
	width: 28px;
	height: 34px;
	bottom: auto;
	z-index: 11;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.statistics-section .statistics-content .slick-next:before,
.statistics-section .statistics-content .slick-prev:before {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
	font-family: FontAwesome;
	color: #fff;
	background-color: #be9a55;
	padding: 9px 0;
	font-size: 17px;
	top: 0;
	left: 0
}

.statistics-section .statistics-content .slick-prev {
	left: 0
}

.statistics-section .statistics-content .slick-prev:before {
	content: "\f053"
}

.statistics-section .statistics-content .slick-next {
	right: 0
}

.statistics-section .statistics-content .slick-next:before {
	content: "\f054"
}

.statistics-section .statistics-box {
	width: 25%;
	text-align: center;
	padding: 15.5px 15px
}

@media screen and (max-width:767px) {
	.statistics-section .statistics-box {
		padding: 7px 15px 13px
	}
}

.statistics-section .statistics-box h2 {
	margin-bottom: 5px;
	font-size: 2.468rem;
	line-height: 1.09;
	letter-spacing: normal;
	color: #fdfdfd;
	font-weight: 400;
	/*font-family: Cardo, serif*/
	font-family: 'Montserrat', sans-serif;
	
}

@media screen and (max-width:767px) {
	.statistics-section .statistics-box h2 {
		font-size: 32px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.34;
		margin-bottom: 0
	}
}

.statistics-section .statistics-box p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.36;
	letter-spacing: normal;
	color: #fff
}

@media screen and (max-width:767px) {
	.statistics-section .statistics-box p {
		line-height: 1.46;
		font-size: 13px
	}
}

.statistics-section .primary-btn,
.statistics-section .secondary-btn,
.statistics-section .tertiary-btn {
	max-width: 245px;
	width: 100%;
	margin: 0
}

@media screen and (max-width:1365px) {
	.statistics-section .primary-btn,
	.statistics-section .secondary-btn,
	.statistics-section .tertiary-btn {
		max-width: 190px
	}
}

.statistics-section .primary-btn>*,
.statistics-section .secondary-btn>*,
.statistics-section .tertiary-btn>* {
	font-size: 1.625rem;
	letter-spacing: 1.3px;
	text-align: center;
	padding: 21px 25px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

@media screen and (max-width:1199px) {
	.statistics-section .primary-btn>*,
	.statistics-section .secondary-btn>*,
	.statistics-section .tertiary-btn>* {
		padding: 12px 5px;
		font-size: 18px
	}
}

.statistics-section .primary-btn>* span,
.statistics-section .secondary-btn>* span,
.statistics-section .tertiary-btn>* span {
	font-size: 1.031rem;
	letter-spacing: .83px;
    display: block;
    width:100%;
}

@media screen and (max-width:1199px) {
	.statistics-section .primary-btn>* span,
	.statistics-section .secondary-btn>* span,
	.statistics-section .tertiary-btn>* span {
		display: none
	}
}


.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	color: transparent
}

.play-icon {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 114.5px;
	height: 114.5px;
	background-color: #00addc;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative
}

.play-icon:after {
	position: absolute;
	content: "";
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 2px solid #fff;
	border-radius: 50%
}

@media screen and (min-width:1025px) {
	.play-btn:hover .play-icon {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 173, 220, .5);
		box-shadow: 0 0 0 0 rgba(0, 173, 220, .5);
		-webkit-animation: pulse-play 1.5s infinite;
		animation: pulse-play 1.5s infinite
	}
}

@media screen and (max-width:767px) {
	.play-icon {
		width: 59px;
		height: 58px
	}
}

.play-icon i {
	color: #fff;
	font-size: 29px;
	margin-left: 5px
}

@media screen and (max-width:767px) {
	.play-icon i {
		font-size: 15px;
		margin-left:0;
	}
}

@-webkit-keyframes pulse-play {
	50% {
		-webkit-box-shadow: 0 0 0 35px rgba(0, 173, 220, 0);
		box-shadow: 0 0 0 35px rgba(0, 173, 220, 0)
	}
	to {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 173, 220, 0);
		box-shadow: 0 0 0 0 rgba(0, 173, 220, 0)
	}
}

@keyframes pulse-play {
	50% {
		-webkit-box-shadow: 0 0 0 35px rgba(0, 173, 220, 0);
		box-shadow: 0 0 0 35px rgba(0, 173, 220, 0)
	}
	to {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 173, 220, 0);
		box-shadow: 0 0 0 0 rgba(0, 173, 220, 0)
	}
}

.ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right
}

.ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79a70a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e600b6), to(#e600b6));
	background: -o-linear-gradient(#e600b6 0, #e600b6 100%);
	background: linear-gradient(#e600b6, #e600b6);
	-webkit-box-shadow: 0 3px 10px -5px #000;
	box-shadow: 0 3px 10px -5px #000;
	position: absolute;
	top: 19px;
	left: -21px
}

.ribbon span:before {
	left: 0;
	border-color: #e600b6 transparent transparent #e600b6
}

.ribbon span:after,
.ribbon span:before {
	content: "";
	position: absolute;
	top: 100%;
	z-index: -1;
	border-style: solid;
	border-width: 3px
}

.ribbon span:after {
	right: 0;
	border-color: #e600b6 #e600b6 transparent transparent
}

button {
	outline: 0!important
}

input::-ms-clear {
	display: none
}

@supports (-webkit-touch-callout:none) {
	.body-hidden {
		overflow: hidden;
		position: fixed
	}
}

.sponsors.partners .slick-slide,
.sponsors.partners .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sponsors.partners .slick-slide {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sponsors.partners .sponsor-boxes.media-partners .slick-dots {
	bottom: -34px
}

.generic-text-block {
	padding: 0 15px
}

.agenda .agenda-content .agenda-row h6,
.main-agenda .main-agenda-content .main-agenda-row h6 {
	text-align: center!important
}

@media (min-width:1025px) {
	.statistics-section [class*=btn]:hover>* {
		background-color: #fff
	}
}

@media (max-width:1600px) {
	.home .two-col {
	
		margin: auto
	}
	.home .full-width-wrap {
		
		margin: auto
	}
	.home .two-col .container {
		max-width: 100%
	}
}

@media (max-width:1024px) {
	.home .full-width-wrap,
	.home .two-col {
		width: 100%!important
	}
}

.exhibitor-details ol.exhibition-info,
.exhibitor-details ul.exhibition-info {
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin-top: 0
}

.exhibitor-details ol.exhibition-info li,
.exhibitor-details ul.exhibition-info li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.exhibitor-details .content-image {
	margin-bottom: 15px
}

.exhibitor-details .sn-left {
	min-width: 70px;
	display: inline-block
}

.exhibitor-details .back-to-speakers {
	font-size: 16px!important
}

.embedded-yt-video .banner-video {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.embedded-yt-video .banner-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

@media (max-width:1477px) {
	.banner-section.embedded-yt-video {
		height: auto
	}
}

@media (max-width:1199px) {
	.embedded-yt-video+.statistics-section {
		margin: 0 auto;
		padding: 0
	}
	.banner-section.embedded-yt-video {
		min-height: auto
	}
}

.banner-video-wrap {
	height: calc(100vh - 108px);
	overflow: hidden
}

@media screen and (max-width:1477px) {
	.banner-video-wrap {
		height: auto;
		min-height: auto
	}
}

@media screen and (max-width:1024px) {
	.statistics-section .statistics-content {
		margin: auto!important
	}
}


@media screen and (max-width:1024px) {
	.home .register {
		width: 100%
	}
}

.btn-exhibitor-website a {
	font-size: 18px!important
}

.primary-btn.primary-bg.cta-0.btn-exhibitor-website {
	display: block!important
}

@media screen and (max-width:575px) {
	.btn-exhibitor-website a {
		font-size: 13px!important
	}
}

@media screen and (max-width:1024px) {
	.btn-exhibitor-website a {
		font-size: 15px!important
	}
}

@media screen and (max-width:767px) {
	.feature-new-wrap .feature-new-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.feature-new .feature-new-box .image:after {
		display: none!important
	}
}

@media screen and (max-width:768px) {
	.embedded-yt-video .banner-video {
		padding-top: 375px
	}
	.banner-section+.statistics-section .statistics-content {
		margin: 0 20px 10px!important
	}
	.home .statistics-section .statistics-content {
		background-color: rgba(0, 0, 0, .8)!important
	}
	.banner-section+.statistics-section {
		margin: -140px auto 0;
		padding: 0
	}
	.banner-video video.custom-hero-video {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.exhibitor-details-section {
	width: 100%
}

.speakers.speaker-details .index-single-speaker-content .back-to-speakers {
	position: static;
	width: auto
}

.testimonial .testimonial-single .content .designation {
	color: #00435f
}

section.video-section {
	padding-bottom: 0
}

.fl-builder-ie-11 .menu-header-navigation-menu-container ul .sub-menu {
	top: 140px
}
/*css arabuc*/

.sponsors .sponsor-boxes.slick-dotted {
    margin-bottom: 40px;
}
@media(min-width:1025px){
	.inner-page .fixed-sidebar{
		min-height: 338px;
	}
}
.sponsors.partners .slick-track {
    overflow: hidden;
}
.yelp-banner-content p{
    color: #00435f;
}
.arabic-yp-banner .yelp-banner-content.arabicfont p strong{
	font-family: Lato, sans-serif !important;
}
@media (max-width: 1580px) {
    .event-time p {
        font-size: 1rem!important;
    }
    header .header-wrap {
        flex-wrap: nowrap;
    }
    header .header-wrap .right-side .primary-btn a {
        font-size: 12.5px;
    }
    .menu-wrapper {
        margin-left: 5px!important;
    }
    .search-wrap {
        margin-left: 24px!important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.center-side {
		display: block!important;
		width: 100%;
		order: 3;
	}
	.event-time {
		width: 100%;
		margin: 7px auto 0;
		text-align: center;
		border-top: 1px solid #7d7d7d;
		padding: 6px 0 0;
	}
	.home {
		margin-top: 143.391px !important;
	}
	.event-time p, .event-time h6 {
		text-shadow: 2px 2px #121212;
    }
}

.landing-page .banner-section .banner-wrap .banner-content h1 {
font-family: "Montserrat", sans-serif!important;
}
.banner-section.banner-inner .content h2 {
font-family: "Montserrat", sans-serif!important;
}