@charset "utf-8";
body {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	overflow-x: hidden;
	background: #fff;
}

.font-hi{
	font-family: 'Noto Sans', sans-serif !important;
}


.is-loading {
	display: none !important;
}
p {
	line-height: 130%;
	margin-bottom: 25px;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
button, a {
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
.top-wrapper {
	height: 80px;
	background-color: #F77424;
	z-index: 100;
}
.logo-tq {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 40px;
	display: inline-block;
	font-size: 0;
}
.logo-tq-hindi {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 160px;
	display: inline-block;
	font-size: 0;
}
.logo-bol {
	position: absolute;
	top: -6px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	pointer-events: none;
	font-size: 0;
}
.nav-bar {
	position: absolute;
	right: 20px;
	top: 28px;
	width: 30px;
	font-size: 0;
}
.banner-wrapper {
	padding-top: 35px;
	background-color: #333966;
	z-index: 99;
}
.banner-wrapper .container {
	min-height: 450px;
}
.banner-wrapper h1 {
	text-transform: uppercase;
	color: #F77424;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.banner-wrapper h1 span:nth-child(1) {
	color: #fff;
}
.banner-wrapper h1 span:nth-child(2) {
	color: #5CD918;
	font-size: 22px;
}
.logo-google {
	text-align: center;
	padding-top: 20px;
	font-size: 0px;
}
.logo-google a {
	display: inline-block;
	width: 100px;
	pointer-events: none;
	cursor: default;
}
.bol-char {
	position: absolute;
	width: 380px;
	bottom: 85px;
	left: 5%;
}
.info-wrapper {
	min-height: 400px;
	z-index: 116;
	padding: 30px 0px 0 0;
}
.banner-wrapper {
	background-image: url(../images/bg-sec-1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.about-wrapper {
	background-image: url(../images/bg-sec-4.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.info-wrapper::before {
	position: absolute;
	width: 100%;
	height: 120%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	content: '';
	background-image: url(../images/bg-sec-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.speaker-wrapper::before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	content: '';
	background-image: url(../images/bg-sec-3.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.bg-repeat {
	background-image: url(../images/section-bg.png);
	background-repeat: repeat;
}
.info-left {
	float: left;
	width: 50%;
}
.headline-area {
	position: relative;
	z-index: 5;
}
.headline-area.align-left {
	text-align: left;
}
.headline-area.align-center {
	text-align: center;
}
.section-headline {
	width: 300px;
	height: 75px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
	color: #fff;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 5;
}
.section-headline span {
	display: block;
	padding: 20px 0px 0px 40px;
}
.section-headline.bg-blue {
	background-image: url(../images/headline-bg-blue.svg);
}
.section-headline.bg-brown {
	background-image: url(../images/headline-bg-brown.svg);
}
.info-left-content {
	padding-top: 30px;
	text-align: center;
}
.info-box {
	background-color: #313E6C;
	width: 400px;
	max-width: 100%;
	height: 230px;
	border-radius: 5px;
	display: inline-block;
	padding: 30px;
	color: rgba(255,255,255,0.9);
	text-align: left;
	position: relative;
	font-weight: 700;
	font-size: 20px;
}
.info-box time {
	margin-bottom: 25px;
	display: block;
	padding-top: 2px;
}
.info-box time span {
	font-weight: 800;
	font-family: 'Lato', sans-serif;
}
.info-box p {
	margin: 0;
}
.info-box h4 {
	color: #F77424;
	font-size: 34px;
	line-height: 100%;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	z-index: 3;
}
.info-box::before {
	width: 60px;
	height: calc(100% + 40px);
	position: absolute;
	left: -5px;
	top: -20px;
	content: '';
	display: block;
	background-color: #5FAB34;
	border-radius: 5px;
}
.info-box-content {
	padding-left: 50px;
}
.dot {
	position: absolute;
	width: 253px;
	height: auto;
	top: -97px;
	left: -64px;
	z-index: 1;
}
.info-right {
	position: relative;
	float: right;
	width: 50%;
	padding-top: 0px;
}
.banner-bottom {
	width: 100%;
	margin-top: -128px;
	z-index: 109;
	height: 130px;
	position: absolute;
	background-image: url(../images/botom-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.bol-caption {
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	font-weight: 700;
	max-width: 570px;
	margin-left: 40%;
	line-height: 130%;
	top: 50%;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	margin-top: -3%;
}
.bol-caption span {
	display: block;
	margin: 0px 30px;
	
}

.bol-caption span.text-live{
	display: block;
	font-weight: 900;
	color: #fff;
	margin-top: 30px;
	position: relative;
}

.text-live ul{
	position: absolute;
	left: 180px;
	top: 0;
}
.text-live ul li{
	float: left;
	margin-left: 10px;
}

.text-live ul li a {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 100%;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 0px 0 0;
	color: #fff;
	text-align: center;
}
.text-live ul li a i {
	line-height: 30px;
	font-size: 18px;
}




.location-map {
	position: relative;
}
.map-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	padding: 45px 44px 45px 34px;
}
.map-content .embed-content {
	border-radius: 10px;
}
.map-canvas {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.sec-bg img {
	width: 100%;
}
.agenda-wrapper {
	padding: 60px 0px;
	min-height: 400px;
	z-index: 100;
}
/* Speaker */
.speaker-wrapper {
	min-height: 300px;
	padding: 0px 0px;
}
.spk-icon {
	position: absolute;
	top: -32px;
	left: -22px;
	width: 80px;
}
.speaker-wrapper .headline-area {
	margin: 0px 0px 0px 30px;
}
.speaker-area ul {
	margin: 0px 0px 0px 0;
}
.speaker-area ul li {
	float: left;
	padding: 0px 22px;
	width: 50%;
	margin: 40px 0px 30px 0;
}
.speaker-area ul li figure {
	display: block;
	position: relative;
}
.speaker-area ul li figure figcaption {
	height: 230px;
	background: rgba(49, 62, 108, 0.9);
	display: block;
	border-radius: 10px;
	margin-left: 24px;
	position: relative;
	z-index: 2;
	padding-left: 235px;
	padding-top: 20px;
	padding-right: 25px;
	color: #fff;
}
.speaker-area ul li figure figcaption h5 {
	color: #F77424;
	font-size: 21px;
	line-height: 100%;
	margin-bottom: 13px;
	font-family: 'Lato', sans-serif;
}
.speaker-area ul li figure figcaption p {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	margin: 0;
}
.hide-data {
	display: none;
	position: relative;
	height: 100%;
}
.show-data {
	display: block;
	position: relative;
	height: 100%
}
.speaker-area ul li figure::after {
	display: block;
	width: calc(100% - 24px);
	height: 100%;
	background: #313E6C;
	content: '';
	border-radius: 10px;
	top: 0;
	left: 24px;
	position: absolute;
}
.speaker-image {
	position: absolute;
	width: 250px;
	height: 285px;
	background-image: url(../images/speaker-bg.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	top: -30px;
	left: 3px;
	z-index: 5;
}
.place-image {
	background-color: rgba(255,255,255,0.5);
	width: 200px;
	height: 200px;
	border-radius: 10px;
	position: absolute;
	top: 45px;
	left: 22px;
	overflow: hidden;
}
.place-image span {
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	height: 40px;
	display: block;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	padding: 0px 10px;
	bottom: 0;
	word-spacing: 3px;
	background: -moz-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
	background: -webkit-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
	background: -ms-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
	background: -o-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
}
.speaker-container {
	padding: 0px 20px;
}
.social-links {
	position: absolute;
	bottom: 19px;
	left: 0;
}
.social-links a {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 100%;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 10px 0 0;
	color: #fff;
	text-align: center;
}
.social-links a i {
	line-height: 28px;
	font-size: 18px;
}
.btn-read-more {
	position: absolute;
	bottom: 22px;
	right: 0;
	font-style: italic;
	font-weight: 600;
	color: #F77424;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,0);
	display: inline-block;
}
.btn-read-more:hover {
	border-bottom: 1px solid #F77424;
}
/*Active State*/

.speaker-area ul li.is-more figure figcaption {
	padding: 30px !important;
	z-index: 5;
}
.speaker-area ul li.is-more figure figcaption p {
	line-height: 145%;
}
.speaker-area ul li.is-more figure figcaption .hide-data {
	display: block;
}
.speaker-area ul li.is-more figure figcaption .show-data {
	display: none;
}
.arrow-area {
	text-align: center;
}
.arrow-area a {
	display: inline-block;
	width: 40px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 0;
	background-position: center center;
}
.arrow-area a.up-arrow {
	background-image: url(../images/arrow-up.svg);
}
.arrow-area a.down-arrow {
	background-image: url(../images/arrow-down.svg);
}
.arrow-area a.slick-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.about-wrapper {
	padding: 50px 0px;
}
.about-wrapper .headline-area {
	margin: 0 0 0 40px;
}
.about-container {
	max-width: 80%;
	margin: 0 auto;
}
.about-content {
	padding-top: 30px;
}
.about-container p {
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 20px;
	color: #313E6C;
	font-size: 18px;
}
.wrapper.form-wrapper {
	padding: 60px 0px 0px 0px;
}
.plant-green-left {
	position: absolute;
	top: -8%;
	left: -5%;
	width: 25%;
	z-index: 9;
}
.plant-green-right {
	position: absolute;
	bottom: -8%;
	right: -5%;
	width: 25%;
	z-index: 9;
}
.plant-brown-left {
	position: absolute;
	top: -8%;
	left: -4%;
	width: 20%;
	z-index: 9;
}
.plant-brown-right {
	position: absolute;
	bottom: -14%;
	right: -4%;
	width: 20%;
	z-index: 9;
}
/* schedule CSS */
.schedule {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	height: 380px;
	padding: 0px 20px;
	background-color: #fff;
}
.schedule::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: " ";
	width: 110%;
	height: 6px;
	background-image: url(../images/strip-big.svg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 110%;
}
/*.schedule__headline {
	font-size: 30px;
}*/

.schedule__headline {
	margin: 0 auto;
	padding-top: 20px;
	max-width: 1240px;
}
.schedule__headline h3 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
	line-height: 100%;
	text-transform: uppercase;
}
.schedule__headline h3 span {
	position: relative;
	background-color: #b40838;
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.25);/*box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);*/
}
.schedule__headline h3 span::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	right: -16px;
	top: 0;
	border-bottom: 40px solid #b40838;
	border-right: 16px solid transparent;/*box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);*/
}
.schedule__slider {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 20px;
	overflow: hidden;
}
.schedule__slider-wrap {
	margin: 0 20px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 20px 7px;
}
.schedule__slider-wrap ul {
	position: relative;
	/*width: 5000px;*/
	transition: all 0.2s ease-in-out;
}
.schedule__slider-wrap ul li {
	float: left;
	width: 215px;
	min-height: 310px;
}
.schedule__slider-wrap ul::before {
	position: absolute;
	width: 100%;
	height: 5px;
	content: " ";
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/dot-line.svg);
	background-repeat: repeat-x;/*	border: 2px dashed #1e2b55; */
}
.schedule__slider-wrap::after, .schedule__slider-wrap ul::after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.schedule .slide-prev, .schedule .slide-next {
	position: absolute;
	width: 32px;
	top: 42.5%;
	cursor: pointer;
}
.schedule .slide-prev {
	left: 0;
}
.schedule .slide-next {
	right: 0;
}
.schedule__content {
	position: relative;
	padding-left: 15px;
}
.schedule__content::before {
	position: absolute;
	width: 4px;
	height: 50%;
	content: " ";
	left: 0;
	background-color: #F77424;
}
.schedule__content:nth-child(odd):before {
	bottom: 0;
	background-color: #5FAB34;
}
.schedule__content:nth-child(even):before {
	top: 0;
}
.schedule__content .el-position {
	position: absolute;
}
.schedule__content:nth-child(odd) .el-position {
	bottom: 4px;
}
.schedule__content:nth-child(even) .el-position {
	top: 4px;
}
.schedule__content .circle-small {
	position: absolute;
	width: 20px;
	height: 20px;
	content: " ";
	left: -8px;
	margin: auto;
	top: 0;
	bottom: 0;
	border-radius: 100%;
	background-color: #F77424;
	border: 2px #fff solid;
}
.schedule__content:nth-child(odd) .circle-small {
	background-color: #5FAB34;
}
.schedule__content:nth-child(odd) .schedule__content--headline {
	color: #5FAB34;
}
.schedule__content .circle-large {
	position: absolute;
	width: 38px;
	height: 38px;
	content: " ";
	left: -17px;
	margin: auto;
	top: 0;
	bottom: 0;
	border-radius: 100%;
	background-color: #F77424;
	border: 3px #fff solid;
}
.schedule__content .circle-large span {
	margin: 6px;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	background-color: #0091eb;
	border: 4px #fff solid;
}
.schedule__content--timestamp {
	font-weight: 900;
	font-size: 19px;
	color: #363636;
	margin: 0px 0px 0px;
	line-height: 100%;
}
.schedule__content--headline {
	font-weight: 900;
	font-size: 22px;
	color: #F77424;
	line-height: 110%;
	margin: 10px 0 10px 0;
}
.schedule__content--sub-headline {
	font-weight: 700;
	font-size: 14px;
	margin: 0px;
	color: #363636;
	line-height: 130%;
}

@media (min-width: 960px) {
.schedule__slider-wrap {
	overflow: hidden;
}
}

@media (max-width: 1279px) {
.schedule__slider {
	max-width: 960px
}
}

@media (max-width: 959px) {
.schedule__slider {
	max-width:/* */640px;
	max-width: 100%;
	width: 100%
}
.schedule::after {
	width: 115%;
	background-size: 115%;
}
}
/*Schedule CSS End*/


.lang {
	position: absolute;
	right: 16%;
	z-index: 100;
	width: 320px;
	bottom: 90px;
	opacity: 0.6;
	transform: rotate(-4deg);
	pointer-events: none;
}
.slider {
/*    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);*/
}
.slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.item {
	height: 100%;
	position: relative;
	z-index: 1;
}
.item img {
	width: 100%;
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}
.slick-active img {
	transform: scale(1);
}
.mob-loc {
	display: none;
}
.top-nav {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #E5E6EB;
	width: 400px;
	height: 100%;
	z-index: 99999;
	padding: 75px 0px 0px 50px;
	transform: translate3d(400px, 0px, 0);
	transition: transform .3s ease-in-out;
}
body.is-nav{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translate(0);
}

body.is-nav .top-nav {
	transform: translate3d(0px, 0px, 0);
}
body.is-nav .all-wrapper::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.333);
	z-index: 1000;
	transform: translate(0);
}
.top-nav ul li {
	margin-bottom: 20px;
}
.top-nav ul li a {
	display: block;
	padding: 5px;
	line-height: 100%;
	color: #121A36;
	font-size: 20px;
	font-weight: 900;
}
.top-nav ul li a:hover {
	color: #F77424;
}
.close-nav {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	display: block;
	z-index: 1;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.close-nav::after, .close-nav::before {
	width: 80%;
	height: 3px;
	background: #121A36;
	;
	z-index: 2;
	content: '';
	position: absolute;
	top: 15px;
	left: 3px;
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
}
.close-nav::before {
	transform: rotate(-45deg);
}
.close-nav:hover {
/*	background: rgba(0,0,0,1);*/
}
.close-nav:hover::after, .close-nav:hover::before {
	background: #F77424;
}
.logo-bottom {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}
.logo-bottom span {
	display: inline-block;
	width: 300px;
}

@media (max-width: 767px) {
.top-nav {
	width: 100%;
	transform: translate3d(100%, 0px, 0);
}
.logo-bottom {
	bottom: 30px;
}
.logo-bottom span {
	width: 230px;
}
}

/*Video Container*/

.video-container{
	padding: 50px 30px;
	margin: 0 auto;
}
.video-container .single-video{
	float: left;
	width: 33.333%;
	
}

.video-container .single-video a{
	display: block;
	margin: 0px 10px;
	background-image: url(../images/map-bg.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.video-container .single-video a figure {
	padding: 30px 30px 30px 30px;
	border-radius: 0;
	position: relative;
	
}



.video-container .single-video .story-img{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.video-container .video-title {
	text-align: center;
	font-size: 35px;
	color: #fff;
	margin: 0 0 25px 0;
	line-height: 100%;
}

.video-container .single-video a figure figcaption {
	position: absolute;
	width: 100%;
	line-height: 120%;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	padding:7px 10px;
	bottom: 0;
	word-spacing: 3px;
	background: -moz-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
	background: -webkit-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
	background: -ms-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
	background: -o-linear-gradient(left, rgba(49, 62, 108, 0.9) 0%, rgba(49, 62, 108, 0.2) 100%);
}


.video-container .single-video .story-img::after {
	width: 40px;
	height: 40px;
	position: absolute;
	content: '\f04b';
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: #000;
	border-radius: 100%;
	font-family: FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	line-height: 40px;
	color: #fff !important;
	opacity: 0.7;
	transition: 0.2s all ease-in-out;
}

.video-container .single-video:hover .story-img::after{
	opacity: 1;
	-webkit-animation: scaling 0.5s infinite alternate;
}


@-webkit-keyframes scaling {
From {
    -webkit-transform: scale(1.0);
}
To {
    -webkit-transform: scale(1.3);
}

}


@media (max-width: 619px) {
	
	
	.video-container {
	padding: 30px 0px;
}
	
	.single-video{
		padding: 0;
	}
	
.video-container .single-video a figure {
	padding: 25px;
	border-radius: 0;
	position: relative;
	
}	
	

}



