/*google-Fonts*/

@import url('https://fonts.googleapis.com/css?family=sans-serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

@import url('font-awesome.css');

body a {
	font-family: "Roboto", sans-serif;
	cursor: pointer;
}

ul,
ol {
	;
	margin: 0;
	padding: 0;
}

p {
	color: rgb(0, 0, 0);

}

li {
	margin: 12px 0;
}

.main-nav {
	/* background: #fff; */
	background-image: url(../image/Menu_bg.jpg);
	background-repeat: no-repeat;
	z-index: 99999;
	position: fixed;
}

.page-title {
	position: relative;
	padding: 110px 0 40px;
}

.bg-title {
	background: url(../image/main-slider/1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-title .section-title h2 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: .9;
	font-family: "Roboto", sans-serif;
	color: rgb(255, 255, 255);
	font-size: 63px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	line-height: 63px;
}


.page-title .section-title h2 span {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: .9;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	font-size: 26px;
}


.section_Message content-block btn btn-main-md {
	padding: 4px 7px;
	margin-left: 14px;
}

.speech-makers {
	padding-top: 30px;
}

.speech-makers.white .speech-maker-item {
	background: #fff;
	border: none;
}

.speech-makers .speech-maker-item {
	background: #eae9ec;
	padding: 7px;
	margin-bottom: 30px;
}

.speech-makers .speech-maker-item .image {
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}

.speech-makers .speech-maker-item .content h5 {
	margin-bottom: 0;
}

.speech-makers .speech-maker-item .content h5 a {
	font-size: 16px;
	color: rgb(34, 34, 34);
	font-weight: 400;
	margin-bottom: 0;
	cursor: default;
	text-decoration: none;
}

.speech-makers .speech-maker-item .content p {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: "Roboto", sans-serif;
}

speech-makers a {
	transition: 0.2s ease;
}

.blank-area {
	margin-top: -93px;
}

@media (max-width: 767px) {
	.main-nav {
		position: relative;
	}
}

.main-nav .navbar-brand {
	padding: 0px;
}

@media (max-width: 1200px) {
	.main-nav .navbar-brand {
		padding: 0px 10px;
	}
}

@media (max-width: 767px) {
	.main-nav .navbar-brand {
		border-right: none;
	}
}

.main-nav .navbar-nav .nav-item {
	position: relative;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.main-nav .navbar-nav .nav-item .nav-link {
	/* position: relative;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; */
	position: relative;
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	opacity: 1;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

@media (max-width: 1352px) {
	.main-nav .navbar-nav .nav-item .nav-link {
		font-size: 0.75rem;
		padding: 10px;
		/*
    padding-left: 5px;
    padding-right: 10px;
*/
	}
}

.main-nav .navbar-nav .nav-item .nav-link span {
	color: rgb(34, 34, 34);
	margin-left: 20px;
}

@media (max-width: 1024px) {
	.main-nav .navbar-nav .nav-item .nav-link span {
		margin-left: 10px;
	}
}

.main-nav .navbar-nav .nav-item .nav-link.active {
	/* background-color: #0fb6ae; */
	/* color: #fff; */
}

.main-nav .dropdown-slide {
	position: static;
}

.main-nav .dropdown-slide .open > a,
.main-nav .dropdown-slide .open > a:focus,
.main-nav .dropdown-slide .open > a:hover {
	background: transparent;
}

.main-nav .dropdown-slide.full-width .dropdown-menu {
	left: 0 !important;
	right: 0 !important;
}

.main-nav .dropdown-slide:hover .dropdown-menu {
	border-top: 3px solid #144959;
	display: none;
	opacity: 1;
	display: block;
	transform: translate(0px, 0px);
	opacity: 1;
	visibility: visible;
	color: #777;
	transform: translateY(0px);
}

.main-nav .dropdown-slide .dropdown-menu {
	min-width: 220px;
	margin-top: 0;
	border-radius: 0;
	opacity: 1;
	visibility: visible;
	position: absolute;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	transition: .3s all;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
	transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}



.main-nav .dropdown-slide .dropdown-menu .dropdown-item {
	font-size: 14px;
	padding: 10px 0;
	transition: .3s ease;
	font-family: 'Roboto', sans-serif;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:hover {
	background: #fff;
	color: #144959;
}

@media (max-width: 991px) {
	.main-nav .dropdown-slide .dropdown-menu {
		transform: none;
		left: auto;
		position: relative;
		text-align: center;
		opacity: 1;
		visibility: visible;
	}
}

.main-nav .ticket {
	background: #144959;
	display: block;
	padding: 34px 32px;
}

@media (max-width: 1200px) {
	.main-nav .ticket {
		padding: 23px 14px;
	}
}

@media (max-width: 991px) {
	.main-nav .ticket {
		text-align: center;
	}
}

.main-nav .ticket img {
	margin-right: 25px;
}

@media (max-width: 1200px) {
	.main-nav .ticket img {
		display: none;
	}
}

.main-nav .ticket span {
	color: #fff;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	border-left: 1px solid #ffa366;
	padding-left: 24px;
}

@media (max-width: 1200px) {
	.main-nav .ticket span {
		padding-left: 0;
		font-size: 1rem;
		border-left: none;
	}
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
}

.main-slider.negative-margin {
	position: relative;
}

.main-slider .tp-caption {
	z-index: 5;
}

.main-slider h5 {
	font-size: 18px;
	color: #feffff;
	font-weight: 500;
	line-height: 32px;
	font-family: 'Roboto', sans-serif;
}

.main-slider h1 {
	font-size: 38px;
	color: #ffffff;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
}

.tp-caption .btn-style-one {
	color: #ffffff;
}

.tp-caption .btn-style-one:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.tp-caption .btn-style-two {
	color: #ffffff;
	border-color: #ffffff;
}

.tp-caption .btn-style-two:hover {
	border-color: #e6296a;
	color: #ffffff;
}

.main-slider .tparrows.preview3 {
	display: block;
}

.tp-bullets.preview3 {
	display: none;
}

.main-slider .tp-bannertimer {
	display: none !important;
}

.btn-style-one {
	position: relative;
	font-size: 16px;
	line-height: 34px;
	font-weight: 700;
	color: #ffffff;
	background: #e6296a;
	padding: 7px 35px;
	border: 1px solid #e6296a;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	border-radius: 5px;
}

.btn-style-one:hover {
	color: #2f323c;
	background: transparent;
	border: 1px solid #2f323c;
	transition: all 500ms ease;
}

.btn-style-two {
	position: relative;
	font-size: 16px;
	line-height: 34px;
	font-weight: 700;
	color: #2f323c;
	background: transparent;
	border: 1px solid #2f323c;
	padding: 7px 35px;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	border-radius: 5px;
}

.btn-style-two:hover {
	color: #ffffff;
	background: #e6296a;
	border: 1px solid #e6296a;
	transition: all 500ms ease;
}

.footer-main {
	background: #272735;
	padding: 90px 0;
}

@media (max-width: 767px) {
	.footer-main {
		padding: 50px 0;
	}
}

.footer-main .block img {
	margin-bottom: 60px;
}

.footer-main .block ul.social-links-footer {
	margin-bottom: 0;
}

.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
	margin-right: 20px;
}

@media (max-width: 575px) {
	.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
		margin-right: 5px;
	}
}

.footer-main .block ul.social-links-footer li a {
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	background: #fff;
}

.footer-main .block ul.social-links-footer li a i {
	line-height: 50px;
}

.footer-main .block ul.social-links-footer li a:hover {
	background: #144959;
}

.footer-main .block ul.social-links-footer li a:hover i {
	color: #fff;
}

.subfooter {
	background: -webkit-linear-gradient(-45deg, #D42828 0%, #D42828 0%, #77297F 100%, #77297F 100%);
	padding: 12px 0;
}

.subfooter .copyright-text p {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 15px;
	margin: 0;
}

.subfooter .copyright-text p a {
	color: #fff;
	font-size: 15px;
}

@media (max-width: 767px) {
	.subfooter .copyright-text {
		text-align: center;
	}
}

.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #CD2B28;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

}

.go-top.show {
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;
}

.go-top:hover {
	background-color: #CD2B28;
}

.go-top:hover i {
	color: #fff;
}

.slider-count {
	margin-top: 120px;
}

.slider-count .time-count {
	color: #e100ff;
	display: inline-block;
	float: none;
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	margin: 0 60px;
	text-align: center;
}

.time-count > span {
	display: block;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 5px;
}

.slider-count .time-count:nth-child(2) {
	color: #ff6a00;
}

.slider-count .time-count:nth-child(3) {
	color: #ec398b;
}

.slider-count .time-count:nth-child(4) {
	color: #f7b205;
}

.event-count-3 .time-count {
	font-size: 60px;
	margin: 0 50px;
}

.event-count-3 .time-count span {
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.event-count-3 .time-count:nth-child(1) span {
	color: #ec398b
}

.event-count-3 .time-count:nth-child(2) span {
	color: #554bb9
}

.event-count-3 .time-count:nth-child(3) span {
	color: #e100ff
}

.event-count-3 .time-count:nth-child(4) span {
	color: #ff6a00
}

.slider-count.event-count-3 {
	padding-top: 50px;
}

.event-count.slider-count {
	margin-top: 0;
}

.time-count-area {
	margin-top: -85px;
	font-family: "Roboto", sans-serif;
}

.event-count.slider-count .time-count {
	color: #e100ff;
	display: inline-block;
	float: none;
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	height: 168px;
	width: 168px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(176, 176, 176, 0.2);
	border-radius: 50%;
	margin: 0 24px;
	padding-top: 34px;
	position: relative;
	z-index: 88888;
}

.event-count .time-count > span {
	display: block;
	font-size: 24px;
	text-transform: capitalize;
	color: #554bb9;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 5px;
	font-family: 'Roboto', sans-serif;
}

.slider-count .time-count:nth-child(2) {
	color: #ff6a00;
}

.slider-count .time-count:nth-child(3) {
	color: #ec398b;
}

.slider-count .time-count:nth-child(4) {
	color: #f7b205;
}

.section_Message {
	padding: 50px 0;
	font-family: 'Roboto', sans-serif;
}



.section_Message .content-block .description-two p {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.speaker-one {
	padding-top: 95px;
	padding-bottom: 180px;
	overflow: hidden;
	position: relative;
}

.section-title h2 span {
	display: block;
	font-family: "Roboto", sans-serif;
}

.section-title h2 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: .9;
	font-family: "Roboto", sans-serif;
	color: rgb(196, 29, 109);
	font-size: 45px;
	padding-bottom: 10px;
}

.section-title h2 span {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: .9;
	font-family: "Roboto", sans-serif;
	color: rgb(0, 0, 0);
	font-size: 18px;
}

.section-title p {
	font-weight: 300;
	padding-left: 60px;
	line-height: 1.5;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-right: 40px;
	font-family: "Roboto", sans-serif;
}

.section-title p {
	color: #563f84;
}

/*--------------------------------------------------------------
  ##  Speaker one
  --------------------------------------------------------------*/
.speaker-one {
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
	position: relative;
}

.speaker-one .section-title {
	margin-top: 50px;
}

.speaker-one .schedule-one-inner {
	margin-top: 40px;
}

.speaker-one .shape.shape-triple {
	top: 53%;
	left: 0;
}

.speaker-one .shape.shape-triple.right-shape {
	top: 71%;
	left: 89%;
}

.speaker-one .shape-triple ul li:nth-child(3) {
	left: -28px;
	top: 41px;
	position: absolute;
	opacity: 0.6;
}

.speaker-one .shape-triple ul li:nth-child(2) {
	left: 34px;
	top: 67px;
	position: absolute;
	opacity: 1;
}

.speaker-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.speaker-box .speaker-info {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	top: 80%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.speaker-box > .top-svg {
	stroke: #ebebeb;
	stroke-width: 10px;
	fill: rgba(102, 52, 204, 0);
	z-index: 5;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.speaker-box > .top-svg .st0 {
	vector-effect: non-scaling-stroke;
}

.speaker-box .speaker-info h4 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 0;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
}

.speaker-box .speaker-info span {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.7px;
	color: #fff;
}

.speaker-box:hover .speaker-info {
	top: 70%;
	opacity: 1;
}

.speaker-box .speaker-img {
	position: absolute;
	left: 7px;
	top: 7px;
	overflow: hidden;
	height: 198px;
	width: 225px;
}

.speaker-box .speaker-img > svg {
	fill: #fff;
	position: absolute;
	left: -3px;
	top: -4px;
	height: 105%;
	stroke: transparent;
}

.speaker-one-inner ul li {
	width: 240px;
	height: 211px;
	position: relative;
	list-style: none;
}

.speaker-one-inner ul {
	margin: 0;
	position: relative;
	right: -120px;
}

.wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}

.speaker-one-inner ul li:first-child {
	width: 352px;
	position: absolute;
	left: 182px;
	top: 56px;
	z-index: 1;
	height: 311px;
}

.speaker-one-inner ul li:last-child {
	width: 197px;
	position: absolute;
	bottom: 127px;
	left: -140px;
	z-index: 0;
	height: 170px;
}

.speaker-img img {
	-webkit-clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
	clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
	height: auto;
	max-width: 100%;
}

.speaker-one-inner ul li:first-child .speaker-img img {
	-webkit-clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
	clip-path: polygon(26% 0, 74% 0, 100% 44%, 69% 100%, 28% 94%, 0 46%);
}

.speaker-one-inner ul li:first-child .speaker-box .speaker-img {
	height: 287px;
	width: 331px;
	left: 11px;
	top: 10px;
}

.speaker-one-inner ul li:last-child .speaker-box .speaker-img {
	left: 6px;
	top: 6px;
	height: 161px;
	width: 183px;
}

.speaker-box:hover .top-svg {
	fill: rgba(102, 52, 204, 0.85);
	stroke: #6633cc;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.speaker-one-inner li:nth-child(1) .speaker-small {
	z-index: 9;
	position: absolute;
	right: 45px;
	top: -45px;
	stroke-width: 23px;
	width: 60px;
	left: 26px;
	-webkit-animation: color_change3 9s linear infinite;
	animation: color_change3 9s linear infinite;
}

.speaker-one-inner li:nth-child(2) .speaker-small {
	z-index: 9;
	position: absolute;
	bottom: -26px;
	stroke-width: 23px;
	width: 60px;
	left: -6px;
	-webkit-animation: color_change2 9s linear infinite;
	animation: color_change2 9s linear infinite;
}

.speaker-one-inner li:nth-child(3) .speaker-small {
	z-index: 9;
	position: absolute;
	bottom: -26px;
	stroke-width: 23px;
	width: 60px;
	right: -6px;
	-webkit-animation: color_change 9s linear infinite;
	animation: color_change 9s linear infinite;
}

@-webkit-keyframes color_change {
	0% {
		stroke: #00cc33;
	}

	23% {
		stroke: #00cc33;
	}

	62% {
		stroke: #ff9933;
	}

	90% {
		stroke: #3399cc;
	}

	100% {
		stroke: #00cc33;
	}
}

@keyframes color_change {
	0% {
		stroke: #00cc33;
	}

	23% {
		stroke: #00cc33;
	}

	62% {
		stroke: #ff9933;
	}

	90% {
		stroke: #3399cc;
	}

	100% {
		stroke: #00cc33;
	}
}

@-webkit-keyframes color_change2 {
	0% {
		stroke: #ff9933;
	}

	23% {
		stroke: #ff9933;
	}

	62% {
		stroke: #cc3366;
	}

	90% {
		stroke: #3399cc;
	}

	100% {
		stroke: #ff9933;
	}
}

@keyframes color_change2 {
	0% {
		stroke: #ff9933;
	}

	23% {
		stroke: #ff9933;
	}

	62% {
		stroke: #cc3366;
	}

	90% {
		stroke: #3399cc;
	}

	100% {
		stroke: #ff9933;
	}
}

@-webkit-keyframes color_change3 {
	0% {
		stroke: #6633cc;
	}

	23% {
		stroke: #6633cc;
	}

	62% {
		stroke: #cc3366;
	}

	90% {
		stroke: #ff9933;
	}

	100% {
		stroke: #6633cc;
	}
}

@keyframes color_change3 {
	0% {
		stroke: #6633cc;
	}

	23% {
		stroke: #6633cc;
	}

	62% {
		stroke: #cc3366;
	}

	90% {
		stroke: #ff9933;
	}

	100% {
		stroke: #6633cc;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.speaker-one-inner ul li:first-child .speaker-box .speaker-img {
		height: 145px;
		width: 173px;
		left: 6px;
	}

	.speaker-one-inner ul li:first-child {
		top: 118px;
		left: 224px;
		width: 186px;
		height: 128px;
	}

	.speaker-box .speaker-img {
		height: 181px;
		width: 206px;
	}

	.speaker-one-inner ul li {
		width: 221px;
		height: 200px;
		left: 49px;
	}

	.speaker-one-inner ul li:last-child {
		bottom: 121px;
		left: -101px;
	}

	.speaker-one-inner li:nth-child(1) .speaker-small {
		top: -54px;
		left: 38px;
	}

	.speaker-one-inner li:nth-child(2) .speaker-small {
		bottom: -23px;
	}

	.speaker-one-inner li:nth-child(3) .speaker-small {
		bottom: -24px;
	}

	.speaker-box > .top-svg {
		stroke-width: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.speaker-one-inner ul li:first-child .speaker-box .speaker-img {
		height: 190px;
		width: 213px;
		left: 10px;
	}

	.speaker-one-inner ul li:first-child {
		top: 95px;
		left: 151px;
		width: 233px;
		height: 205px;
	}

	.speaker-box .speaker-img {
		height: 181px;
		width: 207px;
	}

	.speaker-one-inner ul li {
		width: 221px;
		height: 200px;
		left: -25px;
	}

	.speaker-one-inner ul li:last-child {
		bottom: 399px;
		left: 341px;
	}

	.speaker-one-inner li:nth-child(1) .speaker-small {
		top: -61px;
		left: 38px;
	}

	.speaker-one-inner li:nth-child(2) .speaker-small {
		bottom: -23px;
		left: -10px;
	}

	.speaker-one-inner li:nth-child(3) .speaker-small {
		bottom: 42px;
		right: -50px;
	}

	.speaker-one-inner ul li:nth-child(4) {
		left: 339px;
		top: -199px;
	}

	.speaker-one-inner {
		margin-top: 80px;
	}

	.speaker-one-inner ul li:last-child {
		width: 221px;
		height: 200px;
	}

	.speaker-one-inner ul li:last-child .speaker-box .speaker-img {
		height: 182px;
		width: 206px;
	}

	.speaker-one {
		padding-top: 0;
		padding-bottom: 0;
	}

	.speaker-one .section-title {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.speaker-one {
		padding-top: 0;
		padding-bottom: 140px;
	}

	.speaker-one .section-title {
		margin-top: 0px;
	}

	.speaker-one {
		padding-top: 100px;
		padding-bottom: 120px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.speaker-one-inner ul li:first-child {
		width: 286px;
		height: 271px;
	}

	.speaker-one-inner ul li:first-child .speaker-box .speaker-img {
		height: 198px;
		width: 228px;
		left: 9px;
	}

	.speaker-one-inner ul li:first-child {
		width: 246px;
		left: 184px;
		top: 102px;
		height: 271px;
	}

	.speaker-one-inner {
		margin-top: 88px;
		margin-left: 30px;
	}

	.speaker-one-inner li:nth-child(1) .speaker-small {
		top: -57px;
		left: 43px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
	.speaker-one-inner ul li:first-child {
		left: 50%;
		top: 0;
		height: 210px;
		position: relative;
		width: 240px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.speaker-one-inner {
		margin-top: 30px;
		margin-left: 0;
	}

	.speaker-one-inner ul {
		right: 0;
	}

	.speaker-one-inner ul li:first-child .speaker-box .speaker-img {
		height: 196px;
		width: 225px;
		left: 7px;
		top: 7px;
	}

	.speaker-one-inner ul li:last-child {
		position: relative;
		bottom: 0;
		left: 50%;
		height: 210px;
		width: 240px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.speaker-one-inner ul li:last-child .speaker-box .speaker-img {
		left: 6px;
		top: 6px;
		height: 198px;
		width: 223px;
	}

	.speaker-one-inner li:nth-child(1) .speaker-small {
		top: 184px;
		left: 185px;
	}

	.speaker-one-inner ul li {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.speaker-one {
		padding-top: 75px;
		padding-bottom: 80px;
	}
}

@supports (-ms-ime-align: auto) {
	.speaker-box > .top-svg {
		display: none;
	}

	.speaker-box .speaker-img {
		border-radius: 50%;
	}
}

.tg-bgcounter {
	background-image: url(../image/bg-parallax/bg-parallax-01.jpg);
}

.tg-bgparallax {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-ms-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.tg-bgparallax:before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background:
		-moz-linear-gradient(top,
		rgba(217, 8, 69, 0.8) 0%,
		rgba(217, 8, 69, 0.8) 1%,
		rgba(217, 8, 69, 0.8) 100%);
	background:
		-webkit-linear-gradient(top,
		rgba(217, 8, 69, 0.8) 0%,
		rgba(217, 8, 69, 0.8) 1%,
		rgba(217, 8, 69, 0.8) 100%);
	background:
		linear-gradient(to bottom,
		rgba(217, 8, 69, 0.8) 0%,
		rgba(217, 8, 69, 0.8) 1%,
		rgba(217, 8, 69, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccd90845', endColorstr='#ccd90845', GradientType=0);
}

/*==============================================
			Counter Style						
==============================================*/
.tg-bgparallax {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-ms-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.tg-bgparallax:before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background:
		-moz-linear-gradient(top,
		rgba(217, 8, 69, 0.8) 0%,
		rgba(217, 8, 69, 0.8) 1%,
		rgba(217, 8, 69, 0.8) 100%);
	background:
		-webkit-linear-gradient(top,
		rgba(217, 8, 69, 0.8) 0%,
		rgba(217, 8, 69, 0.8) 1%,
		rgba(217, 8, 69, 0.8) 100%);
	background:
		linear-gradient(to bottom,
		rgba(217, 8, 69, 0.8) 0%,
		rgba(217, 8, 69, 0.8) 1%,
		rgba(217, 8, 69, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccd90845', endColorstr='#ccd90845', GradientType=0);
}

.tg-bgcounter {
	background-image: url(../image/bg-parallax/bg-parallax-01.jpg);
}

.tg-statisticscounters {
	width: 100%;
	float: left;
}

.tg-counterholder {
	width: 33.33%;
	float: left;
	padding: 50px 0;
	position: relative;
}

.tg-counterholder:nth-child(even):before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background:
		-moz-linear-gradient(top,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.1) 1%,
		rgba(0, 0, 0, 0.1) 100%);
	background:
		-webkit-linear-gradient(top,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.1) 1%,
		rgba(0, 0, 0, 0.1) 100%);
	background:
		linear-gradient(to bottom,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.1) 1%,
		rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#1a000000', GradientType=0);
}

.tg-counter {
	z-index: 3;
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}

.tg-counter h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.tg-counter h2 span {
	display: block;
	line-height: inherit;
}

.tg-counter h3 {
	color: #fff;
	font-size: 22px;
	margin: 0 0 35px;
	line-height: 20px;
}

.tg-statisticicon {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
}

.schedule {
	padding: 40px;
}

.plans {
	padding-top: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.schedule .schedule-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 14px;
}

.schedule .schedule-tab ul li.nav-item {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.schedule .schedule-tab ul li.nav-item {
		width: 100%;
		margin-bottom: 10px;
	}
}

.schedule .schedule-tab ul li.nav-item a {
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	color: rgb(196, 29, 109);
	font-weight: 500;
	display: block;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	padding: 20px 30px;
}

.schedule .schedule-tab ul li.nav-item a span {
	margin-top: 2px;
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: 1rem;
	color: rgb(34, 34, 34);
	font-weight: 400;
}

.schedule .schedule-tab ul li.nav-item a.active {
	background: rgb(196, 29, 109);
	color: #fff;
	position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
	color: #fff;
}

/* .schedule .schedule-tab ul li.nav-item a.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #1d9a96 transparent transparent;
} */

@media (max-width: 767px) {
	.schedule .schedule-tab ul li.nav-item a.active:after {
		content: none;
	}
}

.schedule .schedule-contents {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px 0 0 0;
}

.schedule .schedule-contents .schedule-item ul {
	margin-bottom: 0;
}

.schedule .schedule-contents .schedule-item ul li {
	list-style: none;
}

.schedule .schedule-contents .schedule-item ul li div {
	display: inline-block;
}

.schedule .schedule-contents .schedule-item ul li .time {
	width: 20%;
}

@media (max-width: 767px) {
	.schedule .schedule-contents .schedule-item ul li .time {
		width: 37%;
	}
}

@media (max-width: 575px) {
	.schedule .schedule-contents .schedule-item ul li .time {
		width: 48%;
	}
}

.schedule .schedule-contents .schedule-item ul li .speaker {
	width: 30%;
}

@media (max-width: 991px) {
	.schedule .schedule-contents .schedule-item ul li .speaker {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.schedule .schedule-contents .schedule-item ul li .speaker {
		width: 60%;
	}
}

@media (max-width: 575px) {
	.schedule .schedule-contents .schedule-item ul li .speaker {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.schedule .schedule-contents .schedule-item ul li .speaker img {
		display: none;
	}
}

.schedule .schedule-contents .schedule-item ul li .subject {
	width: 30%;
}

@media (max-width: 1200px) {
	.schedule .schedule-contents .schedule-item ul li .subject {
		display: none;
	}
}

@media (max-width: 767px) {
	.schedule .schedule-contents .schedule-item ul li .venue {
		display: none;
	}
}

.schedule .schedule-contents .schedule-item li.headings {
	padding: 22px 40px;
	background: #144959;
}

.schedule .schedule-contents .schedule-item li.headings div {
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
	padding: 10px 40px;
	background: #fff;
	width: 100%;
	transition: .2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
	color: rgb(34, 34, 34);
	font-family: "Roboto", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
	font-size: 1.1875em;
	color: #c7c8c9;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
	border-radius: 100%;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
	margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
	margin-left: 20px;
	transition: .2s ease-in;
}

@media (max-width: 575px) {
	.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
		margin-left: 0;
	}
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
	box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
	transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
	color: #144959;
}

.schedule .download-button {
	padding-top: 40px;
	margin-bottom: 30px;
}

.schedule.two .schedule-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

table.datalabel-table thead > tr > th {
	/*letter-spacing: 1px;*/
	background-color: rgb(196, 29, 109);
	color: rgb(255, 255, 255);
	vertical-align: middle !important;
}

table.datalabel-table {
	font-family: "Roboto", sans-serif;
/*	font-size: 0.9em;*/
	font-size: 16px;
}

.btn-main-md {
	padding: 10px 15px;
	border-radius: 0;
	background: rgb(196, 29, 109);
	color: rgb(255, 255, 255);
	outline: none;
	font-size: 0.9375rem;
}

.btn-main-md:hover {
	color: rgb(255, 255, 255);
}

.section-link {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	padding-left: 32px;
	margin-top: 77px;
	display: block;
	margin-left: 75px;
	color: rgb(0, 0, 0);
}

.section-link:after {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	left: -15px;
	top: -1px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	background: rgb(196, 29, 109);
}

.section-link:hover {
	color: #000000;
	text-decoration: none;
}

.small-banner{
	background: url('../image/main-slider/1.jpg');
	padding: 10px;
}

.small-banner img{
	max-width: 50%;
}

.section_Message li{
	font-size: 16px;
}

.download-box {
    background: #fff;
    color: #000;
    
    text-align: center;
    padding: 20px;
    font-size:50px;
    border-radius: 0.25rem;
    display: block;
    text-decoration: none;
    transition: 0.5s;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
	font-family: "Roboto", sans-serif;
}
.download-box p {
    
    font-size: 20px;
    color: #000;
	font-family: "Roboto", sans-serif;
}

.download-box1 {
    background: #fff;
    color: #000;
    height:100%;
    text-align: center;
    padding: 20px;
    font-size:20px;
    border-radius: 0.25rem;
    display: block;
    text-decoration: none;
    transition: 0.5s;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
	font-family: "Roboto", sans-serif;
}

.download-box1:hover {
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
}

.download-box1 .icon1 i{font-size: 40px;margin-bottom: 15px;margin-top: 20px;border: 3px solid #000;border-radius: 50%;padding: 10px;width: 80px;height: 80px;}

.committee-title h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 19px;
    font-weight: 600;
	font-family: "Roboto", sans-serif;
	margin: 15px 0;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
	font-family: "Roboto", sans-serif;
}

.contact-info ul li i {
    position: absolute;
    left: 0;
    top: -3px;
    color: #000;
    font-size: 19px;
}

.contact-info ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}

.section_program{
	padding: 200px 0;
}