html,
body {
	height: 100%;
	font-family: "Work Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Work Sans", sans-serif;
	color: #6a6b7c;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #ffa9d8;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 52px;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #171822;
	margin-bottom: 10px;
}

.section-title p {
	font-size: 18px;
	color: #6a6b7c;
	margin-bottom: 0;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.h-550{	
	height:550px;
}
.search-bg{
	background-color: #f0f0f0;
    padding: 165px 0px 40px 0px;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spad-1 {
	padding-top: 100px;
	padding-bottom: 0px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.bg-gradient,
.bd-text .bd-tag-share .s-share a:hover,
.bh-text .play-btn,
.schedule-table-tab .nav-tabs .nav-item .nav-link.active,
.newslatter-inner .ni-form button,
.latest-item .li-tag,
.event-box-item .event-box-btn:hover,
.event-box-item .pi-event-box,
.event-box-item .tr-tag,
.schedule-tab .nav-tabs .nav-item .nav-link.active {
	background-image: -o-linear-gradient(330deg, #ce6593 0%, #670787 100%), -o-linear-gradient(330deg, #ce6593 0%, #670787 100%);
	background-image: linear-gradient(120deg, #ce6593 0%, #670787 100%), linear-gradient(120deg, #ce6593 0%, #670787 100%);
}
.site-btn {
	background-image: -o-linear-gradient(120deg, #8BC34A 0%, #d3c54b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
	background-image: linear-gradient(120deg, #8BC34A 0%, #d3c54b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 40px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b)), -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b));
	background-image: -o-linear-gradient(330deg, #ce6593 0%, #670787 100%), -o-linear-gradient(330deg, #ce6593 0%, #670787 100%);
	background-image: linear-gradient(120deg, #ce6593 0%, #670787 100%), linear-gradient(120deg, #ce6593 0%, #670787 100%);
}

.site-btn {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	border: none;
	padding: 10px 40px 12px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: url(../img/bg.png);
    background-repeat: no-repeat, repeat;
    background-position: left;
    background-size: cover;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: sticky;
    top: 0;
    z-index: 9;
}
.bg-section {
	background-image: url(../img/bg.png);
}

.header-section.header-normal {
	border-bottom: 1px solid #e5e5e5;
}

.logo {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.logo a {
	display: inline-block;
}

.nav-menu {
	float: right;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 40px;
	position: relative;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	width: 180px;
	background: #ffffff;
	z-index: 99;
	left: 0;
	top: 130px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	padding: 8px 10px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: capitalize;
}

.nav-menu .mainmenu ul li .dropdown li a:hover {
	color: #f44949;
}

.nav-menu .mainmenu ul li .dropdown li a:after {
	display: none;
}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 100px;
}

.nav-menu .mainmenu ul li a {
	font-size: 16px;
	color: #171822;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 0;
	position: relative;
	display: inline-block;
}

.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 36px;
	height: 2px;
	width: 100%;
	background: #F44949;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu .primary-btn.top-btn {
	margin: 27px 0;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero-section {
	padding-top: 55px;
}

.hero-section .hero-text {
	padding-top: 184px;
}

.hero-section .hero-text span {
	font-size: 16px;
	color: #f44949;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero-section .hero-text h2 {
	font-size: 60px;
	color: #ffffff;
	line-height: 72px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 35px;
}

/*---------------------
  Conter
-----------------------*/

.counter-section {
	padding: 40px 0;
}

.counter-section .counter-text span {
	font-size: 16px;
	color: #ffffff;
}

.counter-section .counter-text h3 {
	color: #ffffff;
	font-weight: 700;
	line-height: 38px;
}

.counter-section .cd-timer {
	text-align: right;
}

.counter-section .cd-timer .cd-item {
	display: inline-block;
	text-align: center;
	margin-left: 35px;
	height: 120px;
	width: 120px;
	padding-top: 32px;
	position: relative;
}

.counter-section .cd-timer .cd-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #ffffff;
	content: "";
	opacity: 0.1;
	border-radius: 4px;
}

.counter-section .cd-timer .cd-item:first-child {
	margin-left: 0;
}

.counter-section .cd-timer .cd-item span {
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
	line-height: 30px;
}

.counter-section .cd-timer .cd-item p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 30px;
}

/*---------------------
  Home About Section
-----------------------*/

.home-about-section {
	padding-bottom: 90px;
}

.ha-pic {
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	margin-right: 30px;
}

.ha-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.ha-text {
	padding-top: 74px;
}

.ha-text h2 {
	color: #171822;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 32px;
}
.ha-text h3 {
	color: #171822;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 25px;
}

.ha-text p {
	margin-bottom: 21px;
}

.ha-text ul {
	margin-bottom: 27px;
}

.ha-text ul li {
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	color: #6a6b7c;
}

.ha-text ul li span {
	color: #f44949;
}

.ha-text .ha-btn {
	font-size: 16px;
	color: #171822;
	font-weight: 600;
	position: relative;
}

.ha-text .ha-btn:before {
	position: absolute;
	left: 0;
	bottom: -6px;
	height: 2px;
	width: 100%;
	background: #f44949;
	content: "";
}

/*---------------------
  Member Item
-----------------------*/

.team-member-section {
	overflow: hidden;
}

.member-item {
	width: 20%;
	float: left;
	height: 420px;
	position: relative;
	overflow: hidden;
}

.member-item:hover .mi-social {
	top: 0;
}

.member-item:hover .mi-text {
	left: 20px;
}

.member-item .mi-social {
	text-align: center;
	position: relative;
	top: -60px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.member-item .mi-social .mi-social-inner {
	display: inline-block;
	padding: 10px 23px 8px;
	border-radius: 0 0 4px 4px;
}

.member-item .mi-social .mi-social-inner a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	margin-right: 10px;
}

.member-item .mi-social .mi-social-inner a:last-child {
	margin-right: 0;
}

.member-item .mi-text {
	background: #ffffff;
	padding: 16px 0 18px 25px;
	position: absolute;
	left: -500px;
	bottom: 20px;
	width: calc(100% - 40px);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.member-item .mi-text h5 {
	font-size: 20px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 5px;
}

.member-item .mi-text span {
	font-size: 16px;
	color: #f44949;
	display: block;
}

/*---------------------
  Schedule Section
-----------------------*/

.schedule-section {
	padding-bottom: 60px;
}

.schedule-tab .nav-tabs {
	border: none;
	border-radius: 2px;
	margin-bottom: 60px;
	-webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
	box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.schedule-tab .nav-tabs .nav-item {
	border-right: 1px solid #e7e7e8;
	width: 20%;
	text-align: center;
}

.schedule-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

.schedule-tab .nav-tabs .nav-item .nav-link {
	padding: 14px 0 13px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active {
	border-radius: 2px;
	border-color: #e7e7e8;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active h5 {
	color: #ffffff;
}

.schedule-tab .nav-tabs .nav-item .nav-link.active p {
	color: #ffffff;
}

.schedule-tab .nav-tabs .nav-item .nav-link h5 {
	color: #171822;
	font-weight: 600;
}

.schedule-tab .nav-tabs .nav-item .nav-link p {
	margin-bottom: 0;
}

.schedule-tab .st-content {
	border: 1px solid #ebebeb;
	border-radius: 15px;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #112772;
}

.schedule-tab .st-content:hover {
	-webkit-box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
	border: 1px solid transparent;
}

.schedule-tab .st-content .sc-pic {
	text-align: center;
	padding: 30px 0;
}

.schedule-tab .st-content .sc-pic img {
	height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.schedule-tab .st-content .sc-text {
	padding: 58px 0;
}

.schedule-tab .st-content .sc-text h4 {
	color: #ffffff;
    font-weight: 500;
	margin-bottom: 10px;
}

.schedule-tab .st-content .sc-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 25px;
	position: relative;
}

.schedule-tab .st-content .sc-text ul li:last-child:after {
	display: none;
}

.schedule-tab .st-content .sc-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "/";
}

.schedule-tab .st-content .sc-text ul li i {
	color: #ffffff;
	font-size: 14px;
}

.schedule-tab .st-content .sc-widget {
	padding: 58px 0;
}
.schedule-tab .st-content .sc-widget span{
	color: #f36854;
    font-weight: 500;
}

.schedule-tab .st-content .sc-widget li {
	list-style: none;
	font-size: 16px;
	color: #ffffff;
	line-height: 32px;
	position: relative;
	padding-left: 22px;
}

.schedule-tab .st-content .sc-widget li i {
	color: #f44949;
	position: absolute;
	left: 0;
	top: 7px;
}


.event-box-main-section {
	padding-top: 90px;
	padding-bottom: 80px;
}

.event-box-main-section .section-title {
	margin-bottom: 88px;
}

.event-box-main-section .section-title h2 {
	color: #ffffff;
}

.event-box-main-section .section-title p {
	color: #a0a1b5;
}

.event-box-item {
	background: #ffffff;
    padding: 15px;
    padding-bottom: 18px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
	margin-top:10px;
}

.event-box-item.top-rated {
	margin-top: -36px;
}

.event-box-item .tr-tag {
	width: 28px;
	height: 50px;
	line-height: 38px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	position: absolute;
	right: 26px;
	top: 0;
}

.event-box-item .tr-tag i {
	color: #ffffff;
}

.event-box-item h4 {
	color: #171822;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.event-box-item .pi-event-box {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.event-box-item .pi-event-box h2 {
	font-size: 18px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.event-box-item .pi-event-box h2 span {
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.event-box-item ul li {
	list-style: none;
	font-size: 16px;
	color: #6a6b7c;
	line-height: 38px;
}

.event-box-item .event-box-btn {
	font-size: 16px;
	color: #171822;
	font-weight: 600;
	display: inline-block;
	background: #ffffff;
	padding: 10px 85px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	bottom: -39px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.event-box-item .event-box-btn:hover {
	color: #ffffff;
}

.event-box-item .event-box-btn:hover span {
	color: #ffffff;
}

.event-box-item .event-box-btn span {
	color: #f44949;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.newslatter-section.about-newslatter .newslatter-inner {
	margin-top: 0;
}

.newslatter-inner {
	padding: 60px 70px 48px;
	overflow: hidden;
	border-radius: 2px;
	margin-top: -100px;
}

.newslatter-inner .ni-text {
	float: left;
}

.newslatter-inner .ni-text h3 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 8px;
}

.newslatter-inner .ni-text p {
	color: #ffffff;
	margin-bottom: 0;
}

.newslatter-inner .ni-form {
	width: 100%;
	position: relative;
	float: right;
	margin-top: 12px;
}

.newslatter-inner .ni-form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #a0a1b5;
	padding-left: 20px;
	background: #ffffff;
	border-radius: 50px;
	border: none;
	padding-right: 140px;
}

.newslatter-inner .ni-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-moz-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form input::placeholder {
	color: #a0a1b5;
}

.newslatter-inner .ni-form button {
	width: 128px;
	height: 40px;
	text-align: center;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
}


.contact-section .section-title {
	text-align: left;
	margin-bottom: 40px;
}

.cs-text .ct-address span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-address p {
	font-size: 18px;
	color: #171822;
	line-height: 30px;
	margin-top: 8px;
}

.cs-text ul {
	margin-bottom: 22px;
}

.cs-text ul li {
	font-size: 18px;
	color: #171822;
	line-height: 36px;
	list-style-type: none;
	display: inline-block;
	margin-right: 42px;
}

.cs-text ul li:last-child {
	margin-right: 0;
}

.cs-text ul li span {
	font-size: 16px;
	color: #6a6b7c;
	display: block;
}

.cs-text .ct-links span {
	font-size: 16px;
	color: #6a6b7c;
}

.cs-text .ct-links p {
	font-size: 18px;
	color: #171822;
	line-height: 30px;
	margin-top: 8px;
}

.cs-map {
	height: 400px;
	-webkit-box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 12px 30px rgba(11, 12, 48, 0.15);
}

.cs-map iframe {
	width: 100%;
}


.footer-section {
	background: #751489;
	padding-top: 20px;
	padding-bottom: 0px;
}

.partner-logo {
	padding-bottom: 50px;
	border-bottom: 1px solid #2f3039;
}

.partner-logo .pl-table {
	display: inline-block;
	display: table;
}

.partner-logo .pl-table .pl-tablecell {
	display: table-cell;
	vertical-align: middle;
	height: 41px;
}

.footer-text {
	text-align: center;
	padding-top: 0px;
}

.footer-text .ft-logo {
	margin-bottom: 20px;
}

.footer-text .ft-logo a {
	display: inline-block;
}

.footer-text ul {
	margin-bottom: 18px;
}

.footer-text ul li {
	list-style: none;
	display: inline-block;
	margin-right: 52px;
}

.footer-text ul li:last-child {
	margin-right: 0;
}

.footer-text ul li a {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.footer-text ul li a:hover {
	color: #f44949;
}

.footer-text .copyright-text {
	font-size: 14px;
	color: #a0a1b5;
	margin-bottom: 28px;
}

.footer-text .copyright-text i {
	color: #f44949;
}

.footer-text .copyright-text a {
	color: #a0a1b5;
}

.footer-text .copyright-text a:hover {
	color: #f44949;
}

.footer-text .ft-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #a3a3ae;
	border: 1px solid #45464e;
	border-radius: 50%;
	margin-right: 15px;
}

.footer-text .ft-social a:last-child {
	margin-right: 0;
}



.breadcrumb-section {
	padding: 75px 0 75px;
}

.breadcrumb-text {
	text-align: center;
}

.breadcrumb-text h2 {
	font-size: 40px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 14px;
}

.breadcrumb-text .bt-option a {
	font-size: 18px;
	color: #6a6b7c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -17px;
	top: 2px;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb-text .bt-option span {
	display: inline-block;
	color: #a0a1b5;
}


.about-section {
	padding-top: 0;
	padding-bottom: 90px;
}

.about-section .section-title {
	text-align: left;
}

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

.about-section .section-title p {
	font-size: 16px;
}

.about-section .section-title p.f-para {
	margin-bottom: 20px;
}

.about-pic {
	-webkit-box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
	box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
}

.about-pic img {
	min-width: 100%;
}

.about-text {
	padding-top: 20px;
}

.about-text h3 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 25px;
}

.about-text p {
	margin-bottom: 20px;
}

.about-text ul li {
	font-size: 16px;
	color: #6a6b7c;
	line-height: 30px;
	list-style: none;
}

.about-text ul li span {
	color: #f44949;
}


.story-section {
	padding-bottom: 30px;
}

.story-section .section-title {
	text-align: left;
}

.story-section .section-title h2 {
	margin-bottom: 0;
}

.story-left {
	padding-right: 40px;
}

.story-right {
	padding-left: 40px;
}

.story-item {
	margin-bottom: 28px;
}

.story-item h2 {
	color: #f44949;
	font-weight: 600;
	float: left;
	margin-right: 30px;
	line-height: 42px;
}

.story-item .si-text {
	overflow: hidden;
}

.story-item .si-text h4 {
	color: #171822;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 14px;
}



.speaker-section {
	padding-top: 0;
}

.speaker-item {
	margin-bottom: 50px;
}

.speaker-item .si-pic img {
	min-width: 100%;
	border-radius: 2px;
}

.speaker-item .si-text .si-title {
	margin-bottom: 28px;
}

.speaker-item .si-text .si-title h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 13px;
}

.speaker-item .si-text .si-title span {
	color: #f44949;
	font-size: 16px;
	display: block;
}

.speaker-item .si-text .si-social {
	margin-bottom: 24px;
}

.speaker-item .si-text .si-social a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	border-radius: 50%;
	margin-right: 5px;
}

.speaker-item .si-text .si-social a:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
	color: #ffffff;
}

.speaker-item .si-text p {
	color: #707070;
	line-height: 26px;
}

.load-more {
	text-align: center;
	padding-top: 10px;
}

.load-more .primary-btn {
	padding: 12px 45px;
}


.schedule-table-section {
	padding-top: 0;
}

.schedule-table-tab .nav-tabs {
	border: none;
	border-radius: 4px;
	margin-bottom: 50px;
	-webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
	box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.schedule-table-tab .nav-tabs .nav-item {
	border-right: 1px solid #e7e7e8;
	width: 20%;
	text-align: center;
}

.schedule-table-tab .nav-tabs .nav-item:last-child {
	border-right: none;
}

.schedule-table-tab .nav-tabs .nav-item .nav-link {
	padding: 22px 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #171822;
}

.schedule-table-tab .nav-tabs .nav-item .nav-link.active {
	border-color: #e7e7e8;
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table {
	width: 100%;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.schedule-table-tab .schedule-table-content table thead {
	border-bottom: 1px solid #e5e5e5;
}

.schedule-table-tab .schedule-table-content table thead tr th {
	border-right: 1px solid #e5e5e5;
	padding: 24px 0 26px;
}

.schedule-table-tab .schedule-table-content table thead tr th strong {
	font-size: 24px;
	color: #171822;
	font-weight: 600;
	margin-bottom: 8px;
}

.schedule-table-tab .schedule-table-content table thead tr th span {
	color: #f5523b;
	font-size: 16px;
	display: block;
	font-weight: 400;
}

.schedule-table-tab .schedule-table-content table tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

.schedule-table-tab .schedule-table-content table tbody tr td {
	border-right: 1px solid #e5e5e5;
	width: 260px;
	height: 134px;
	padding: 37px 0 36px;
}

.schedule-table-tab .schedule-table-content table tbody tr td h5 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-table-tab .schedule-table-content table tbody tr td p {
	color: #171822;
	margin-bottom: 0;
}

.schedule-table-tab .schedule-table-content table tbody tr td p span {
	color: #a0a1b5;
}

.schedule-table-tab .schedule-table-content table tbody tr td.event-time {
	width: 140px;
	color: #f44949;
	font-size: 24px;
	font-weight: 600;
}

.schedule-table-tab .schedule-table-content table tbody tr td.break h5 {
	margin-bottom: 0;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover h5 {
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover p {
	color: #ffffff;
}

.schedule-table-tab .schedule-table-content table tbody tr td.hover-bg:hover p span {
	color: #ffffff;
}


.bh-text {
	text-align: center;
}

.bh-text .play-btn {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 79px;
}

.bh-text .play-btn i {
	color: #ffffff;
	font-size: 28px;
	margin-left: 6px;
}

.bh-text h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-top: 34px;
	margin-bottom: 14px;
}

.bh-text ul li {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.bh-text ul li:after {
	position: absolute;
	right: -22px;
	top: 4px;
	height: 14px;
	width: 1px;
	background: #6e6e6e;
	content: "";
}

.bh-text ul li:last-child {
	margin-right: 0;
}

.bh-text ul li:last-child:after {
	display: none;
}

.bh-text ul li span {
	font-size: 16px;
	text-transform: capitalize;
}

.bh-text ul li span strong {
	font-weight: 600;
}


.comment-section h3 {
	color: #171822;
	font-weight: 600;
}

.comment-form input {
	width: 100%;
	height: 46px;
	background: #f4f6f8;
	padding-left: 20px;
	padding-right: 5px;
	border: none;
	margin-bottom: 30px;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.comment-form select {
	width: 100%;
	height: 46px;
	background: #f4f6f8;
	padding-left: 20px;
	padding-right: 5px;
	border: none;
	margin-bottom: 30px;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-form input::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form input:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form input::placeholder {
	color: #a0a1b5;
}

.comment-form input:focus {
	border: 1px solid #f44949;
	color: #171822;
}

.comment-form textarea {
	width: 100%;
	height: 120px;
	background: #f4f6f8;
	padding-left: 20px;
	border: none;
	padding-top: 12px;
	padding-right: 5px;
	margin-bottom: 32px;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	resize: none;
}

.comment-form textarea::-webkit-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-moz-placeholder {
	color: #a0a1b5;
}

.comment-form textarea:-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::-ms-input-placeholder {
	color: #a0a1b5;
}

.comment-form textarea::placeholder {
	color: #a0a1b5;
}

.comment-form textarea:focus {
	border: 1px solid #f44949;
	color: #171822;
}


.related-post-section {
	background: #f4f6f8;
	padding-bottom: 70px;
	padding-top: 90px;
}

.related-post-section .blog-item {
	height: 350px;
}

.related-post-section .blog-item .bi-tag {
	left: 30px;
	top: 30px;
}

.related-post-section .blog-item .bi-text {
	padding: 0 30px;
	bottom: 28px;
}

.related-post-section .blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.related-post-section .blog-item .bi-text h5 a {
	font-size: 20px;
	line-height: 30px;
}


.contact-content-section {
	overflow: hidden;
}

.cc-text {
	height: 580px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 94px;
}

.cc-text .section-title {
	text-align: left;
	margin-bottom: 42px;
}

.cc-text .section-title h2 {
	color: #ffffff;
}

.cc-text .section-title p {
	color: #ffffff;
}

.cc-text .cs-text .ct-address span {
	color: #ffffff;
}

.cc-text .cs-text .ct-address p {
	color: #ffffff;
}

.cc-text .cs-text ul li {
	color: #ffffff;
}

.cc-text .cs-text ul li span {
	color: #ffffff;
}

.cc-text .cs-text .ct-links span {
	color: #ffffff;
}

.cc-text .cs-text .ct-links p {
	color: #ffffff;
}

.cc-map {
	height: 580px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

.cc-map iframe {
	width: 100%;
}

.cc-map .map-hover {
	position: absolute;
	left: 50%;
	top: 260px;
	-webkit-transform: translateX(-132px);
	-ms-transform: translateX(-132px);
	transform: translateX(-132px);
}

.cc-map .map-hover i {
	font-size: 30px;
	color: #f44949;
	position: absolute;
	left: 50%;
	top: -55px;
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px);
}

.cc-map .map-hover .map-hover-inner {
	width: 264px;
	text-align: center;
	background: #ffffff;
	padding: 27px 0 11px;
	-webkit-box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
	box-shadow: 0px 0px 30px rgba(74, 101, 106, 0.2);
}

.cc-map .map-hover .map-hover-inner:after {
	position: absolute;
	left: 50%;
	top: -6px;
	width: 30px;
	height: 30px;
	background: #ffffff;
	content: "";
	-webkit-transform: translateX(-15px) rotate(45deg);
	-ms-transform: translateX(-15px) rotate(45deg);
	transform: translateX(-15px) rotate(45deg);
}

.cc-map .map-hover .map-hover-inner h5 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 7px;
}

.cc-map .map-hover .map-hover-inner p {
	color: #171822;
}


.comment-form.contact-form input {
	margin-bottom: 25px;
}

.comment-form.contact-form textarea {
	height: 150px;
	margin-bottom: 42px;
}

/*-------------------------------- Respinsive Media Styles --------------------------------*/

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

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu .mainmenu ul li {
		margin-right: 25px;
	}
	.hero-section .hero-text {
		padding-top: 110px;
	}
	.counter-section .cd-timer .cd-item {
		margin-left: 25px;
	}
	.ha-text {
		padding-top: 0;
	}
	.member-item {
		width: 25%;
		height: 310px;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.newslatter-inner .ni-form {
		width: 350px;
	}
	.cc-text {
		padding-top: 65px;
	}
}

@media only screen and (max-width: 991px) {
	.schedule-tab .st-content .sc-pic {
		text-align: left;
		padding: 30px 0 0;
	}
	.schedule-tab .st-content .sc-text {
		padding: 30px 0 0;
	}
	.schedule-tab .st-content .sc-widget {
		padding: 30px 0;
	}
	.schedule-tab .st-content {
		padding-left: 30px;
	}
	.event-box-item.top-rated {
		margin-top: 0;
	}
	.latest-item.large-item {
		height: 550px;
		margin-right: 0;
		margin-left: 0;
	}
	.latest-item {
		margin-left: 0;
	}
	.cs-map {
		margin-top: 20px;
	}
	.about-text {
		margin-top: 30px;
	}
	.story-right {
		padding-left: 0;
	}
	.newslatter-inner .ni-text {
		float: none;
	}
	.newslatter-inner .ni-form {
		float: none;
		margin-top: 30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -10px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.counter-section .counter-text {
		margin-bottom: 30px;
	}
	.counter-section .cd-timer {
		text-align: left;
	}
	.speaker-item .si-text .si-title {
		padding-top: 30px;
	}
	.bd-text .bd-more-pic img {
		margin-bottom: 10px;
	}
	.cc-text {
		padding-left: 40px;
	}
	.ha-pic {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-bottom: 20px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.nav-menu .mainmenu ul li {
		margin-right: 20px;
	}
	.bh-text h2 {
		font-size: 45px;
	}
	.nav-menu .mainmenu ul li:last-child {
		margin-right: 0;
	}
	.hero-section .hero-text {
		margin-bottom: 20px;
	}
	.member-item {
		width: 33.33%;
	}
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.counter-section .cd-timer .cd-item {
		margin-bottom: 10px;
	}
	.member-item {
		width: 50%;
	}
	.newslatter-inner {
		padding: 60px 50px 48px;
	}
	.newslatter-inner .ni-form {
		width: 350px;
	}
	.footer-text ul li {
		margin-right: 15px;
	}
	.schedule-table-tab .schedule-table-content {
		overflow-x: auto;
	}
	.schedule-table-tab .nav-tabs .nav-item {
		width: 33.33%;
	}
	.bd-text .bd-tag-share .tag {
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.bd-text .bd-tag-share .s-share {
		float: none;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
	}
	.nav-menu .mainmenu {
		display: none;
	}
	.nav-menu .primary-btn.top-btn {
		display: none;
	}
	.slicknav_btn {
		margin: 34px 0;
		border-radius: 0;
	}
	.slicknav_nav {
		background: #222;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: #f44949;
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #f44949;
		color: #ffffff;
	}
	.member-item .mi-text {
		left: -1000px;
	}
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 40px;
		line-height: normal;
	}
	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}
	.counter-section .cd-timer .cd-item:last-child {
		margin-right: 0;
	}
	.testimonial-slider.owl-carousel {
		text-align: center;
	}
	.testimonial-slider.owl-carousel .owl-nav button {
		margin-top: 10px;
		position: relative;
	}
	.conference-flex{
	display:block!important;
}
.tab-overf {
    width: 100%!important;
}
.nav-pills {
    width: 100%!important;
}
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.bh-text h2,
	.hero-section .hero-text h2 {
		font-size: 36px;
		line-height: normal;
	}
	.newslatter-inner {
		padding: 60px 20px 48px;
	}
	.counter-section .cd-timer .cd-item {
		margin-right: 10px;
		margin-left: 0;
	}
	.schedule-tab .nav-tabs .nav-item {
		width: 33.33%;
	}
	.member-item {
		width: 100%;
	}
	.newslatter-inner .ni-form {
		width: 100%;
	}
	.newslatter-inner .ni-form button {
		width: 95px;
	}
	.newslatter-inner .ni-form input {
		padding-right: 100px;
	}
	.footer-text ul li {
		margin-bottom: 10px;
	}
	.schedule-table-tab .nav-tabs .nav-item {
		width: 50%;
	}
	.cc-text {
		padding-left: 30px;
		padding-top: 35px;
	}
	.story-item h2 {
		float: none;
		margin-bottom: 10px;
	}
	.bd-text .bd-tag-share .s-share a {
		font-size: 14px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		margin-left: 5px;
	}
	.h-550 {
    height: 920px;
}
.ha-text {
    padding-top: 10px;
}
.ha-text h2 {
    margin-bottom: 5px;
}
.conference-flex{
	display:block!important;
}
.tab-overf {
    width: 100%!important;
}
.nav-pills {
    width: 100%!important;
}

}
.logo img{
	    height: 80px;
}
.footer-logo img{
	    height: 80px;
}
.search-fld{
	border-radius: 20px;
    margin-bottom: 15px;
	height: 45px;
}
.pagination{
  width:100%;
  background: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: inset 5px 5px 1px #cbcbcb,
  inset -5px -5px 1px #ffffff;
          box-shadow: inset 5px 5px 1px #cbcbcb,
  inset -5px -5px 1px #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 1em;
  margin-top:20px;
}
.pagination ul{
  margin: 0 auto;
  text-align: center;
  
}
.pagination ul li{
  display: inline-block;
  list-style-type: none;
  margin-left: 5px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: 0 -35px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #c2c2c2;
}

.pagination ul li:hover,
.pagination button:hover
{
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}

.pagination button{
  line-height: 35px;
  width: 75px;
  border: 0;
  background-color: hsla(220, 15%, 58%, .1);
  background-image: hsla(220, 15%, 58%, .1);
  border-radius: 50px;
  font-weight: 600;
  background-position: 0 -45px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #b0b0b0;
}

.pagination ul .active{
  background-image: -webkit-gradient(linear, left top, right top, from(#f7527a),to(#f07837));
  background-image: -o-linear-gradient(90deg, #f7527a, #f07837);
  background-image: linear-gradient(90deg, #f7527a, #f07837);
  background-repeat: no-repeat;
  color: #fff;
  background-position: 0 0;
  font-weight: 600;
}

.pagination button.active{
  background-color: rgba(0, 0, 0, 0.07);

}
#previous.active{
}

@media screen and (max-width: 667px){
  .pagination{
    padding: 1em 1.2em;
  }
  .pagination button{
    width: 60px;
  }
  .pagination ul li:last-child{
    display: none;

  }
}
.round{
	border-radius: 20px;
}

.full-event-section {
	padding-top: 90px;
	padding-bottom: 80px;
}
.full-event-section-padding{
	padding-top: 0px;
	padding-bottom: 80px;
}

.full-event-section .section-title {
	margin-bottom: 88px;
}

.full-event-section .section-title h2 {
	color: #ffffff;
}

.full-event-section .section-title p {
	color: #a0a1b5;
}

.full-event-item {
	background: #ffffff;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 18px;
	position: relative;
	border-radius: 20px;
	margin-bottom: 40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.full-event-item.top-rated {
	margin-top: -36px;
}

.full-event-item .tr-tag {
	width: 28px;
	height: 50px;
	line-height: 38px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	position: absolute;
	right: 26px;
	top: 0;
}

.full-event-item .tr-tag i {
	color: #ffffff;
}

.full-event-item h4 {
	color: #171822;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.full-event-item .pi-price {
	padding-top: 16px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	background-color: #f36854;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.full-event-item .pi-price-1 {
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    background-color: #ededed;
    color: #000;
}
.full-event-item .pi-price-1 h2 {
	font-size: 18px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    display: inline-block;
    position: relative;
    padding-left: 20px;
} 
.full-event-item .pi-price h2 {
	font-size: 18px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.full-event-item .pi-price h2 span {
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.full-event-item ul li {
	list-style: none;
	font-size: 16px;
	color: #6a6b7c;
	line-height: 38px;
}

.full-event-item .price-btn {
	font-size: 16px;
	color: #171822;
	font-weight: 600;
	display: inline-block;
	background: #ffffff;
	padding: 10px 85px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	bottom: -39px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.full-event-item .price-btn:hover {
	color: #ffffff;
}

.full-event-item .price-btn:hover span {
	color: #ffffff;
}

.full-event-item .price-btn span {
	color: #f44949;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.full-event-item ul li span{
	color: #1d545b;
    font-weight: 500;
}
.full-event-item ul{
    text-align: left;
    padding-left: 20px;
}
.padding-event{
	padding:20px 0px!important;
}
.shadow-none{
    box-shadow:none!important;
}
.events-box-bg{
	background-color: #e7e8e8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.border-none{
	border-radius:0px!important;
}

.event-bg-fl {
    background-image: url(../img/event-bg-full.jpg);
    background-repeat: no-repeat, repeat;
    height: fit-content;
    background-position: bottom;
    background-size: cover;
}

/*-- landing page 1 --*/

.header-section1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* background-image: url(../img/bg.png); */
    background-repeat: no-repeat, repeat;
    background-position: left;
    background-size: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: mistyrose;
}
.footer-section1{
    background: darkblue;
    padding-top: 20px;
    padding-bottom: 0px;
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
	/* max-width: 1170px;
    margin: 0 auto; */
}

.anim-icons .icon-shape-3 {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 0px;
    left: -110px;
    opacity: .70;
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-shape-3 {
    height: 490px;
    width: 290px;
    background-image: url(../img/shape-3.png);
    background-size: 100%;
}
.icon-line-1 {
    width: 128px;
    height: 128px;
    background-image: url(../img/icon-line-1.png);
}

.anim-icons .icon-line-1 {
    right: 250px;
    top: 50%;
    -webkit-animation: fa-spin 30s infinite alternate;
    -moz-animation: fa-spin 30s infinite alternate;
    -ms-animation: fa-spin 30s infinite alternate;
    -o-animation: fa-spin 30s infinite alternate;
    animation: fa-spin 30s infinite alternate;
}
.spad-2 {
    padding-top: 100px;
    padding-bottom: 0px;	
	background-image: url(../img/bg.png);
    background-repeat: no-repeat, repeat;
    background-position: left;
    background-size: cover;
}
.schedule-tab .st-content-1 {
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: seashell;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.schedule-tab .st-content-1 .sc-widget span {
    color: #f36854;
    font-weight: 500;
}
.schedule-tab .st-content-1 .sc-widget li {
    list-style: none;
    font-size: 16px;
    color: #6a6b7c;
    line-height: 32px;
    position: relative;
    padding-left: 22px;
}
.full-event-item .pi-price-2 {
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    background-color: #f36854;
    color: #000;
	text-align:left;
}
.full-event-item .pi-price-2 h2 {
    font-size: 18px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    display: inline-block;
	text-align:left;
    position: relative;
    padding-left: 20px;
}

/*-- landing page 2 --*/

.header-section2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* background-image: url(../img/bg.png); */
    background-repeat: no-repeat, repeat;
    background-position: left;
    background-size: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: powderblue;
}
.footer-section2{
    background: #1d545b;
    padding-top: 20px;
    padding-bottom: 0px;
}
.spad-3 {
    padding-top: 100px;
    padding-bottom: 0px;	
	background-image: url(../img/page-bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: left;
    background-size: cover;
}

.schedule-tab .st-content-2 {
    border-radius: 2px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px;
}

.schedule-tab .st-content-2 .sc-widget span {
    color: #f36854;
    font-weight: 500;
}
.schedule-tab .st-content-2 .sc-widget li {
    list-style: none;
    font-size: 16px;
    color: #6a6b7c;
    line-height: 32px;
    position: relative;
    padding-left: 22px;
}
.full-event-item .pi-price-3 {
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    background-color: #1d545b;
    color: #000;
	text-align:left;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.full-event-item .pi-price-3 h2 {
    font-size: 18px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    display: inline-block;
	text-align:left;
    position: relative;
    padding-left: 20px;
}
.ts-exp-wrap {
    background-image: -webkit-gradient(linear, left top, right top, from(#3d939e), color-stop(51%, #19c588), color-stop(100%, #19c588), to(#3d939e));
    background-image: -webkit-linear-gradient(90deg, #1d545b 0%, #3d939e 51%, #19c588 100%, #ffffff 100%);
    background-image: -o-linear-gradient(90deg, #1d545b 0%, #3d939e 51%, #19c588 100%, #ffffff 100%);
    background-image: linear-gradient(90deg, #1d545b 0%, #3d939e 51%, #19c588 100%, #ffffff 100%);
}


.full-event-item-3 {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 18px;
	position: relative;
	border-radius: 20px;
	margin-bottom: 40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.full-event-item-3.top-rated {
	margin-top: -36px;
}

.full-event-item-3 .tr-tag {
	width: 28px;
	height: 50px;
	line-height: 38px;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 50% 65%, 0% 100%, 0% 0%);
	position: absolute;
	right: 26px;
	top: 0;
}

.full-event-item-3 .tr-tag i {
	color: #ffffff;
}

.full-event-item-3 h4 {
	color: #171822;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.full-event-item-3 .pi-price {
	padding-top: 16px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	background-color: #f36854;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.full-event-item-3 .pi-price-1 {
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    background-color: #ededed;
    color: #000;
}
.full-event-item-3 .pi-price-1 h2 {
	font-size: 18px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    display: inline-block;
    position: relative;
    padding-left: 20px;
} 
.full-event-item-3 .pi-price h2 {
	font-size: 18px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.full-event-item-3 .pi-price h2 span {
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: 9px;
}

.full-event-item-3 ul li {
	list-style: none;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    text-align: left;
}
.pl-0{
	padding-left:0px;
}
.h-425{
	height: 425px;
	width: -webkit-fill-available;
}
 .underline-text5{
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 28px;
	margin-bottom:20px;
}
.underline-text5::before{
   position: absolute;
   bottom:-7px;
   height:10px;
   width:10px;
   left:0;
   content:"";
  background:#1d545b;
  border-radius:50%;
}     

.underline-text5::after{
   position: absolute;
   bottom:-7px;
   height:10px;
   width:10px;
   right:0;
   content:"";
   background:#1d545b;
  border-radius:50%;
}  

.icon-circle-blue{
	width: 300px;
	height: 300px;    
	position: absolute;
    left: -150px;
    top: 0;
}

.icon-circle-blue{
	right: -150px;
	bottom: -150px;
	opacity: .70;
	-webkit-animation: fa-spin 30s infinite;
	-moz-animation: fa-spin 30s infinite;
	-ms-animation: fa-spin 30s infinite;
	-o-animation: fa-spin 30s infinite;
	animation: fa-spin 30s infinite;
}
.circle-about{	    
	position: absolute;
    bottom: 0;
	right: 0px;
	opacity: .10;
	overflow:hidden;
	width: 160px;
	height: 160px; 
	z-index: -1;
}
.image-column-about:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-image: url(../img/icon-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 8;
}
.image-column-about .image-box img {
    display: block;
    width: 100%;
    z-index: 1;
}
.sponsors .block .image-block {
    padding: 45px 0;
    background: #dce4ff;
    width: 244px;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin-bottom: 10px;
}
.sponsors .block .list-inline-item:not(:last-child) {
    margin-right: 15px;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.list-inline-item {
    display: inline-block;
}
.sponsors .block .image-block img {
    height: 55px;
}
.sponsors .block {
    margin-bottom: 40px;
}
.sponsors {
    position: relative;
}
.sponsors .sponsor-title h4 {
    color: #ff6600;
	font-weight: 500;
}
.sponsors .sponsor-title {
    margin-top: 10px;
    margin-bottom: 30px;
}
.carousel-container {
	position: relative;
	width: 100%;
	padding: 2rem 0;
	overflow: hidden;
}

.carousel {
	display: flex;
	gap: 2rem;
	transition: transform 0.5s ease-out;
	padding: 1.5rem 0;
}

.card {
	flex: 0 0 250px;
	height: 150px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	cursor: pointer;
	transform-origin: center;
}

.card:hover {
	transform: translateY(-15px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.card-img {
	width: 100%;
	height: 60%;
	overflow: hidden;
}

.card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
	transform-origin: center;
}

.card:hover .card-img img {
	transform: scale(1.1);
}

.card-content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 40%;
	text-align: center;
    display: block;
}
.card-content img{
	width:50px;
	height:50px;
	margin-bottom:10px;
	filter: brightness(0) saturate(100%) invert(8%) sepia(90%) saturate(5829%) hue-rotate(285deg) brightness(93%) contrast(102%);
}
.card-tag {
	font-size: 0.85rem;
	color: #4ecdc4;
	margin-bottom: 0.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.card-title {
	font-size: 18px;
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	color: #112772;
}

.card-text {
	font-size: 0.95rem;
	color: #b3b3b3;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.card-button {
	align-self: flex-start;
	padding: 0.5rem 1rem;
	background: linear-gradient(90deg, #7d1b8a, #ff8e8e);
	color: white;
	border: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.card-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(255, 107, 107, 0.5);
}

.navigation {
	display: flex;
	justify-content: center;
	margin-top: -4rem;
	gap: 1rem;
}

.nav-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(181 78 144);
	color: white;
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.nav-btn:hover {
	background: rgb(17 39 114);
	transform: scale(1.1);
}

.nav-btn:active {
	transform: scale(0.95);
}

.dots {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
	gap: 0.5rem;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgb(0 0 0 / 30%);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	background: #751489;
	transform: scale(1.3);
}

.progress-bar {
	width: 100%;
	height: 5px;
	background: rgb(0 0 0 / 10%);
	border-radius: 5px;
	margin-top: 1rem;
	overflow: hidden;
}

.progress {
	height: 100%;
	background: linear-gradient(90deg, #ff6b6b, #711088);
	width: 16.66%;
	transition: width 0.3s ease;
}

@media (max-width: 768px) {
	.card {
		flex: 0 0 300px;
		height: 150px;
	}
}

@media (max-width: 480px) {
	.card {
		flex: 0 0 250px;
		height: 150px;
	}
	.card-title {
		font-size: 1.2rem;
	}
}
a {
    color: rgb(113 16 136);
    text-decoration: none;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    text-align: left;
	width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #112772;
	width: 100%;
}
.nav-link {
    color: #000000;
}
.nav-link i{
	float: right;
    line-height: 24px;
}
.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
    background-color: #fff6fe;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	width: 30%;
}
.nav-link:focus, .nav-link:hover {
    color: #6f0e88;
}
.bg-sidebar-filter{
	background-image: linear-gradient(120deg, #ce6593 0%, #670787 100%), linear-gradient(120deg, #ce6593 0%, #670787 100%);
	padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sb-padding{
	padding:10px;
}

.tab-overf{
	width: 70%;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    height: 55vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}

button, input, optgroup, select, textarea {
    margin-right: 5px;
}
.right-filter ul li a{
	display: block;
    padding: 10px 25px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    font-size: 15px;
    margin: 10px;
    float: left;
	color: #000000;
    background-color: #fff6fe;
}
.right-filter ul li a:hover{
	color: #ffffff;
    background-color: #112772;
}
.right-filter ul li{
	list-style:none;
}
.conference{
	background-color: aliceblue;
}

.conference .conference-item {
  border: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .conference .conference-item {
    margin-bottom: 30px;
  }
}

.conference .conference-item .conference-heading {
  padding: 15px 40px 15px 40px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}

.conference .conference-item .conference-heading .title h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.conference .conference-item .conference-heading .price {
  margin-top: 28px;
}

.conference .conference-item .conference-heading .price h2 {
  font-size: 3.625rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.conference .conference-item .conference-heading .price h2 span {
  font-size: 1.5625rem;
}

.conference .conference-item .conference-body {
  padding: 45px 40px;
}

.conference .conference-item .conference-body ul.feature-list li {
  list-style: none;
}

.conference .conference-item .conference-body ul.feature-list li p span {
  margin-right: 15px;
}

.conference .conference-item .conference-body ul.feature-list li p span.available {
  color: #ff6600;
}

.conference .conference-item .conference-body ul.feature-list li p span.unavailable {
  color: #d2d2d2;
}

.conference .conference-item .conference-body ul.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}

.conference .conference-item .conference-footer {
  padding-bottom: 10px;
}

.conference .conference-item.featured {
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.conference .conference-item.featured .conference-heading {
  background:#112772;
  border-bottom: 1px solid #112772;
}

.conference .conference-item.featured .conference-heading .title h6 {
  color: #fff;
  border-bottom: 1px solid #f69351;
}

.conference .conference-item.featured .conference-heading .price {
  margin-top: -5px;
}

.conference .conference-item.featured .conference-heading .price h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.conference .conference-item.featured .conference-heading .price h2 span {
  font-size: 1.5625rem;
}

.conference .conference-item.featured .conference-heading .price p {
  color: #fff;
}

.conference.two .conference-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;	
  transition: all .5s;
  background-color: #fff;
}
.conference.two .conference-item:hover {	
  transition: all .5s;
  transform : translateY(-10px);
}

@media (max-width: 991px) {
  .conference.two .conference-item {
    margin-bottom: 30px;
  }
}

.conference.two .conference-item .conference-heading {
  position: relative;
  margin-bottom: 10px;
}

.conference.two .conference-item .conference-heading .title h6 {
  position: relative;
}

.conference.two .conference-item .conference-heading .price {
  position: relative;
}

/* .conference.two .conference-item .conference-heading:before {
  content: '';
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 500px 0 0;
  border-color: #fafafa transparent transparent transparent;
} */

.conference.two .conference-item .conference-body {
  padding: 70px 40px 45px;
}

.conference.two .conference-item .conference-body ul.feature-list li p span.available {
  color: #ff6600;
}

.conference.two .conference-item.featured .conference-heading:before {
  border-color: #ff6600 transparent transparent transparent;
}
.btn-main-md {
    padding: 15px 40px;
    border-radius: 0;
    background: #ff6600;
    color: #fff;
    outline: none;
    font-size: 0.9375rem;
}
.conference-year {
    top: 46px;
    left: 35%;
    z-index: 9999;
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
	text-align: center;
    display: inline-block;
}
.conference-year h3{
	font-weight:700;
	font-size:16px;
}
.btn-event{
	padding: 5px 20px;
}
.bg-speaker {
    background: url(../img/event-bg.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}
.color-primary{
	color: #741389;
}
.bg-state{
	background-color: #112772;
}
.page-title {
  position: relative;
  padding: 30px 0 30px;
}

.page-title h3, .page-title li, .page-title a {
  color: #fff;
}

.page-title .title h3 {
  font-weight: 500;
  text-transform: uppercase;
}

.page-title .breadcrumb {
  background: transparent;
  text-align: center;
  display: block;
}

.page-title .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

.page-title .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}
.overlay-dark:before {
    content: '';
    background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: -1;
	
}
.about {
    padding: 120px 0;
}
.bg-about {
    background: url(../img/pattern-background.jpg) no-repeat;
    background-size: cover;
}
tbody, th {
    background-color: #112772 !important;
    color: #fff !important;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #ededed;
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgb(157 157 157 / 5%);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.bg-schedule {
    background: url(../img/schedule-bg.png) no-repeat;
    background-size: cover;
}
.bg-statenew {
    background: url(../img/bg-state.png) no-repeat;
    background-size: cover;
	background-color: #112772;
}
.univ-logo{
	background-color: #fff;
    border-radius: 50%;
    width: 140px;
}
.self-center{
	align-self:center;
}
.conference-flex{
	display:flex;
}





