/*
	Template Name: exhibz
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Exhibz conference html template. 
  Version: 1.1

=====================
   table of content 
====================

1.   Typography
2.   Global Styles
3.   header nav
4.   hero area
5    intro area
6.   ts speakers area
7.   experiyence area
8.   schedule area 
9.   pricing area 
10.  blog area 
11.  sponsros area 
12.  map direction area 
13.  newsletter area 
14.  footer area 
15.  funfact area 
16.  contact area 
17.  blog details area 
18.  about area 
19.  faq area 
20.  404  
*/
/*
	Template Name: Exhibit -  Conference & Event HTML Template
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Eventor -  Conference & Event HTML Template
	Version: 1.0
*/
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area

	
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* ============================== */
/* Typography
================================================== */
/*body, p {
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 16px;
  color: #888888;
}
h1, h2, h3, h4, h5, h6 {
  color: #1c1c24;
  font-family: 'Roboto', sans-serif;
}
h1, h2 {
  font-family: 'Raleway', sans-serif;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}*/
/* Global styles
================================================== */
/*html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul {
  padding: 0;
  margin: 0;
}
a:link, a:visited {
  text-decoration: none;
}
a {
  color: #e7015e;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: #e7015e;
}
a.read-more {
  color: #e7015e;
  font-weight: 700;
}
a.read-more:hover {
  color: #222;
}
.body-color {
  background: #161362;
  color: #fff;
}
section, .section-padding {
  padding: 50px 0;
  position: relative;
}
.section-bg {
  background: #f9fafc;
}
.no-padding {
  padding: 0;
}
.p-60 {
  padding: 60px 0;
}
.media > .pull-left {
  margin-right: 20px;
}
.gap-60 {
  clear: both;
  height: 60px;
}
.gap-40 {
  clear: both;
  height: 40px;
}
.gap-30 {
  clear: both;
  height: 30px;
}
.gap-20 {
  clear: both;
  height: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-60 {
  margin-top: 60px;
}
.mrb-30 {
  margin-bottom: 30px;
}
.mrb-80 {
  margin-bottom: -80px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-100 {
  margin-right: 100px;
}
.ml-70 {
  margin-left: 70px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-100 {
  margin-right: 100px;
}
.mrt-0 {
  margin-top: 0 !important;
}
.pab {
  padding-bottom: 0;
}
a:focus {
  outline: 0;
}
img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}
.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #ff007a;
  height: 50px;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  color: #fff;
  background: #d20055;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}
.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}
.btn.fill:hover {
  background: #e7015e;
  border-color: #e7015e;
}
.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}
.btn-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  text-decoration: none !important;
}
.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.btn-link:hover {
  color: #e7015e;
}
.section-title, .column-title {
  font-size: 36px;
  font-weight: 800;
  color: #3b1d82;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 85px;
  text-align: center;
}
.section-title:after, .column-title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  right: 0;
  background-image: url(../images/shap/title.png);
  background-repeat: no-repeat;
  background-size: center center;
  background-position: contain;
  width: 70px;
  height: 10px;
  margin: auto auto 0;
  top: auto;
  bottom: 0;
}
.section-title span, .column-title span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.section-title.white, .column-title.white {
  color: #fff;
}
.section-title.white:after, .column-title.white:after {
  background-image: url(../images/shap/title-white.png);
}
.section-title.white span, .column-title.white span {
  color: #fff;
}
.column-title {
  margin-bottom: 35px;
  line-height: 42px;
  text-align: left;
}
.column-title span {
  margin-top: 0;
}
.column-title:after {
  right: auto;
}
.ts-title {
  font-size: 20px;
}
.hidden-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gradient {
  position: relative;
}
.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: -o-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.902;
}
.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.pages {
  margin-bottom: -5px;
  text-align: center;
}
.pages .pagination {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pages .pagination li:first-child a, .pages .pagination li:last-child a {
  border-radius: 50%;
}
.pages .pagination li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 8px;
  color: #7c7c7c;
  width: 40px;
  height: 40px;
  padding: 10px 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover {
  color: #fff;
  background: #ff0763;
  border: 1px solid transparent;
}
.color-primary {
  color: #ff057c !important;
}
/*  */
/*==========================
     ts speaker
===========================*/
.ts-speakers {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.ts-speaker {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.ts-speaker .speaker-img {
  /*width: 155px;
  height: 155px;*/
  /*width: 100%;
  height: 100%;*/
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  margin: auto auto 0px;
}
/**/ .ts-speaker .speaker-img img {
  width: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-speaker .speaker-img:before {
  position: absolute;
  left: 0;
  top: 0;
  /*width: 100%;
  height: 100%;*/
  content: '';
  background: rgba(59, 29, 130, 0.5);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.ts-speaker .view-speaker {
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 12px 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}
.ts-speaker .view-speaker1 {
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 12px 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  z-index: 2;
}
.ts-speaker:hover .view-speaker1 {
  top: 25%;
  opacity: 1;
}
.ts-title {
  color: #9a2928;
}
.ts-speaker .ts-title {
  margin-bottom: 5px;
}
.ts-speaker .ts-title a {
  color: #222222;
}
/*.ts-speaker:hover .speaker-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/
.ts-speaker:hover .speaker-img:before {
  opacity: 1;
}
.ts-speaker:hover .view-speaker {
  top: 50%;
  opacity: 1;
}
.ts-speaker:hover .ts-title a {
  color: #e7015e;
}
.ts-speaker.white-text .ts-title a, .ts-speaker.white-text p {
  color: #fff;
}
.speaker-classic {
  padding-top: 100px;
}
.speaker-classic .ts-speaker {
  margin-bottom: 60px;
}
.speaker-classic .ts-speaker .speaker-img {
  /*width: 100%;*/
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.speaker-classic .ts-speaker .ts-speaker-info {
  position: absolute;
  right: 0;
  bottom: -13px;
  background: #fff;
  z-index: 1;
  width: 90%;
  padding: 10px;
}
.speaker-classic .ts-speaker .ts-speaker-info .ts-title {
  margin-bottom: 0;
}
.speaker-classic .ts-speaker .ts-speaker-info p {
  margin-bottom: 0;
}
.speaker-shap img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
}
.speaker-shap img.shap1 {
  top: 15%;
}
.speaker-shap img.shap2 {
  bottom: 0;
  left: auto;
  top: 35%;
  right: 0;
  margin: auto;
}
.speaker-shap img.shap3 {
  top: auto;
  bottom: -25px;
  margin: auto;
  left: 6%;
}
.ts-speaker-popup {
  background: #fff;
  padding: 0;
  position: relative;
}
.ts-speaker-popup .ts-speaker-popup-img img {
  width: 100%;
}
.ts-speaker-popup .ts-speaker-popup-content {
  /*   padding: 40px 40px;*/ padding: 40px 40px 30px 20px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-title {
  margin-bottom: 10px;
}
.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.ts-speaker-popup .ts-speaker-popup-content .company-logo {
  margin-bottom: 15px;
}
.ts-speaker-popup .ts-speaker-popup-content p {
  margin-bottom: 25px;
}
.ts-speaker-popup .ts-speaker-popup-content h4 {
  font-size: 20px;
  font-weight: 700;
}
.ts-speaker-popup .ts-speaker-popup-content .session-name {
  margin-bottom: 15px;
}
.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
  color: #e7015e;
  margin-bottom: 30px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
  color: #ababab;
  margin-right: 18px;
}
.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
  color: #e7015e;
}
.ts-speaker-popup button.mfp-close {
  font-size: 30px;
}
/*------------back to top-------------*/
.BackTo {
  background: #e7015e none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 35px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}
.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}
.botpadd {
  padding-bottom: 30px;
}
.mar-bot10 {
  margin-bottom: 10px;
}
.play-bg {
  background-color: #9a2928;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 10px;
}
.play-bg1 {
  background-color: #861918;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 10px;
}
.play-bg h5 {
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 700; 
  text-transform: uppercase;
	
}
.play-bg1 h5 {
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.desi p {
	font-size: 15px;
	line-height: 17px;
}