body {
	font-family: 'Titillium Web', sans-serif
}

p {
	color: #585c60
}

.bb {
	border-bottom: 1px solid #fff
}

.gray-background {
	background-color: #f5f5f5
}

.orange-background {
	background-color: #aa7422;
	position: relative
}

@media (min-width:768px) {
	.left-padding {
		padding-left: 30px
	}
}

@media (min-width:1200px) {
	.left-padding {
		padding-left: 125px
	}
}

.icon-font {
	font-size: 55px
}

.box-hover {
	transition: all .4s ease-in-out
}

.box-hover:hover {
	background-color: #fff;
	box-shadow: 1px 1px 5px 1px rgba(170, 170, 170, .14)
}

.box-hover:hover h3,
.box-hover:hover i {
	color: #aa7422
}

@media (min-width:568px) {
	.height {
		height: 100%;
		object-fit: cover
	}
}

.arrow1::before,
.arrow2::before,
.arrow3::before,
.arrow4::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #aa7422;
	top: -20px;
	left: 20%;
	transform: rotate(-45deg)
}

@media (min-width:568px) {

	.arrow1::before,
	.arrow2::before,
	.arrow3::before,
	.arrow4::before {
		content: "";
		width: 35px;
		height: 35px
	}

	.arrow1::before,
	.arrow3::before {
		content: "";
		left: -17px;
		top: 20%
	}

	.arrow2::before,
	.arrow4::before {
		content: "";
		left: unset;
		right: -17px;
		top: 20%
	}
}

@media (min-width:768px) {
	.arrow2::before {
		content: "";
		left: -17px
	}

	.arrow3::before,
	.arrow4::before {
		content: "";
		left: unset;
		right: -17px
	}
}

.connect,
.discover,
.learn,
.network {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

/*.learn{background-image:url(../img/exotic_wedding_planning_conference_tagline_learn.JPG)}.connect{background-image:url(../img/exotic_wedding_planning_conference_tagline_connect.JPG)}.discover{background-image:url(../img/exotic_wedding_planning_conference_tagline_discover.JPG)}.network{background-image:url(../img/exotic_wedding_planning_conference_tagline_network.JPG)}*/
@media (min-width:568px) {

	.connect img,
	.discover img,
	.learn img,
	.network img {
		/*visibility:hidden*/
		height: 100%;
	}
}

.box-border {
	border: solid 1px #ccc;
	border-radius: 5px
}

.icon-size {
	font-size: 44px
}

.font-size {
	font-size: 20px
}

.box-border:hover {
	color: #aa7422;
	border-color: #aa7422
}

.image {
	width: 100%
}

.button {
	background-color: #aa7422;
	color: #fff;
	display: block;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 30px;
	transition: all .4s ease-in-out
}

@media (max-width:577px) {
	.button {
		margin-bottom: 10px
	}
}

@media (min-width:568px) and (max-width:991px) {
	.button {
		font-size: 14px
	}
}

.button:hover {
	color: #aa7422;
	background-color: #fff;
	text-decoration: none
}

.button-class {
	background-color: #aa7422;
	color: #fff;
	display: inline-block;
	flex-basis: 50%;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 50px;
	transition: all .4s ease-in-out;
	border: solid 1px transparent
}

.button-class:hover {
	color: #aa7422;
	background-color: #fff;
	text-decoration: none;
	border: solid 1px #aa7422
}

.title {
	position: relative;
	font-weight: 700
}

.title span {
	position: absolute;
	display: block;
	width: 65px;
	height: 5px;
	background-color: #aa7422;
	left: 0;
	bottom: 0
}

.header {
	display: none;
	position: fixed;
	width: 100%;
	font-size: 1em;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 9999
}

.header.sticky {
	display: block;
	background: #fff;
	text-align: left
}

.fixed-top {
	box-shadow: 0 3px 11px -1px rgba(120, 114, 114, .13)
}

.banner {
	background-image: url(../img/new-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative
}

@media(min-width:768px) {
	.banner {
		height: 100vh;
		min-height: 700px
	}

	.banner-content {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}
}

.logo {
	border-bottom: 1px solid #fff
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #aa7422
}

.count-bg {
	background-color: #aa7422;
	background-repeat: no-repeat;
	background-size: cover
}

.counting-number {
	position: relative;
	margin: 10px 0;
	text-align: center
}

.counting-number p {
	color: #fff;
	font-size: 20px
}

.counting-number span {
	font-weight: 700
}

.counting-number>div {
	font-size: 45px
}

.counting-number>div:before {
	content: "";
	color: #fff;
	width: 1px;
	height: 40%;
	position: absolute;
	right: 0;
	background: #fff;
	top: 25%
}

.counting-number:last-child>div::before {
	content: "";
	display: none
}

@media (max-width:991px) {
	.counting-number p {
		font-size: 14px
	}

	.counting-number span {
		font-size: 16px
	}

	.counting-number>div {
		padding: 0;
		font-size: 16px
	}

	.counting-number>div:before {
		content: "";
		margin-right: 0;
		margin-top: 0
	}
}

@media (max-width:568px) {
	.line>div:before {
		content: "";
		display: none
	}
}

.iframe {
	width: 100%;
	height: 100%
}

.videobox {
	text-align: center;
	height: 100%
}

#player {
	height: 100%
}

@media (max-width:767px) {
	#player {
		height: 350px
	}
}

.award-box {
	position: relative
}

.award-box a {
	background: #aa7422;
	color: #fff
}

@media (min-width:992px) {
	.award-box a {
		position: absolute;
		bottom: 25px
	}
}

.form-details h3 {
	font-weight: 700;
	font-size: 30px;
	margin-top: 30px
}

.form-details ul {
	padding-left: 40px;
	margin-top: 20px;
	line-height: 26px
}

.tabs {
	margin-top: 40px
}

.tab-links:after {
	display: block;
	clear: both;
	content: ''
}

.tab-links {
	border-bottom: solid 1px #aa7422;
	padding-left: 0;
	display: inline-block
}

.tab-links li {
	margin: 0 10px 0 0;
	float: left;
	list-style: none
}

.tab-links li:last-child {
	margin: 0
}

.tab-links a {
	padding: 9px 45px;
	display: inline-block;
	background: #fff;
	font-size: 22px;
	font-weight: 600;
	color: #aa7422;
	transition: all linear .15s;
	border: solid 1px #aa7422;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: transparent
}

@media (max-width:767px) {
	.tab-links a {
		padding: 10px;
		font-size: 16px
	}
}

@media (max-width:567px) {
	.tab-links a {
		font-size: 12px
	}
}

.tab-links a:hover {
	background: #aa7422;
	color: #fff;
	text-decoration: none
}

.tab-links li.active a,
.tab-links li.active a:hover {
	background: #aa7422;
	color: #fff;
	text-decoration: none
}

.tab-content {
	margin-top: 40px;
	margin-bottom: 60px
}

.tab {
	display: none
}

.tab.active {
	display: block
}

.tab-content ul {
	list-style: none;
	line-height: 30px
}

.home-page-tab ul li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #aa7422;
	font-size: 17px
}

.testimonial-bg {
	position: relative;
	top: 140px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: cover
}

.testimonial-box .item {
	margin-bottom: 65px
}

.testimonial-box .testmonial-arrow:hover {
	box-shadow: 1px 0 5px -2px #3d3c3d;
	transition: all .5s ease-in-out
}

.testimonial-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -40px;
	border: solid 2px #0ba360;
	left: 0;
	right: 0;
	margin: auto
}

.testimonial-img img {
	width: 100%;
	height: 100%
}

.testmonial-arrow {
	position: relative;
	min-height: 355px;
	top: 50px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .14)
}

.testmonial-arrow img {
	position: absolute;
	right: 20px;
	bottom: 36px;
	width: 120px !important
}

.testmonial-arrow p {
	position: relative;
	z-index: 1
}

.testimonial-name {
	text-align: center
}

.testimonial-name span {
	font-weight: 400;
	display: block;
	color: #9e9d9d;
	font-size: 14px;
	padding: 7px 0
}

#testimonials .owl-next,
#testimonials .owl-prev {
	position: absolute;
	top: 50%;
	font-size: 30px
}

.video-testimonials .owl-next,
.video-testimonials .owl-prev {
	top: 30% !important
}

#testimonials .owl-next {
	right: -35px
}

#testimonials .owl-prev {
	left: -35px
}

@media (max-width:767px) {
	#testimonials .owl-next {
		right: -19px
	}

	#testimonials .owl-prev {
		left: -19px
	}

	#testimonials .owl-theme .owl-nav {
		color: #000
	}
}

.video .icon-play-button-hover,
.video a img,
.video i {
	transition: all .4s ease-in-out
}

.video a {
	overflow: hidden;
	display: block;
	position: relative
}

.video a:hover img {
	transform: scale(1.1)
}

iframe {
	width: 100%
}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 55px;
	height: 55px;
	background: #aa7422;
	border-radius: 50%;
	animation: pulse-border 1.1s ease-out infinite
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #aa7422;
	border-radius: 50%;
	transition: all .2s
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 19px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	top: 10px;
	left: 5px
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

.owl-nav i {
	color: #aa7422
}

.video iframe {
	width: 100%;
	height: 100%
}

.request {
	background-image: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.subscribe input {
	padding: 10px 5px;
	background-color: #f0f0f0;
	border: solid 1px #f0f0f0
}

.subscribe input:focus,
.subscribe input:hover {
	border: solid 1px #cbcbcb
}

.subscribe button {
	padding: 10px 15px;
	border: solid 1px #aa7422;
	background-color: #aa7422;
	margin-left: -3px;
	color: #fff
}

.social-icons a {
	width: 30px;
	height: 30px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 30px;
	transition: .4s
}

.social-icons a:hover {
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .75)
}

.social-icons a:first-child:hover {
	background-color: #55acee
}

.social-icons a:nth-child(2):hover {
	background-color: #3b5999
}

.social-icons a:nth-child(3):hover {
	background-color: #833ab4
}

.social-icons a:last-child:hover {
	background-color: #0e76a8
}

.speaker-hover {
	position: relative
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #aa7422a6;
	opacity: 0;
	transition: all .4s ease-in-out;
	transform: scale(0);
	width: inherit;
	height: inherit;
	overflow: hidden;
	background: rgba(0, 0, 0, .5)
}

.overlay a {
	position: absolute;
	top: 50%;
	font-size: 39px;
	color: #fff;
	left: 50%;
	transform: translate(-59%, -50%);
	opacity: 0;
	transition: all 1s ease-in-out .4s;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .6)
}

.speaker-details:hover .overlay {
	transform: scale(1);
	opacity: 1
}

.speaker-details:hover .overlay a {
	opacity: 1
}

.passpk p {
	font-size: 16px;
	margin-bottom: 0
}

@media (max-width:567px) {
	.overlay a {
		font-size: 20px
	}

	.passpk h5 {
		font-size: 16px;
		margin-bottom: 0
	}
}

.accordion-style-1 a,
.accordion-style-1 h1 {
	color: #000
}

.accordion-style-1 .btn-link {
	font-weight: 400;
	color: #3e3f40;
	background-color: transparent;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 700;
	padding-left: 25px
}

.accordion-style-1 .card-body {
	border-top: 2px solid #aa7422
}

.accordion-style-1 .card-header .btn.collapsed .fa.main {
	display: none
}

.accordion-style-1 .card-header .btn .fa.main {
	background: #007b5e;
	padding: 13px 11px;
	color: #fff;
	width: 35px;
	height: 41px;
	position: absolute;
	left: -1px;
	top: 10px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	display: block
}

#button {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../img/move-top.png) no-repeat;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer
}

#button.show {
	opacity: 1;
	visibility: visible
}

.ticket {
	margin-top: 150px
}

.ewpc-dubai {
	width: 90%;
	margin: auto
}

.ewpc-dubai h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 30px 0
}

.ticket-button {
	text-transform: uppercase;
	display: inline-block;
	border: solid 1px;
	margin: 30px 0;
	letter-spacing: 3px;
	font-size: 15px
}

.button.ticket-button:hover {
	border: solid 1px
}

.pass h3 {
	letter-spacing: 4px;
	font-weight: 400
}

.ewpc-card-img {
	position: relative
}

.ewpc-card-img::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .43)
}

.ewpc-card-img p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-size: 20px;
	width: 90%;
	letter-spacing: 5px
}

.card {
	box-shadow: 0 6px 25px 0 rgba(114, 114, 114, .16);
	transition: all .5s ease-in-out
}

.card:hover {
	box-shadow: 1px 0 5px -2px #3d3c3d;
	transition: all .5s ease-in-out
}

@media (min-width:768px) {
	.ewpc-dubai {
		width: 65%
	}
}

.blog h5 {
	color: #000;
	font-size: 18px
}

@media(max-width:567px) {
	.blog h5 {
		font-size: 15px
	}
}

.partner-bg {
	background-image: url(../img/password-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed
}

.partner-bg input[type=password] {
	width: 100%;
	padding: 10px;
	border: solid 1px #aa7422;
	margin-bottom: 20px
}

.partner-bg input[type=button] {
	width: 200px !important;
	margin: auto
}

@media(max-width:767px) {
	.partner-bg form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
}

@media(min-width:768px) {
	.partner-bg input[type=password] {
		width: 40%;
		margin-right: 20px;
		margin-bottom: 0
	}

	.partner-bg input[type=button] {
		flex-basis: unset
	}
}

.attend-banner {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
}

.wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden
}

@media (max-width:767px) {
	.wrapper {
		height: 65vh
	}
}

.wrapper .wrapper__video {
	object-fit: cover;
	width: 100%;
	height: 100%
}

@media(max-width:400px) {
	.a-img {
		width: 300px
	}
}

.award-banner {
	background-color: #04090f;
	background-color: #000
}

.ewpc-awards .tab-links {
	display: flex
}

.ewpc-awards .tab-links li {
	flex-basis: 50%
}

.ewpc-awards .tab-links a {
	display: block;
	text-align: center
}

.ewpc-awards .accordion button {
	color: #aa7422
}

.video-img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

@media (min-width:992px) {
	.video-img {
		height: 140px;
	}
}

@media (min-width:1200px) {
	.video-img {
		height: 170px;
	}
}