@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&amp;display=swap');
/*================================
<--  Event header Area Css -->
==================================*/

.header-area {
	position: relative;
	margin-bottom: -129px;
	z-index: 9;
	box-shadow: 0 2px 15px 1px rgb(0 0 0 / 52%);
	background-image: linear-gradient(231deg, #c69335 0%, #ffc20f 100%);
}

/*--  Header-Logo Css --*/

.header-logo a {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}

/*--  Header-Menu Css --*/

.event-menu {
	display: flex;
	justify-content: right;
	align-items: center;
}

/* .event-menu ul {
	margin-right: 20px;
} */

.event-menu ul li {
	list-style: none;
}

.event-menu ul li a {
	font-size: 18px;
	color: #1f2f62;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	margin-right: 18px;
	padding-bottom: 50px;
}

.event-menu ul li i {
	font-size: 16px;
}

/*  Dropdown */

.event-menu ul li {
	position: relative;
}

.event-menu ul li ul.sub-menu {
	position: absolute;
	top: 400%;
	left: 0;
	width: 260px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	text-align: left;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}

.event-menu ul li ul.sub-menu li {
	display: block;

}

.event-menu ul li ul.sub-menu li a {
	line-height: 44px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0 0 0;
	display: block;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 0px;
	color: #1f2f62;
	border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.event-menu ul li ul.sub-menu li a:before {
	display: none;
}

.event-menu ul li ul.sub-menu li a:hover {
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	color: #fff;
	display: block;
	border-bottom: 1px solid transparent !important;
}

.event-menu ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 170%;
}

.event-menu ul li ul.sub-menu li a i {
	font-size: 16px;
	width: 34px;
}

/*  Header Btn */

.event-btn a {
	background: #fff;
	color: #1f2f62;
	padding: 5px 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	/* letter-spacing: 1px; */
	border-radius: 3px;
	-webkit-transition: .4s;
	transition: .5s;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.event-btn a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: linear-gradient(231deg, #1f2e69 0%, #00a4e3 100%);
	transition: .5s;
	border-radius: 3px;
	z-index: -1;
}

.event-btn a:hover::before {
	width: 100%;
	left: 0;
}

.event-btn a:hover {
	color: #fff;
}

.event-btn a i {
	margin-left: 5px;
}


/*================================
<--  Event  Hero Area Css -->
==================================*/



.hero-area {
	position: relative;
}

/*--  Countdown Css --*/

#countdown {
	position: absolute;
	bottom: 15%;
	left: 15%;
	z-index: 11;
}

#countdown li {
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	z-index: 1;
	position: relative;
}

#countdown li span {
	margin-bottom: 6px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}

#countdown ul li img {
	position: relative;
	top: 83px;
	z-index: -1;
}

.hero-active {
	height: 925px;
	display: flex;
	align-items: center;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.event-hero-content {
	position: relative;
}

/*--  Animation Img-Animation Css --*/

.hero-shape1 {
	position: absolute;
	top: -34%;
	left: -192px;
	animation: rotate-shape4 4.50s infinite;
}

.hero-shape2 {
	position: absolute;
	bottom: -122px;
	left: -180px;
	animation: hero-shape2 3s infinite;
}

@keyframes hero-shape2 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateY(-70px);
	}

	100% {
		transform: translateX(0);
	}
}

.hero-shape3 {
	position: absolute;
	left: 50%;
	top: 20px;
	animation: hero-shape3 3.50s infinite;
}

@keyframes hero-shape3 {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(80deg);
	}

	100% {
		transform: rotate(0);
	}
}

.hero-shape4 {
	position: absolute;
	left: 47%;
	top: -50%;
	animation: hero-shape4 3.50s infinite;
}

@keyframes hero-shape4 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateY(50px);
	}

	100% {
		transform: translateX(0);
	}
}

.hero-shape5 {
	position: absolute;
	right: -87px;
	top: -46%;
	animation: rotate-shape4 4.50s infinite;
}

@keyframes rotate-shape4 {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(-60deg);
	}

	100% {
		transform: rotate(0);
	}
}

.hero-shape6 {
	position: absolute;
	right: -13%;
	bottom: -15px;
	animation: hero-shape3 3.50s infinite;
}

.event-hero-content h6 {
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 18px;
}

.event-hero-content h1 {
	font-size: 75px;
	line-height: 85px;
	color: #ffffff;
	font-weight: 600;
}

.hero-btn {
	margin-top: 44px;
}

/*--  Animation content Css --*/

#customers-hero .owl-item.active .animated-heading1 {
	animation: fadeInDownBig ease 2.4s;
}

#customers-hero .owl-item.active .animated-heading2 {
	animation: fadeInRightBig ease 2s;
}

#customers-hero .owl-item.active .event-hero-content h6 {
	animation: fadeInUpBig ease 2.3s;
}

#customers-hero .owl-item.active .hero-btn {
	animation: fadeInLeftBig ease 3s;
}

#customers-hero .owl-item.active .hero-shape44 {
	animation: fadeInUpBig ease 2.4s;
}



/*================================
<--  Event Service Area Css -->
==================================*/


.service-area {
	background: #f9fafc;
	padding: 113px 0 90px;
}

.service-style-two {
	padding-top: 60px;
	padding-bottom: 50px;
}

.service-s2-area {
	padding-bottom: 260px;
}

.section-title {
	margin-bottom: 30px;
}

.section-title .section-sub-title {
	font-size: 17px;
	color: #ffc20f;
	font-weight: 500;
}

.section-main-title {
	font-size: 40px;
	color: #3a1c7f;
	font-weight: 700;
}

.service-item-box {
	background: #fff;
	border-radius: 5px;
	padding: 40px 40px 26px;
	-webkit-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 1;
	box-shadow: 2px 1px 23px rgb(18 20 32 / 31%);
	margin-bottom: 30px;
}

.service-item-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .9s;
	transition: .9s;
	transform: perspective(500px)rotateX(90deg);
	z-index: -1;
}

.service-inner-item {
	display: flex;
	justify-content: space-between;
}

.service-icon-img {
	margin-top: 20px;
}

.service-icon-img img {
	-webkit-transition: .4s;
	transition: .4s;
}

.service-number-item {
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	border-radius: 50%;
	background: #f9fafc;
}

.service-number-item span {
	opacity: 0.200;
	font-size: 35px;
	color: #3a1c7f;
	font-weight: 600;
	-webkit-transition: .4s;
	transition: .4s;
}

.service-content {
	margin-top: 10px;
}

.service-content h4 {
	margin-bottom: 25px;
	-webkit-transition: .4s;
	transition: .4s;
}

.service-content p {
	line-height: 30px;
	-webkit-transition: .4s;
	transition: .4s;
}

.service-item-box:hover .service-content h4 {
	color: #fff;
}

.service-item-box:hover .service-content p {
	color: #fff;
}

.service-item-box:hover .service-number-item span {
	background: #fff;
	color: #3a1c7f;
	opacity: 1;
}

.service-item-box:hover .service-icon-img img {
	filter: brightness(0) invert(1);
}

.service-item-box:hover::before {
	visibility: visible;
	opacity: .8;
	transform: perspective(500px)rotateX(0deg);
}


/*================================
<--  Event Speakers Area Css -->
==================================*/


.speaker-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 50px;
}

/* .speaker-style-two {
	padding-top: 392px;
} */

.speaker-item-box {
	position: relative;
	margin-bottom: 30px;
	padding: 36px 36px 16px;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
}

.welcme1 .speaker-item-box {
	box-shadow: 2px 1px 23px rgb(18 20 32 / 31%);
}

.welcme1 .speaker-item-box img {
	height: 230px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.speaker-item-box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .9s;
	transition: .9s;
	transform: perspective(500px)rotateX(90deg);
	z-index: -1;
}

/* .speaker-item-box::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 76%;
	background: #ffa614;
	top: -2px;
	left: 145px;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s;
	transform: rotateZ(-46deg);
	z-index: -1;
} */
.speaker-img-thum {
	margin-bottom: 34px;
	position: relative;
}

/* .speaker-img-thum::before {
	content: "";
	position: absolute;
	width: 214px;
	height: 214px;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	opacity: 0.702;
	border-radius: 50%;
	top: 3px;
	left: 10px;
	visibility: hidden;
    opacity: 0.702;
	-webkit-transition: .6s;
	transition: .6s;
    transform: perspective(500px)rotateX(90deg);
} */
.speaker-img-thum img {
	border-radius: 50%;
	height: 220px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

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

.speaker-comtent h4 {
	margin-bottom: 10px;
	-webkit-transition: .4s;
	transition: .4s;
}

.speaker-comtent p {
	-webkit-transition: .4s;
	transition: .4s;
}

.speaker-social-icon {
	position: absolute;
	top: -10%;
	left: 23%;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	visibility: hidden;
}

.speaker-social-icon ul li {
	list-style: none;
}

.speaker-social-icon ul li a {
	width: 35px;
	height: 35px;
	background-color: #3a1c7f;
	display: block;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 8px;
	-webkit-transition: .4s;
	transition: .4s;
}

.speaker-social-icon ul li a:hover {
	background: #ff007a;
	color: #fff;
}

.speaker-item-box:hover .speaker-social-icon {
	transform: translateY(480%);
	opacity: 1;
	visibility: visible;
}

.speaker-item-box:hover:before {
	visibility: visible;
	opacity: 1;
	transform: perspective(500px)rotateX(0deg);
}

.speaker-item-box:hover .speaker-comtent h4 {
	color: #fff;
}

.speaker-item-box:hover .speaker-comtent p {
	color: #fff;
}

.speaker-item-box:hover .speaker-comtent h5 {
	color: #ffc20f;
}

.speaker-item-box:hover .speaker-img-thum::before {
	visibility: visible;
	opacity: 1;
	opacity: 0.702;
	transform: perspective(500px)rotateX(0deg);
}

.speaker-item-box:hover::after {
	visibility: visible;
	opacity: 1;
}

.speaker-page-comtent h4 {
	color: #000000;
}

.speaker-page-comtent p {
	color: #000000;
}



/*================================
<--  Event Play Area Css -->
==================================*/



.play-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 106px 0 150px;
	margin-top: -24px;
}


/* Video Css */

.play-video {
	position: relative;
	left: 140px;
	top: 100px;
}

.single-video2 .video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video-icon a {
	width: 75px;
	height: 75px;
	line-height: 75px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: relative;
	color: #ff007a;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	background: #fff;
	font-size: 28px;
	z-index: 44;
}

.video-icon a i {
	-webkit-text-stroke-width: 3px;
	color: transparent;
	-webkit-text-stroke-color: #ff007a;
}

@-webkit-keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}

@keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}



/* Play Content */


.play-content {
	padding-left: 48px;
}

.play-content h4 {
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 20px;
}

.play-content h2 {
	font-size: 45px;
	line-height: 62px;
	color: #ffffff;
	font-weight: 600;
}

.play-content p {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-top: 20px;
}





/*================================
<--  Event Schedule Area Css -->
==================================*/



.schedule-area {
	padding: 50px 0 50px;
}

.section-title .schedule-section-title {
	line-height: 61px;
}

.section-title p {
	margin-top: 18px;
	width: 90%;
}

.schedule-img-bg {
	text-align: right;
}

.row.schedule-down {
	padding-top: 120px;
}

.schedule-item-box {
	margin-bottom: 88px;
}

.schedule-time {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	width: 192px;
	height: 204px;
}

.schedule-time-content {
	padding: 48px 35px 48px;
}

.schedule-time-content i {
	color: #fff;
	font-size: 28px;
	margin-bottom: 14px;
}

.schedule-time-content h4 {
	color: #fff;
	margin-bottom: 7px;
}

.schedule-time-content p {
	color: #fff;
}

.schedule-content {
	background: #f9fafc;
	padding: 40px 0px 35px 243px;
}

.schedule-content h4 {
	position: relative;
	margin-bottom: 26px;
	margin-left: 56px;
}

.schedule-content h4::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #3a1c7f;
	top: 12px;
	left: -57px;
}

.schedule-content p {
	width: 75%;
}

.schedule-sm-img {
	text-align: right;
	margin: -129px 13px 0px 0px;
}

.schedule-sm-img img {
	margin-right: 26px;
}

.schedule-btn {
	text-align: center;
	position: relative;
	top: 30px;
}

.schedule-btn a {
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	color: #fff;
}



/*================================
<--  Event Pricing Area Css -->
==================================*/



.pricing-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 113px 0 90px;
}

.pricing-section-title .section-sub-title {
	color: #000000;
}

/* .pricing-section-title .section-main-title {
	color: #fff;
} */

.pricing-item-box {
	background: #fff;
	padding: 5px 0 20px;
	/* border-radius: 10px; */
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.pricing-item-box::before {
	content: "";
	position: absolute;
	width: 448px;
	height: 448px;
	left: -16px;
	top: -244px;
	background: #f9fafc;
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
}

.pricing-item-box::after {
	content: "";
	position: absolute;
	width: 448px;
	height: 448px;
	left: -16px;
	top: -244px;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	border-radius: 50%;
	z-index: -1;
	visibility: hidden;
	opacity: 1;
	-webkit-transition: .7s;
	transition: .7s;
	transform: perspective(500px)rotateX(-90deg);
}

.pricing-number {
	margin-bottom: 72px;
}

.pricing-number h2 {
	font-size: 50px;
	margin-bottom: 18px;
	-webkit-transition: .4s;
	transition: .4s;
}

.pricing-number h6 {
	font-size: 17px;
	color: #ff007a;
	font-weight: 500;
	-webkit-transition: .4s;
	transition: .4s;
}

.pricing-sm-title {
	margin-bottom: 72px;
}

.pricing-sm-title ul li {
	list-style: none;
	color: #646464;
	margin-bottom: 16px;
	font-size: 17px;
}

.pricing-btn p {
	margin-top: 40px;
	color: #646464;
	font-size: 14px;
}

.pricing-btn a {
	background-image: linear-gradient(-72deg, #00a4e3 0%, #1f2e69 100%);
	color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.pricing-item-box:hover .pricing-number h2 {
	color: #fff;
}

.pricing-item-box:hover .pricing-number h6 {
	color: #fff;
}

.pricing-item-box:hover::after {
	visibility: visible;
	opacity: 1;
	transform: perspective(500px)rotateX(0deg);
}


/*================================
<--  Event Blog Area Css -->
==================================*/


.blog-area {
	padding: 50px 0 50px;
}

/* .blog-page-area {
	padding-bottom: 260px;
} */

.blog-style-two {
	background: #f9fafc;
	padding-bottom: 90px;
}

.blog-item-box {
	background: #f9fafc;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border-bottom: 4px solid transparent;
	transition: .3s;
	margin-bottom: 10px;
}

.blog-item-page {
	margin-bottom: 30px;
}

.blog-img-thum {
	overflow: hidden;
	position: relative;
}

.blog-img-thum img {
	width: 100%;
	transition: .6s;
}

.blog-inner-content {
	padding: 20px 15px 20px 15px;
	background-color: #ffc20f;
	border-radius: 5px;
}

.blog-time-date p {
	margin-right: 74px;
	font-size: 15px !important;
}

.blog-time-date h6 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Barlow', sans-serif;
	color: #646464;
}

.blog-time-date h6 i {
	margin-right: 6px;
	-webkit-text-stroke-width: 1px;
	color: transparent;
	-webkit-text-stroke-color: #646464;
}

.blog-inner-content h4 {
	margin-top: 2px;
	margin-bottom: 17px;
	transition: .4s;
	text-transform: capitalize;
}

.blog-page-content h4 {
	line-height: 35px;
}

.blog-inner-content h4 {
	margin-top: 3px;
	margin-bottom: 18px;
	transition: .4s;
	text-transform: capitalize;
}

.blog-item-box:hover .blog-inner-content h4 {
	color: #ff007a;
}

.blog-inner-content p {
	font-size: 15px;
}

.blog-item-box:hover .blog-img-thum img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.blog-item-box:hover {
	border-bottom: 2px solid #000000;
	border-radius: 5px;
}

#customers-blog.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
}

#customers-blog.owl-carousel .owl-dots .owl-dot {
	background: #dddddd;
	display: inline-block;
	height: 5px;
	width: 30px;
	border-radius: 10px;
	margin: 0 3px;
}

#customers-blog.owl-carousel .owl-dot.active {
	background: #00a4e3;
}

.blog-inner-page {
	padding-bottom: 330px;
	background: #f9fafc;
}

.blog-btn a {
	font-size: 17px;
	letter-spacing: 1px;
	color: #3a1c7f;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
}

.blog-btn a i {
	margin-left: 5px;
}

.blog-item-page:hover .blog-btn a {
	color: #000000;
}

/*================================
<--  Event Sponnors Area Css -->
==================================*/


.sponnor-area {
	background: #fafafc;
	padding: 113px 0 350px;
}

.sponnor-img-item {
	margin-bottom: 20px;
}

.sponnor-img-thum img {
	margin-right: 20px;
}


/*================================
<--  Event Newsletter Area Css -->
==================================*/

.newsletter-area {
	margin-top: -168px;
	position: relative;
	z-index: 2;
}

.newsletter-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 85px;
	border-radius: 5px;
}

.newsletter-section-title {
	margin-bottom: 40px;
}

.newsletter-form.text-center {
	position: relative;
}

.newsletter-form input {
	font-size: 14px;
	height: 65px;
	padding: 5px 25px;
	position: relative;
	width: 55%;
	background: #F6F6FC;
	border: 0;
	border-radius: 0;
	margin-bottom: 14px;
	margin: auto;
	border: 0;
	border-radius: 5px;
}

.newsletter-btn {
	position: absolute;
	top: 5%;
	right: 297px;
}

.newsletter-btn a {
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	color: #fff;
}


/*================================
<--  Event Footer Area Css -->
==================================*/


.footer-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0 0px;
	/* margin-top: -188px; */
	z-index: 1;
	position: relative;
	background-color: #f0f0f0;
	/* background-image: url(../images/banner/Website-Footer.jpg); */
}

.footer-top-bg {
	background-image: linear-gradient(231deg, #c69335 0%, #ffc20f 100%);
	padding: 10px 0px 10px 0px;
	/* border-radius: 10px; */
	box-shadow: 0 2px 15px 1px rgb(0, 0, 0);
	/* margin-bottom: 45px; */
}

.widgets-copyright p {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.widgets-list-item ul li {
	list-style: none;
}

.widgets-list-item ul li a {
	color: #fff;
	font-weight: 500;
	margin-right: 55px;
}

.widgets-social-item ul li {
	list-style: none;
	margin-right: 20px;
}

.widgets-social-item ul li a {
	color: #fff;
	background: #4a3385;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: .4s;
	transition: .4s;
}

.widgets-social-item ul li a:hover {
	background: #ff007a;
}



/*=============================================================================
<-- Start Event Home-two style -->
==============================================================================*/


/*================================
<--  Event Coundown Area Css -->
==================================*/
.coundown-area {
	margin: -120px 0 -120px;
	position: relative;
	z-index: 1;
}

.coundown-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0 90px;
	border-radius: 5px;
}

#countdown-two {
	display: flex;
	justify-content: center;
}

#countdown-two li {
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	color: #1f2f62;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	z-index: 1;
	position: relative;
}

#countdown-two li span {
	margin-bottom: 6px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}

#countdown-two ul li img {
	position: absolute;
	/* top: -27px; */
	top: -6px;
	left: -65px;
	z-index: -1;
}

/*================================
<--  Event Coundown Area Css -->
==================================*/
.service-box-style2 {
	padding: 15px 26px 10px 40px;
}

.service-content-style2 h4 {
	margin-bottom: 15px;
}

.service-icon-img {
	position: relative;
}

.service-icon-img .service-shape {
	position: absolute;
	right: -15px;
	top: -5px;
}

.service-box-style2:hover .service-icon-img .service-shape {
	filter: brightness(0) invert(1);
}

/*================================
<--  Event Schedule Area Css -->
==================================*/
.schedule-style-two {
	padding-bottom: 20px;
}

.tab-top-heading {
	text-align: center;
}

.tab-top-time {
	text-align: center;
}



.tab {
	position: relative;
	/* left: 10px; */
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

.tabs {
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	/* padding-bottom: 90px; */
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.tabs {
		display: table !important;
		text-align: center;
	}
}

.tabs li {
	/* float: left; */
	line-height: 38px;
	overflow: hidden;
	padding-bottom: 19px;
	position: relative;
	/* margin-right: 30px; */
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
}

.tabs li a {
	background-color: #f9fafc;
	color: #646464;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	display: inline-block;
	outline: none;
	/* padding: 26px 70px 10px 70px; */
	padding: 0px 25px 11px 25px;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
	border: 1px solid #7b14a1;

	position: relative;
}

.tabs li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffc20f transparent transparent;
	visibility: hidden;
	opacity: 0;
}

.tabs_item {
	display: none;
	padding: 30px 0;

}

.tabs_item:first-child {
	display: block;
}

li.current a {
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	color: #fff;
}

li.current a h4 {
	color: #fff;
}

li.current a::before {
	visibility: visible;
	opacity: 1;
}

li.current a {
	/* border: transparent; */
	border: 1px solid #ffc20f;
}

/*================================
<--  Event Video Area Css -->
==================================*/

.video-area {
	margin: -278px 0 -278px;
	position: relative;
	z-index: 1;
}

.row.video-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 180px 0 180px;
	border-radius: 5px;
}

.single-video-icon {
	width: 105px;
	height: 105px;
	line-height: 105px;
	border: 1.5px solid #ffffff;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 40px;
}

.video-item-box .video-heading {
	color: #fff;
	font-weight: 500;
}

/*================================
<--  Event Play Area Css -->
==================================*/
.number-count {
	position: relative;
	top: -40px;
}

.number-count ul li {
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	z-index: 1;
	position: relative;
}

.number-count ul li span {
	margin-bottom: 50px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}

.number-count ul li img {
	position: relative;
	top: 70px;
	z-index: -1;
}


/*================================
<--  Event Testimonial Area Css -->
==================================*/

.testimonial-area {
	padding: 113px 0 200px;
}

.testimonial-item-box {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 55px 46px 55px 46px;
	margin: 20px 0 20px;
}

.testimonial-user-details .t-member-thum {
	width: 310px;
}

.t-member-content h5 {
	font-size: 18px;
	margin-bottom: 6px;
}

.testimonial-paragraph p {
	font-size: 17px;
	line-height: 30px;
	font-style: italic;
	margin: 25px 0 35px;
}

.testimonial-paragraph span {
	font-size: 17px;
	color: #3a1c7f;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 13px;
	display: block;
}

.testimonial-user-details {
	display: flex;
	justify-content: space-between;
}

.t-member-thum img {
	float: left;
	margin-right: 20px;
}

.testimonial-feedback ul li {
	list-style: none;
	margin-right: 20px;
}

.testimonial-feedback ul li img {
	margin-left: 10px;
	margin-top: 4px;
}

.testimonial-feedback ul li i {
	-webkit-text-stroke-width: 1px;
	color: transparent;
	-webkit-text-stroke-color: #ff007a;
}

.testimonial-feedback ul li h6 {
	margin-top: 4px;
	font-size: 15px;
}


/*--  Owl Carousel Nav Css --*/


#customers-testimonial .owl-nav .owl-prev,
#customers-testimonial .owl-nav .owl-next {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	color: #3a1c7f;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 46%;
	bottom: -80px;
	-webkit-transition: .4s;
	transition: .4s;
}

#customers-testimonial .owl-nav .owl-next {
	left: auto;
	right: 45%;
}

#customers-testimonial .owl-nav .owl-prev:hover {
	background: #ff007a;
	color: #fff;
}

#customers-testimonial .owl-nav .owl-next:hover {
	background: #ff007a;
	color: #fff;
}


/*================================
<--  Event Sponnor Area Css -->
==================================*/

.sponnor-style-two {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 185px;
}

.sponnor-style2-img-thum img {
	margin-right: 60px;
}



/*=============================================================================
<-- End Event Home-two style -->
==============================================================================*/




/*================================
<--  Event Braedcrumb  Css -->
==================================*/


.braedcrumb-area {
	display: flex;
	align-items: center;
	height: 350px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 125px;
}

.braedcrumb-area .breadcrumb .breadcrumb-item::before {
	display: none;
}

.breadcrumb-heading h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-size: 30px;
	font-weight: 700;
}

.breadcrumb-item a {
	color: #fff;
	text-decoration: none;
	opacity: .7;
	transition: .5s;
}

.breadcrumb-item a:hover {
	color: #fff;
	opacity: 1;
}

.breadcrumb-item.active {
	color: #fff;
	font-weight: 700;
}

.breadcrumb-item a span {
	padding: 0 16px 0;
}


/*================================
<-- Event About Inner Page Css -->
==================================*/


.about-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 50px;
	background: url(../images/banner/JW-Marriott-Pune.jpg) no-repeat center center / cover fixed;
	position: relative;
}

.about-area::before {
	position: absolute;
	content: '';
	background-image: linear-gradient(to left, #0055ad1c, #003a7600, #ffc30f9a, #ffc30fde, #ffc20f);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-item-box {
	padding: 0px 0 0 41px;
}

.about-img-thum img {
	width: 100%;
}

.about-section-title {
	margin-bottom: 42px;
}

.about-section-title p {
	line-height: 30px;
}

.about-inner-content {
	background: #f4f5f9;
	width: 278px;
	padding: 14px 30px 3px;
	border-radius: 5px;
	margin-right: 20px;
}

.about-inner-content h4 i {
	width: 24px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	margin-right: 10px;
}

.about-inner-content h4 {
	font-size: 20px;
	margin-bottom: 14px;
}

.about-btn {
	text-align: left;
	margin-top: 20px;
}

/*================================
<-- Event Service Inner Page Css -->
==================================*/


/*================================
<-- Event Team Inner Page Css -->
==================================*/
.team-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 113px 0 88px;
}

.team-item-box {
	background: #3a1c80;
	padding: 40px 30px 16px 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.team-img-thum {
	position: relative;
	overflow: hidden;
}

.team-image {
	text-align: center;
}

.team-image img {
	width: 100%;
	border-radius: 5px;
}

.team-img-btn {
	position: absolute;
	bottom: -75px;
	left: 0;
	background: #ff007a;
	width: 100%;
	height: 75px;
	line-height: 75px;
	padding-left: 30px;
	visibility: hidden;
	opacity: 0;
	transition: .7s;
}

.team-img-btn a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	transition: .4s;
}

.team-social-icon {
	position: absolute;
	bottom: -155px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: .7s;
}

.team-social-icon ul {
	background: #ff007a;
	padding: 15px 22px 12px 22px;
	border-radius: 5px 0 0 0;
}

.team-social-icon ul li {
	list-style: none;
}

.team-social-icon ul li a {
	color: #fff;
	margin-bottom: 6px;
	display: block;
}

.team-social-icon ul li a:hover {
	color: #ffff85;
}

.team-content-item {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.team-content h4 {
	color: #fff;
	margin-bottom: 8px;
}

.team-content p {
	color: #fff;
}

.team-pluse-icon {
	margin-top: 30px;
}

.team-pluse-icon span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	background: #fff;
	color: #ff007a;
	border-radius: 50%;
}

.team-item-box:hover .team-img-btn {
	transform: translateY(-100%);
	visibility: visible;
	opacity: 1;
}

.team-item-box:hover .team-social-icon {
	transform: translateY(-100%);
	visibility: visible;
	opacity: 1;
}

/*================================
<-- Event Pricing Inner Page Css -->
==================================*/

/* .pricing-style-two {
	padding: 113px 0 260px;
} */
.pricing-item-box-s2 {
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
	position: relative;
	/* border-bottom: 5px solid #ffc20f; */
}

.pricing-item-box-s2::before {
	width: 100%;
	left: 0;
	border-radius: 0;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	height: 75px;
	top: 0;
}

.pricing-item-box-s2::after {
	display: none;
}

.pricing-money-num {
	position: absolute;
	left: 0;
	right: 0;
	top: 26%;
}

.pricing-money-num h2 {
	/* width: 125px;
	height: 125px;
	line-height: 125px; */
	/* background: #fff; */
	margin: auto;
	/* border-radius: 50%;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 45%); */
	transition: .4s;

	background-image: url(../images/banner/counter-bg.png);
	background-size: cover;
}

.pricing-sm-title-s2 {
	margin-top: 70px;
	margin-bottom: 60px;
}

.pricing-money-num h2 {
	font-size: 30px;
	font-weight: 700;
}

.pricing-item-box-s2:hover .pricing-money-num h2 {
	color: #000000;
}

.pricing-heading h3 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 18px;
}

/*================================
<-- Event Faqs Inner Page Css -->
==================================*/

.faq-area {
	padding: 113px 0 255px;
}

.accordion {
	width: 100%;
	margin: 2rem auto;
}

.faq-area .accordion-item {
	border: none;
}

.accordion-item {
	background-color: #f4f5f9;
	color: #3a1c7f;
	margin: 2rem 0;
}

.accordion-item-header {
	padding: 0.5rem 3rem 0.5rem 2rem;
	min-height: 4rem;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
}

.accordion-item-header::after {
	content: "\002B";
	font-size: 24px;
	position: absolute;
	right: 2rem;
	font-weight: initial;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fb017a;
	color: #fff;
	border-radius: 50%;
}

.accordion-item-header.active::after {
	content: "\2212";
}

.accordion-item-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
	padding: 1rem;
	line-height: 1.5rem;
	border-top: 1px solid;
	border-image: linear-gradient(to right, transparent, #fb017a, transparent) 1;
}

/*================================
<-- Event Schedule Inner Page Css -->
==================================*/


.schedule-page-area {
	background: #fff;
	padding: 113px 0 120px;
}

.schedule-page-two {
	background: #f4f5f9;
}

.inner-container {
	position: relative;
}

.inner-container::before {
	content: "";
	left: 50%;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: #ff007a;
	position: absolute;
}

.programs-section .inner-container:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: #cccccc;
}

.programs-section .btn-box {
	position: relative;
	margin-top: 45px;
}

.programs-section .btn-box .theme-btn {
	padding: 11px 30px;
}

.programs-section .section-icons {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.programs-section .section-icons .icon-one {
	position: absolute;
	left: 15%;
	top: 30%;
	opacity: 0.10;
}

.programs-section .section-icons .icon-two {
	position: absolute;
	left: 8%;
	bottom: 10%;
	opacity: 0.10;
}

.programs-section .section-icons .icon-three {
	position: absolute;
	right: 15%;
	top: 40%;
	opacity: 0.10;
}

.programs-block {
	position: relative;
	padding-bottom: 80px;
}

.programs-block .inner-block {
	position: relative;
}

.programs-block .inner-block .content {
	position: relative;
	float: right;
	padding: 0px;
}

.programs-block .inner-block .content .program-info {
	position: absolute;
	left: -280px;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	padding-right: 70px;
	text-transform: uppercase;
}

.programs-block .inner-block .content .program-info .time {
	position: relative;
	display: block;
	color: #a321b9;
	font-size: 14px;
	font-weight: 400;
}

.programs-block .inner-block .content .program-info .dott {
	position: absolute;
	content: '';
	right: -26px;
	top: 0px;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
}

.programs-block .inner-block .content .program-info .dott:before {
	position: absolute;
	content: '';
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50px;
	background-color: #ff006a;
}

.programs-block .inner-block .content .content-inner {
	position: relative;
	z-index: 10;
	padding: 30px 35px;
	margin-left: 60px;
	margin-right: 60px;
	background-color: #f7f8fb;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.programs-block .inner-block:hover .content .content-inner {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	background-color: #ffffff;
}

.programs-block .inner-block .content .content-inner .title {
	position: relative;
	color: #666666;
	font-size: 14px;
}

.programs-block .inner-block .content .content-inner h3 {
	position: relative;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 10px;
}

.programs-block .inner-block .content .content-inner h3 a {
	position: relative;
	color: #222222;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.programs-block .inner-block .content .content-inner h3 a:hover {
	position: relative;
	color: #ff006a;
}

.programs-block .inner-block .content .content-inner .text {
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 12px;
}

.programs-block.style-two .inner-block .content {
	float: left;
}

.programs-block.style-two .inner-block .content .program-info {
	z-index: 10;
	left: auto;
	right: -280px;
	text-align: left;
	padding-right: 0px;
	padding-left: 70px;
}

.programs-block.style-two .inner-block .content .program-info .dott {
	right: auto;
	left: -25px;
}

.programs-block.style-two .inner-block .content .program-info .dott:before {
	background-color: #a321b9;
}


/*================================
<-- Event Contact Inner Page Css -->
==================================*/


.contact-area {
	padding: 50px 0 50px;
}

.contact-bg h2 {
	margin-bottom: 70px;
	font-size: 45px;
}

.form-box {
	margin-bottom: 10px;
}

.contact-left {
	padding-left: 37px;
}

.form-box input {
	border: 1px solid rgba(100, 100, 100, 0.1);
	width: 100%;
	height: 65px;
	padding: 0 18px;
	margin-bottom: 20px;
	outline: 0;
	border: none;
	box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}

.form-box input::placeholder {
	color: rgba(100, 100, 100, 0.8);
}

.form-box textarea {
	width: 100%;
	height: 180px;
	padding: 14px 18px;
	border: 1px solid #ddd;
	outline: 0;
	box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}

.form-box textarea::placeholder {
	color: rgba(100, 100, 100, 0.8);
}

/* .row.contact-bottom {
	padding-top: 186px;
} */

.contact-item-box {
	background: #ffc20f38;
	padding: 63px 77px 38px 95px;
	margin-bottom: 30px;
}

.contact-icon-img {
	float: left;
	margin-right: 32px;
}

.contact-content {
	overflow: hidden;
}

.contact-content h4 {
	margin-top: 0;
	margin-bottom: 12px;
}


/* Google Maps  */

/* .row.maps-area {
	padding-top: 120px;
} */

.mapouter.fixed-height {
	height: 600px;
}

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

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

/*================================
<-- Event Blog-Details Inner Page Css -->
==================================*/
.blog-details-area {
	padding: 120px 0 260px;
}


/*widget search*/

.widget_search {
	padding: 19px 40px 40px;
	border-radius: 4px;
	margin-bottom: 30px;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
}

.widget_search form {
	position: relative;
	margin-top: 25px;
}

.widget_search input {
	border-radius: 4px;
	padding-left: 20px;
	height: 60px;
	width: 100%;
	position: relative;
	color: #000;
	outline: 0;
	border: none;
	box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.06);
}

button.icons {
	border: 0;
	font-size: 18px;
	color: #fff;
	padding: 1px 15px;
	position: absolute;
	right: 8px;
	top: 8px;
	height: 46px;
	width: 50px;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
}

/*widget categories box*/

.widget-categories-box {
	border-radius: 5px;
	margin-bottom: 30px;
	background-image: linear-gradient(231deg, #00a4e3 0%, #1f2e69 100%);
	-webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
	padding: 18px 20px 30px 32px;
}

.widget-categories-box.style1 {
	padding: 18px 40px 12px;
}

/*title*/

.categories_title h4 {
	font-size: 24px;
	padding: 0px 0 8px;
	margin: 0 0 8px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	font-family: "Work Sans";
}

.recent-widget-content span i {
	color: #c59d5f;
	margin-right: 8px;
}

.recent-widget-content span {
	color: #fff;
	font-size: 14px;
}

/*categories menu*/

.widget-categories-menu ul {
	display: block;
}

.widget-categories-menu ul li {
	display: block;
	padding: 16px 0px 16px;
	transition: .5s;
	position: relative;
	z-index: 1;
}

.widget-categories-menu ul li:last-child {
	border: none;
}

.widget-categories-menu ul li a {
	display: block;
	color: #fff;
	transition: .5s;
}

.widget-categories-menu ul li a span {
	display: block;
	float: right;
	font-size: 16px;
	transition: .5s;
}

.pdf-button a {
	display: block;
	background: #E11143;
	padding: 15px 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.pdf-button a i {
	float: right;
	font-size: 20px;
	margin-top: 2px;
}

.widget-categories-menu ul li a img {
	margin-left: 15px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
	margin-bottom: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 22px;
}

.sidber-widget-recent-post.style1 {
	margin-bottom: 0px;
}

.sidber-widget-recent-post:last-child {
	border: none;
}

.recent-widget-content a {
	color: #fff !important;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: 32px;
	transition: .5s;
	margin-bottom: 7px;
}

.recent-widget-content span {
	color: #fff;
}

.recent-widget-thumb {
	float: left;
	margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content a {
	color: #E11143;
	font-size: 18px;
}

/* Sidber Achivement CSS */

.widget-achivement ul li {
	list-style: none;
	margin-bottom: 6px;
}

.widget-achivement ul li a i {
	font-size: 17px;
	margin-right: 3px;
}

.widget-achivement ul li a {
	font-weight: 600;
	transition: .5s;
	color: #1b1b1b;
}

.widget-achivement ul li a span {
	float: right;
}

.widget-achivement ul li a:hover {
	color: #E11143;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
	overflow: hidden;
}

.widget-gallery-thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */

.widget-tags a {
	display: inline-block;
	border: 1px solid #eaeaea;
	padding: 10px 26px;
	margin: 8px 6px;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position: relative;
	transition: .5s;
	z-index: 1;
}


.widget-tags a:hover {
	color: #fc007a;
	border-color: #fff;
	background: #fff;
}

.widget-tags a:hover:before {
	width: 102%;
}






































































.event_nav_manu {
	transition: .5s;
	z-index: 2;
	position: relative;
	padding: 0 70px 0;
	margin-bottom: -95px;
	border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
}

.sticky {
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 15px 1px rgb(139 139 139);
	background-image: linear-gradient(231deg, #c69335 0%, #ffc20f 100%);
	transition: .5s !important;
	z-index: 922;
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	animation-name: slideInDown;
}

.sticky .event_menu>ul>li>a {
	color: #fff;
}

.sticky .header-button a {
	background: #ffde5d;
}

.sticky .header-button a i {
	color: #fff;
}

/* event Menu Css*/
nav.event_menu {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: -3px;
	margin-left: 11px;
}

.event_menu ul {
	list-style: none;
	display: inline-block;
}

.event_menu>ul>li {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.event_menu>ul>li>a {
	font-size: 17px;
	display: block;
	margin: 35px 15px;
	transition: .5s;
	color: #101210;
	font-weight: 500;
}

nav.event_menu span {
	font-size: 11px;
	padding-left: 5px;
	font-family: FontAwesome;
	opacity: .5;
}

.event_menu>ul>li>a:hover {
	color: #ffde5d;
}

/*menu button*/


.header-button a {
	font-size: 16px;
	padding: 12px 30px;
	font-weight: 500;
	color: #fff;
	background: #101210;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.header-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: #ffde5d;
	transform: scale(0);
	transition: .5s;
}

.header-button a i {
	padding-right: 5px;
	position: relative;
	top: 3px;
	color: #ffde5d;
	transition: .5s;
}

.header-button a:hover:before {
	transform: scale(1);
}

.header-button a:hover i {
	color: #fff;
}

/*Style Two Nav Menu*/

.style-two.event_nav_manu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .event_menu>ul>li>a {
	color: #fff;

}

/*style two btn*/

.style-two .header-button a {
	background: rgba(16, 18, 16, 0);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-two .header-button a i {
	color: #bbf737;
}

/*** Sub Menu Style 
==========================***/

.event_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 217px;
	text-align: left;
	background: #fff;
	margin: 0;
	z-index: 1;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	transition: .5s;
	visibility: hidden;
	border-top: 2px solid #ffde5d;
	opacity: 0;
}

.event_menu ul li:hover>.sub-menu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.event_menu ul .sub-menu li {
	position: relative;
}

.event_menu ul .sub-menu li a {
	display: block;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: .1s;
	transition: .1s;
	visibility: inherit !important;
	color: #101210 !important;
}

.event_menu ul .sub-menu li:hover>a,
.event_menu ul .sub-menu .sub-menu li:hover>a,
.event_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.event_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	background: #ffde5d;
	color: #fff !important;
}

/* sub menu 2 
=================*/

.event_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	visibility: hidden;
}

.event_menu ul .sub-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 0%;
}

/* sub menu 3 
==================*/

.event_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.event_menu ul .sub-menu .sub-menu .sub-menu {
	right: 100%;
	left: auto;
	top: 130%;
	opacity: 0;
	visibility: hidden;
}

.event_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 0%;
}

ul.sub-menu li a span {
	background: #ffde5d;
	padding: 5px 10px;
	color: #fff;
	opacity: 1;
	font-family: 'Barlow', sans-serif;
	border-radius: 2px;
	margin-left: 5px;
	transition: .5s;
}

ul.sub-menu li:hover a span {
	background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 
====================*/

.event_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}


.event_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 0%;
}

.event_menu li a:hover:before {
	width: 101%;
}

.event_nav_manu.sticky .logo_img {
	display: none;
}

.main_sticky {
	display: none;
}

.event_nav_manu.sticky .main_sticky {
	display: inherit;
}

.mobile-menu.mean-container {
	overflow: hidden;
}







/*
<!-- ============================================================== -->
<!-- event Start Cart Section -->
<!-- ============================================================== -->*/

.cart-section {
	padding: 100px 0 100px;
}

.cart-empty p {
	padding: 18px 25px;
	position: relative;
	background-color: #F6F7F9;
	border-bottom: 2px solid #050505;
	display: inline-block;
	width: 100%;
	color: #050505;
}

.cart-empty p i {
	color: #050505;
	padding-right: 10px;
}

.cart-section a.event-button {
	margin-top: 10px;
	display: inline-block;
}


@keyframes ripple {

	0%,
	35% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
	}
}


@keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}


@keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}



/*--==============================================->
  <!-- event Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
	-webkit-animation: dance3 8s alternate infinite;
	animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
	0% {
		-webkit-transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.dance {
	-webkit-animation: dance 2s alternate infinite;
	animation: dance 2s alternate infinite;
}

@keyframes dance {
	0% {
		-webkit-transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1.2);
	}
}

.dance2 {
	-webkit-animation: dance2 4s alternate infinite;
	animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(25px, -25px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -25px, 25px);
	}
}

.watermark-animate {
	-webkit-animation: watermark-animate 8s infinite;
	animation: watermark-animate 8s infinite;
	animation-direction: alternate-reverse;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes watermark-animate {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}



/*rotateme animation*/

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}






/*----------------
==============   Start event shop Nav Sidebar button
------------------*/

/*nav button*/


.nav-btn.navSidebar-button a i {
	padding-right: 10px;
	font-size: 20px;
}

.xs-sidebar-group .xs-overlay {
	left: 100%;
	top: 0;
	position: fixed;
	z-index: 101;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 0;
}

.xs-sidebar-widget {
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
	opacity: 0.4;
	visibility: visible;
	-webkit-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
	left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
	opacity: 1;
	visibility: visible;
	left: 0;
	-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
	transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
	padding: 40px 32px;
}

.close-side-widget i {
	color: #101010;
	font-size: 28px;
	display: block;
}

.sidebar-widget-container {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
	top: 0px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease-out 1.2s;
	-o-transition: all 1s ease-out 1.2s;
	transition: all 1s ease-out 1.2s;
	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;
}

.xs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: 0;
}

.xs-bg-black {
	background-color: #101010;
}


/*html css*/
.nav-logo {
	padding: 0 0 40px;
}

.sidebar-info-contents .widget-search {
	padding: 0 0 15px;
}

.sidebar-info-contents .widget {
	display: block;
}

.sidebar-info-contents h3.widget-title {
	font-size: 25px;
	padding: 8px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	font-style: italic;
}

.sidebar-info-contents h3.widget-title {
	font-size: 25px;
	padding: 15px 0 15px;
}

.widget form {
	position: relative;
}

.widget input {
	border-radius: 4px;
	padding-left: 20px;
	height: 56px;
	width: 100%;
	color: #fff;
	border: 1px solid #e9e9e9;
}

button.icon {
	border: 0;
	font-size: 18px;
	color: #fff;
	padding: 1px 15px;
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	width: 60px;
	background: #ffde5d;
	border-radius: 0 4px 4px 0;
}

.widget input::placeholder {
	color: #101010;
}

ul.list-style-one li {
	display: block;
	list-style: none;
	color: #fff;
	padding: 16px 0 0;
	overflow: hidden;
}


ul.list-style-one li a {
	transition: .5s;
	color: #101010;
}

ul.list-style-one li a i {
	background: red;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	color: #fff;
	margin-right: 5px;
}

a.white-bg i {
	background: #e9e9e9 !important;
}

a.yellow-bg i {
	background: #eeee22 !important;
}

a.green-bg i {
	background: #9BC45C !important;
}

/*Tag
=======*/

.sidebar-tag-menu {
	padding: 12px 0 0;
}

.sidebar-tag-menu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 6px;
	color: #101010;
	padding: 0 0 12px;
}

/*social icon*/

ul.social-icon {
	padding: 20px 0 0;
}

ul.social-icon li {
	display: inline-block;
	list-style: none;
	margin: 0 10px 0 0;
}

ul.social-icon li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	color: #101010;
	transition: .5s;
	font-size: 18px;
	border-radius: 3px;
}

ul.social-icon li a:hover {
	background: #ffde5d;
	color: #fff;
}

ul.list-style-one li a:hover span {
	background: #ffde5d;
	border-radius: 30px;
	color: #fff;
}

ul.list-style-one li a:hover {
	color: #ffde5d;
}







/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.search-popup {
	width: 100%;
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #e11143;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	border-right: 3px solid #062462;
	border-left: 3px solid #062462;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;

	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #e11143;
	padding: 0;
	cursor: pointer;
	border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-box-btn {
	display: inline-block;
	padding-left: 22px;
}

.search-box-btn i {
	display: inline-block;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: .5s;
}

.upp.search-box-btn i {
	color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
	font-size: 20px;
	display: inline-block;
	color: #fff;
	padding-left: 17px;
	position: relative;
	z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
	color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
	position: absolute;
	content: "0";
	right: -10px;
	top: -4px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #1552F6;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
}

.flaticon-multiply:before {
	content: inherit;
}

button.close-search i {
	font-size: 25px;
	color: #fff;
	display: inline-block;
}


span.flaticon-multiply i {
	display: inline-block;
	color: #e11143;
}

.header-search-button {
	display: inline-block;
	margin-top: 30px;
}


.header-search-button a {
	display: inline-block;
	line-height: 42px;
}



/*===========================
<-- event Loader Css -->
=============================*/
.loader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: 0.8s 1s ease;
	z-index: 999;
}

.loader {
	position: relative;
	display: block;
	z-index: 201;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border-radius: 50%;
	transition: all 1s 1s ease;
}

.loader:before,
.loader:after {
	content: "";
	display: block;
	border: 32px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	animation: weld-rotate 2s infinite ease-in;
}

.loader:before {
	border-color: transparent transparent transparent #ff007a;
	animation-delay: 0.5s;
}

@keyframes weld-rotate {

	0%,
	25% {
		transform: rotate(0deg)
	}

	50%,
	75% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}



.loader-wrapper .loder-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #111;
	z-index: 2;
}

.loader-wrapper .loder-section.left-section {
	left: 0;
	transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
	right: 0;
	transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
	left: -100%;
}

.loaded .loder-section.right-section {
	right: -100%;
}

.loaded .loader-wrapper {
	visibility: hidden;
}

.loaded .loader {
	top: -100%;
	opacity: 0;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
	position: fixed;
	right: 50px;
	bottom: 20px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #ffc30f4f;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transform: translateY(15px) !important;
	transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important;
}

.prgoress_indicator::after {
	position: absolute;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #ffc20f;
	left: 0;
	top: 0;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	font-weight: 900;
	z-index: 1;
	transition: all 200ms linear !important;
}

.prgoress_indicator::before {
	position: absolute;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	font-weight: 900;
	opacity: 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
	color: #2871ff;
}

.prgoress_indicator:hover ::before {
	opacity: 1;
}

.prgoress_indicator svg path {
	fill: none;
}

.prgoress_indicator svg.progress-circle path {
	stroke: #ffc20f;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear !important;
}

.orgnzingcmt img {
	height: 210px;
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* .section-title h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ee2c3fce;
    z-index: 0;
}

.section-main-title span{
    background-image: linear-gradient(to left, #ee2c3f, rgb(239, 71, 53), rgb(241, 88, 43), rgb(242, 97, 37), rgb(242, 101, 34));
    color: var(--primary-color);
    margin: 0 auto;
    border-radius: 30px;
    padding: 5px 15px 5px;
    font-weight: 600;
    position: relative;
} */

.trapezoid {
	width: 250px;
	height: 20px;
	background-color: #ffc107;
	/* yellow */
	/* clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%); */
	clip-path: polygon(11% 0%, 88% 0%, 100% 100%, 0% 100%);
	margin: 0px auto;
	margin-top: 0px;
}

.orgnzingcmt .speaker-page-comtent h4 {
	color: #ffffff;
}

.speaker-comtent img {
	height: 40px;
}

.venue-img1 img{
	background-size: cover;
	width: 100%;
}