/* conat Events Business HTML-5 Template */

/*** 

====================================================================
	Attachment Css Files
====================================================================

***/

@import url('global.css');
@import url('rtl.css');
@import url('header.css');
@import url('footer.css');
@import url('font-awesome.css');
@import url('flaticon_conat-flat.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');
@import url('jquery.bootstrap-touchspin.css');
:root {
  --dark-blue: #08265d;
  --dark-yellow: #ffe610;
  --light-blue: #deebf9;
  --dark-black: #000000;
  --light-black: #343a40;
  --full-white: #ffffff;

}


/*** 
====================================================================
	Main Slider Section
====================================================================
***/
.text-black {
	color: #000000;
}

.text-white {
	color: #ffffff;
}

.text-white p{
	color: #ffffff;
}

.slider-one {
	position: relative;
}

.slider-one_slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 280px 0px 400px;
	background-size: cover;
}

.slider-one_image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.70;
	z-index: 1;
	background: url(../images/main-slider/pattern-layer.jpg);
	background-size: cover;
}

.slider-one_pattern {
	position: absolute;
	right: -50px;
	top: 0px;
	z-index: 2;
	width: 375px;
	height: 1007px;
	background-repeat: no-repeat;
}

.slider-one_pattern-two {
	position: absolute;
	right: 0px;
	z-index: 2;
	width: 100%;
	height: 472px;
	bottom: -130px;
	background-position: center center;
	background-repeat: repeat-x;
	/* animation: 35s linear 0s infinite normal none running slide; */
}

/* @keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 3000px 0; }
} */

.slider-one_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-size: cover;

	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.slider-one .active .slider-one_image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

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

.slider-one_content-inner {
	position: relative;
	padding-left: var(--padding-left-60);
}

.slider-one_date {
	position: relative;
	font-weight: 700;
	line-height: 44px;
	color: var(--color-white);
	font-size: var(--font-40);
	padding-left: var(--padding-left-130);

	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.slider-one_date span {
	position: absolute;
	left: 0px;
	top: -8px;
	line-height: 1em;
	font-weight: 700;
	color: var(--color-yellow);
	font-size: var(--font-100);
}

.slider-one .active .slider-one_date {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.slider-one_title {
	position: absolute;
	left: -120px;
	top: 150px;
	opacity: 0;
	font-weight: 800;
	font-size: var(--font-18);
	color: var(--color-white);
	transform: rotate(-90deg);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-20);
}

.slider-one .active .slider-one_title {
	opacity: 1;

	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.slider-one_heading {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	color: var(--color-white);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top: var(--margin-top-30);
	margin-bottom: var(--margin-bottom-50);
}

.slider-one_heading span {
	color: var(--color-blue);
}

.slider-one .active .slider-one_heading {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.slider-one .slider-one_buttons {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.slider-one .slider-one_buttons .theme-btn {
	margin-right: var(--margin-right-15);
}

.slider-one .active .slider-one_buttons {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1200ms;
}

.slider-one .owl-dots {
	display: none;
}

.slider-one:hover .owl-nav {
	opacity: 1;
}

.slider-one .owl-nav {
	position: absolute;
	right: 80px;
	top: 50%;
	opacity: 0;
	z-index: 3;
	margin-top: -130px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.slider-one .owl-nav .owl-prev,
.slider-one .owl-nav .owl-next {
	position: relative;
	display: block;
	width: 55px;
	height: 55px;
	margin: 10px 0px;
	border-radius: 50px;
	text-align: center;
	line-height: 55px;
	color: var(--color-two);
	font-size: var(--font-20);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(var(--color-white-rgb), 0.70);
}

.slider-one .owl-nav .owl-prev:hover,
.slider-one .owl-nav .owl-next:hover {
	color: var(--color-yellow);
	background-color: var(--color-white);
}

/*** 

====================================================================
	About One
====================================================================

***/
.font-weight-500{font-weight: 500;}
.font-size-13{font-size: 13px;}
.about-one {
	position: relative;
	padding: 260px 0px 100px;
}

.about-one.style-two {
	padding-top: var(--padding-top-120);
}

.about-one_pattern-one {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 69px;
	height: 194px;
	background-repeat: no-repeat;
}

.about-one_pattern-two {
	position: absolute;
	right: 0px;
	top: 370px;
	width: 69px;
	height: 194px;
	background-repeat: no-repeat;
}

.about-one_pattern-three {
	position: absolute;
	right: 10%;
	top: 15%;
	width: 112px;
	height: 115px;
	background-repeat: no-repeat;
}

.about-one_image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-one_image-inner {
	position: relative;
	padding-right: var(--padding-right-70);
}

.about-one_image {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-left: -110px;
	display: inline-block;
	border: 15px solid var(--color-blue);
}

.about-one_pattern-four {
	position: absolute;
	left: -200px;
	top: -50px;
	right: 0px;
	bottom: -50px;
	background-repeat: no-repeat;
}

/* Video One Play */

.slider-one_play {
	position: absolute;
	right: 100px;
	top: 100px;
	width: 130px;
	height: 130px;
	text-align: center;
	border-radius: 50%;
	line-height: 130px;
	border: 10px solid var(--color-white);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.slider-one_play span {
	position: relative;
	width: 110px;
	height: 110px;
	z-index: 10;
	text-align: center;
	display: block;
	line-height: 110px;
	border-radius: 50%;
	font-size: var(--font-28);
	color: var(--color-white);
	padding-left: var(--padding-left-5);
	background-color: var(--color-yellow);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.slider-one_play span:hover {
	color: var(--color-white);
	background-color: var(--color-two);
}

.slider-one_play .ripple,
.slider-one_play .ripple:before,
.slider-one_play .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
	-moz-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
	-ms-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
	-o-box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
	box-shadow: 0 0 0 0 rgba(0, 146, 255, .3);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.slider-one_play .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.slider-one_play .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

.about-one_content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-one_content-column .sec-title {
	margin-bottom: var(--margin-bottom-20);
}

.about-one_content-inner {
	position: relative;
}

.about-one_bold-text {
	position: relative;
	font-weight: 700;
	line-height: 36px;
	color: var(--color-two);
	font-size: var(--font-20);
	margin-bottom: var(--margin-bottom-20);
}

.about-one_text {
	position: relative;
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-40);
}

.about-one_block {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-one_block-inner {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-16);
	padding-left: var(--padding-left-65);
}

.about-one_block-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	color: var(--color-blue);
	font-size: var(--font-50);
	font-family: "Flaticon";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.about-one_block-inner:hover .about-one_block-icon {
	transform: rotateY(180deg);
}

.about-one_block strong {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-20);
	margin-bottom: var(--margin-bottom-10);
}

.about-one_button {
	position: relative;
	margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Counter One
====================================================================

***/

.counter-one {
	position: relative;

}

.counter-one .inner-container {
	position: relative;
	padding: 90px 0px 60px;
}

.counter-one_image {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 200%;
	overflow: hidden;
	border-radius: 0px 100px 0px 0px;
	background-size: cover;
}

.counter-one_image::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.80;
	background-color: var(--color-six);
}

.counter-one_block {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.counter-one_inner {
	position: relative;
}

.counter-one_counter {
	position: relative;
	font-weight: 700;
	color: var(--color-white);
	font-size: var(--font-60);
}

.counter-one_text {
	position: relative;
	color: var(--color-white);
	font-size: var(--font-20);
	margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Speaker One
====================================================================

***/

.speakers-one {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 70px;
}

.speakers-one_pattern {
	position: absolute;
	right: -200px;
	top: 90px;
	width: 475px;
	height: 460px;
	background-repeat: no-repeat;
}

.speakers-one_pattern-two {
	position: absolute;
	left: -40px;
	top: 64%;
	width: 112px;
	height: 115px;
	background-repeat: no-repeat;
}

.speaker-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.speaker-block_one-inner {
	position: relative;
}

.speaker-block_one-image {
	position: relative;
	width: 270px;
	height: 280px;
	padding: 5px 5px;
	border-radius: 0px 50% 50% 50%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.speaker-block_one-image img {
	position: relative;
	border-radius: 0px 50% 50% 50%;
}

.speaker-block_one-image::before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	right: 5px;
	bottom: -15px;
	border-radius: 0px 50% 50% 50%;
	border: 2px dashed var(--color-two);
}

.speaker-block_one-social {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	bottom: 20px;
	overflow: hidden;
	border-radius: 50px;
}

.speaker-block_one-share {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 2;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-white);
	font-family: 'Font Awesome 6 Free';
	background-color: var(--color-yellow);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.speaker-block_one-social-list {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 40px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.speaker-block_one-inner:hover .speaker-block_one-social-list {
	top: 50px;
}

.speaker-block_one-social-list a {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--black-color);
	background-color: var(--color-white);
	margin-bottom: var(--margin-bottom-5);
}

.speaker-block_one-social-list a.youtube {
	color: #ff0000;
}

.speaker-block_one-social-list a.twitter {
	color: #1da1f2;
}

.speaker-block_one-social-list a.facebook {
	color: #4267b2;
}

.speaker-block_one-social-list a.instagram {
	color: #e73a67;
}

.speaker-block_one-pattern {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -30px;
	height: 129px;
	background-position: center center;
	background-repeat: no-repeat;
}

.speaker-block_one-content {
	position: relative;
	text-align: center;
	padding-top: var(--padding-top-45);
}

.speaker-one_title {
	position: relative;
	font-weight: 700;
}

.speaker-one_title a {
	position: relative;
	color: var(--color-two);
}

.speaker-one_title a:hover {
	color: var(--color-yellow);
}

.speaker-one_detail {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Feature One
====================================================================

***/

.feature-one {
	position: relative;
	padding: 110px 0px 80px;
	background-color: var(--color-white);
}

.feature-one_pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 461px;
	background-position: center right;
	background-repeat: no-repeat;
}

.feature-one_pattern-two {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 461px;
	background-position: center right;
	background-repeat: no-repeat;
}

.feature-one_pattern-three {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 381px;
	background-position: center right;
	background-repeat: no-repeat;
}

.feature-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block_one-inner {
	position: relative;
	padding-right: var(--padding-right-50);
}

.feature-block_one:last-child .feature-block_one-inner::before {
	display: none;
}

.feature-block_one-inner::before {
	position: absolute;
	content: '';
	right: 40px;
	top: 0px;
	width: 2px;
	bottom: 0px;
	background-color: var(--color-white);
}

.feature-block_one-icon::after {
	position: absolute;
	content: '';
	left: 0px;
	top: -10px;
	width: 88px;
	height: 93px;
	z-index: -1;
	background: url(../images/icons/feature-bg.png) no-repeat;
}

.feature-block_one-icon {
	position: relative;
	line-height: 1em;
	z-index: 1;
	display: inline-block;
	font-size: var(--font-60);
	color: var(--color-blue);
	font-family: "Flaticon";
}

.feature-block_one-inner:hover .feature-block_one-icon {
	animation: icon-bounce 0.8s ease-out;
	-webkit-animation: icon-bounce 0.8s ease-out;
}

.feature-block_one-title {
	position: relative;
	font-weight: 700;
	margin-top: var(--margin-top-35);
}

.feature-block_one-title a {
	position: relative;
	color: var(--color-two);
}

.feature-block_one-title a:hover {
	color: var(--color-blue);
}

.feature-block_one-more {
	position: relative;
	font-weight: 700;
	display: inline-block;
	color: var(--color-yellow);
	margin-top: var(--margin-top-20);
}

/*** 

====================================================================
	Leadership One
====================================================================

***/

.leadership-one {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 110px;
}

.leadership-one_icon {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 40px;
	height: 59px;
	background-repeat: no-repeat;
}

.leadership-one_icon-two {
	position: absolute;
	right: 20%;
	top: 10%;
	width: 189px;
	height: 135px;
}

.leadership-one_icon-three {
	position: absolute;
	left: 10%;
	top: 45%;
	width: 104px;
	height: 66px;
}

.leadership-one_icon-four {
	position: absolute;
	left: 15%;
	top: 85%;
	width: 110px;
	height: 111px;
}

.leadership-one_icon-five {
	position: absolute;
	right: -80px;
	top: 5%;
	width: 50%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.leadership-tabs {
	position: relative;
	margin-top: var(--margin-top-30);
}

.leadership-tabs .tab-btns {
	position: relative;
}

.leadership-tabs .tab-btns .tab-btn {
	position: relative;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	color: var(--color-five);
	font-size: var(--font-14);
	text-transform: capitalize;
	transition: all 500ms ease;
	padding: 22px 80px 22px 35px;
	margin-right: var(--margin-right-10);
	background: url(../images/background/leadership-1.png) left center no-repeat;
}

.leadership-tabs .tab-btns .tab-btn span {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: var(--font-18);
	text-transform: uppercase;
	color: var(--color-two);
	margin-top: var(--margin-top-5);
}

.leadership-tabs .tab-btns .tab-btn:nth-child(2) {
	background: url(../images/background/leadership-2.png) left center no-repeat;
}

.leadership-tabs .tab-btns .tab-btn:nth-child(3) {
	color: var(--color-white);
	background: url(../images/background/leadership-3.png) left center no-repeat;
}

.leadership-tabs .tab-btns .tab-btn:nth-child(3) span {
	color: var(--color-white);
}

.leadership-tabs .tab-btns .tab-btn:nth-child(4) {
	color: var(--color-white);
	background: url(../images/background/leadership-4.png) left center no-repeat;
}

.leadership-tabs .tab-btns .tab-btn:nth-child(4) span {
	color: var(--color-white);
}

.leadership-tabs .tab-btns .tab-btn:hover,
.leadership-tabs .tab-btns .tab-btn.active-btn {}

.leadership-tabs .tab-btns .tab-btn:last-child {
	margin-right: var(--margin-zero);
}

.leadership-tabs .tabs-content {
	position: relative;
	padding: 40px 0px 0px;
}

.leadership-tabs .tabs-content .tab {
	position: relative;
	display: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateY(80px);
}

.leadership-tabs .tabs-content .tab.active-tab {
	display: block;
	transform: translateY(0px);
}

.leadership-one_block {
	position: relative;
}

.leadership-one_block-inner:hover {
	border-color: rgba(255, 195, 0, 0.30);
	box-shadow: inset 0px 0px 15px rgba(255, 195, 0, 0.30);
}

.leadership-one_block-inner {
	position: relative;
	padding: 15px 20px;
	/* background-color: var(--color-white); */
	/* border: 3px solid rgba(0, 0, 0, 0.07); */
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.leadership-one_block-content {
	position: relative;
	padding-left: 260px;
}

.leadership-one_block-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 210px;
	padding: 5px 5px;
	border-radius: 50% 50% 0% 50%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.leadership-one_block-image img {
	position: relative;
	overflow: hidden;
	border-radius: 50% 50% 0% 50%;
}

.leadership-one_block-icon {
	position: absolute;
	right: -20px;
	bottom: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: var(--font-20);
	color: var(--color-three);
	font-family: "Flaticon";
	background-color: var(--color-white);
}

.leadership-one_block-time {
	position: relative;
	font-weight: 700;
	color: var(--color-three);
	font-size: var(--font-16);
}

.leadership-one_block-name {
	position: relative;
	font-weight: 700;
	color: var(--color-blue);
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
}

.leadership-one_block-title {
	position: relative;
	font-weight: 700;
	margin-top: var(--margin-top-15);
}

.leadership-one_block-title a {
	position: relative;
	color: var(--color-two);
}

.leadership-one_block-title a:hover {
	color: var(--color-three);
}

.leadership-one_block-text {
	position: relative;
	line-height: 34px;
	color: var(--color-five);
	font-size: var(--font-18);
	margin-top: var(--margin-top-25);
}

.leadership-one_block.style-two .leadership-one_block-content {
	padding-right: 260px;
	padding-left: var(--padding-zero);
}

.leadership-one_block.style-two .leadership-one_block-image {
	right: 0px;
	left: auto;
	border-radius: 50% 50% 50% 0%;
}

.leadership-one_block.style-two .leadership-one_block-image img {
	border-radius: 50% 50% 50% 0%;
}

.leadership-one_block.style-two .leadership-one_block-icon {
	left: -20px;
	right: auto;
}

/*** 

====================================================================
	Gallery One
====================================================================

***/

.gallery-one {
	position: relative;
	padding: 50px 0px;
	background: var(--light-blue);
}

.bg-white {
	background-color: #fff !important;
}

.gallery-one .gallery-one_block {
	float: left;
	padding: var(--padding-zero);
}

.gallery-one_block {
	position: relative;
}

.gallery-one_block-inner {
	position: relative;
}

.gallery-one_block-image {
	position: relative;
}

.gallery-one_block-image img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-one_block-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--color-blue-rgb), 0.50);

	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-one_block-inner:hover .gallery-one_block-overlay {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-one_block-icon {
	position: relative;
	font-size: var(--font-40);
	color: var(--color-white);
	font-family: "Flaticon";
}

.gallery-one_block-icon:hover {
	color: var(--color-three);
}

/*** 

====================================================================
	Price One
====================================================================

***/

.price-one {
	position: relative;
	padding: 110px 0px 80px;
}

.price-one_pattern {
	position: absolute;
	left: -260px;
	top: 90px;
	width: 475px;
	height: 460px;
	background-repeat: no-repeat;
}

.price-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.price-block_one-inner {
	position: relative;
	padding: 100px 50px 70px;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.price-block_one-pattern {
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
	height: 167px;
	background-repeat: no-repeat;
}

.price-block_one-pattern-two {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 199px;
	height: 49px;
	background-repeat: no-repeat;
}

.price-block_one-title {
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-14);
}

.price-block_one-price {
	position: relative;
	font-weight: 700;
	line-height: 1em;
	color: var(--color-blue);
	font-size: var(--font-72);
	margin-top: var(--margin-top-10);
}

.price-block_one-price span {
	position: relative;
	letter-spacing: 1px;
	font-size: var(--font-16);
	text-transform: uppercase;
	color: var(--color-five);
}

.price-block_one-options {
	position: relative;
	margin-top: var(--margin-top-10);
}

.price-block_one-options li {
	position: relative;
	display: block;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-20);
}

.price-block_one-options li strong {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-5);
}

.price-block_one-options li.light {
	opacity: 0.70;
}

.price-block_one-options li:last-child {
	margin-bottom: var(--margin-zero);
}

.price-block_one-button {
	position: relative;
	margin-top: var(--margin-top-30);
}

.price-block_one-charges {
	position: relative;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-14);
	margin-top: var(--margin-top-20);
}

.price-block_one:nth-child(2) .price-block_one-price {
	color: var(--color-three);
}

.price-block_one:nth-child(2) .price-block_one-button .theme-btn {
	background-color: var(--color-three);
}

.price-block_one:nth-child(3) .price-block_one-price {
	color: var(--color-yellow);
}

.price-block_one:nth-child(3) .price-block_one-button .theme-btn {
	background-color: var(--color-yellow);
}

/*** 

====================================================================
	Video One
====================================================================

***/

.video-one {
	position: relative;
	padding: 120px 0px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	background-size: cover;
}

.video-one_pattern-one {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 148px;
	height: 210px;
	background-repeat: no-repeat;
}

.video-one_pattern-two {
	position: absolute;
	left: 110px;
	bottom: 15%;
	width: 104px;
	height: 66px;
	background-repeat: no-repeat;
}

.video-one_pattern-three {
	position: absolute;
	right: 50px;
	top: 15%;
	width: 189px;
	height: 135px;
	background-repeat: no-repeat;
}

.video-one_pattern-four {
	position: absolute;
	right: 50px;
	bottom: 15%;
	width: 40px;
	height: 59px;
	background-repeat: no-repeat;
}

.video-one::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	background-color: var(--color-three);
}

/* Video One Play */

.video-one_play {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	line-height: 130px;
	display: inline-block;
	margin-top: var(--margin-top-40);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.video-one_play span {
	position: relative;
	width: 110px;
	height: 110px;
	z-index: 10;
	text-align: center;
	display: block;
	line-height: 110px;
	border-radius: 50%;
	font-size: var(--font-28);
	color: var(--color-blue);
	padding-left: var(--padding-left-5);
	background-color: var(--color-white);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.video-one_play span:hover {
	color: var(--color-white);
	background-color: var(--color-two);
}

.video-one_play .ripple,
.video-one_play .ripple:before,
.video-one_play .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 110px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-one_play .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.video-one_play .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

/*** 

====================================================================
	Clients One
====================================================================

***/

.clients-one {
	position: relative;
	padding: 110px 0px 80px;
}

.clients-one.style-two {
	background-color: rgba(0, 0, 0, 0.02);
}

.clients-one_column {
	position: relative;
	text-align: center;
	margin-bottom: var(--margin-bottom-30);
}

.clients-one_column a {
	position: relative;
	display: block;
	background-color: var(--color-white);
	border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.clients-one_column a:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

/*** 

====================================================================
	News One
====================================================================

***/

.news-one {
	position: relative;
	padding: 0px 0px 80px;
}

.news-one.style-two {
	padding-top: 100px;
}

.news-block_one {
	position: relative;
	z-index: 2;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_one-inner {
	position: relative;
}

.news-block_one-tag {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 2;
	font-weight: 500;
	padding: 7px 20px;
	letter-spacing: 1px;
	color: var(--color-white);
	font-size: var(--font-14);
	background-color: var(--color-three);
}

.news-block_one-image {
	position: relative;
	overflow: hidden;
}

.news-block_one-image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_one-inner:hover .news-block_one-image img:first-child {
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-block_one-inner:hover .news-block_one-image img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block_one-content {
	position: relative;
	z-index: 10;
	margin-top: -50px;
	padding: 40px 30px 30px;
	background-color: var(--color-white);
	margin-right: var(--margin-right-30);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.news-block_one-date {
	position: absolute;
	left: 30px;
	top: -17px;
	font-weight: 600;
	padding: 6px 15px;
	letter-spacing: 2px;
	color: var(--color-two);
	font-size: var(--font-14);
	text-transform: uppercase;
	background-color: var(--color-yellow);
}

.news-block_one-meta {
	position: relative;
}

.news-block_one-meta li {
	position: relative;
	display: inline-block;
	color: var(--color-five);
	padding-left: var(--padding-left-25);
	margin-right: var(--margin-right-20);
}

.news-block_one-meta li .icon {
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
	color: var(--color-blue);
}

.news-block_one-meta li:last-child {
	margin-right: var(--margin-zero);
}

.news-block_one-title {
	position: relative;
	text-transform: capitalize;
	margin-top: var(--margin-top-15);
}

.news-block_one-title a {
	position: relative;
	color: var(--color-two);
}

.news-block_one-title a:hover {
	color: var(--color-blue);
}

.news-block_one-text {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	margin-top: var(--margin-top-15);
}

.news-block_one-more {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	color: var(--color-three);
	text-transform: capitalize;
	margin-top: var(--margin-top-15);
	padding-right: var(--padding-right-25);
}

.news-block_one-more:hover {
	color: var(--color-two);
}

.news-block_one-more::before {
	position: absolute;
	content: '\f178';
	right: 0px;
	top: 5px;
	line-height: 1em;
	font-family: 'Font Awesome 6 Free';
}

/*** 

====================================================================
	Subscribe One
====================================================================

***/

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

.subscribe-one .inner-container {
	position: relative;
	overflow: hidden;
	padding: 30px 30px 30px;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.subscribe-one_title {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--black-color);
	font-size: var(--font-15);
}

.subscribe-one_heading {
	position: relative;
	color: var(--color-two);
	margin-top: var(--margin-top-10);
	font-size: 24px;
}

.subscribe-box {
	position: relative;
	margin-top: var(--margin-top-5);
}

.subscribe-box .form-group {
	position: relative;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.subscribe-box .form-group input[type="text"],
.subscribe-box .form-group input[type="email"] {
	position: relative;
	line-height: 43px;
	background: none;
	display: block;
	height: 55px;
	width: 100%;
	box-shadow: inherit;
	color: var(--black-color);
	font-size: var(--font-14);
	padding: 10px 55px 10px 25px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-white);
}

.subscribe-box .form-group input::placeholder,
.subscribe-box .form-group textarea::placeholder {
	color: var(--color-five);
}

.subscribe-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 600;
	cursor: pointer;
	line-height: 100%;
	text-align: center;
	padding: 21px 45px;
	display: inline-block;
	letter-spacing: 1px;
	font-size: var(--font-14);
	color: var(--color-two);
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-yellow);
}

.subscribe-box .form-group button:hover {
	color: var(--color-white);
	background-color: var(--color-three);
}

.subscribe-box.style-two .form-group {
	position: relative;
	padding: 5px 5px;
	background-color: var(--color-white);
}

.subscribe-box.style-two .form-group input {
	border: none;
}

.subscribe-box.style-two .form-group button {
	right: 5px;
	top: 4px;
	color: var(--color-white);
	background-color: var(--color-two);
}

.subscribe-box.style-three .form-group input {
	background: none;
	color: var(--color-white);
	border: 1px solid var(--color-white);
}

.subscribe-box.style-three .form-group button {
	position: relative;
	margin-top: var(--margin-top-15);
}

.subscribe-box.style-three .form-group input::placeholder,
.subscribe-box.style-three .form-group textarea::placeholder {
	color: var(--color-white);
}

.subscribe-one_pattern {
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 189px;
	height: 91px;
	background-repeat: no-repeat;
}

.subscribe-one_pattern-two {
	position: absolute;
	right: 0px;
	top: -20px;
	width: 69px;
	height: 91px;
	background-repeat: no-repeat;
}

.subscribe-one_pattern-three {
	position: absolute;
	right: 0px;
	top: -280px;
	width: 281px;
	height: 538px;
	background-repeat: no-repeat;
}

.fix {
	overflow: hidden;
}

#bd-cstm-sliders #bd-cstm-sliders__container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	overflow: hidden;
	width: 300%;
}

#bd-cstm-sliders #bd-cstm-sliders__container .bd-cstm-slide {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
}

/*** 

====================================================================
	Slider Two
====================================================================

***/

.slider-two {
	position: relative;
	overflow: hidden;
}

.slider-two_icon-one {
	position: absolute;
	left: 2%;
	bottom: 55%;
	width: 221px;
	height: 221px;
	z-index: 1;
	opacity: 0.50;
	background-repeat: no-repeat;
}

.slider-two_icon-two {
	position: absolute;
	left: 15%;
	bottom: 40%;
	width: 250px;
	height: 250px;
	z-index: 1;
	opacity: 0.50;
	background-repeat: no-repeat;
}

.slider-two_icon-three {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 601px;
	z-index: 1;
	opacity: 0.90;
	background-position: right top;
	background-repeat: no-repeat;
}

.slider-two .owl-dots,
.slider-two .owl-nav {
	display: none;
}

.slider-two_cloud-layer {
	position: absolute;
	left: 0px;
	bottom: -10px;
	right: 0px;
	height: 531px;
	z-index: 1;
	background-repeat: repeat-x;
}

.slider-two .slide {
	position: relative;
	padding: 130px 0px 0px;
}

.slider-two_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.slider-two_image-layer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.90;
	background-color: var(--color-two);
}

.slider-two_image-column {
	position: relative;
	padding-top: var(--padding-top-130);
}

.slider-two_image {
	position: relative;
}

.slider-two_image img {
	max-width: inherit !important;
	width: auto !important;
	margin: 0 auto;
}

.slider-two_content {
	position: relative;
}

.slider-two_content-inner {
	position: relative;
	padding-top: 300px;
}

.slider-two_date {
	position: relative;
	font-weight: 600;
	color: var(--color-white);
	font-size: var(--font-18);
	padding-left: var(--padding-left-35);
}

.slider-two_date::before {
	position: absolute;
	left: 0px;
	content: "\f107";
	font-weight: normal;
	font-family: "Flaticon";
	color: var(--color-yellow);
}

.slider-two_heading {
	color: var(--color-white);
	margin-top: var(--margin-top-30);
}

.slider-two_heading::before {
	position: absolute;
	content: '';
	left: -70px;
	bottom: -135px;
	width: 101px;
	height: 192px;
	background: url(../images/main-slider/line.png) no-repeat;
}

.slider-two_location {
	position: relative;
	font-size: var(--font-18);
	color: var(--color-white);
	margin-top: var(--margin-top-30);
	padding-left: var(--padding-left-35);
}

.slider-two_location::before {
	position: absolute;
	left: 0px;
	content: "\f13e";
	font-weight: normal;
	font-family: "Flaticon";
	color: var(--color-yellow);
}

.slider-two_button {
	position: relative;
	margin-top: var(--margin-top-40);
	margin-left: var(--margin-left-50);
}

.slider-two_timer {
	position: absolute;
	right: 50px;
	bottom: 30px;
	z-index: 10;
}

.slider-two .time-countdown {
	position: relative;
}

.slider-two .time-countdown .counter-column {
	position: relative;
	z-index: 7;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	border-radius: 0px;
	margin: 0 30px 20px;
	color: var(--color-two);
	text-transform: uppercase;
	font-size: var(--font-20);
	display: inline-block;
}

.slider-two .time-countdown .counter-column .count {
	position: relative;
	display: block;
	line-height: 1em;
	font-weight: 800;
	color: var(--color-two);
	font-size: var(--font-84);
	margin-bottom: var(--margin-bottom-10);
}

.slider-two .time-countdown .counter-column::before {
	position: absolute;
	content: ':';
	right: -50px;
	top: 5px;
	line-height: 1em;
	font-weight: 800;
	color: var(--color-two);
	font-size: var(--font-100);
}

.slider-two .time-countdown .counter-column:last-child:before {
	display: none;
}

/*** 

====================================================================
	About One
====================================================================

***/

.about-two {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 50px;
}

.about-two_pattern-one {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

.about-two_pattern-two {
	position: absolute;
	right: -350px;
	top: 0px;
	width: 853px;
	height: 624px;
	opacity: 0;
	background-position: right top;
	background-repeat: no-repeat;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.about-two.now-in-view .about-two_pattern-two {
	right: 0px;
	opacity: 1;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.about-two_pattern-three {
	position: absolute;
	right: 60px;
	bottom: 60px;
	width: 97px;
	height: 97px;
	background-position: right top;
	background-repeat: no-repeat;
}

.about-two_content-column {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.about-two_content-inner {
	position: relative;
}

.about-two_options {
	position: relative;
	padding: 35px 35px;
	border-radius: 10px;
	background-color: var(--color-white);
	margin-bottom: var(--margin-bottom-50);
	border-bottom: 3px solid var(--color-yellow);
}

.about-two_options-list {
	position: relative;
}

.about-two_options-list li {
	position: relative;
	line-height: 30px;
	color: var(--color-five);
	font-size: var(--font-16);
	padding-left: var(--padding-left-60);
	margin-bottom: var(--margin-bottom-20);
}

.about-two_options-list li .icon {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 40px;
	height: 40px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-family: "Flaticon";
	color: var(--color-three);
	border: 1px solid var(--color-five);
}

.about-two_options-list li:last-child {
	margin-bottom: var(--margin-zero);
}

.about-two_signature {
	position: relative;
	line-height: 1em;
	color: var(--color-blue);
	font-size: var(--font-60);
	text-transform: capitalize;
	margin-right: var(--margin-right-60);
	font-family: 'Mrs Saint Delafield', cursive;
}

.about-two_author {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: var(--font-16);
	text-transform: uppercase;
}

.about-two_author span {
	position: relative;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	margin-top: var(--margin-top-5);
}

.about-two_image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.about-two_image-inner {
	position: relative;
	padding-left: var(--padding-left-50);
}

.about-two_image {
	position: relative;
}

.about-two_image img {
	position: relative;
	max-width: inherit;
}

/* About Two Counter */

.about-two_counter {
	position: absolute;
	left: 50px;
	bottom: 0px;
	width: 304px;
	height: 242px;
	text-align: left;
	background-repeat: no-repeat;
	padding-left: var(--padding-left-45);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.about-two_counter-words {
	position: relative;
	font-weight: 800;
	line-height: 80px;
	font-size: var(--font-80);
	color: var(--color-white);
	padding-top: var(--padding-top-40);
}

.about-two_counter-text {
	position: relative;
	line-height: 30px;
	font-weight: 500;
	font-size: var(--font-20);
	color: var(--color-white);
}

.about-two_counter-text span {
	position: relative;
	display: block;
	text-transform: uppercase;
}

/*** 

====================================================================
	Event One
====================================================================

***/

.event-one {
	position: relative;
	z-index: 1;
	padding: 50px 0px 70px;
}

.event-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.event-block_one-inner {
	position: relative;
	min-height: 75px;
	padding: 30px 25px 25px 0px;
}

.event-block_one-inner::before {
	position: absolute;
	content: '';
	left: 40px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 10px;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.event-block_one-content {
	position: relative;
	color: var(--color-five);
	padding-left: var(--padding-left-80);
}

.event-block_one-icon1 {
	line-height: 45px !important;
}

.event-block_one-icon {
	position: absolute;
	left: 0px;
	top: -9px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	color: var(--color-white);
	font-family: "Flaticon";
	font-size: var(--font-30);
	background-color: var(--color-yellow);
}

.event-block_one:nth-child(2) .event-block_one-icon {
	background-color: var(--color-yellow);
}

.event-block_one-icon:after {
	position: absolute;
	content: '';
	left: 8px;
	bottom: -15px;
	border-top: 16px solid var(--color-five);
	border-left: 32px solid transparent;
}

.event-block_one strong {
	display: block;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-18);
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-10);
}

/*** 

====================================================================
	Counter Two
====================================================================

***/

.counter-two {
	position: relative;
	overflow: hidden;
	margin-top: -95px;
	background-color: var(--color-white);
}

.counter-two .inner-container {
	position: relative;
	padding: 180px 0px 70px;
}

.counter-two_pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	background-position: center center;
	background-repeat: repeat-x;
}

.counter-two_block {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.counter-two_inner {
	position: relative;
	padding-left: var(--padding-left-90);
}

.counter-two_counter {
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-48);
}

.counter-two_text {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-18);
}

.counter-two_block-icon {
	position: absolute;
	left: 0px;
	top: 7px;
	line-height: 1em;
	color: var(--color-blue);
	font-size: var(--font-60);
	font-family: "Flaticon";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.counter-two_inner:hover .counter-two_block-icon {
	transform: rotateY(180deg);
}

.counter-two_block:nth-child(2) .counter-two_block-icon {
	color: var(--color-yellow);
}

.counter-two_block:nth-child(3) .counter-two_block-icon {
	color: var(--color-three);
}

.counter-two_block:nth-child(4) .counter-two_block-icon {
	color: var(--color-six);
}

/*** 

====================================================================
	Event Two
====================================================================

***/

.event-two {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	padding: 120px 0px 100px;
}

.event-two::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	background-color: var(--color-blue);
}

.event-two .event-block_two {
	width: 16.6%;
	float: left;
	padding: 0px 15px;
}

.event-block_two {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.event-block_two-inner {
	position: relative;
	text-align: center;
}

.event-block_two-icon {
	position: relative;
	width: 170px;
	height: 170px;
	display: block;
	margin: 0 auto;
	line-height: 168px;
	text-align: center;
	font-family: "Flaticon";
	color: var(--color-white);
	font-size: var(--font-80);
	border: 2px solid rgba(var(--color-white-rgb), 0.50);
}

.event-block_two-inner:hover .event-block_two-icon {
	animation: icon-bounce 0.8s ease-out;
	-webkit-animation: icon-bounce 0.8s ease-out;
}

.event-block_two-title {
	position: relative;
	line-height: 28px;
	margin-top: var(--margin-top-20);
}

.event-block_two-title a {
	position: relative;
	color: var(--color-white);
}

/*** 

====================================================================
	Team One
====================================================================

***/

.team-one {
	position: relative;
	padding: 110px 0px 80px;
	background-color: var(--color-white);
}

.team-block_one {
	position: relative;
}

.team-block_one-inner {
	position: relative;
}

.team-block_one-pattern {
	position: absolute;
	left: 10px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: left bottom;
	background-size: no-repeat;
}

.team-block_one-image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 4px solid var(--color-yellow);
}

.team-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block_one-inner:hover .team-block_one-image img {
	opacity: 0.80;
	transform: scale(1.05, 1.05);
}

.team-block_one-content {
	position: relative;
	padding-top: var(--padding-top-25);
	padding-left: var(--padding-left-55);
	padding-bottom: var(--padding-bottom-30);
}

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

.team-block_one-title a {
	position: relative;
	color: var(--color-two);
}

.team-block_one-title a:hover {
	color: var(--color-three);
}

.team-block_one-designation {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
}

.team-block_one-social-list {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -60px;
	text-align: center;
	padding: 17px 10px 13px;
	background-color: var(--color-yellow);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block_one-social-list a {
	position: relative;
	margin: 0px 10px;
	line-height: 1em;
	color: var(--color-white);
	font-size: var(--font-16);
}

.team-block_one-inner:hover .team-block_one-social-list {
	bottom: 0px;
}

/*** 

====================================================================
	Speaker Two
====================================================================

***/

.speakers-two {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 70px;
}

.speakers-two .inner-container {
	position: relative;
	padding: 0px 80px;
}

/*** 

====================================================================
	Speaker Tabs Style
====================================================================

***/

.speaker-tabs {
	position: relative;
	margin-top: var(--margin-top-30);
}

.speaker-tabs .tab-btns {
	position: relative;
	text-align: center;
}

.speaker-tabs .tab-btns .tab-btn {
	position: relative;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
	width: 170px;
	margin: 0px 12px;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-18);
	text-transform: uppercase;
	transition: all 500ms ease;
	background-color: var(--color-white);
	padding-bottom: var(--padding-bottom-15);
}

.speaker-tabs .tab-btns .tab-btn span {
	position: relative;
	display: block;
	font-weight: 700;
	padding: 5px 0px;
	letter-spacing: 1px;
	font-size: var(--font-12);
	text-transform: uppercase;
	color: var(--color-white);
	background-color: var(--color-blue);
	margin-bottom: var(--margin-bottom-15);
}

.speaker-tabs .tab-btns .tab-btn::before {
	position: absolute;
	content: '';
	left: 50%;
	opacity: 0;
	bottom: 0px;
	margin-left: -7px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid var(--color-white);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.speaker-tabs .tab-btns .tab-btn:nth-child(2) span {
	background-color: var(--color-three);
}

.speaker-tabs .tab-btns .tab-btn:nth-child(3) span {
	background-color: var(--color-yellow);
}

.speaker-tabs .tab-btns .tab-btn:hover::before,
.speaker-tabs .tab-btns .tab-btn.active-btn::before {
	opacity: 1;
	bottom: -15px;
}

.speaker-tabs .tab-btns .tab-btn:last-child {
	margin-right: var(--margin-zero);
}

.speaker-tabs .tabs-content {
	position: relative;
	padding: 40px 0px 0px;
}

.speaker-tabs .tabs-content .tab {
	position: relative;
	display: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateY(80px);
}

.speaker-tabs .tabs-content .tab.active-tab {
	display: block;
	transform: translateY(0px);
}

.leadership-two_block {
	position: relative;
	margin-bottom: var(--margin-bottom-5);
}

.leadership-two_block-inner {
	position: relative;
	padding-left: 340px;
	min-height: 310px;
}

.leadership-two_block-content {
	position: relative;
	top: 45px;
	padding: 35px 60px 35px 30px;
}

.leadership-two_block-content::before {
	position: absolute;
	content: '';
	left: -100px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 0px 200px 200px 0px;
	background-color: var(--color-white);
}

.leadership-two_block-image {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 310px;
	height: 310px;
	padding: 35px 35px;
	border-radius: 50%;
	border: 10px solid var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	background: #FFC600;
	background: linear-gradient(to right, #FFC600 0%, #ffe801 100%);
}

.leadership-two_block-image img {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid var(--color-white);
}

.leadership-two_block-icon {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
	text-align: center;
	margin-left: -30px;
	font-family: "Flaticon";
	color: var(--color-two);
	font-size: var(--font-26);
	background-color: var(--color-white);
}

.leadership-two_block-inner:hover .leadership-two_block-icon {
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.leadership-two_block-time {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: var(--font-14);
	text-transform: uppercase;
	color: var(--color-five);
}

.leadership-two_block-name {
	position: relative;
	font-weight: 700;
	font-size: var(--font-18);
	text-transform: uppercase;
	color: var(--color-blue);
	margin-top: var(--margin-top-10);
}

.leadership-two_block-name span {
	position: relative;
	color: var(--color-five);
	text-transform: capitalize;
	font-size: var(--font-14);
}

.leadership-two_block-title {
	position: relative;
	font-weight: 700;
	margin-top: var(--margin-top-10);
}

.leadership-two_block-title a {
	position: relative;
	color: var(--color-two);
}

.leadership-two_block-title a:hover {
	color: var(--color-three);
}

.leadership-two_block-location {
	position: relative;
	font-weight: 600;
	color: var(--color-five);
	font-size: var(--font-14);
	margin-top: var(--margin-top-20);
}

.leadership-two_block-location span {
	position: relative;
	color: var(--color-three);
}

.leadership-two_block.style-two .leadership-two_block-inner {
	padding-right: 340px;
	padding-left: var(--padding-zero);
}

.leadership-two_block.style-two .leadership-two_block-image {
	left: auto;
	right: 0px;
}

.leadership-two_block.style-two .leadership-two_block-content::before {
	left: 0px;
	right: -200px;
	border-radius: 200px 0px 0px 200px;
}

.leadership-two_block.style-two .leadership-two_block-content {
	padding-left: var(--padding-left-80);
}

.leadership-two_block:nth-child(2) .leadership-two_block-image {
	background: #2A00FB;
	background: linear-gradient(to right, #2A00FB 0%, #3100C0 100%);
}

.leadership-two_block:nth-child(3) .leadership-two_block-image {
	background: #E00B78;
	background: linear-gradient(to right, #E00B78 0%, #b0005a 100%);
}

.leadership-two_block:nth-child(4) .leadership-two_block-image {
	background: #080707;
	background: linear-gradient(to right, #080707 0%, #70666b 100%);
}

/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one {
	position: relative;
	padding: 110px 0px 80px;
	background-size: cover;
	background-position: center center;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

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

.accordion-box .block {
	position: relative;
	padding: 20px 25px 20px 30px;
	background-color: var(--color-white);
	margin-bottom: var(--margin-bottom-20);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}

.accordion-box .block:last-child {
	margin-bottom: var(--margin-zero);
}

.accordion-box .block .acc-btn.active {}

.accordion-box .block .acc-btn {
	position: relative;
	cursor: pointer;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-18);
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.accordion-box p {
	line-height: 28px;
	font-size: var(--font-16);
	color: #000;
	margin-bottom: var(--margin-bottom-10)
}

.accordion-box p:last-child {
	margin-bottom: var(--margin-zero);
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: var(--font-16);
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Font Awesome 5 Pro';
}

.accordion-box .block .icon-outer .icon {
	position: relative;
	right: 0px;
	display: inline-block;
	color: var(--color-bluety);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block.active-block {
	border-color: var(--color-blueteen);
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
	transform: rotate(180deg);
}

/* .accordion-box .block .acc-content {
	position: relative;
	display: none;
} */



.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	padding: 20px 0px 0px 0px;
}

.accordion-box .block .content .text {
	line-height: 28px;
	font-size: var(--font-16);
	color: var(--color-three);
}

.accordion-box.style-two .block {
	border: 1px solid rgba(var(--black-color-rgb), 0.07);
}



.accordion-box .acc-content .content ul li img{	margin-top: 7px; margin-right: 0px !important;}



/*** 

====================================================================
	Price Two
====================================================================

***/

.price-two {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 80px;
}

.price-two_pattern-one {
	position: absolute;
	left: -540px;
	top: -50px;
	width: 1081px;
	height: 1081px;
	background-repeat: no-repeat;
}

.price-two_pattern-two {
	position: absolute;
	right: -540px;
	top: -50px;
	width: 1081px;
	height: 1081px;
	background-repeat: no-repeat;
}

.price-block_two {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.price-block_two-inner {
	position: relative;
	overflow: hidden;
	padding: 60px 40px 70px;
	background-color: var(--color-white);
}

.price-block_two-inner::before {
	position: absolute;
	content: '';
	left: -250px;
	top: 30px;
	right: -250px;
	height: 140px;
	transform: rotate(-20deg);
	background-color: var(--color-two);
}

.price-block_two-color_layer {
	position: absolute;
	content: '';
	left: -250px;
	top: -10px;
	right: 50px;
	height: 150px;
	background-color: var(--color-yellow);
	transform: rotate(20deg);
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.price-block_two-time {
	position: absolute;
	right: 20px;
	top: 20px;
	letter-spacing: 1px;
	font-size: var(--font-18);
	color: var(--color-white);
	text-transform: uppercase;
}

.price-block_two-title {
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-16);
	padding-left: var(--padding-left-50);
}

.price-block_two-date {
	position: relative;
	font-weight: 800;
	line-height: 1em;
	color: var(--color-two);
	font-size: var(--font-72);
	margin-top: var(--margin-top-5);
	padding-left: var(--padding-left-50);
}

.price-block_two-content {
	position: relative;
	margin-top: var(--margin-top-100);
}

.price-block_two-options {
	position: relative;
}

.price-block_two-options li {
	position: relative;
	display: block;
	color: var(--color-five);
	font-size: var(--font-16);
	padding-left: var(--padding-left-30);
	margin-bottom: var(--margin-bottom-25);
}

.price-block_two-options li strong {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-5);
}

.price-block_two-options li.light {
	opacity: 0.70;
}

.price-block_two-options li:last-child {
	margin-bottom: var(--margin-zero);
}

.price-block_two-options li::before {
	position: absolute;
	content: "\f1a9";
	left: 0px;
	top: 0px;
	font-family: "Flaticon";
}

.price-block_two-button {
	position: relative;
	margin-top: var(--margin-top-40);
}

.price-block_two-charges {
	position: relative;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-14);
	margin-top: var(--margin-top-10);
}

.price-block_two:nth-child(2) .price-block_two-title,
.price-block_two:nth-child(3) .price-block_two-title,
.price-block_two:nth-child(2) .price-block_two-date,
.price-block_two:nth-child(3) .price-block_two-date {
	color: var(--color-white);
}

.price-block_two:nth-child(2) .price-block_two-color_layer {
	background-color: var(--color-three);
}

.price-block_two:nth-child(3) .price-block_two-color_layer {
	background-color: var(--color-blue);
}

.price-block_two:nth-child(2) .theme-btn {
	background-color: var(--color-three);
}

.price-block_two:nth-child(2) .btn-style-one .btn-wrap .text-one {
	color: var(--color-white);
}

.price-block_two:nth-child(3) .theme-btn {
	background-color: var(--color-blue);
}

.price-block_two:nth-child(3) .btn-style-one .btn-wrap .text-one {
	color: var(--color-white);
}

/*** 

====================================================================
	News Two
====================================================================

***/

.news-two {
	position: relative;
	padding: 100px 0px 80px;
}

.news-block_two {
	position: relative;
	z-index: 2;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_two-inner {
	position: relative;
}

.news-block_two-date {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 2;
	font-weight: 600;
	padding: 7px 20px;
	letter-spacing: 1px;
	color: var(--color-white);
	font-size: var(--font-12);
	text-transform: uppercase;
	background-color: var(--color-blue);
}

.news-block_two-image {
	position: relative;
	overflow: hidden;
}

.news-block_two-image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_two-inner:hover .news-block_two-image img:first-child {
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-block_two-inner:hover .news-block_two-image img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_two-image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block_two-content {
	position: relative;
	padding: 30px 30px 30px;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.news-block_two-meta {
	position: relative;
}

.news-block_two-meta li {
	position: relative;
	display: inline-block;
	color: var(--color-five);
	text-transform: capitalize;
	padding-left: var(--padding-left-25);
	margin-right: var(--margin-right-20);
}

.news-block_two-meta li .icon {
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
	color: var(--color-yellow);
}

.news-block_two-title {
	position: relative;
	font-weight: 800;
	text-transform: capitalize;
	margin-top: var(--margin-top-10);
}

.news-block_two-title a {
	position: relative;
	color: var(--color-two);
}

.news-block_two-title a:hover {
	color: var(--color-three);
}

.news-block_two-more {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	color: var(--color-three);
	text-transform: capitalize;
	margin-top: var(--margin-top-15);
	padding-right: var(--padding-right-25);
}

.news-block_two-more:hover {
	color: var(--color-two);
}

.news-block_two-more::before {
	position: absolute;
	content: '\f178';
	right: 0px;
	top: 5px;
	line-height: 1em;
	font-family: 'Font Awesome 6 Free';
}

/*** 

====================================================================
	Location one
====================================================================

***/

.location-one {
	position: relative;
	padding: 100px 0px 80px;
}

.location-one_map-column {
	position: relative;
}

.location-one_map-column iframe {
	position: relative;
	width: 100%;
	height: 400px;
}

.location-info_block {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.location-info_block-inner {
	position: relative;
	padding: 35px 40px;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.location-info_block-content {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-16);
	padding-left: var(--padding-left-60);
}

.location-info_block-icon {
	position: absolute;
	left: 0px;
	top: 3px;
	line-height: 1em;
	font-size: var(--font-40);
	color: var(--color-three);
	font-family: "Flaticon";
}

.location-info_block strong {
	position: relative;
	display: block;
	color: var(--color-two);
	text-transform: uppercase;
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-5);
}

.location-info_block:nth-child(2) .location-info_block-icon {
	color: var(--color-blue);
}

.location-info_block:nth-child(3) .location-info_block-icon {
	color: var(--color-yellow);
}

/*** 

====================================================================
	Subscribe One
====================================================================

***/

.subscribe-two {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 50px;
	background-color: var(--color-yellow);
}

.subscribe-two .inner-container {
	position: relative;
}

.subscribe-two_title {
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-16);
	text-transform: capitalize;
}

.subscribe-two_heading {
	position: relative;
	color: var(--color-two);
	margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Slider Three
====================================================================

***/
.member-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--gradientBtn) !important;
	color: #fff;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 25px;
	z-index: 9;
	left: -24px;
	padding-left: 43px;
}

.member-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.member-btn img {
	width: 33px !important;
}

.member-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}

.member-text span:first-child {
	font-size: 13px;
	letter-spacing: 0.5px;
}

.member-text span:last-child {
	font-size: 12px;
	font-weight: normal;
	opacity: 0.9;
}

.slider-three {
	position: relative;
	overflow: hidden;
}


.slider-three .owl-nav {
	display: none;
}

.slider-three_slide {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 45px;
	 height: auto; 
}

.slider-three_slide1 {
    position: relative;
    height: 530px;        /* REQUIRED */
    width: 100%;
    overflow: hidden;
	padding: 0px 0px 45px;
}

.slider-three_pattern-one {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.70;
}

.slider-three_image-layer {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-three_image-layer1 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-three_image-column {
	position: relative;
	z-index: 1;
}

.slider-three_image {
	position: relative;
}

.slider-three_image img {
	max-width: inherit !important;
	max-width: 88% !important;
	margin: 0 auto;
}

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

.slider-three_content-inner {
	position: relative;
	padding-top: 100px;
}

.slider-three_title {
	position: relative;
	font-weight: 600;
	color: var(--color-yellow);
	font-size: var(--font-16);
}

.slider-three_heading {
	line-height: 45px;
	font-size: var(--font-50);
	color: var(--color-white);
	margin-top: var(--margin-top-0);
}

.slider-three_heading span {
	font-size: 30px;
}

.slider-three_location {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-white);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-25);
}

.slider-three_location span {
	gap: 10px;
}

.slider-three_button {
	position: relative;
	margin-top: var(--margin-top-20);
}

.slider-three_timer {
	position: relative;
	z-index: 1;
	left: -35px;
}

.slider-three .time-countdown {
	position: relative;
}

.slider-three .time-countdown .counter-column {
	position: relative;
	z-index: 7;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	border-radius: 0px;
	margin: 0 30px 20px;
	color: var(--color-white);
	text-transform: uppercase;
	font-size: var(--font-20);
	display: inline-block;
}

.slider-three .time-countdown .counter-column .count {
	position: relative;
	display: block;
	line-height: 1em;
	font-weight: 800;
	color: var(--color-white);
	font-size: var(--font-60);
	margin-bottom: var(--margin-bottom-10);
}

.slider-three .time-countdown .counter-column::before {
	position: absolute;
	content: ':';
	right: -50px;
	top: 5px;
	line-height: 1em;
	font-weight: 800;
	color: var(--color-white);
	font-size: var(--font-60);
}

.slider-three .time-countdown .counter-column:last-child:before {
	display: none;
}

/*** 

====================================================================
	Services One
====================================================================

***/

.services-one {
	position: relative;
	padding: 50px 0px 50px;
}

.services-one_pattern-one {
	position: absolute;
	left: -40px;
	top: 64%;
	width: 112px;
	height: 115px;
	background-repeat: no-repeat;
}

.services-one_pattern-two {
	position: absolute;
	right: 0px;
	top: 5%;
	width: 50%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
}

.service-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.service-block_one-inner {
	position: relative;
	text-align: center;
	padding: 15px;
	border: 1px solid #DEDEDE;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #fff;
}

.service-block_one-inner::before {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	opacity: 0;
	background-color: var(--color-blue);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;

	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transform: perspective(400px) rotateY(-90deg);
	-moz-transform: perspective(400px) rotateY(-90deg);
	-ms-transform: perspective(400px) rotateY(-90deg);
	-o-transform: perspective(400px) rotateY(-90deg);
	transform: perspective(400px) rotateY(-90deg);
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.service-block_one-inner:hover::before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg);
	-moz-transform: perspective(400px) rotateY(0deg);
	-ms-transform: perspective(400px) rotateY(0deg);
	-o-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}

.service-block_one-inner:hover .service-block_one-text,
.service-block_one-inner:hover .service-block_one-heading a {
	color: var(--color-white);
}

.service-block_one .service-block_one-inner:hover .service-block_one-heading{color:#fff;}

.service-block_one-inner:hover .service-block_one-icon {
	color: var(--color-blue);
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.service-block_one-icon {
	position: relative;
	line-height: 51px;
	font-family: "Flaticon";
	font-size: var(--font-60);
	color: var(--color-blue);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_one .service-block_one-heading{
    font-size: 15px;
    font-weight: 600;
    color: #ffa800;
}

.whiteCercle {
	width: 94px;
	height: 94px;
	border: 6px solid #FFE3AD;
	border-radius: 100px;

	background: #fff;
	margin: 0 auto;
	margin-top: -50px;
}

.service-block_one-heading {
	position: relative;
	margin-top: var(--margin-top-5);
}

.service-block_one-heading a {
	position: relative;
	color: var(--color-two);
	font-size: var(--font-14);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_one-heading a:hover {}

.service-block_one-text {
	position: relative;
	line-height: 20px;
	font-size: var(--font-14);
	color: var(--black-color);
	/* margin-top: var(--margin-top-15); */
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	padding-bottom: 10px;
}

.service-block_one-arrow {
	position: absolute;
	right: 6%;
	/* opacity: 0; */
	width: 42px;
	height: 42px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-12);
	font-family: "Flaticon";
	color: var(--color-two);
	background-color: var(--color-yellow);

	border-radius: 100px;
	bottom: -22px;

}

.service-block_one-arrow:hover {
	color: var(--color-black);
	background-color: var(--color-three);
}



/*** 

====================================================================
	Business One
====================================================================

***/

.business-one {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 70px;
}

.business-one_content-column {
	position: relative;
	/* margin-bottom: var(--margin-bottom-30); */
}

.business-one_content-inner {
	position: relative;
}

.business-one_content-column .sec-title {
	margin-bottom: 15px;
}

.business-one_bold-text {
	position: relative;
	line-height: 30px;
	font-weight: 700;
	color: var(--color-blue);
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-20);
}

.business-one_text {
	position: relative;
	line-height: 28px;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-30);
}

.sec-title_title {
	position: relative;
	font-weight: 500;
	/* letter-spacing: 1px; */
	color:var(--color-yellow);
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

li.business-one_feature{position:relative;     font-size: var(--font-14); color:#000;}
li.business-one_feature:before{
    content: "\f35a";
font-family: 'Font Awesome 6 Free' !important;
position: absolute;
	left: 0px;
	top: 0px;	
	display: inline-block;
	font-size: 20px;
	color: rgb(255 195 0);
	font-family: "Flaticon";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;

}

ul li.business-one_feature .business-one_feature-icon{display:none;}




.business-one_feature {
	position: relative;
	color: #000;
	font-size: var(--font-16);
	padding-left: 28px;
	margin-bottom: 20px;
}

.business-one_feature-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	/* line-height: 1em; */
	display: inline-block;
	font-size: 20px;
	color: rgb(255 195 0);
	font-family: "Flaticon";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.business-one_feature:hover .business-one_feature-icon {
	color: var(--color-blue);
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.business-one_feature strong {
	/* position: relative;
	display: block;
	color: var(--color-two);
	font-size: var(--font-20);
	margin-bottom: var(--margin-bottom-10); */
}

.business-one_image-column {
	position: relative;
	/* margin-bottom: var(--margin-bottom-30); */
}

.business-one_image-inner {
	position: relative;
	padding-bottom: 60px;
	padding-left: var(--padding-left-40);
}

.business-one_image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius:10px;
	width: 100%;
}

.business-one_image img {
	width: 100%;

}

.business-one_image-two {
	position: absolute;
	left: 140px;
	bottom: 0px;
	right: -140px;
	border: 5px solid var(--color-white);
}

.business-one_image-two1 {
	right: 50px !important;
}

.business-one_experiance {
	position: absolute;
	right: 0px;
	bottom: 200px;
	z-index: 1;
	width: 240px;
	height: 123px;
	text-align: center;
	padding: 20px 5px 0px;
	background-color: var(--color-yellow);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}

.business-one_counter {
	position: relative;
	font-weight: 800;
	line-height: 1em;
	color: var(--color-two);
	font-size: var(--font-48);
	text-transform: capitalize;
}

.business-one_experiance i {
	position: relative;
	display: block;
	font-weight: 700;
	font-style: normal;
	color: var(--color-two);
	font-size: var(--font-16);
	margin-top: var(--margin-top-5);
}

.business-one_experiance strong {
	position: relative;
	display: block;
	font-weight: 800;
	font-style: normal;
	color: var(--color-two);
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
}

.business-one_pattern-one {
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Counter Three
====================================================================

***/

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

.counter-three .inner-container {
	position: relative;
	text-align: center;
	padding: 60px 0px 30px;
	background: #2a00fe;
	border-radius: 0px 150px 150px 150px;
	background: linear-gradient(to top, #2a00fe 0%, #1B1622 100%);
}

.counter-three_block {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.counter-three_inner {
	position: relative;
	display: inline-block;
}

.counter-three_inner::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 101px;
	height: 103px;
	background: url(../images/background/pattern-22.png) no-repeat;
}

.counter-three_counter {
	position: relative;
	font-weight: 700;
	color: var(--color-white);
	font-size: var(--font-40);
}

.counter-three_text {
	position: relative;
	color: var(--color-white);
	font-size: var(--font-18);
	margin-top: var(--margin-top-5);
}

/*** 

====================================================================
	Speaker Three
====================================================================

***/

.speakers-three {
	position: relative;
	padding: 50px 0px 70px;
	background-color: var(--color-eleven);
}

.speakers-three_pattern {
	position: absolute;
	left: -80px;
	top: 100px;
	width: 523px;
	height: 446px;
	z-index: 1;
	background-repeat: no-repeat;
}

.speakers-three_image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}


.speaker-block_three {
	position: relative;
	z-index: 1;
	margin-bottom: var(--margin-bottom-40);
}

.speaker-block_three-inner {
	position: relative;
	overflow: hidden;
}

.speaker-block_three-image {
	position: relative;
	border-radius: 20% 0% 30% 0%;
	background-color: #000;
	border: 0px solid var(--color-yellow);
}
.icon-about{
	background: var(--color-yellow);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50px;
}

.speaker-block_three-image img {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 20% 0% 30% 0%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.speaker-block_three-inner:hover .speaker-block_three-image img {
	opacity: 0.40;
}

.speaker-block_three-social {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

.speaker-block_three-share {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 2;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--color-two);
	border-radius: 0px 0px 15px 0px;
	font-family: 'Font Awesome 6 Free';
	background-color: var(--color-yellow);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}

.speaker-block_three-social-list {
	position: absolute;
	left: 0px;
	width: 40px;
	bottom: -200%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.speaker-block_three-inner:hover .speaker-block_three-social-list {
	bottom: 50px;
	opacity: 1;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.speaker-block_three-social-list a {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-16);
	color: var(--black-color);
	background-color: var(--color-white);
	margin-bottom: var(--margin-bottom-5);
}

.speaker-block_three-social-list a.youtube {
	color: #ff0000;
}

.speaker-block_three-social-list a.twitter {
	color: #1da1f2;
}

.speaker-block_three-social-list a.facebook {
	color: #4267b2;
}

.speaker-block_three-social-list a.instagram {
	color: #e73a67;
}

.speaker-block_three-content {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -80px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding-left: var(--padding-left-30);
}

.speaker-block_three-inner:hover .speaker-block_three-content {
	bottom: 30px;
}

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

.speaker-block_three-title a {
	position: relative;
	color: var(--color-white);
}

.speaker-block_three-title a:hover {
	color: var(--color-yellow);
}

.speaker-block_three-detail {
	position: relative;
	color: var(--color-white);
	font-size: var(--font-16);
	margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Speaker Four
====================================================================

***/

.speakers-four {
	position: relative;
	padding: 110px 0px 80px;
}

.speakers-four_pattern {
	position: absolute;
	left: -540px;
	top: 250px;
	width: 1081px;
	height: 1081px;
	background-repeat: no-repeat;
}

/*** 

====================================================================
	Speaker Tabs Two
====================================================================

***/

.speaker-tabs_two {
	position: relative;
	margin-top: -190px;
}

.speaker-tabs_two .tab-btns {
	position: relative;
	text-align: right;
}

.speaker-tabs_two .tab-btns .tab-btn {
	position: relative;
	line-height: 24px;
	font-weight: 800;
	cursor: pointer;
	width: 170px;
	margin: 0px 12px;
	text-align: left;
	display: inline-block;
	padding-top: 12px;
	color: var(--color-two);
	font-size: var(--font-18);
	text-transform: uppercase;
	transition: all 500ms ease;
	border-radius: 0px 20px 20px 0px;
	padding-left: var(--padding-left-55);
	background-color: var(--color-white);
	padding-bottom: var(--padding-bottom-15);
}

.speaker-tabs_two .tab-btns .tab-btn span {
	position: absolute;
	left: -56px;
	top: 57px;
	display: block;
	font-weight: 700;
	padding: 5px 46px;
	letter-spacing: 1px;
	font-size: var(--font-12);
	text-transform: uppercase;
	color: var(--color-white);
	transform: rotate(-90deg);
	background-color: var(--color-blue);
	margin-bottom: var(--margin-bottom-15);
}

.speaker-tabs_two .tab-btns .tab-btn strong {
	position: relative;
	display: block;
	font-weight: 800;
	line-height: 1em;
	color: var(--color-yellow);
	font-size: var(--font-72);
}

.speaker-tabs_two .tab-btns .tab-btn i {
	position: relative;
	font-style: normal;
	color: var(--color-three);
}

.speaker-tabs_two .tab-btns .tab-btn::before {
	position: absolute;
	content: '';
	left: 50%;
	opacity: 0;
	bottom: 0px;
	margin-left: -7px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid var(--color-white);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.speaker-tabs_two .tab-btns .tab-btn:nth-child(2) span {
	background-color: var(--color-three);
}

.speaker-tabs_two .tab-btns .tab-btn:nth-child(3) span {
	background-color: var(--color-yellow);
}

.speaker-tabs_two .tab-btns .tab-btn:hover::before,
.speaker-tabs_two .tab-btns .tab-btn.active-btn::before {
	opacity: 1;
	bottom: -15px;
}

.speaker-tabs_two .tab-btns .tab-btn:last-child {
	margin-right: var(--margin-zero);
}

.speaker-tabs_two .tabs-content {
	position: relative;
	padding: 60px 90px 0px;
}

.speaker-tabs_two .tabs-content .tab {
	position: relative;
	display: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateY(80px);
}

.speaker-tabs_two .tabs-content .tab.active-tab {
	display: block;
	transform: translateY(0px);
}

/* LeaderShip Three Block */

.leadership-three_block {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.leadership-three_block-inner {
	position: relative;
}

.leadership-three_block-content {
	position: relative;
	min-height: 210px;
	padding-left: 260px;
	overflow: hidden;
	border-radius: 105px 100px 100px 0px;
	padding-top: var(--padding-top-35);
	background-color: var(--color-white);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.leadership-three_block-inner:hover .leadership-three_block-content {
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.leadership-three_block-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 210px;
	border-radius: 50% 50% 50% 0%;
	border: 8px solid var(--color-blue);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.leadership-three_block-inner:hover .leadership-three_block-image {
	border-color: var(--color-yellow);
}

.leadership-three_block-image img {
	position: relative;
	overflow: hidden;
	border-radius: 50% 50% 50% 0%;
}

.leadership-three_block-icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: var(--font-44);
	color: var(--color-two);
	font-family: "Flaticon";
	border-radius: 50px 50px 0px 50px;
	background-color: var(--color-yellow);
}

.leadership-three_block-name {
	position: relative;
	font-weight: 700;
	color: var(--color-blue);
	font-size: var(--font-20);
	margin-top: var(--margin-top-15);
}

.leadership-three_block-name span {
	position: relative;
	color: var(--color-five);
	font-size: var(--font-14);
}

.leadership-three_block-title a:hover {
	color: var(--color-three);
}

.leadership-three_block-title {
	position: relative;
	font-weight: 800;
	margin-top: var(--margin-top-10);
}

.leadership-three_block-title a {
	position: relative;
	color: var(--color-two);
}

.leadership-three_block-title a:hover {
	color: var(--color-three);
}

.leadership-three_block-location {
	position: relative;
	font-weight: 600;
	color: var(--color-five);
	font-size: var(--font-14);
	margin-top: var(--margin-top-15);
}

.leadership-three_block-location span {
	position: relative;
	color: var(--color-three);
}

.leadership-three_block-timing {
	position: absolute;
	right: 50px;
	bottom: 0px;
	font-weight: 700;
	color: var(--color-five);
	font-size: var(--font-16);
	padding: 15px 80px 15px 30px;
	background-color: var(--color-ten);
	border-radius: 50px 0px 0px 50px;
}

/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one {
	position: relative;
	padding: 110px 0px 80px;
}

.testimonial-one .owl-dots {
	display: none;
}

.testimonial-one .owl-nav {
	position: absolute;
	right: 0px;
	top: -100px;
}

.testimonial-one .owl-nav .owl-prev,
.testimonial-one .owl-nav .owl-next {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-18);
	margin-left: var(--margin-left-15);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.testimonial-one .owl-nav .owl-prev:hover,
.testimonial-one .owl-nav .owl-next:hover {
	color: var(--color-white);
	background-color: var(--color-three);
}

.testimonial-one_pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.testimonial-block_one {
	position: relative;
}

.testimonial-block_one-inner {
	position: relative;
}

.testimonial-block_one-content {
	position: relative;
	padding: 40px 40px;
	border-radius: 0px 25px 25px 0px;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.testimonial-block_one-text {
	position: relative;
	line-height: 34px;
	font-size: var(--font-18);
	color: var(--color-five);
}

.testimonial-block_one-rating {
	position: relative;
	color: var(--color-yellow);
	font-size: var(--font-16);
	margin-top: var(--margin-top-15);
	margin-left: var(--margin-left-150);
}

.testimonial-block_one-quote {
	position: absolute;
	right: 40px;
	bottom: 30px;
	opacity: 0.10;
	line-height: 1em;
	font-family: "Flaticon";
	color: var(--color-two);
	font-size: var(--font-50);
}

.testimonial-block_one-lower {
	position: relative;
	margin-top: -50px;
	z-index: 1;
	color: var(--color-five);
	font-size: var(--font-14);
	margin-left: var(--margin-left-50);
	padding-top: var(--padding-top-70);
	padding-left: var(--padding-left-140);
}

.testimonial-block_one-lower::before {
	position: absolute;
	content: '';
	left: -50px;
	top: 50px;
	border-top: 70px solid var(--color-yellow);
	border-left: 50px solid transparent;
}

.testimonial-block_one-author {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 0px 30px 0px 0px;
}

.testimonial-block_one-lower strong {
	position: relative;
	display: block;
	font-weight: 800;
	font-size: var(--font-24);
	color: var(--color-blue);
	margin-bottom: var(--margin-bottom-10);
}

/*** 

====================================================================
	Price Three
====================================================================

***/

.price-three {
	position: relative;
	padding: 110px 0px 80px;
	background-size: cover;
	background-attachment: fixed;
}

.price-block_three {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.price-block_three-inner {
	position: relative;
	padding: 50px 55px 70px;
}

.price-block_three-pattern {
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}

.price-block_three-title {
	position: relative;
	font-weight: 700;
	color: var(--color-two);
	font-size: var(--font-14);
}

.price-block_three-price {
	position: relative;
	font-weight: 700;
	line-height: 1em;
	color: var(--color-blue);
	font-size: var(--font-72);
	margin-top: var(--margin-top-10);
}

.price-block_three-price span {
	position: relative;
	letter-spacing: 1px;
	font-size: var(--font-16);
	text-transform: uppercase;
	color: var(--color-five);
}

.price-block_three-options {
	position: relative;
	margin-top: var(--margin-top-10);
}

.price-block_three-options li {
	position: relative;
	display: block;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-20);
}

.price-block_three-options li strong {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-5);
}

.price-block_three-options li.light {
	opacity: 0.70;
}

.price-block_three-options li:last-child {
	margin-bottom: var(--margin-zero);
}

.price-block_three-button {
	position: relative;
	margin-top: var(--margin-top-30);
}

.price-block_three-charges {
	position: relative;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-14);
	margin-top: var(--margin-top-20);
}

.price-block_three:nth-child(2) .price-block_three-price {
	color: var(--color-three);
}

.price-block_three:nth-child(2) .price-block_three-button .theme-btn {
	background-color: var(--color-three);
}

.price-block_three:nth-child(3) .price-block_three-price {
	color: var(--color-yellow);
}

.price-block_three:nth-child(3) .price-block_three-button .theme-btn {
	background-color: var(--color-yellow);
}

/*** 

====================================================================
	News Three
====================================================================

***/

.news-three {
	position: relative;
	padding: 50px 0px 80px;
}

.news-three.style-two {
	padding-top: 0px;
}

.news-block_three {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.news-block_three-inner {
	position: relative;
}

.news-block_three-image {
	position: relative;
	overflow: hidden;
}

.news-block_three-image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_three-inner:hover .news-block_three-image img:first-child {
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-block_three-inner:hover .news-block_three-image img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-block_three-image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block_three-post {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 3;
	padding: 9px 15px 9px 7px;
	border-radius: 50px;
}

.news-block_three-post:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 40px;
	height: 42px;
	border-radius: 50px;
	background-color: var(--color-white);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block_three-inner:hover .news-block_three-post:before {
	width: 100%;
}

.news-block_three-post-inner {
	position: relative;
	font-weight: 600;
	font-size: var(--font-12);
	text-transform: uppercase;
	color: var(--color-blueteen);
	padding-left: var(--padding-left-40);
}

.news-block_three-post-inner span {
	color: var(--color-yellow);
}

.news-block_three-post-image {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 24px;
	height: 24px;
}

.news-block_three-post-image:before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50px;
	border: 1px solid var(--color-yellow);
}

.news-block_three-post-image img {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.news-block_three-content {
	position: relative;
	z-index: 2;
	margin-top: -100px;
	padding:15px 15px 15px;
	margin-left: var(--margin-left-20);
	margin-right: var(--margin-right-20);
	background-color: var(--color-white);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

.news-block_three-meta {
	position: relative;
}

.news-block_three-meta li {
	position: relative;
	display: inline-block;
	font-size: 12px !important;
	margin-right: 10px;
	color: rgba(var(--black-color-rgb), 0.80);
}

.news-block_three-meta li .icon {
	margin-right: 4px;
	font-weight: 800;
	color: var(--color-three);
}

.news-block_three-meta li:last-child {
	margin-right: var(--margin-zero);
}

.news-block_three-heading {
	font-weight: 600;
    line-height: 21px;
    margin-top: 5px;
    font-size: 14px;
}

.news-block_three-heading a {
	color: var(--color-two);
}

.news-block_three-heading a:hover {
	color: var(--color-three);
}

.news-three .news-block_three-heading a {
     font-size: 14px !important;
}

.news-block_three-more {
	position: relative;
	font-weight:500;
	letter-spacing: 1px;
	display: inline-block;
    font-size: 13px;
	color: var(--black-color);
	text-transform: uppercase;
	margin-top: var(--margin-top-15);
	padding-right: var(--padding-right-25);
	padding-bottom: var(--padding-bottom-5);
	border-bottom: 1px solid var(--black-color);
}

.news-block_three-more::before {
	position: absolute;
	content: '\f178';
	right: 0px;
	top: 5px;
	line-height: 1em;
	font-weight: 800;
	font-family: 'Font Awesome 6 Free';
}

.news-block_three-more:hover {
	color: var(--color-three);
	border-bottom: 1px solid var(--color-three);
}

/*** 

====================================================================
	Clients Two
====================================================================

***/

.clients-two {
	position: relative;
	overflow: hidden;
	padding-bottom: var(--padding-bottom-100);
}

.clients-two.style-two {
	padding-top: var(--padding-top-100);
}

.clients-two .owl-dots,
.clients-two .owl-nav {
	display: none;
}

.clients-two .clients-two_column {
	margin: 0px 15px;
}

clients-two_column {
	position: relative;
}

.clients-two_column a {
	position: relative;
	display: block;
	width: 270px;
	border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.clients-two_column a:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

@-webkit-keyframes marquee {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

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

.clients-two_slide {
	-webkit-animation: marquee 20s linear infinite;
	animation: marquee 20s linear infinite;
}

/*** 

====================================================================
	Gallery Two
====================================================================

***/

.gallery-two {
	position: relative;
}

.gallery-two .owl-dots,
.gallery-two .owl-nav {
	display: none;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 300px 0px 120px;
	background-attachment: fixed;
	background-size: cover;
}

.page-title .left-box {
	position: relative;
}

.page-title::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	z-index: 1;
	background: url(../images/background/12.jpg) no-repeat;
}

.page-title_heading {
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
	color: var(--color-white);
	text-transform: uppercase;
}

.page-title_big {
	opacity: 0.90;
	display: block;
	font-weight: 800;
	color: var(--color-yellow);
	font-size: var(--font-100);
	text-transform: uppercase;
}

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

.bread-crumb li {
	position: relative;
	font-weight: 800;
	letter-spacing: 1px;
	display: inline-block;
	color: var(--color-white);
	font-size: var(--font-16);
	text-transform: uppercase;
	padding-left: var(--padding-left-20);
}

.bread-crumb li:first-child {
	padding-left: var(--padding-zero);
}

.bread-crumb li a {
	position: relative;
	color: var(--color-white);
}

.bread-crumb li a:hover {
	color: var(--color-yellow);
}

.bread-crumb li::before {
	position: absolute;
	content: ':';
	right: -15px;
	top: -1px;
	color: var(--color-white);
}

.bread-crumb li:last-child::before {
	display: none;
}

/*** 

====================================================================
	Faq Two
====================================================================

***/

.faq-two {
	position: relative;
	padding: 110px 0px 110px;
}

.faq-two_form-box {
	position: relative;
	padding: 60px 50px 50px;
}

.faq-two_form-title {
	position: relative;
	color: var(--color-white);
	margin-bottom: var(--margin-bottom-25);
}

/*** 

====================================================================
	Faq Form
====================================================================

***/

.faq-form .form-group {
	margin-bottom: var(--margin-bottom-25);
}

.faq-form .form-group:last-child {
	margin-bottom: 0px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="password"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 60px;
	border-radius: 0px;
	font-size: var(--font-16);
	color: var(--color-two);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-white);
}

.faq-form .form-group textarea::-webkit-input-placeholder,
.faq-form .form-group input::-webkit-input-placeholder {
	color: var(--color-sixteen)
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="password"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
	border-color: var(--black-color);
	background-color: var(--color-white);
}

.faq-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: var(--font-16);
	color: var(--color-two);
	height: 160px;
	resize: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-white);
}

.faq-form .theme-btn {
	cursor: pointer;
	font-weight: 600;
	border-radius: 0px;
	padding: 18px 40px;
	letter-spacing: 1px;
	font-size: var(--font-16);
	text-transform: uppercase;
	color: var(--black-color);
	background-color: var(--color-white);
}

/*** 

====================================================================
	Gallery Three
====================================================================

***/

.gallery-three {
	position: relative;
	padding: 110px 0px 110px;
}

.gallery-three .gallery-one_block {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

/*** 

====================================================================
	Testimonial Three
====================================================================

***/

.testimonial-two {
	position: relative;
	padding: 110px 0px 80px;
}

.testimonial-two .testimonial-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-35);
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.testimonial-two .styled-pagination {
	margin-top: var(--margin-top-20);
}

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	margin: 0px 5px 10px;
	display: inline-block;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 48px;
	height: 50px;
	width: 50px;
	min-width: 50px;
	font-weight: 400;
	border-radius: 50px;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	font-size: var(--font-16);
	color: var(--black-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
	line-height: 45px;
	top: 1px;
	font-family: "Flaticon";
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: var(--color-white);
	border-color: var(--black-color);
	background-color: var(--black-color);
}




/*** 

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	overflow-y: auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
}

.coming-soon .content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.coming-soon .content:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--black-color);
	content: "";
	opacity: .50;
}

.coming-soon .content .content-inner {
	position: relative;
	padding: 90px 15px;
	display: table-cell;
	vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.logo-img {
	width: 220px;
	position: relative;
	z-index: 9;
}

.coming-soon .content .content-inner h2 {
	color: var(--color-white);
	margin-bottom: var(--margin-bottom-200);
}

.time-counter {
	position: relative;
}

.time-counter .time-countdown {
	position: relative;
	margin-bottom: var(--margin-bottom-150);
}

.time-counter .time-countdown .counter-column {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	line-height: 1em;
	color: var(--color-white);
	text-transform: uppercase;
	font-size: var(--font-20);
	font-weight: 600;
	text-align: center;
	z-index: 7;
	border-radius: 0px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
	background-color: rgba(0, 0, 0, .80);
	margin: 0 15px 20px;
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: var(--font-70);
	line-height: 30px;
	padding: 60px 0px 30px;
	color: var(--color-white);
	font-weight: 600;
}

.coming-soon .emailed-form {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.coming-soon .emailed-form h3 {
	color: var(--color-white);
	margin-bottom: var(--margin-bottom-20);
}

.coming-soon .emailed-form .text {
	display: block;
	color: var(--color-white);
	font-size: var(--font-18);
	margin-bottom: var(--margin-bottom-40);
}

.coming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	height: 60px;
	color: var(--black-color);
	font-size: var(--font-16);
	overflow: hidden;
	padding: 15px 50px 15px 20px;
	background: var(--color-white);
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {
	border-color: var(--color-yellow);
	;
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 40px;
	font-size: var(--font-18);
	color: var(--color-yellow);
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover {
	color: var(--color-yellow-two);
}

.coming-soon .copyright-text {
	position: relative;
	font-size: var(--font-18);
	line-height: 26px;
	color: var(--color-white);
	font-weight: 400;
}

.coming-soon .copyright-text a {
	color: var(--color-yellow);
}

.coming-soon .copyright-text a:hover {
	text-decoration: underline;
}

.clock-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 250px;
	height: 250px;
	margin: auto;
	margin-top: -145px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	background-color: rgba(0, 0, 0, .40);
	transform: scale(2);
}

.clock-base {
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

.click-indicator {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	width: 230px;
	height: 230px;
}

.click-indicator div {
	position: absolute;
	width: 2px;
	height: 4px;
	margin: 113px 114px;
}

.click-indicator div>span {
	height: 5px;
	width: 5px;
	background-color: var(--color-white);
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.click-indicator div:nth-child(1) {
	transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
	transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
	transform: rotate(90deg) translateY(-120px);
	background-color: var(--color-yellow);
}

.click-indicator div:nth-child(4) {
	transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
	transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
	transform: rotate(180deg) translateY(-120px);
	background-color: var(--color-yellow);
}

.click-indicator div:nth-child(7) {
	transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
	transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
	transform: rotate(270deg) translateY(-120px);
	background-color: var(--color-yellow);
}

.click-indicator div:nth-child(10) {
	transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
	transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
	transform: rotate(360deg) translateY(-120px);
	background-color: var(--color-yellow);
}

.clock-hour {
	position: absolute;
	z-index: 2;
	top: 75px;
	left: 123px;
	width: 4px;
	height: 65px;
	background-color: var(--color-yellow);
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 2px 50px;
	transition: .5s;
	-webkit-animation: rotate-hour 43200s linear infinite;
	-moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
	position: absolute;
	z-index: 3;
	top: 55px;
	left: 123px;
	width: 4px;
	height: 85px;
	background-color: var(--color-yellow);
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 2px 70px;
	transition: .5s;
	-webkit-animation: rotate-minute 3600s linear infinite;
	-moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
	position: absolute;
	z-index: 4;
	top: 15px;
	left: 124px;
	width: 2px;
	height: 130px;
	background-color: var(--color-white);
	opacity: .9;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 1px 110px;
	transition: .5s;
	-webkit-animation: rotate-second 60s linear infinite;
	-moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	bottom: 16px;
	width: 8px;
	height: 8px;
	background-color: var(--text-color);
	border: solid 2px var(--text-color);
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 150px;
	top: 50px;
	left: 50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	border-radius: 50%;
}

.clock-center:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 65px;
	background-color: var(--text-color);
	border-radius: 50%;
}






/*** 

====================================================================
	Event Detail
====================================================================

***/



.styled-form {
	position: relative;
}

.styled-form .submit-text {
	font-weight: 400;
	font-size: var(--font-15);
	color: var(--color-yellow-two);
	margin-top: var(--margin-top-10);
}

.styled-form .form-group {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.styled-form .form-group label {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-15);
}

.checkout-section .styled-form .form-group {
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.styled-form .form-group .check-box {
	line-height: 24px;
	font-size: var(--font-15);
	font-weight: normal;
	padding-top: var(--padding-top-5);
	color: var(--color-yellow-two);
}

.styled-form .form-group .check-box label {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 4px 10px 0px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #4e4f51;
	cursor: pointer;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.styled-form .form-group .check-box label a {
	color: var(--color-three);
}

.styled-form .form-group .check-box input[type="checkbox"] {
	display: none;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:before {
	border: 5px solid var(--color-yellow);
	background: var(--color-white);
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:after {
	max-width: 20px;
	opacity: 1;
}

.styled-form .form-group .check-box label:before {
	position: absolute;
	left: 0;
	top: 8px;
	height: 14px;
	width: 12px;
	background-color: var(--color-white);
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: var(--color-white);
	line-height: 30px;
	padding: 8px 30px;
	height: 56px;
	font-weight: 400;
	border-radius: 50px;
	font-size: var(--font-14);
	border: 2px solid #f4f4f4;
	color: var(--color-two);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	font-family: var(--font-family-Inter);
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select {
	line-height: 26px;
	height: 44px;
}

.styled-form select option {
	text-indent: 20px;
}

.styled-form .form-group button {}

.styled-form textarea {
	resize: none;
	height: 110px;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
	border-color: var(--color-yellow);
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 110px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: var(--margin-bottom-40);
}

.sticky-top {
	top: 90px;
	z-index: 1;
}

/*** 

====================================================================
	Sidebar Widget
====================================================================

***/

.sidebar-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.sidebar-widget .widget-content {
	position: relative;
	padding: 35px 35px;
	background-color: var(--color-twelve);
}

.sidebar-widget_title {
	position: relative;
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-25);
}

/* Search Widget */

.sidebar .search-box .form-group {
	position: relative;
	margin: var(--margin-zero);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	font-size: var(--font-14);
	padding: 10px 50px 10px 25px;
	background: none;
	display: block;
	width: 100%;
	height: 56px;
	border-radius: 0px;
	color: var(--color-two);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid var(--color-ten);
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
	color: var(--color-two);
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 56px;
	width: 56px;
	display: block;
	cursor: pointer;
	line-height: 56px;
	font-weight: normal;
	border-radius: 0px;
	font-size: var(--font-16);
	color: var(--color-two);
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
	background-color: var(--color-yellow);
	color: var(--color-white);
}



.sidebar-page-container.left-sidebar .sidebar-side {
	order: 1;
}

.sidebar-page-container.left-sidebar .content-side {
	order: 2;
}



/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form-outer {
	position: relative;
}

.comment-form .form-group {
	margin-bottom: var(--margin-bottom-25);
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 60px;
	border-radius: 0px;
	font-size: var(--font-14);
	color: var(--color-bluetynine);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-white);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
	color: var(--color-twentyone);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: var(--black-color);
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: var(--font-14);
	color: var(--color-bluetynine);
	height: 190px;
	resize: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-white);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
	margin-bottom: var(--margin-bottom-25);
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 56px;
	border-radius: 0px;
	font-size: var(--font-14);
	color: var(--color-bluetynine);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(var(--black-color-rgb), 0.04);
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	color: var(--color-twentyone);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: var(--black-color);
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: var(--font-14);
	color: var(--color-bluetynine);
	height: 190px;
	resize: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(var(--black-color-rgb), 0.04);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

.map-one {
	position: relative;
	padding: 110px 0px 110px;
}

.map-one iframe {
	width: 100%;
	height: 450px;
}


/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
	position: relative;
	padding: 100px 0px 70px;
}

.contact-page-section .info-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-page-section .info-column .inner-column {
	position: relative;
}

.contact-page-section .info-column .info-box {
	position: relative;
	margin-bottom: var(--margin-bottom-50);
}

.contact-page-section .info-column .info-box .box-inner {
	position: relative;
	padding: 40px 40px;
	border: 1px solid #dddddd;
}

.contact-page-section .info-column .info-box .icon {
	position: relative;
	display: block;
	line-height: 1em;
	font-size: var(--font-50);
	color: var(--color-blue);
	font-family: "Flaticon";
	margin-bottom: var(--margin-bottom-10);
}

.contact-page-section .info-column .info-box h6 {
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-10);
}

.contact-page-section .info-column a {
	position: relative;
	font-size: var(--font-16);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: var(--color-black);
}

.contact-page-section .info-column a:hover {
	color: var(--color-blue);
}

.contact-page-section .info-column .social-box {
	position: relative;
}

.contact-page-section .info-column .social-box li {
	position: relative;
	display: inline-block;
}

.contact-page-section .info-column .social-box li a {
	position: relative;
	font-size: var(--font-16);
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 0px;
	border: 1px solid #dddddd;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-page-section .info-column .social-box li a:hover {
	background-color: var(--color-yellow);
	border-color: var(--color-yellow);
	color: var(--color-white)
}

.contact-page-section .form-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-page-section .form-column .inner-column {
	position: relative;
}

.contact-page-section .form-column iframe {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 415px;
	margin-top: var(--margin-top-30);
}



/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section-two {
	position: relative;
	padding: 100px 0px 0px;
}

.contact-page-section-two .map-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-page-section-two .map-column .inner-column {
	position: relative;
}

.contact-page-section-two .map-column iframe {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 570px;
}


.contact-page-section-two .info-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.contact-page-section-two .info-column .inner-column {
	position: relative;
	margin-left: var(--margin-left-60);
	border-left: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.contact-page-section-two .info {
	position: relative;
}

.contact-page-section-two .info li {
	position: relative;
	line-height: 26px;
	color: var(--color-two);
	font-size: var(--font-16);
	padding-left: var(--padding-left-45);
	margin-bottom: var(--margin-bottom-40);
	padding-bottom: var(--padding-bottom-40);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.contact-page-section-two .info li span {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: var(--font-22);
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-10);
}

.contact-page-section-two .info li:last-child {
	border-bottom: none;
}

.contact-form-section {
	position: relative;
	padding-bottom: var(--padding-bottom-110);
}

.contact-form-section h3 {
	position: relative;
	margin-bottom: var(--margin-bottom-25);
}

.xs-sidebar-group .close-button {
	font-family: "Flaticon";
}


/*** 

====================================================================
	Shop Page Section
====================================================================

***/

.shop-page-section {
	position: relative;
	padding: 100px 0px 100px;
}

.shop-page-section .styled-pagination {
	margin-top: 30px;
}

.our-shops .styled-pagination {
	margin-top: 30px;
}

.product-block-two {
	position: relative;
	margin-bottom: 30px;
}

.product-block-two .inner-box {
	position: relative;
	padding: 20px 20px 25px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.product-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px !important;
	background-color: #000000;
}

.product-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.product-block-two .inner-box:hover .image img {
	opacity: 0.50;
}

.product-block-two .inner-box .lower-content {
	position: relative;
	text-align: center;
	padding-top: 0px;
}

.product-block-two .inner-box .lower-content .plus-box {
	position: relative;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 15px;
}

.product-block-two .inner-box .lower-content .plus-box .icon {
	position: relative;
	width: 45px;
	height: 40px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	background: url(../images/icons/team-icon.png) no-repeat;
}

.product-block-two .inner-box .image .options-navs {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 10%;
	opacity: 0;
	text-align: center;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.product-block-two .inner-box:hover .image .options-navs {
	opacity: 1;
}

.product-block-two .inner-box .image .options-navs li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.product-block-two .inner-box .image .options-navs li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #000000;
}

.product-block-two .inner-box .image .options-navs li a:hover {
	background-color: #ff9d00;
}

.product-block-two .inner-box .lower-content h6 {
	text-transform: uppercase;
}

.product-block-two .inner-box .lower-content h6 a {
	position: relative;
	color: #000000;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.product-block-two .inner-box:hover .lower-content h6 a {
	color: #ff9d00;
}

.product-block-two .inner-box .lower-content .rating {
	position: relative;
	margin-top: 8px;
}

.product-block-two .inner-box .lower-content .rating span {
	position: relative;
	color: #fdbe2d;
	font-size: 16px;
	margin: 0px 1px;
}

.product-block-two .inner-box .lower-content .rating span.light {
	color: #9e9e9e;
}

.product-block-two .inner-box .lower-content .price {
	position: relative;
	margin-top: 10px;
	color: #ff9d00;
	font-size: 20px;
	font-weight: 500;
}




/*** 

====================================================================
	Shop Detail Section
====================================================================

***/

.shop-detail-section {
	position: relative;
	padding: 95px 0px 70px;
}

.basic-details {
	position: relative;
	padding: 20px 20px 20px;
	background-color: #ffffff;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); */
	margin-bottom: 10px;
	border: 1px solid #eaebee;
	border-radius: 12px;
}

.product-details .image-column .image-carousel {
	overflow: hidden;
}

.product-details .image-column .image-carousel li {
	position: relative;
	border: 3px solid #ff9d00;
}

.product-details .image-column .thumbs-carousel {
	overflow: hidden;
	padding: 0px 15px;
	margin-top: -80px;
}

.product-details .image-column .thumbs-carousel li {
	border: 3px solid #ffffff;
	cursor: pointer;
	background-color: #000000;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-details .image-column .thumbs-carousel li img {
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-details .image-column .thumbs-carousel li:hover img {
	opacity: 0.50;
}

.product-details .image-column .thumbs-carousel li:hover {
	border-color: #ff9d00;
}

.product-details .image-column .thumbs-carousel .owl-nav {
	display: none;
}

.product-details .info-column {
	position: relative;
}

.product-details .info-column .inner-column {
	position: relative;
}

.product-details .info-column h3 {
	color: #000000;
	margin-bottom: 10px;
}

.product-details .info-column .rating {
	font-size: 16px;
	margin-bottom: 6px;
	display: inline-block;
}

.product-details .info-column .rating span {
	color: #fdb819;
}

.product-details .info-column .rating .fa {
	display: inline-block;
	margin-right: 0px;
}

.product-details .info-column .rating .fa.light {
	color: #9e9e9e;
}

.product-details .info-column .item-price {
	position: relative;
	color: #ff9d00;
	font-size: 30px;
	font-weight: 600;
	margin-top: 6px;
}

.product-details .info-column .item-price span {
	position: relative;
	font-weight: 600;
	color: #000000;
	font-size: 24px;
	margin-left: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	text-decoration: line-through;
}

.product-details .info-column .reviews {
	position: relative;
	margin-left: 10px;
	display: inline-block;
}

.product-details .info-column .reviews a {
	position: relative;
	color: #9e9e9e;
	font-size: 15px;
}

.product-details .info-column .text {
	margin-top: 16px;
	line-height: 1.7em;
	margin-bottom: 10px;
}

.product-details .info-column .cart-options {
	position: relative;
	margin-bottom: 15px;
}

.product-details .info-column .cart-options li {
	position: relative;
	color: #5e5e5e;
	font-size: 16px;
	margin-bottom: 10px;
}

.product-details .info-column .cart-options li span {
	position: relative;
	color: #000000;
	font-weight: 500;
	font-size: 20px;
	margin-right: 8px;
}

.product-details .info-column .cart-options li:last-child {
	margin-bottom: 0px;
}

.product-details .info-column label {
	position: relative;
	color: #000000;
	font-size: 20px;
	display: block;
	font-weight: 500;
	margin-bottom: 12px;
}

.product-details .info-column .shop-options-form {}

.product-details .info-column .form-group .ui-button .ui-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/icons/arrow-down.jpg) no-repeat;
}

.product-details .info-column .form-group .ui-button .ui-icon:before {
	display: none;
}

.product-details .info-column .other-options {
	position: relative;
}

.product-details .info-column .item-title {
	position: relative;
	display: block;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.item-quantity {
	position: relative;
}

.quantity-spinner {
	position: relative;
	display: block;
	width: 110px;
}

.quantity-spinner input {
	position: relative;
	display: block;
	width: 80px;
	line-height: 24px;
	padding: 9px 10px;
	margin: 0px 15px;
	font-weight: 500;
	height: 50px;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 2px;
}

.quantity-spinner .minus {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-align: center;
	background: #000000;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.quantity-spinner .plus {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	text-align: center;
	background: #000000;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.quantity-spinner .minus:hover,
.quantity-spinner .plus:hover {
	background-color: #ff9d00;
}

.product-details .info-column .btns-box {
	position: relative;
}

.product-details .info-column .btns-box .add-to-cart {
	position: relative;
	float: left;
	padding: 10px 28px 12px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	border-radius: 0px;
	margin-bottom: 10px;
	margin-right: 12px;
	background-color: #000000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.product-details .info-column .btns-box .add-to-cart .icon {
	position: relative;
	top: 3px;
	font-weight: 500;
	margin-left: 8px;
	font-size: 20px;
	display: inline-block;
}

.product-details .info-column .shop-cart-options {
	position: relative;
	float: left;
}

.product-details .info-column .shop-cart-options li {
	position: relative;
	float: left;
	margin-right: 12px;
}

.product-details .info-column .shop-cart-options li a {
	position: relative;
	width: 50px;
	height: 49px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	border-radius: 0px;
	display: inline-block;
	background-color: #000000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.product-details .info-column .btns-box .add-to-cart:hover,
.product-details .info-column .shop-cart-options li a:hover {
	color: #ffffff;
	background-color: #ff9d00;
}

.product-details .info-column .shop-tags {
	position: relative;
	margin-top: 10px;
}

.product-details .info-column .shop-tags .tag-title {
	position: relative;
	padding-top: 6px;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	float: left;
	margin-right: 10px;
}

.product-details .info-column .shop-tags li {
	position: relative;
	margin-right: 4px;
	display: inline-block;
}

.product-details .info-column .shop-tags li a {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 16px 8px;
	display: inline-block;
	background-color: #000000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.product-details .info-column .shop-tags li a:hover {
	color: #ffffff;
	background-color: #ff9d00;
}

.product-details .info-column .post-share-options {
	position: relative;
	margin-top: 25px;
}

.product-details .info-column .post-share-options .post-title {
	position: relative;
	padding-top: 6px;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	float: left;
	margin-right: 10px;
}

.product-details .info-column .social-box {
	position: relative;
}

.product-details .info-column .post-share-options .social-box li.share {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	padding-top: 10px;
}

.product-details .info-column .post-share-options .social-box li a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	border-radius: 0px;
	background-color: #fe4c1c;
}

.product-details .info-column .post-share-options .social-box li.facebook a {
	background-color: #3d548e;
}

.product-details .info-column .post-share-options .social-box li.twitter a {
	background-color: #44b1e4;
}

.product-details .info-column .post-share-options .social-box li.linkedin a {
	background-color: #ff2e2e;
}

.product-details .info-column .post-share-options .social-box li.pinterest a {
	background-color: #c62026;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail-section .product-info-tabs {
	position: relative;
	padding: 30px 30px;
	margin-top: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.shop-detail-section .prod-tabs {
	position: relative;
}

.shop-detail-section .prod-tabs .tab-btns {
	position: relative;
	margin-bottom: 20px;
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	margin-right: 8px;
	font-size: 16px;
	background: none;
	color: #ffffff;
	font-weight: 500;
	line-height: 24px;
	cursor: pointer;
	border-radius: 0px;
	margin-bottom: 12px;
	display: inline-block;
	padding: 15px 40px 15px;
	background-color: #000000;
	transition: all 500ms ease;
	text-transform: capitalize;
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail-section .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #ffffff;
	background: #ff9d00;
}

.shop-detail-section .prod-tabs .tabs-content {
	position: relative;
}

.shop-detail-section .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.shop-detail-section .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.shop-detail-section .prod-tabs .tabs-content .tab p {}

.shop-detail-section .prod-tabs .tabs-content .tab p:last-child {
	margin-bottom: 0px;
}

.shop-detail-section .prod-tabs .tabs-content h4 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
}

.shop-detail-section .prod-tabs .tabs-content h6 {
	position: relative;
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
}

.shop-detail-section .prod-tabs .tabs-content .rating {
	position: relative;
	margin-bottom: 22px;
}

.shop-detail-section .prod-tabs .tabs-content .rating label {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	display: block;
	color: #000000;
	margin-bottom: 6px;
}

.shop-detail-section .prod-tabs .tabs-content .rating a {
	position: relative;
	color: #7683a3;
}

.shop-detail-section .prod-tabs .tabs-content .rating a span {
	position: relative;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	display: inline-block;
}

.shop-detail-section .prod-tabs .tabs-content .rating a span:hover {
	color: #ff9d00;
}

/* Shop Comment Box */

.shop-comment-box {
	position: relative;
	padding: 20px 20px 20px;
	margin-bottom: 30px;
	border-radius: 0px;
	background-color: #f9f9f9;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-box:last-child {
	margin-bottom: 0px;
}

.shop-comment-box .shop-comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 100px;
}

.shop-comment-box .shop-comment .shop-reply-comment {
	margin-left: 90px;
}

.shop-comment-box .shop-comment .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	border-radius: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}

.shop-comment-box .shop-comment .author-thumb img {
	width: 100%;
	display: block;
}

.shop-comment-box .shop-comment .shop-comment-info {
	margin-bottom: 10px;
}

.shop-comment-box .shop-comment strong {
	font-size: 18px;
	font-weight: 500;
	color: #010101;
	display: block;
	line-height: 1.3em;
	display: inline-block;
	text-transform: capitalize;
}

.shop-comment-box .shop-comment .text {
	margin-bottom: 12px;
	padding-top: 5px;
	line-height: 1.6em;
}

.shop-comment-box .shop-comment .comment-time {
	position: relative;
	font-size: 14px;
	color: #9e9e9e;
	margin-top: 0px;
	font-weight: 400;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 22px;
	display: inline-block;
}

.shop-comment-box .shop-comment .comment-time:before {
	position: absolute;
	content: '\f004';
	left: 0px;
	top: 4px;
	color: #ff9d00;
	line-height: 1em;
	font-family: 'FontAwesome';
}

.shop-comment-box .shop-comment .author-rating {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ff9d00;
	font-size: 16px;
}

.shop-comment-box .shop-comment .comment-option {
	position: relative;
}

.shop-comment-box .shop-comment .comment-option .comment-option {
	position: relative;
}

.shop-comment-box .shop-comment .comment-option li {
	position: relative;
	margin-right: 15px;
	line-height: 1.1em;
	padding-right: 15px;
	display: inline-block;
	border-right: 1px solid #243559;
}

.shop-comment-box .shop-comment .comment-option li a {
	position: relative;
	color: #ff9d00;
	font-size: 16px;
	padding-left: 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-box .shop-comment .comment-option li a .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	color: #ff9d00;
}

.shop-comment-box .shop-comment .comment-option li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

.shop-comment-box .shop-comment .comment-option li a:hover {
	color: #243559;
}

.shop-comment-box .shop-comment .theme-btn:hover {
	background-color: #222222;
}

/* Shop Comment Form */

.shop-comment-form {
	position: relative;
}

.shop-comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.shop-comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	color: #111111;
	height: 55px;
	font-size: 14px;
	background: #f9f9f9;
	font-weight: 400;
	border-radius: 0px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group textarea:focus {
	border-color: #ff9d00;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.10);
}

.shop-comment-form input::placeholder,
.shop-comment-form textarea::placeholder {
	color: #243559;
}

.shop-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 15px 20px;
	color: #222222;
	height: 150px;
	background: #f9f9f9;
	resize: none;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form button {}

.related-shop-section {
	position: relative;
	padding: 90px 0px 0px;
}

.cart-section .lower-box {
	position: relative;
	margin-top: 40px;
}

.cart-section .lower-box h5 {
	position: relative;
	color: #ffffff;
	display: block;
	font-weight: 500;
	padding: 16px 15px;
	text-align: center;
	margin-bottom: 22px;
	background-color: #000000;
}

.cart-section .lower-box .shipping-column {
	position: relative;
	margin-bottom: 30px;
}

.cart-section .lower-box .shipping-column .inner-column {
	position: relative;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.cart-section .lower-box .subtotal-column {
	position: relative;
	margin-bottom: 30px;
}

.cart-section .lower-box .subtotal-column .inner-column {
	position: relative;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

/* Shipping Form */

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

.shipping-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.shipping-form .form-group:last-child {
	margin-bottom: 0px;
}

.shipping-form .form-group label {
	position: relative;
	display: block;
	color: #000000;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 500;
}

.shipping-form .form-group .ui-selectmenu-button.ui-button {
	background-color: #f9f9f9;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="url"],
.shipping-form .form-group textarea,
.shipping-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #555555;
	font-weight: 400;
	padding: 14px 24px;
	z-index: 1;
	height: 56px;
	background-color: #f9f9f9;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shipping-form .form-group input:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {}

.shipping-form .form-group textarea {
	height: 90px;
	resize: none;
	border-radius: 0px;
}

.shipping-form .form-group input[type="submit"],
.shipping-form button {
	margin-top: 5px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 14px 15px;
	background-color: #000000;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shipping-form .form-group input[type="submit"]:hover,
.shipping-form button:hover {}

.subtotal-list {
	position: relative;
}

.subtotal-list li {
	position: relative;
	color: #000000;
	font-size: 18px;
	padding: 18px 0px;
	font-weight: 500;
	border-bottom: 1px solid #ececec;
}

.subtotal-list li span {
	position: absolute;
	right: 0px;
	top: 15px;
	color: #ff9d00;
	font-size: 22px;
}

.subtotal-list li span.style-two {
	color: #9e9e9e;
	font-size: 15px;
}

.cart-section .lower-box .subtotal-column .update-total-btn {
	position: relative;
	margin-top: 30px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 14px 15px;
	background-color: #000000;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shipping-form button:hover {
	background-color: #ff9d00;
}

.cart-section .lower-box .subtotal-column .update-total-btn:hover {
	background-color: #ff9d00;
}

/* Check Out Page */

.checkout-page {
	position: relative;
	padding: 100px 0px 80px;
}

.checkout-page .inner-container {
	position: relative;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.checkout-page .sec-title {
	margin-bottom: 15px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 40px;
}

.checkout-page .default-links li {
	margin-bottom: 15px;
	line-height: 24px;
	padding: 16px 28px;
	background: #ffffff;
	color: #797979;
	font-size: 16px;
	font-weight: 400;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.checkout-page .default-links li a {
	color: #000000;
	font-weight: 600;
}

.shop-form .billing-inner {
	position: relative;
}

.shop-form .sec-title h2 {
	font-size: 22px;
}

.shop-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.shop-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
	color: #797979;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
	position: relative;
	top: 0px;
	color: #797979;
	font-size: 16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #f9f9f9;
	line-height: 16px;
	padding: 10px 15px;
	height: 50px;
	color: #000000;
	border: 1px solid transparent;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.shop-form input.address-two {
	margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea::-webkit-input-placeholder {
	color: #c6c6c6;
}

.shop-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	cursor: pointer;
}

.shop-form select option {
	text-indent: 15px;
}

.shop-form textarea {
	resize: none;
	height: 100px !important;
	overflow: hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
	border-color: #ff9d00;
}

/* Shop Order Box */

.shop-order-box {
	position: relative;
	padding: 30px 30px;
	margin-top: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.shop-order-box .title-box {
	position: relative;
	margin-bottom: 15px;
}

.shop-order-box .title-box h4 {
	color: #000000;
}

.shop-order-box .order-list {
	position: relative;
}

.shop-order-box .order-list li {
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.shop-order-box .order-list li span {
	float: right;
	width: 35%;
	color: #ff9d00;
	font-size: 14px;
	text-align: left;
	font-size: 17px;
	text-transform: capitalize;
}

.shop-order-box .order-list li span.style-two {
	color: #9e9e9e;
	font-size: 15px;
}

.shop-order-box .order-list li span.dark {
	color: #242424;
}

.shop-order-box .order-list li.total {
	padding: 14px 0px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.payment-options {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
	position: relative;
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: block;
	padding-left: 30px;
	font-weight: 600 !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #797979;
	cursor: pointer;
	font-size: 15px;
}

.checkout-page .payment-options li .radio-option label strong {
	font-weight: 500;
	display: inline-block;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page .payment-options li .radio-option #payment-3 {
	top: 9px;
}

.checkout-page .payment-options li .radio-option label .small-text {
	position: relative;
	display: none;
	padding: 18px 26px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 15px;
	color: #8e8d8d;
	border-radius: 4px;
	line-height: 20px;
	line-height: 1.8em;
	margin-top: 20px;
	margin-left: -30px;
	background-color: #ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
	position: absolute;
	content: '';
	left: 24px;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked+label .small-text {
	display: block;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	display: block;
	max-width: 100%;
	margin-top: 15px;
}



/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	height: 50px;
	padding: 11px 22px;
	line-height: 30px;
	color: #777777;
	border: none;
	border-radius: 0px;
	background-color: #f9f9f9;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 2px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: -22px;
	top: 0px;
	width: 53px;
	height: 50px;
	top: -15px;
	display: block;
	color: #ff9d00;
	line-height: 20px;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	font-weight: 400;
}

.ui-widget.ui-widget-content {}

.ui-menu .ui-menu-item {
	font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #ff9d00;
	border-color: #ff9d00;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 10px 24px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #ff9d00;
}



/*** 

====================================================================
	Cart Section style
====================================================================

***/

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

.cart-section .button-box {
	position: relative;
	margin-top: 30px;
}

.cart-section .button-box.style-two .pull-left .theme-btn {
	margin-right: 12px;
}

.cart-section .cart-outer {
	position: relative;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-section .cart-table tbody tr {
	border-bottom: 1px solid #eeeeee;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	font-size: 24px;
	background-color: #000000;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 150px;
	font-weight: 600;
	color: #ffffff;
	font-size: 20px;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 24px 40px 22px;
	min-width: 100px;
}

.cart-table tbody tr .qty {
	width: 90px;
	color: #9e9e9e;
	font-size: 16px;
	padding-right: 40px;
	padding-left: 10px;
}

.cart-table tbody tr .qty .quantity-spinner {}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 60px;
	padding-left: 80px;
	padding-top: 15px;
	text-align: left;
}


.column.default-column .cart-table tbody tr .qty {
	width: 110px;
	padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h6 {
	color: #000000;
	font-weight: 600;
	margin-bottom: 5px;
}

.cart-table tbody tr .btn-box {
	font-weight: 400;
	color: #222222;
	font-size: 18px;
	padding-left: 20px;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	margin-right: 8px;
	color: #b7b7b7;
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	line-height: 1em;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa:hover {
	color: #ff9d00;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td.price {
	font-size: 20px;
	font-weight: 600;
	color: #ff9d00;
	padding-left: 10px;
}

.cart-table tbody tr td .quantity-spinner {}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #727272;
	font-size: 16px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #3e4494;
	border-radius: 50%;
}

.cart-section .coupon-outer {
	position: relative;
	margin: 40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn {
	font-size: 14px;
	padding: 14px 43px;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 20px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
	padding: 11px 28px;
	line-height: 30px;
	cursor: pointer;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 26px;
	padding: 12px 0px;
	border-bottom: 2px solid #7ab63a;
	height: 54px;
	width: 230px;
	background: none;
	font-size: 14px;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section .sec-title {
	margin-bottom: 25px;
}

.cart-section .sec-title h2 {
	font-size: 26px;
	color: #222222;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px !important;
	margin-bottom: 30px;
}

.cart-section .cart-note {
	position: relative;
	margin-bottom: 50px;
	padding: 16px 20px;
	text-align: center;
	border: 1px dashed #b2dd4c;
	background: #f4f4f4;
	line-height: 1.7em;
}

/*** 

====================================================================
	Account Page Section
====================================================================

***/

.account-page-section {
	position: relative;
	padding: 100px 0px 100px;
}

.account-tabs {
	position: relative;
	min-height: 450px;
}

.account-tabs .tab-btns {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	max-width: 360px;
	text-align: center;
	margin-bottom: 40px;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.account-tabs .tab-btns .tab-btn {
	position: relative;
	display: block;
	font-size: 20px;
	background-color: #000000;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	margin-bottom: 15px;
	display: block;
	padding: 15px 40px 15px;
	transition: all 500ms ease;
}

.account-tabs .tab-btns .tab-btn:last-child {
	margin-bottom: 0px;
}

.account-tabs .tab-btns .tab-btn:hover,
.account-tabs .tab-btns .tab-btn.active-btn {
	color: #ffffff;
	background-color: #ff9d00;
}

.account-tabs .tabs-content {
	position: relative;
	margin-left: 395px;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.account-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.account-tabs .tabs-content .tab.active-tab {
	display: block;
}

/* Account Form */

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

.account-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.account-form .form-group label {
	position: relative;
	display: block;
	color: #9e9e9e;
	font-size: 16px;
	margin-bottom: 8px;
}

.account-form .form-group h4 {
	position: relative;
	color: #000000;
}

.account-form .form-group .sub-text {
	position: relative;
	color: #999898;
	font-size: 16px;
	margin-top: 15px;
	display: block;
}

.account-form .form-group input,
.account-form .form-group input[type="text"],
.account-form .form-group input[type="email"],
.account-form .form-group input[type="tel"],
.account-form .form-group input[type="url"],
.account-form .form-group textarea,
.account-form .form-group password,
.account-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 400;
	padding: 14px 24px;
	z-index: 1;
	height: 56px;
	background-color: #f9f9f9;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.account-form .form-group input:focus,
.account-form .form-group select:focus,
.account-form .form-group textarea:focus {
	border-color: #ff9d00;
}

.account-form .form-group textarea {
	height: 90px;
	resize: none;
	border-radius: 0px;
}

.account-form .form-group input[type="submit"],
.account-form button {
	margin-top: 5px;
}

.account-form .form-group input[type="submit"]:hover,
.account-form button:hover {}

/* Dashboard Content */

.dashboard-content h4 {
	color: #000000;
	font-weight: 400;
}

.dashboard-content h4 span {
	position: relative;
	font-weight: 500;
}

.dashboard-content .dashboard-text {
	position: relative;
	color: #999898;
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.8em;
}

.account-order-box .total-order {
	position: relative;
	color: #9e9e9e;
	padding: 13px 20px 13px 40px;
	display: block;
	font-size: 16px;
	z-index: 1;
	margin-bottom: 25px;
}

.account-order-box .total-order:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background-color: #f9f9f9;
}

.account-order-box .total-order .icon {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	background-color: #000000;
}

/* Account Address Box */

.account-address-box {
	position: relative;
}

.account-address-box .add-here {
	position: absolute;
	right: 20px;
	top: 5px;
	color: #ff9d00;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.account-address-box .add-here:hover {
	color: #000000;
}

.account-address-box h4 {
	position: relative;
	color: #000000;
	margin-bottom: 20px;
}

.account-address-box .address-list {
	position: relative;
}

.account-address-box .address-list li {
	position: relative;
	color: #999898;
	font-size: 16px;
	margin-bottom: 5px;
}

/*** 

====================================================================
	Events Banner Section
====================================================================

***/

.events-banner-section {
	position: relative;
	overflow: hidden;
	padding-top: 300px;
	padding-bottom: 200px;
	background-size: cover;
	background-position: center center;
}

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

.events-banner-section .icons .icon-one {
	position: absolute;
	left: 10% !important;
	top: 17% !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-two {
	position: absolute;
	left: 35% !important;
	top: 25% !important;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-three {
	position: absolute;
	left: 6% !important;
	top: 58% !important;
	width: 34px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-four {
	position: absolute;
	left: 56% !important;
	top: 60% !important;
	width: 34px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-five {
	position: absolute;
	left: 79% !important;
	top: 25% !important;
	width: 35px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-six {
	position: absolute;
	left: 90% !important;
	top: 88% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-seven {
	position: absolute;
	left: 80% !important;
	top: 60% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-eight {
	position: absolute;
	left: 52% !important;
	top: 40% !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-nine {
	position: absolute;
	left: 52% !important;
	top: 12% !important;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-ten {
	position: absolute;
	left: 34% !important;
	top: 68% !important;
	width: 34px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-eleven {
	position: absolute;
	left: 89% !important;
	top: 80% !important;
	width: 34px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-twelve {
	position: absolute;
	left: 69% !important;
	top: 70% !important;
	width: 35px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-thirteen {
	position: absolute;
	left: 200% !important;
	top: 88% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section .icons .icon-fourteen {
	position: absolute;
	left: 95% !important;
	top: 95% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.events-banner-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.7;
	background-image: -ms-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: -moz-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: -o-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EF02AD), color-stop(100, #3c13d2));
	background-image: -webkit-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: linear-gradient(to bottom, #EF02AD 0%, #3c13d2 100%);
}

.events-banner-section .content-boxed {
	position: relative;
	text-align: center;
}

.events-banner-section .content-boxed h1 {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.events-banner-section .content-boxed .event-info {
	position: relative;
	margin-bottom: 45px;
}

.events-banner-section .content-boxed .event-info li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 6px;
	display: inline-block;
}

.events-banner-section .content-boxed .event-info li span {
	position: relative;
	color: #ffffff;
	margin-right: 10px;
}

.events-banner-section .content-boxed .btns-box {
	position: relative;
	margin-top: 20px;
}

.events-banner-section .content-boxed .btns-box .theme-btn {
	position: relative;
	margin: 0px 12px;
}

.events-banner-section .content-boxed .time-counter {
	max-width: 800px;
	margin: 0 auto;
}

.events-banner-section .time-countdown {
	position: relative;
	text-align: center;
	margin-bottom: 0px;
}

.events-banner-section .time-countdown .counter-column {
	position: relative;
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	color: #7e3cf9;
	font-weight: 400;
	height: 150px;
	width: 150px;
	padding-top: 25px !important;
	text-transform: uppercase;
	background-color: #ffffff;
	border-radius: 50%;
	border: 7px solid #7e3cf9;
	margin: 0 18px 40px;
}

.events-banner-section .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #7e3cf9;
	font-weight: 700;
	letter-spacing: 0;
	padding: 10px 0px !important;
}

.events-banner-section .time-countdown .counter-column:nth-child(2) .count,
.events-banner-section .time-countdown .counter-column:nth-child(2) {
	border-color: #ff8a01;
	color: #ff8a01;
}

.events-banner-section .time-countdown .counter-column:nth-child(3) .count,
.events-banner-section .time-countdown .counter-column:nth-child(3) {
	border-color: #0a90f8;
	color: #0a90f8;
}

.events-banner-section .time-countdown .counter-column:nth-child(4) .count,
.events-banner-section .time-countdown .counter-column:nth-child(4) {
	border-color: #0abb0e;
	color: #0abb0e;
}

/* Waves */

.waves {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 15vh;
	margin-bottom: -8px;
	min-height: 100px;
	max-height: 150px;
}

.waves .content {
	position: relative;
	height: 20vh;
	text-align: center;
	background-color: white;
}

/*** 

====================================================================
	Events About Section
====================================================================

***/

.events-about-section {
	position: relative;
	padding: 160px 0px 80px;
}

.events-about-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.events-about-section .image-column .inner-column {
	position: relative;
}

.events-about-section .image-column .image {
	position: relative;
	display: inline-block;
}

.events-about-section .image-column .image img {
	position: relative;
	border-radius: 20px;
}

.events-about-section .image-column .image:before {
	position: absolute;
	content: '';
	left: 30px;
	top: -30px;
	right: -30px;
	bottom: 30px;
	border-radius: 20px;
	background-color: #ffdbf3;
}

.events-about-section .image-column .icon-one {
	position: absolute;
	left: -4%;
	top: -12%;
	width: 580px;
	height: 612px;
	background-repeat: no-repeat;
}

.events-about-section .content-column {
	position: relative;
}

.events-about-section .content-column .inner-column {
	position: relative;
}

.about-event-block {
	position: relative;
	margin-bottom: 30px;
}

.about-event-block .block-inner {
	position: relative;
	padding-left: 80px;
}

.about-event-block .block-inner .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	font-family: "Flaticon";
	background-color: #ff3abd;
}

.about-event-block .block-inner h5 {
	position: relative;
	color: #232323;
	font-weight: 700;
	line-height: 1.3em;
}

.about-event-block .block-inner .about-text {
	position: relative;
	color: #232323;
	font-size: 16px;
	opacity: 0.65;
	line-height: 1.7em;
	margin-top: 10px;
}

/*** 

====================================================================
	Event Feature Section
====================================================================

***/

.event-feature-section {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 80px;
	background-color: #fbfbfd;
}

.event-feature-section .circle-layer {
	position: absolute;
	left: -100px;
	top: -100px;
	width: 312px;
	height: 307px;
	z-index: 1;
	background-repeat: no-repeat;
}

.event-feature-section .circle-layer-two {
	position: absolute;
	left: 55%;
	top: 50%;
	width: 270px;
	height: 260px;
	z-index: 1;
	background-repeat: no-repeat;
}

.event-feature-section .circle-layer-three {
	position: absolute;
	right: 1%;
	top: 0%;
	width: 270px;
	height: 430px;
	z-index: 1;
	background-repeat: no-repeat;
}

.event-feature-block {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.event-feature-block .inner-box {
	position: relative;
	text-align: center;
	border-radius: 5px;
	padding: 35px 30px 40px;
	background-color: #ffffff;
}

.event-feature-block .inner-box .left-border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	opacity: 0;
	transform: scale(1, 0.2);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-feature-block .inner-box:hover .left-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-feature-block .inner-box .right-border {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	opacity: 0;
	transform: scale(1, 0.2);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-feature-block .inner-box:hover .right-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-feature-block .inner-box .top-border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2px;
	opacity: 0;
	transform: scale(0.2, 1);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-feature-block .inner-box:hover .top-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-feature-block .inner-box .bottom-border {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	opacity: 0;
	transform: scale(0.2, 1);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-feature-block .inner-box:hover .bottom-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-feature-block .inner-box .icon-box {
	position: relative;
	margin-bottom: 15px;
}

.event-feature-block .inner-box h4 {
	position: relative;
	color: #232323;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 12px;
}

.event-feature-block .inner-box h4 a {
	position: relative;
	color: #232323;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-feature-block .inner-box h4 a:hover {
	color: #ff00aa;
}

.event-feature-block .inner-box .text {
	position: relative;
	color: #232323;
	font-size: 16px;
	line-height: 1.8em;
}

/*** 

====================================================================
	Event Schedule Section
====================================================================

***/

.event-schedule-section {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 110px;
}

.event-schedule-section .circle-layer {
	position: absolute;
	left: -300px;
	top: -300px;
	width: 690px;
	height: 690px;
	opacity: 0.3;
	background-repeat: no-repeat;
}

.event-schedule-section .shape-icon {
	position: absolute;
	right: -200px;
	top: 40%;
	width: 490px;
	height: 698px;
	background-repeat: no-repeat;
}

.event-schedule-section .download-btns-box {
	position: relative;
	margin-top: 50px;
}

.schedule-tabs .tabs-content .tab {
	display: none;
}

.schedule-tabs .tabs-content .tab.active-tab {
	display: block;
}

.schedule-tabs {
	position: relative;
}

.schedule-tabs .btns-box {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.schedule-tabs .tab-buttons {
	position: relative;
	text-align: center;
}

.schedule-tabs .tab-buttons li {
	position: relative;
	display: inline-block;
	height: 110px;
	width: 160px;
	border-radius: 0px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: 600;
	text-align: left;
	padding: 15px 15px;
	padding-top: 50px;
	padding-left: 90px;
	cursor: pointer;
	margin: 0 10px 20px;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-tabs .tab-buttons li .day {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	padding: 5px 20px;
	background-color: #222222;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	border-radius: 0px;
}

.schedule-tabs .tab-buttons li .date {
	position: absolute;
	left: -0px;
	top: 58px;
	width: 100px;
	text-align: center;
	font-size: 38px;
	line-height: 20px;
	font-weight: 600;
	color: #222222;
}

.schedule-tabs .tab-buttons li .month {
	display: block;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
}

.schedule-tabs .tab-buttons li .year {
	font-size: 30px;
}

.schedule-tabs .tab-buttons li.active-btn {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .10);
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1) .day {
	background-color: #ff00aa;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .day {
	background-color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .day {
	background-color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .day {
	background-color: #e6275a;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .date {
	color: #ff00aa;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .date {
	color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .date {
	color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .date {
	color: #e6275a;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn {
	box-shadow: 0 0px 30px rgba(250, 0, 170, .30);
	border: 1px solid #ff00aa;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn {
	box-shadow: 0 0px 30px rgba(64, 203, 180, .30);
	border: 1px solid #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn {
	box-shadow: 0 0px 30px rgba(76, 53, 169, .30);
	border: 1px solid #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn {
	box-shadow: 0 0px 30px rgba(230, 39, 90, .30);
	border: 1px solid #e6275a;
}

.schedule-block {
	position: relative;
	margin-bottom: 30px;
}

.schedule-block .inner-box {
	position: relative;
	padding: 40px 40px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
}

.schedule-block .inner-box .content {
	position: relative;
	padding-left: 230px;
}

.content ul {
	line-height: 30px;
}

.content ul li img {
	margin-right: 6px;
}

.schedule-block .inner-box .author-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
}

.schedule-block .inner-box .author-box .box-inner {
	position: relative;
	text-align: center;
}

.schedule-block .inner-box .author-box .author-image {
	position: relative;
	width: 184px;
	height: 184px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 35px;
	border-radius: 50%;
}

.schedule-block .inner-box .author-box .box-inner h6 {
	position: relative;
	color: #000000;
	font-weight: 700;
	line-height: 1.3em;
}

.schedule-block .inner-box .author-box .box-inner .designation {
	position: relative;
	color: #000000;
	font-size: 16px;
	margin-top: 8px;
}

.schedule-block .inner-box .date {
	position: relative;
	color: #a900e5;
	font-size: 16px;
}

.schedule-block .inner-box h4 {
	position: relative;
	color: #000000;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 10px;
}

.schedule-block .inner-box .text {
	position: relative;
	color: #555555;
	font-size: 17px;
	line-height: 1.9em;
	margin-top: 12px;
	margin-bottom: 15px;
}

.schedule-block .inner-box .event-info {
	position: relative;
	margin-bottom: 20px;
}

.schedule-block .inner-box .event-info li {
	position: relative;
	color: #555555;
	font-size: 18px;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 6px;
	font-weight: 500;
	display: inline-block;
}

.schedule-block .inner-box .event-info li span {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #f101a5;
	font-family: "Flaticon";
}

.schedule-block .inner-box .btns-box {
	position: relative;
}

.schedule-block .inner-box .btns-box .theme-btn {
	margin-right: 12px;
}

/*** 

====================================================================
	Event Register Section
====================================================================

***/

.event-register-section {
	position: relative;
	overflow: hidden;
	padding: 90px 0px 90px;
	background-image: -ms-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: -moz-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: -o-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #A61DE6), color-stop(100, #3614d4));
	background-image: -webkit-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: linear-gradient(to right, #A61DE6 0%, #3614d4 100%);
}

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

.event-register-section .icons .icon-one {
	position: absolute;
	left: 10% !important;
	top: 17% !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-two {
	position: absolute;
	left: 35% !important;
	top: 25% !important;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-three {
	position: absolute;
	left: 6% !important;
	top: 58% !important;
	width: 34px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-four {
	position: absolute;
	left: 56% !important;
	top: 60% !important;
	width: 34px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-five {
	position: absolute;
	left: 79% !important;
	top: 25% !important;
	width: 35px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-six {
	position: absolute;
	left: 90% !important;
	top: 88% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-seven {
	position: absolute;
	left: 80% !important;
	top: 60% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-eight {
	position: absolute;
	left: 52% !important;
	top: 40% !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-nine {
	position: absolute;
	left: 52% !important;
	top: 12% !important;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-ten {
	position: absolute;
	left: 34% !important;
	top: 68% !important;
	width: 34px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-eleven {
	position: absolute;
	left: 89% !important;
	top: 80% !important;
	width: 34px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-twelve {
	position: absolute;
	left: 69% !important;
	top: 70% !important;
	width: 35px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-thirteen {
	position: absolute;
	left: 200% !important;
	top: 88% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-register-section .icons .icon-fourteen {
	position: absolute;
	left: 95% !important;
	top: 95% !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
}

.event-form {
	position: relative;
}

.event-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.event-form .form-group input[type="text"],
.event-form .form-group input[type="tel"],
.event-form .form-group input[type="email"],
.event-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #686c6e;
	height: 56px;
	font-size: 14px;
	background: #ffffff;
	font-weight: 500;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-form .form-group input[type="text"]:focus,
.event-form .form-group input[type="tel"]:focus,
.event-form .form-group input[type="email"]:focus,
.event-form .form-group textarea:focus {
	border-color: #0099f7;
}

.event-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 15px 20px;
	color: #686c6e;
	height: 150px;
	resize: none;
	font-size: 16px;
	background: #ffffff;
	font-weight: 500;
	border-radius: 5px;
	border: 2px solid #e6e6e6;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-form button {
	margin-top: 0px;
	width: 100%;
	cursor: pointer;
}

/*** 

====================================================================
	Event Pricing Section
====================================================================

***/

.event-pricing-section {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 110px;
	background-color: #fbfbfd;
}

.event-pricing-section .circle-layer {
	position: absolute;
	right: -80px;
	top: -80px;
	width: 312px;
	height: 307px;
	z-index: 1;
	background-repeat: no-repeat;
}

.event-price-block {
	position: relative;
	margin-bottom: 30px;
}

.event-price-block .inner-box {
	position: relative;
	border-radius: 5px;
	text-align: center;
	padding: 65px 30px 65px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.event-price-block .inner-box .title {
	position: relative;
}

.event-price-block .inner-box .left-border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	opacity: 0;
	transform: scale(1, 0.2);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-price-block .inner-box:hover .left-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-price-block .inner-box .right-border {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	opacity: 0;
	transform: scale(1, 0.2);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-price-block .inner-box:hover .right-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-price-block .inner-box .top-border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2px;
	opacity: 0;
	transform: scale(0.2, 1);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-price-block .inner-box:hover .top-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-price-block .inner-box .bottom-border {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	opacity: 0;
	transform: scale(0.2, 1);
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-price-block .inner-box:hover .bottom-border {
	transform: scale(1, 1);
	opacity: 1;
}

.event-price-block .inner-box .title {
	position: relative;
	color: #a900e5;
	font-size: 28px;
	font-weight: 600;
}

.event-price-block .inner-box .title .icon {
	position: relative;
	margin-right: 8px;
	font-weight: normal;
	font-family: "Flaticon";
}

.event-price-block .inner-box .price-box {
	position: relative;
	margin-top: 40px;
}

.event-price-block .inner-box .price-box .box-inner {
	position: relative;
	display: inline-block;
}

.event-price-block .inner-box .price-box .box-inner .circles-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	border-radius: 50%;
}

.event-price-block .inner-box .price-box .box-inner .circles-box .circle-one {
	position: absolute;
	right: -4px;
	width: 18px;
	height: 18px;
	z-index: 1;
	border-radius: 50%;
	display: inline-block;
	background-color: #a900e5;
}

.event-price-block .inner-box .price-box .box-inner .circles-box .circle-two {
	position: absolute;
	left: -12px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	z-index: 1;
	border-radius: 50%;
	display: inline-block;
	background-color: #a900e5;
}

.event-price-block .inner-box .price-box .box-inner .price {
	position: relative;
	font-size: 44px;
	font-weight: 600;
	width: 100px;
	color: #ffffff;
	height: 100px;
	border-radius: 50px;
	line-height: 102px;
	display: inline-block;
	background-color: #ff00aa;
}

.event-price-block .inner-box .price-box .box-inner .price:before {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	transform: rotate(-45deg);
	border-right: 3px solid #ff00aa;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #ff00aa;
	border-left: 3px solid #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.event-price-block .inner-box .price-box .box-inner .price sup {
	position: relative;
	font-size: 24px;
}

.event-price-block .inner-box .tickets {
	position: relative;
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 36px;
	text-transform: uppercase;
}

.event-price-block .inner-box .price-list {
	position: relative;
	margin-bottom: 35px;
}

.event-price-block .inner-box .price-list li {
	position: relative;
	color: #000000;
	opacity: 0.7;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: 500;
}

.event-price-block .inner-box .price-list li:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Event Team Section
====================================================================

***/

.event-team-section {
	position: relative;
	padding: 110px 0px 40px;
}

.event-team-section .circle-layer {
	position: absolute;
	width: 156px;
	height: 155px;
	left: 5%;
	top: 5%;
	background-repeat: no-repeat;
}

.event-team-member {
	position: relative;
	margin-bottom: 40px;
}

.event-team-member .inner-box {
	position: relative;
}

.event-team-member .inner-box .image-box {
	position: relative;
	max-width: 237px;
	margin: 0 auto;
	border-radius: 50%;
}

.event-team-member .inner-box .image-box .image {
	position: relative;
}

.event-team-member .inner-box .image-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 50%;
	background-color: #ff00aa;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	transform: translateY(-10px);
}

.event-team-member .inner-box:hover .image-box .image:before {
	transform: translateY(10px);
}

.event-team-member .inner-box .image-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 15px solid transparent;
	opacity: 0;
	transform: scale(0.2, 1);
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.event-team-member .inner-box .image-box .overlay-box .inner {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 0, 170, 0.80);
}

.event-team-member .inner-box .image-box img {
	width: 100%;
	display: block;
	border-radius: 50%;
}

.event-team-member .inner-box .lower-content {
	position: relative;
	text-align: center;
	padding-top: 15px;
}

.event-team-member .inner-box .lower-content h3 {
	position: relative;
	color: #232323;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.event-team-member .inner-box .lower-content h3 a {
	position: relative;
	color: #232323;
}

.event-team-member .inner-box .lower-content .designation {
	position: relative;
	color: #555555;
	font-size: 16px;
	font-weight: 500;
}

.event-team-member .inner-box:hover .image-box .overlay-box {
	opacity: 1;
	transform: scale(1, 1);
}

.event-team-member .social-icons {
	position: relative;
}

.event-team-member .social-icons li {
	position: relative;
	margin: 0px 6px;
	display: inline-block;
}

.event-team-member .social-icons li a {
	position: relative;
	font-size: 18px;
	color: var(--color-white);
}

/*** 

====================================================================
	CTA Two
====================================================================

***/

.call-to-action-section-one {
	position: relative;
	padding-top: 120px;
	text-align: center;
	padding-bottom: 120px;
	background-color: #f3f4ff;
}

.call-to-action-section-one .title {
	position: relative;
	color: #ff00aa;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.call-to-action-section-one h2 {
	position: relative;
	color: #222222;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 40px;
	margin-bottom: 55px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.banner-carousel .owl-dots,
.banner-carousel .owl-nav {
	display: none;
}

.banner-carousel {
	position: relative;
}

.banner-carousel .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 350px 0 220px;
}

.banner-carousel .swiper-slide:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0e1030;
	opacity: .70;
	content: "";
}

.banner-carousel .content-box {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.banner-carousel .content-box .title {
	display: block;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.banner-carousel .active .content-box .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.banner-carousel .content-box h2 {
	display: block;
	font-size: 70px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .info-list {
	position: relative;
	margin-bottom: 45px;
	opacity: 0;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.banner-carousel .active .content-box .info-list {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-carousel .content-box .info-list li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
	margin-right: 15px;
	padding-right: 20px;
	text-transform: uppercase;
}

.banner-carousel .content-box .info-list li .icon {
	color: #ff8a01;
	margin-right: 10px;
	float: left;
	font-size: 18px;
	line-height: 26px;
	font-family: "Flaticon";
}

.banner-carousel .content-box .info-list li:before {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	content: "|";
}

.banner-carousel .content-box .info-list li:last-child:before {
	display: none;
}

.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transform: translateY(150px);

	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}


/*** 

====================================================================
		Countdown Section
====================================================================

***/

.countdown-section {
	position: relative;
}

.countdown-section .outer-box {
	position: relative;
	display: block;
	margin-top: -100px;
	background-color: #ffffff;
	border-top: 7px solid #de137a;
	border-radius: 0px 0px 5px 5px;
	padding: 85px 70px 45px;
	-webkit-box-shadow: 0 40px 100px rgba(14, 16, 48, 0.10);
	-ms-box-shadow: 0 40px 100px rgba(14, 16, 48, 0.10);
	box-shadow: 0 40px 100px rgba(14, 16, 48, 0.10);
	z-index: 99;
}

.countdown-section .date-column {
	position: relative;
	float: left;
	padding-top: 20px;
}

.countdown-section .date-column .date {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1em;
	color: #e1137b;
	font-weight: 400;
	text-transform: uppercase;
}

.countdown-section .date-column strong {
	font-size: 80px;
	line-height: 1em;
	color: #e1137b;
	margin-right: 15px;
}

.countdown-section .date-column .location {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #e1137b;
	font-weight: 500;
	margin-top: 5px;
	text-transform: uppercase;
}

.countdown-section .countdown-column {
	position: relative;
	float: right;
}

.countdown-section.style-two {
	text-align: center;
	margin-top: 100px;
}

.countdown-section.style-two .outer-box {
	margin-top: 0px;
}

.countdown-section.style-two .countdown-column {
	float: none;
	margin: 0 auto;
}

.countdown-section .time-countdown {
	margin-bottom: 0px;
	text-align: center;
}

.countdown-section .time-countdown .counter-column {
	position: relative;
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	color: #7e3cf9;
	font-weight: 400;
	height: 150px;
	width: 150px;
	text-transform: uppercase;
	background-color: #ffffff;
	padding-top: 45px;
	border-radius: 50%;
	border: 7px solid #7e3cf9;
	margin: 0 18px 40px;
	padding-top: 25px !important;
}

.countdown-section .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #7e3cf9;
	font-weight: 700;
	letter-spacing: 0;
	padding: 10px 0px !important;
}

.countdown-section .time-countdown .counter-column:nth-child(2) .count,
.countdown-section .time-countdown .counter-column:nth-child(2) {
	border-color: #ff8a01;
	color: #ff8a01;
}

.countdown-section .time-countdown .counter-column:nth-child(3) .count,
.countdown-section .time-countdown .counter-column:nth-child(3) {
	border-color: #0a90f8;
	color: #0a90f8;
}

.countdown-section .time-countdown .counter-column:nth-child(4) .count,
.countdown-section .time-countdown .counter-column:nth-child(4) {
	border-color: #0abb0e;
	color: #0abb0e;
}

/*** 

====================================================================
		Top Features
====================================================================

***/

.top-features {
	position: relative;
	padding: 130px 0px 0px;
}

.feature-block {
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box {
	position: relative;
	padding: 50px 40px 60px;
	text-align: center;
	border-top: 2px solid transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.feature-block .inner-box:hover,
.feature-block.active .inner-box {
	border-top-color: #ef88bc;
	-webkit-box-shadow: 0 30px 40px rgba(14, 16, 48, .06);
	-ms-box-shadow: 0 30px 40px rgba(14, 16, 48, .06);
	box-shadow: 0 30px 40px rgba(14, 16, 48, .06);
}

.feature-block .icon {
	display: inline-block;
	font-size: 68px;
	line-height: 1em;
	color: #222222;
	font-family: "Flaticon";
	background: rgb(255, 138, 1);
	background: -moz-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a01', endColorstr='#e1137b', GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

.feature-block h4 {
	font-size: 22px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.feature-block h4 a {
	color: #000000;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block h4 a:hover {
	color: #e1137b;
}

.feature-block .text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
}

.feature-block .btn-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .btn-box a {
	line-height: 20px;
}

.feature-block .btn-box a:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.pricing-block {
	position: relative;
	padding: 0 25px;
	margin-bottom: 50px;
}

.pricing-block .inner-box {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0 20px 50px rgba(14, 16, 48, .06);
	-ms-box-shadow: 0 20px 50px rgba(14, 16, 48, .06);
	box-shadow: 0 20px 50px rgba(14, 16, 48, .06);
	border-top: 6px solid #ff8a01;
}

.pricing-section.alternate .pricing-block .inner-box {
	border-top: 0;
}

.pricing-block .inner-box:before {
	position: absolute;
	height: 16px;
	width: 100%;
	left: 0;
	bottom: -16px;
	background-repeat: repeat;
	background-position: center;
	background-image: url(../images/icons/pricing-bottom.png);
	content: "";
}

.pricing-block .upper-box {
	position: relative;
	padding: 25px 50px;
	border-bottom: 1px solid #ededf4;
}

.pricing-block .title {
	position: relative;
	float: left;
	font-size: 26px;
	line-height: 40px;
	color: #3f4161;
	font-weight: 500;
}

.pricing-block .price {
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	color: #ff8a01;
	font-weight: 900;
}

.pricing-block .lower-content {
	position: relative;
	padding: 25px 50px 50px;
}

.pricing-block .text {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #7f8897;
	font-weight: 400;
	margin-bottom: 30px;
}

.pricing-block .feature-list {
	position: relative;
	margin-bottom: 40px;
}

.pricing-block .feature-list li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 36px;
	color: #7f8897;
	font-weight: 500;
	padding-left: 30px;
}

.pricing-block .feature-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	content: "\f170";
	font-family: "Flaticon";
	color: #2bd40f;
}

.pricing-block .feature-list li.false:before {
	color: #e1137b;
	content: "\f165";
}

.pricing-block .btn-box {
	position: relative;
	transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.pricing-block.style-two .inner-box {
	border-top: 6px solid #e1137b;
}

.pricing-block.style-two .btn-box a:hover,
.pricing-block.style-two .price {
	color: #e1137b;
}

.pricing-block.style-two .btn-box a {
	background-color: #e1137b;
}

/* Banner Section Two */

.banner-section-two {
	position: relative;
	padding: 320px 0px 120px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.banner-section-two::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.70);
}

.banner-section-two .outer-container {
	position: relative;
}

.banner-section-two .outer-container .content {
	position: relative;
	width: 100%;
	max-width: 800px;
	text-align: center;
	display: inline-block;
	background-color: var(--color-blue);
}

.banner-section-two .outer-container .content .upper-content {
	position: relative;
	padding: 30px 30px;
	display: inline-block;
}

.banner-section-two .outer-container .title {
	position: relative;
	color: #ffffff;
	font-size: 20px;
}

.banner-section-two .outer-container .content h1 {
	position: relative;
	font-weight: 800;
	color: #ffffff;
	font-size: 80px;
	line-height: 1em;
	margin-top: 12px;
}

.banner-section-two .outer-container .content h1 span {
	position: relative;
	font-weight: 300;
}

.banner-section-two .outer-container .content h2 {
	position: relative;
	font-weight: 400;
	color: #ffffff;
	font-size: 35px;
	line-height: 1.1em;
	margin-top: 18px;
	text-transform: uppercase;
}

.banner-section-two .outer-container .content h2 span {
	font-weight: 400;
	display: block;
	font-size: 16px;
	margin-top: 5px;
	letter-spacing: 1px;
}

.banner-section-two .outer-container .content .lower-content {
	position: relative;
	padding: 10px 50px;
	background-color: #363636;
}

.banner-section-two .outer-container .content .lower-content .lower-title {
	position: relative;
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
}

.banner-section-two .outer-container .content .lower-content .date {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	margin-top: 8px;
}


/* 

Login page css 
*/
.container-custome {
	padding-right: var(--bs-gutter-x, .05rem) !important;
	padding-left: var(--bs-gutter-x, .05rem) !important;
}

.rightLoginWrapp{padding: 20px 35px;}
.loginWelWrapp{position: relative;}
.backToHomeLink{
	position: absolute;
	top: 0;
	right:-11%;
	background-color:var(--color-blue);
	color: #fff;
	font-weight:500;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding:7px 21px 7px 12px;
border-bottom-left-radius: 30px;
border-top-left-radius: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.backToHomeLink:hover{color:var(--color-yellow); right:-10%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;}

.login-box .left-box {
	position: relative;
	overflow: hidden;
}

.loginform {
	margin-top: 2%;
}

.loginform .form-control {
	border: 2px solid #b4bdce;
	height: 40px;
	padding-left: 43px;
	font-size: 14px;
}

.inpuIcon {
	position: absolute;
	top: 43px;
    left: 15px;
    width: 18px;
}

.loginform .form-label {
	color: #6C6C6C;
	font-size: 13px;
}

.blue-text {
	color: var(--color-blue);
}
.red-text{
	color: red;
}

.blue-bg {
	background: var(--color-blue);
	padding: 30px 0px;
}

.blue-bg.cardsWithIcon {
	padding: 50px 0px;
}

.orange-bg {
	background: var(--color-yellow);
}


.line {
	border: #707070 1px solid;
	margin-top: 30px;
}

.hrLine{border: #707070 1px solid;}

.signin-btn {
	display: inline-block;
	background:var(--gradientBtn) !important;
	color: #fff;
	font-weight:500;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 9px 60px;
	border: none;
	border-radius: 40px;
	font-size: 14px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.signin-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.signin-btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.LogintextLink{
	text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
}


.login-box{overflow: hidden;}
.login-box .container-fluid{padding-left:0px; padding-right:0px;}
.login-box .left-box .hero-mask,
.login-box .left-box .hero-bg,
.login-box .left-box .hero-bg-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.login-box .left-box .hero-mask {
	z-index: 1;
}

.login-box .left-box .hero-content {
	position: relative;
	z-index: 2;
}

.login-box .left-box .hero-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.login-box .left-box .hero-bg-slideshow {
	z-index: 0;
}

.login-box .left-box .hero-bg {
	z-index: 0;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	transition: background-image 300ms ease-in 200ms;
}

.login-box .left-box .hero-bg.hero-bg-scroll {
	background-attachment: scroll;
	background-size: cover;
}

.login-box .left-box .hero-bg-slideshow .hero-bg {
	background-attachment: inherit;
}

.login-box .left-box,
.login-box .left-box .hero-bg-slideshow.owl-carousel .owl-item {
	height: 100%;
}

.login-box .opacity-9 {
	opacity: 0.2;
}

.india-img {
	z-index: 1;
	position: absolute;
	right: 2%;
	text-align: end;
	top: 10%;
}

.india-img img {
	width: 65%;
}

.login-details h4,
.login-details h3 {
	color: #fff;
	text-align: center;
}

.login-details h3 {
	margin-bottom: 5%;

}

.login-details h3 span,
.login-details h4 span {
	display: block;
	font-weight: 300;
}

.type-choice1 {
	margin-top: 40px;
}

.type-choice .radio-group {
	display: flex;
	align-items: center;
	gap: 20px;
}

.type-choice label {
	display: flex;
	align-items: center;
	font-size: 15px;
	cursor: pointer;
	color: var(--color-blue);
}

.type-choice input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid var(--color-blue);
	border-radius: 50%;
	margin-right: 8px;
	position: relative;
	cursor: pointer;
}

.type-choice input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 2.5px;
	width: 11px;
	height: 11px;
	background-color: #FFD700;
	/* yellow center */
	border-radius: 50%;
}

.type-choice input[type="radio"]:focus {
	outline: none;
}

.loginHeading {
	font-size: 18px;
	font-weight:500;
	margin: 18px 0px 10px 0px;
	line-height: 20px;
}

.loginHeading small {
	color: #5B5B5B;
	font-size: 12px;

}

.form-check-label{font-size: 12px;}
.bottom-btn {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top:10px;
}

.bottom-btn .yellow-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--color-yellow);
	/* bright yellow */
	color: #0F3273;
	/* deep navy blue */
	font-weight: 500;
	font-size: 12px;
	padding: 7px 12px;
	border-radius: 40px;
	text-decoration: none;
	border: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bottom-btn .yellow-btn img {
	width:18px;
	height:18px;
}

.bottom-btn .yellow-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



/* Inner page css */

section.banner-Img {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top !important;
	background-size: cover;
	height: 180px;
}

section.banner-Img-height {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top !important;
	background-size: cover;
	height: 230px;
}

.overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.pageTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
}

.pageTitle h3 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pageDetails {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: initial;
	position: relative;
	z-index: 2;
}

.subpage-title {
	margin-top: 30px;
}
.subpage-title h4{
	font-size: 17px;
}

.subpage-title h5 {
	color: var(--color-blue);
}

.subpage-title p {
	margin-bottom: 0px;
}

.form-group .form-control,
.form-group .form-select {
	border-radius: 0.1rem;
	height: 44px;
	font-size: 14px;
}

.coupon-section {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

/* Coupon input area */
.coupon-box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.coupon-box input {
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	font-size: 14px;
}

.apply-btn {
	background: var(--color-blue);
	/* navy blue */
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 25px;
	padding: 10px 26px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.apply-btn:hover {
	background: var(--color-blue);
}

/* Captcha box */
.captcha-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #E4EFFF;
	border: 1px dashed #FFE610;
	padding: 10px 16px;
	border-radius: 6px;
}

.captcha-box input {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 10px;
	font-size: 14px;
	width: 140px;
}

.captcha-code {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

/* Caption text */
.coupon-text {
	font-size: 14px;
	margin-bottom: 8px;
}

/* summary page payment css */
.payment-card {
	background: #fff;
	padding: 30px 40px;
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.payment-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
}

.payment-row {
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
	color: #000;
}

.btn-row {
	display: flex;
	justify-content: end;
	margin-top: 20px;
}

.payment-row.total {
	font-weight: 600;
}

.divider {
	border-top: 1px solid #E0E0E0;
	margin: 16px 0;
}

.pay-btn {
	display: inline-block;
	background:var(--gradientBtn);
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 40px;
	padding: 12px 40px;
	cursor: pointer;
	text-decoration: none;
	font-size: 15px;
	float: right;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pay-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.amount {
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}

.nameDetails h6 {
	font-size: 14px;
}

.nameDetails p {
	font-size: 13px;
	margin-bottom: 0px;
}

/* modal popup css */
.payment-mode .success-icon {
	width: 70px;
	height: 70px;
	border: 3px solid #20B15A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
}

.payment-mode .success-icon::before {
	content: "✓";
	color: #20B15A;
	font-size: 40px;
	font-weight: bold;
}

.payment-mode h2 {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: 500;
	text-align: center;
}

.payment-mode .yellow-box {
	background: var(--color-yellow);
	padding: 15px 25px;
	margin: 0 auto 35px;
	max-width: 600px;
	border-radius: 4px;
	font-size: 15px;
	color: #0F1E40;
	text-align: center;
}

.payment-mode .ok-btn {
	display: inline-block;
	background:var(--gradientBtn);
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 40px;
	padding: 12px 40px;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.payment-mode .ok-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.payment-mode .download-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 25px;
	font-size: 15px;
	font-weight: 500;
	color: #0F1E40;
	text-decoration: none;
	border-bottom: 2px solid #0F1E40;
}

.payment-mode .download-link:hover {
	color: #1E5CD7;
	border-color: #1E5CD7;
}

.payment-mode .download-link svg {
	width: 18px;
	height: 18px;
}

/* price card css */
.pricing-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.z-n1 {
	z-index: 1;
}

.pricing-header {
	display: flex;
	justify-content: space-between;
	background-color: #FFF3D8;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.pricing-body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 18px;
	padding: 24px;
}

.price-box {
	flex: 1 1 calc(25% - 18px);
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	text-align: center;
	padding: 15px 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
	border: 1.5px solid #e8e8e8;
}

.price-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border: 1.5px solid #F6D60C;
}

/* .price-box.active {
	border: 1.5px solid #F6D60C;
} */

.price-title {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}

.price-value {
	color: #1E5CD7;
	font-weight: 500;
	font-size: 18px;
}

@media (max-width: 768px) {
	.price-box {
		flex: 1 1 45%;
	}
}

@media (max-width: 500px) {
	.price-box {
		flex: 1 1 100%;
	}
}

/* Tabs css */

.tab-bg {
	background: var(--color-yellow);
	padding: 0px 0;
	position: relative;
}

.tab-container {
	position: relative;
}

.nav-tabs-wrapper {
	position: relative;
	overflow: hidden;
}

.nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	border-bottom: 2px solid #ddd;
	margin-bottom: 0;
}

.nav-tabs::-webkit-scrollbar {
	display: none;
}

.nav-tabs .nav-item {
	flex: 0 0 auto;
}

.nav-tabs .nav-link {
	color: #333;
	font-weight:600;
	padding: 12px 20px;
	border: none;
	border-bottom: 4px solid transparent;
	transition: all 0.3s ease;
	white-space: nowrap;
	font-size: 15px;
	text-transform: capitalize;
}

.nav-tabs .nav-link.active {
	color: var(--color-blue);
	border-color: var(--color-blue);
	background: transparent;
	font-weight: 600;
}

.tab-arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid #ddd;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.tab-arrow.left {
	left: 5px;
}

.tab-arrow.right {
	right: 5px;
}

/* Mobile only */
@media (max-width: 768px) {
	.tab-arrow {
		display: flex;
	}

	.nav-tabs {
		padding: 0 45px;
		/* space for arrows */
	}
}

.tab-content {
	background: #fff;
	border: 0px solid #ddd;
	border-top: none;
	padding: 0px;
	border-radius: 0px;
}

.content-tab h3 {
	font-size: 22px;
	color: #000;
}

.content-tab h4 {
	font-size: 22px;
	color: var(--color-blue);
	margin-bottom: 8px;
}

.content-tab h1 {
	letter-spacing: 0.6px;
	color: #000;
	font-size: 33px;
	line-height: normal;
}

.content-tab h1 span {
	color: #f7c714;
}

.content-tab h5 {
	margin-bottom: 6px;
	margin-top: 12px;
	font-size: 15px;
    font-weight: 500;
}
.content-tab h6 {
	margin-top: 5px !important;
    font-weight: 500;
}

.content-tab h2 {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	color: rgb(247 161 37);
	font-size: var(--font-16);
	text-transform: uppercase;
	margin-bottom: var(--margin-bottom-20);
}

.image {
	position: relative;
	display: inline-block;
}

.image img {
	border-radius: 20px;
	z-index: 2;
	position: relative;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.image:before {
	position: absolute;
	content: '';
	left: 30px;
	top: -30px;
	right: -30px;
	bottom: 30px;
	border-radius: 20px;
	background-color: #aaaaaa21;
	z-index: 0;
}

.pl-6 {
	padding-left: 5%;
}

.image img:hover {
	transform: translateY(-8px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.content-tab p {
	font-size: 14.5px;
	color: #1D2758;
	margin-bottom: 20px;
}

.content-tab ul {
	line-height: 30px;
	margin-bottom: 15px;
}

.gray-bg {
	background-color: #F3F4FF;
}

.info-card {
	display: block;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 24px;
	gap: 16px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease;
}

.info-card .icon {
	display: flex;
	align-items: center;
	gap: 9px;
}

.info-card:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.info-card .icon img {
	width: 52px;
	height: 52px;
}

.info-card .icon h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
	margin-top: 8px;
}

.info-card .content p {
	font-size: 0.92rem;
	color: #374151;
	line-height: 1.5;
	margin: 5px 0px 0px 0px;
}

.goals-list {
	background: #fff;
	padding: 20px 0;
}

.goals-list ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 10px;
}

.goals-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 16px;
	color: #111827;
	font-size: 14px;
	line-height: 1.6;
}

.goals-list li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #4b5563;
	/* Gray bullet color */
	border-radius: 50%;
	margin-top: 8px;
	flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.goals-list li {
		font-size: 0.95rem;
		margin-bottom: 14px;
	}

	.goals-list li::before {
		width: 8px;
		height: 8px;
		margin-top: 7px;
	}
}

.rating-container {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.stars {
	display: flex;
	gap: 2px;
}

.stars svg {
	width: 18px;
	height: 18px;
	fill: #f59e0b;
}

.hotel-meta {
	display: grid;
	gap: 12px;
	color: #6b7280;
	font: 400 15px / 1.5;
	margin-bottom: 20px;
	flex-grow: 1;
}

.meta-row svg {
	opacity: 0.7;
	flex: 0 0 20px;
	margin-top: 2px;
	fill: #6b7280;
}

.cta-container {
	display: flex;
	gap: 12px;
	margin-top: auto;
	flex-wrap: wrap;
}

.cta-container .btn.primary {
	background: linear-gradient(135deg, #08265D, #08265D);
	color: #ffffff;
	border: none;
}

.cta-container .btn.website {
	background: linear-gradient(135deg, #08265D, #08265D);
	color: #ffffff;
	border: none;
}

.cta-container .btn.maps {
	background: linear-gradient(135deg, #0016a0, #0016a0);
    color: #ffffff;
	border: none;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	padding: 10px 22px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

.cta-container .btn {
	flex: 1;
	text-align: center;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: var(--card);
	color: var(--text);
	text-decoration: none;
	font: 600 14px / 1.2 'Inter', sans-serif;
	transition: all 0.3s ease;
	min-width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
}

/* sub tabs css */
.subTabs .card-header {
	padding: .2rem 1rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.subTabs .card {
	border: 0px solid rgba(0, 0, 0, .125);
	border-radius: 0px;
}

.subTabs .nav-tabs {
	border-bottom: 0px;
}

/* faculty card design css */
.faculty-card {
	background: #fff;
    padding: 20px;
    border-radius: 15px 0px 15px 0px;
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07); */
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    /* max-width: 260px; */
    position: relative;
    overflow: hidden;
    border: 1.4px #e7e7e7 solid;
}

.faculty-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* .faculty-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #ffe610, #1D2758);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
} */

.faculty-card:hover::before {
	transform: scaleX(1);
}

.image-container {
	width: 100%;
	height: 240px;
	overflow: hidden;
	border-radius: 15px 0px 15px 0px;
	margin-bottom: 15px;
	position: relative;
}

.faculty-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.faculty-card:hover img {
	transform: scale(1.08);
}

.faculty-card .name {
	font-weight: 600;
	font-size: 16px;
	margin-top: 12px;
	color: #1D2758;
	transition: color 0.3s ease;

	position: absolute;
	/* left: 30px; */
	/* top: 0px; */
	bottom: 50px;
	font-weight: 600;
	padding: 6px 15px;
	letter-spacing: 2px;
	color: var(--color-two);
	font-size: var(--font-14);
	text-transform: uppercase;
	background-color: rgb(255 195 0 / 98%);
}
.faculty-card .name1 {
			margin-top: -40px !important;
			color: #1D2758;
			transition: color 0.3s ease;
			position: relative !important;
			bottom: 0px !important;
		}

.faculty-card:hover .name {
	color: #3262B6;
}

.faculty-card p {
	margin: 5px 0 0;
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.faculty-card .flag {
	width: 20px;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Modal Custom Style - FIXED IMAGE DISPLAY */
.modal-content {
	border-radius: 18px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
	border: none;
	overflow: hidden;
}

.modal-header {
	border-bottom: none;
	padding: 25px 25px 15px;
	position: relative;
}

.modal-body {
	text-align: center;
	padding: 0 30px 30px;
}

.modal-profile-container {
	width: 200px;
	/* height: 200px; */
	margin: 0 auto 0px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-profile-img {
	width: 108px;
	height: 108px;
	object-fit: cover;
	border-radius: 10%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	border: 2px solid #d3e0f7;
}

/* Ensure the head is fully visible */
.modal-profile-img.head-visible {
	object-position: center top;
}

.modal-body h4 {
	margin-top: 10px;
	color: #1D2758;
	font-size: 16px;
	font-weight: 700;
}
.modal-body h5{
	font-size: 14px;
	font-weight: 500;
}

.modal-country {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 10px 0;
	font-size: 16px;
	color: #555;
}

.modal-bio {
	margin-top: 20px;
	font-size: 13px;
	color:var(--black-color);
	line-height: 1.6;
	padding: 0 10px;
	overflow-y: auto;
	max-height: 259px;	
	min-height: 100px;			
}

.modal-bio p{
	font-size: 13px;
	color:var(--black-color);
	line-height: 1.6;
}

.modal-bio ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-bio ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.modal-bio ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background-size: 60%;
	opacity: 0.7;
	transition: opacity 0.2s ease;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	/*background-color: rgba(0,0,0,0.05);*/
}

.btn-close:hover {
	opacity: 1;
	/*background-color: rgba(0,0,0,0.1);*/
}

/* programs css */
/* Section container */
.efi-masterclass {
	padding: 0px 0px;
	background: #fff;
	/* font-family: "Poppins", sans-serif; */
}

/* Heading */
.efi-masterclass h2 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
	margin: 5px 0px 20px 0px;
}

/* Grid layout */
.highlights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
}

/* Each box */
.highlight-box {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	padding: 25px 20px;
	position: relative;
	display: flex;
	align-items: flex-start;
}

/* Yellow dot */
.highlight-box .dot {
	width: 14px;
	height: 14px;
	background-color: var(--color-yellow);
	border-radius: 50%;
	margin-right: 12px;
	flex-shrink: 0;
	margin-top: 2px;
}

/* Content wrapper */
.highlight-box .highlight-content {
	flex: 1;
}

/* Title */
.highlight-box h4 {
	margin: 0 0 8px 0;
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

/* Text */
.highlight-box p {
	margin: 0;
	color: #333;
	font-size: 0.95rem;
	line-height: 1.6;
}

.masterclass-fee {
	background-color: #fff7e3;
	padding: 20px 20px;
	display: flex;
	justify-content: center;
	font-family: "Poppins", sans-serif;
	border-radius: 10px;
}

.fee-container {
	background-color: #fff7e3;
	width: 100%;
	text-align: left;
}

.masterclass-fee h3 {
	font-size: 1.15rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}

.subtitle {
	color: #555;
	font-size: 0.90rem;
	margin-bottom: 20px;
}

/* Fee boxes */
.fee-box {
	background: var(--color-white);
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	padding: 15px 20px;
	margin-bottom: 15px;
}

.fee-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:var(--font-14);
	flex-direction: column;
}

.price {
	font-size:var(--font-16);
	font-weight:700;
	color: var(--color-blue);
}

.note {
	margin-top: 8px;
	font-size: 0.85rem;
	color:var(--black-color);
	line-height: 1.4;
}

/* Register Button */
.register-btn {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding: 14px 0;
	border-radius: 50px;
	text-decoration: none;
	font-size: 0.95rem;
	background: var(--gradientBtn);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.register-btn:hover {
	color:var(--color-white);
	transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 600px) {
	.fee-container {
		max-width: 100%;
	}

	.masterclass-fee h3 {
		text-align: center;
	}

	.subtitle {
		text-align: center;
	}

	.register-btn {
		margin-top: 20px;
	}
}


/* Responsive adjustments */
@media (max-width: 768px) {
	.efi-masterclass h2 {
		text-align: center;
	}

	.highlight-box {
		flex-direction: row;
		padding: 20px;
	}

	.highlight-box .dot {
		width: 12px;
		height: 12px;
		margin-top: 6px;
	}
}

/* Section styling */
.why-course {
	background-color: #071d52;
	/* dark navy blue */
	color: #fff;
	padding: 25px 25px;
	font-family: "Poppins", sans-serif;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.why-course .container {
	margin: 0 auto;
}

/* Heading and subtitle */
.why-course h2 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.why-course .subtitle {
	color: #f9d835;
	font-size: 0.95rem;
	margin-bottom: 20px;
}

/* Grid layout */
.course-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	clear: both;
}

/* Remove any Bootstrap row styles that might interfere */
.course-grid .row {
	display: contents !important;
}

.course-grid .row > * {
	display: contents !important;
}

/* Ensure proper alignment within sectionBlock */
.sectionBlock {
	width: 100% !important;
	display: block !important;
	clear: both;
}

.sectionBlock .auto-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.sectionBlock .auto-container .row {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.sectionBlock .auto-container .row .col-lg-12 {
	padding: 0 15px;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/* Individual box */
.course-box {
	background-color: #e9f0ff;
	/* soft light blue */
	border-radius: 6px;
	padding: 25px 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	width: 100%;
	box-sizing: border-box;
}

.course-box h3 {
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.course-box p,
.course-box .course-box-content {
	color: #333;
	font-size: 0.95rem;
	line-height: 1.6;
}

.course-box .course-box-content {
	width: 100%;
}

.course-box .course-box-content .sec-title {
	margin-bottom: 15px;
}

.course-box .course-box-content .sec-title h2 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.course-box .course-box-content .content-tab {
	color: #333;
	font-size: 0.95rem;
	line-height: 1.6;
}

.course-box .course-box-content .content-tab p {
	margin-bottom: 15px;
}

.course-box .course-box-content .content-tab h5 {
	font-size: 0.9rem;
	font-weight: 600;
	color: #000;
	margin-top: 15px;
	margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {

	.why-course h2,
	.why-course .subtitle {
		text-align: center;
	}

	.course-box {
		text-align: left;
	}
}

.list-list {
	display: flex;
	flex-direction: column;
}

.list-list li {
	padding-bottom: 5px;
}

.ps-13 {
	padding-left: 75px !important;
}

.blue-bg-box {
	background-color: var(--color-blue);
	padding: 30px 0px;
}

.blue-bg-box .efi-masterclass {
	background: transparent;
}

.blue-bg-box .highlight-box {
	min-height: 150px;	
	margin-bottom: 15px;
}

.blue-bg-box .highlight-box .left-border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	opacity: 0;
	transform: scale(1, 0.2);
	background-color: #f9d835;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	border-radius: 5px;
}

.blue-bg-box .highlight-box:hover .left-border {
	transform: scale(1, 1);
	opacity: 1;
}

.blue-bg-box .highlight-box .right-border {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	opacity: 0;
	transform: scale(1, 0.2);
	background-color: #f9d835;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.blue-bg-box .highlight-box:hover .right-border {
	transform: scale(1, 1);
	opacity: 1;
}

.blue-bg-box .highlight-box .top-border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2px;
	opacity: 0;
	transform: scale(0.2, 1);
	background-color: #f9d835;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.blue-bg-box .highlight-box:hover .top-border {
	transform: scale(1, 1);
	opacity: 1;
}

.blue-bg-box .highlight-box .bottom-border {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	opacity: 0;
	transform: scale(0.2, 1);
	background-color: #f9d835;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.blue-bg-box .highlight-box:hover .bottom-border {
	transform: scale(1, 1);
	opacity: 1;
}

.gray-bg {
	background-color: #edf3ff;
	padding: 30px 0px;
}

.gray-bg .efi-masterclass {
	background: transparent;
}

.timeline-section {
	background: #fff;
	padding: 60px 20px;
	font-family: "Poppins", sans-serif;
}

.timeline {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Timeline connector line */
.timeline::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #cfd8e3;
	z-index: 0;
}

/* Each item */
.timeline-item {
	flex: 1;
	min-width: 280px;
	text-align: center;
	position: relative;
}

/* Icon inside yellow circle */
.timeline-icon {
	width: 80px;
	height: 80px;
	border: 4px solid #f9d835;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.timeline-icon img {
	width: 35px;
	height: auto;
}

/* Dotted vertical line */
.timeline-line {
	width: 2px;
	height: 40px;
	border-left: 2px dotted #000;
	margin: 5px auto;
	position: relative;
}

.timeline-line::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #f9d835;
	border-radius: 50%;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

/* Text content */
.timeline-content {
	margin-top: 20px;
	text-align: left;
}

.timeline-content h3 {
	color: #0b2b6a;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.timeline-content p {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 4px 0;
}

/* Responsive behavior */
@media (max-width: 900px) {
	.timeline {
		flex-direction: column;
		align-items: flex-start;
	}

	.timeline::before {
		display: none;
	}

	.timeline-item {
		text-align: left;
		width: 100%;
	}

	.timeline-icon {
		margin-left: 0;
	}

	.timeline-line {
		margin-left: 35px;
	}

	.timeline-content {
		margin-left: 90px;
		margin-top: 10px;
	}
}


/* race-categories css */
.race-categories {
	background-color: #f2f6ff;
	padding: 20px 20px;
	font-family: "Poppins", sans-serif;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

/* Heading */
.race-categories h2 {
	font-size: 24px;
	font-weight: 700;
	color: #0b2b6a;
	margin-bottom: 10px;
}

.race-categories h2 span {
	font-weight: 400;
	font-size: 18px;
}

/* Race boxes */
.race-grid {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
	flex-wrap: wrap;
}

.race-box {
	background: #fff;
	flex: 1;
	min-width: 280px;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 25px;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.race-circle {
	background-color: #0b2b6a;
	color: #f9d835;
	font-weight: 700;
	font-size: 1.1rem;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.race-box p {
	color: #000;
	font-size: 0.95rem;
	line-height: 1.4;
	margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
	.race-grid {
		flex-direction: column;
		gap: 20px;
	}

	.race-box {
		justify-content: flex-start;
	}

	.race-categories h2 {
		text-align: center;
	}
}

/* sponsorship-section */

.sponsorship-section {
	background-color: #f2f6ff;
	padding: 60px 20px;
	font-family: "Poppins", sans-serif;
}



.sponsorship-grid {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

/* LEFT TABLE */
.sponsorship-table {
	flex: 1.3;	
}

.sponsorship-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Default styling for sponsorship table headers */
/* Inline styles will override this - they have highest specificity */
.sponsorship-table th {
	color: #000;
	text-align: left;
	padding: 14px 16px;
	font-weight: 600;
	font-size: 1rem;
	background-color: #ffde00; /* Default - inline styles override */
}

/* IMPORTANT: Ensure inline background colors are preserved and displayed */
/* Inline styles have highest specificity, but we ensure they're not blocked */
.sponsorship-table td[style],
.sponsorship-table th[style],
.sponsorship-table td[style*="background"],
.sponsorship-table th[style*="background"] {
	/* Inline styles will work - don't override them */
}

/* Table cells - no default background to allow inline styles */
.sponsorship-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	font-size: 0.95rem;
	color: #333;
	/* No background-color - inline styles will work */
}

.sponsorship-table tr:last-child td {
	border-bottom: none;
}

/* RIGHT SIDE */
.why-associate {
	flex: 0.9;
	background-color: #fff1c6;
	padding: 30px;
	border-radius: 8px;
}

.why-associate h3 {
	color: #0b2b6a;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.reason-card {
	background: #f9eeb8;
	padding: 16px;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	font-size: 0.95rem;
	color: #000;
	line-height: 1.4;
}

/* Responsive */
@media (max-width: 992px) {
	.sponsorship-grid {
		flex-direction: column;
	}

	.sponsorship-table,
	.why-associate {
		min-width: 100%;
	}
}

/* abstract page css */
.abstract-section {
	background: white;
	border-radius: 8px;
	/* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
	padding: 25px 25px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border: 1px solid #e5e5e5;
}

.presentation-card {
	background: white;
	border-radius: 6px;
	padding: 20px 15px;
	margin-bottom: 15px;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
}

.abstract-section:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(50, 98, 182, 0.1);
}

.abstract-section h2 {
	color: var(--color-blue);
	font-size: 1.2rem;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 0px;
	font-weight: 600;
}

/* .abstract-section h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 2px;
        background: linear-gradient(to right, #3262B6, #6c8fd3);
    } */
.abstract-section p,
.abstract-section li {
	color: #212529;
	font-size: 15px;
	line-height: 1.6;
}

.abstract-section ul {
	list-style-type: none;
	padding-left: 5px;
}

.abstract-section li::before {
	content: '•';
	color: #3262B6;
	font-size: 1.3rem;
	position: absolute;
	left: 0;
	top: -3px;
}

.abstract-section li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

.abstract-section h3,
.abstract-section h4 {
	color: var(--color-blue);
	font-size: 18px;
	margin: 25px 0 12px;
	font-weight: 500;
}

.abstract-section h4 {
	margin-top: 0px;
}

.contact-button {
	display: inline-block;
	background: linear-gradient(135deg, #08265D, #08265D);
	color: white;
	padding: 10px 25px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	margin-top: 15px;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	box-shadow: 0 3px 8px rgba(50, 98, 182, 0.3);
}
.form-subtitle{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.fs-12{
	font-size: 12px;
}
.fs-14{
	font-size: 14px;
}
.fs-15{
	font-size: 15px;
}
.main-subtitle{
	font-size: 26px;
    font-weight: 600;
}

.faq-list-circle{
	    width: 22px;
    height: 22px;
    display: inline-flex;
    background: var(--color-blue);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
    margin-right: 3px;
    color: #fff;
    font-weight: 500;
}

.owl-carousel .owl-dots.disabled{display:block !important;}


/* NEW */
b{color:#000;}
.tableStyle th{
	color:var(--color-blue);
	font-weight:600;
}

.tableStyle td{
	color:var(--black-color);
	font-weight:400;
	font-size:var(--font-14);
}

.tableStyle td strong{
	color:var(--black-color);

}

.damountTh{width:145px;}

.lightColorContbg{background-color: #edf3ff; padding:20px; border-radius:4px;}

/* 
Membership Exclusive Access css  */
.video-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    text-align: center;
	height: 100%;
	/* margin-bottom: 30px; */
}

.video-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Aspect ratio 16:9 */
    background-color: #f4f4f4;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 2px solid #ddd;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.video-title {
    padding: 10px;
    font-size: 12px !important;
    font-weight: 500;
    color:#000;
    line-height: 1.4;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
    .video-title {
        font-size: 14px;
    }
}
@media (max-width:545px) {
    .video-card {
        max-width: 100%;
    }
}

/* login dropdown menu css */
/* General button styling */


.theme-btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown toggle button */
.dropdown-toggle {
    cursor: pointer;
}

/* Dropdown menu (hidden by default) */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 160px;
	border-radius: 10px;
	right: 0;
	padding: 0px;
}

/* Dropdown items styling */
.dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .appointmeny_button-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dropdown-menu {
        position: relative;
        min-width: 100%;
        box-shadow: none;
    }

    /* For smaller screens, make the dropdown menu full width */
    .dropdown-item {
        text-align: center;
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .dropdown-item:last-child {
        border-bottom: none;
    }

    /* Make the buttons stack vertically */
    .theme-btn {
        width: 100%;
        margin-bottom: 0px;
    }
}
.profile-dropdown {
    width: 280px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.profile-header {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    color: #1c3d7a;
    border-bottom: 1px solid #f0f0f0;
}

.profile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    text-decoration: none;
    color: #1a2e50;
    font-size: 14px;
    transition: 0.3s;
}

.profile-menu li a .icon {
    font-size: 14px;
    color: #1a2e50;
}

.profile-menu li a:hover {
    background: #f3f6ff;
}

/* Logout Section */
.logout-box {
    background: #072b67;
    padding: 5px 8px;
}

.logout-box a {
    display: flex;
    align-items: center;
    gap: 12px;
    color:var(--color-three);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.logout-box a .icon {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 480px) {
    .profile-dropdown {
        width: 100%;
    }
    .profile-header {
        font-size: 16px;
    }
    .profile-menu li a {
        font-size: 15px;
    }
}

/* profile page css */

.profile-nav, .profile-info{
    margin-top:0px;   
}
.edit-icon {
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 0;
    background: var(--color-yellow);
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    border: 2px solid #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: var(--color-blue);
    top: -5px;
    font-size: 13px;
}
.change-btn{
	    font-size: 12px;
    border: 1px #fff solid;
    color: #fff;
    border-radius: 50px !important;
    padding: 5px 15px;
    /* border-radius: 0 !important; */
    border: 2px solid rgba(255, 255, 255) !important;
}
.change-btn:hover{
	border: 1px #fff solid;
    color: #000;
	background: var(--color-yellow);
}

.profile-nav .user-heading {
    background: var(--color-blue);
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
	margin-top: -100px;
    z-index: 99;
    position: relative;
	border: 2px #ffffff solid;
    border-radius: 20px 20px 0px 0px;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255);
    display: inline-block;
	position: relative;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 18px;
    font-weight: 300;
	margin-top: 10px;
    margin-bottom: 0px;
	line-height: initial;
}

.profile-nav .user-heading p {
    font-size: 12px;
	color:var(--color-three);
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
	width: 100%;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #eceaea;
	padding: 10px 15px;
	display: block;
	position: relative;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #fbc02d;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #fbc02d;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 11px 0px;
    line-height: initial;
	color: var(--color-blue);
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}
.bio-row p{
	font-size: 14px;
	margin-bottom: 8px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 14px;
    font-weight:400;
}
.bio-desk p{
	font-size: 14px;
	margin-bottom: 10px;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}

.custome-panel .panel {
    margin-bottom: 20px;
    background-color: #fff;
        border: 1px solid #e4e4e4;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	    height: 120px;
}
.custome-panel .panel-body {
    padding: 15px;
}
.label-warning {
    background-color: #f0ad4e;
}
 .customelabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/* Profile payment css */
.payment-card1 {
    background: #ffffff;
    border-radius: 12px;
    padding: 0px;
    max-width: 100%;
    margin: auto;
}
.profile-icon{
	width: 30px;
    height: 30px;
    margin: 0px;
    padding-top: 3px;
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.title-small {
    color: #555;
    margin: 0;
    font-size: 14px;
}

.title-main {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.download-btn {
    background: var(--color-blue);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFE600;
    text-decoration: none;
    font-size: 18px;
}
.download-btn:hover {
    background: var(--color-blue);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFE600;
    text-decoration: none;
    font-size: 18px;
}

.payment-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.detail-box {
    flex: 1;
    min-width: 120px;
}

.detail-label {
    color: #777;
    font-size: 14px;
    margin: 0 0 1px;
}

.detail-value {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.status-paid {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #14A44D;
}

/* Responsive */
@media (max-width: 480px) {
    .payment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .payment-details {
        flex-direction: column;
        gap: 12px;
    }

    .title-main {
        font-size: 18px;
    }
}

/* Bottom Tabs css */
.bottom-tabs .nav-tabs .nav-link.active {
    color: #ffffff;
    border-color: var(--color-blue) ;
    background: var(--color-blue) !important;
    /* font-weight: 600; */
}
.bottom-tabs .card-header {
    padding: .5rem 1rem;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}
.bottom-tabs .card{
	border: 0px;
}
.bottomBlogs .news-block_three-heading{
	margin-top: 0px;
	margin-bottom: 5px;
}
.bottomBlogs p{
	font-size: 15px;
	margin-bottom: 0px;
}
.bottomBlogs .news-block_three-content
{
	padding: 25px;
}
.bottom-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.bottom-tabs .nav-tabs .nav-link {
    font-weight: 400;
    padding: 12px 40px;
}

.three-boxes .package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.package-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .package-card {
            background: #eaf1fff5;
        border-radius: 14px;
        padding: 25px;
        border: 2px solid #3262B6;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transition: 0.3s;
    }

    .package-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

    .package-header {
        background: var(--color-blue);
        color: white;
        padding: 12px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .package-item {
        margin-bottom: 12px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    }

    .package-item:last-child {
        border-bottom: none;
    }



    .reg-btn {
        display: block;
        width: 100%;
        background: var(--color-yellow);
        padding: 12px;
        text-align: center;
        font-weight: 700;
        color: #3262B6;
        border-radius: 10px;
        font-size: 18px;
        margin-top: 20px;
        text-decoration: none;
        transition: 0.3s;
    }

    .reg-btn:hover {
        background: #e6d20d;
    }

	.section-bg{
	padding: 60px 0;
    background-color: #f8f9fa;
    margin-bottom: 30px;
	}

	.custome-nodata-box{
width: 420px;
background: #ffffff;
padding: 32px;
border-radius: 16px;
text-align: center;
/* box-shadow: 0 8px 28px rgba(0,0,0,0.08); */
border: 1px solid #eef0f4;
position: relative;
overflow: hidden;
margin: auto;
}


.custome-nodata-box::after {
content: "";
position: absolute;
top: -40px;
right: -40px;
width: 160px;
height: 160px;
background: radial-gradient(circle, rgba(99,102,241,0.10), transparent 60%);
border-radius: 50%;
}


.custome-nodata-box .icon-circle {
width: 65px;
height: 65px;
border-radius: 50%;
background: linear-gradient(135deg, #08265D, #3b82f6);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 18px auto;
/* box-shadow: 0 6px 20px rgba(99,102,241,0.25); */
}


.custome-nodata-box .icon-circle svg {
width: 40px;
height: 40px;
stroke: #fff;
}


.custome-nodata-box .title {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.custome-nodata-box .desc{
	font-size: 15px;
}
.details-box{
	text-align: left;
	margin-top: 15px;
}
.details-box .title-small {
    color: #6a6a6a;
    margin: 0;
    font-size: 12px;
}
.details-box .title-main {
    margin: 4px 0 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000000;
}
.details-box .text-green{
	color: green !important;
}
.details-box .card-body p{
	font-size: 13px;
    line-height: 20px;
}


/* fixed butoon abstract-guideline right side css */
.abstract-guidelines-btn {
    position: fixed;
    right: 0;
    top: 30%;
    font-size: 14px;
    transform: translateY(-50%);
    /* background: #c62828;
    color: #fff; */
	background: var(--color-yellow);
    color: #292929;
    padding: 6px 10px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px 0 0 10px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 6px;
}

.abstract-guidelines-btn i {
    font-size: 16px;
}

.abstract-guidelines-btn:hover {
    background: var(--color-yellow);
    color: #fff;
}

@media (max-width: 991px) {
    /* .slider-three_slide1 {
        height: 480px;
    } */
	.slider-three_image{
		display: none;
	}
}

@media (max-width: 576px) {
     .slider-three_slide {
        /* min-height: 80svh;   Safe viewport height */
		 height: 180px;
    }
	 .slider-three_slide1 {
        height: 180px !important;
    }
	    .slider-three_location {
        font-size: 15px;
        /* padding: 2px 5px; */
        margin-top: 5px;
        margin-bottom: 0px;
    }
	.slider-three .owl-dots {
    position: absolute;
    bottom: 1%;
    right: 11%;
    display: flex;
    gap: 5px;
    left: 36%;
}

}



.mcSection .date-selector .date-pill {
    padding: 8px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    background: white;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.mcSection .date-selector .date-pill:hover {
    border-color: var(--color-three);
    color: #000000;
}

.mcSection .date-selector .date-pill.active {
    background: var(--color-three);
    border-color: var(--color-three);
    color: #000;
}

.mcSection .time-slot-card {
    background: white;
    /* padding: 15px; */
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mcSection .time-badge-large {
    color: var(--color-blue);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.mcSection .conference-item .align-items-start {
    /* border-left: 4px solid var(--color-three); */
    padding: 10px;
    background: #f8faff;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
}

.mcSection .conference-item .align-items-start .btn-primary {
        color: #000;
    background-color: var(--color-three) !important;
    border-color: var(--color-three);
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 100px;
    display: flex;
    align-content: space-around;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}


.mcSection .hall-name {
    color: var(--color-blue);
    font-weight: 600;
    margin-bottom: 5px;
}

.mcSection .session-title {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}

.mcSection .session-type {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.headerTitle h2{
    font-size:20px;
    color: #000;
}


.cMyWishlist .time-badge {
    background: #f2f2f2;
    color: #000;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}

.cMyWishlist .session-title {
    color: #1c3d7a;
    font-weight: 600;
    font-size:14px;
}

.cMyWishlist .wishlist-item {
    background: white;
    transition: all 0.3s;
}

.cMyWishlist .wishlist-item:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.cMyWishlist .date-header {
    font-weight: 600;
}
.cMyWishlist .date-header h4{
    font-size:16px;
    color: var(--color-blue);
}
.cMyWishlist .headerTitle h2{
    font-size:20px;
    color: #000;
}
.cMyWishlist .wishlist-item .session-meta span{
    font-size:14px;
    color: #000;
}
.cMyWishlist .wishlist-item .session-meta span i{
    color: var(--color-blue);
}
.cMyWishlist .wishlist-item .Cparagraph{
font-size:14px;
    color: #000;
}
.cMyWishlist .customBtn {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}
.cMyWishlist .customBtn:hover {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}

.cMyWishlist .badge{
    color: #000000;
    background: #fcf2d7;
    padding: 5px 15px;
}
#globalReusableModal .session-title, #globalReusableModal .tinymce-content{
text-align: left;
}



.mSessionDetails .session-header-info {
    color: #000;
    border-radius: 5px;
    text-align:left;
}

.mSessionDetails .session-header-info i {
    color: var(--color-three);
    margin-right: 8px;
}

.mSessionDetails .section-title {
    color: #1c3d7a;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    font-size:16px;
}

.mSessionDetails .speaker-card {
    background: white;
    transition: all 0.3s;
}

.mSessionDetails .speaker-card:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mSessionDetails .speaker-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.mSessionDetails .speaker-placeholder {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    color: #1c3d7a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.mSessionDetails .customBtnBlue {
    padding: 5px 16px;
    background: var(--color-blue);
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
}
.mSessionDetails .session-title{
    font-size:14px;
}
.mSessionDetails p{
    font-size:14px;
}
.mSessionDetails .eventInformation i{
color: var(--color-blue);
}
.mSessionDetails .card-title{
font-size:14px;
}
.mSessionDetails textarea{
font-size:14px;
}
.mSessionDetails .customBtn {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}
.mSessionDetails .customBtn:hover {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}

#globalReusableModalFooter .customBtn {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}
.globalReusableModalFooter .customBtn:hover {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}
.customBtn {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}
.customBtn:hover {
    padding: 5px 16px;
    background: var(--color-three);
    border-radius: 100px;
    color: #000;
    font-size: 14px;
}

.customBtnround {
    padding: 5px 16px;
    background: #ffff;
    border-radius: 100px;
    color: #000;
    font-size: 14px;
	border: 1px solid var(--color-three);
}
.customBtnround:hover {
    padding: 5px 16px;
    background: #ffff;
    border-radius: 100px;
    color: #000;
    font-size: 14px;
	border: 1px solid var(--color-three);
}


.inner-banner .pageTitle h1{
	font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 30px;
}


.cutomAccrdion .accordion-item{
	border-bottom:0px;
}

  .cutomAccrdion .accordion-button{
    color: var(--dark-blue);
	font-size: 16px;
	font-weight: bold;
	background: transparent;
	padding: 5px 15px;
    margin-bottom: 5px;
	border-radius: 10px !important;
	background: var(--light-blue);
  }
   .cutomAccrdion .accordion-button:not(.collapsed){
	background: var(--dark-yellow);
	border-radius: 10px;
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
	margin-bottom: 0px;

   }
.cutomAccrdion  table thead tr th{
	background-color: var(--dark-blue);
	color: var(--color-white);
}

.tabsScrollWrapp .tab-arrow{display: block; text-align: center;
    line-height: 33px;}

.tabsScrollWrapp .nav-tabs{padding-left:25px;}

.slider-three_location{
font-size: var(--font-16);
    color: var(--color-white);
    margin-top: var(--margin-top-20);
    margin-bottom:10px;
}

.slider-three_text{
font-size: var(--font-16);
    color: var(--color-white);
    margin-top: var(--margin-top-20);
    margin-bottom: var(--margin-bottom-15);

}

.slider-three_text p{font-size: var(--font-16) !important;
}

.slider-three_heading{
    font-size: 30px;

}

.slider-three_location{
font-size: 50px !important;
font-weight: 600;
    line-height: 38px;
}

.btn-primary.quick-view-btn{
	background: var(--color-three);
}
