@charset "utf-8";
* {
	margin: 0;
	padding: 0;

}
body {
	font-family: 'Oxygen', sans-serif;
	background: #fff;
	color: #000;
	
}

a, a:hover, a:focus {
	text-decoration: none;
	outline:none;
}
li {
	list-style-type: none;
}
header .top-bar {
	background-color: #000;
	color: #fff;
}
header .top-bar .top-bar1 ul {
	margin: 0;
}
header .top-bar .top-bar1 ul li {
	display: inline-block;
	margin-right: 20px;
	line-height: 32px;
	font-size: 11px;
	letter-spacing: 1px;
}
header .top-bar .top-bar1 ul li:last-child {
	font-size: 12px;
}
header .top-bar .top-bar1 ul li i {
	margin-right: 5px;
}
header .top-bar .top-bar2 ul {
	float: right;
	margin: 0;
}
header .top-bar .top-bar2 ul li {
	display: inline-block;
	margin-right: 10px;
	line-height: 32px;
	float: left;
}
header .top-bar .top-bar2 ul li a {
	color: #fff;
}
header .top-bar .top-bar2 ul li.social-icons a {
	background-color: transparent;
	margin-right: 10px;
	width: auto;
	height: auto;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border: none;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 0;
}
header .top-bar .top-bar2 ul li.social-icons a:last-child {
	margin-right: 0;
}
header .top-bar .top-bar2 ul li.social-icons a i {
	color: #fff;
}
header .top-bar .top-bar2 ul li.quote-btn {
	background-color: #c90005;
	width: auto;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 9px;
}
header .top-bar .top-bar2 ul li.quote-btn a {
	display: block;
	padding: 0;
}
header .navbar {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	background: #fff;
	padding: 15px 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 999;
}
header .navbar .navbar-brand {
	height: 80px;
	padding: 0;
}
header .navbar .navbar-brand img {
	height: 100%;
	width: auto;
}
header .navbar .header-print-pack-expo {
	float: right;
	height: 80px;
}
header .navbar-default .navbar-nav > li >a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .2s ease-in-out;
}
header .navbar-default .navbar-nav > li.active-nav > a, header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover {
	color: #c90005;
}
header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > .open > a:hover {
	color: #c90005;
	background-color: transparent;
}
header.dropdown-menu {
	padding: 10px 0;
}
header .dropdown-menu > li > a {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	transition: all .2s ease-in-out;
}
header .dropdown-menu > li >a:focus, header .dropdown-menu > li > a:hover {
	color: #c90005;
	background-color: #fff;
}
header .navbar-nav > li > .dropdown-menu {
	background-color: #c90005;
}
.sticky-header {
	position: fixed;
	z-index: 1001;
	width: 100%;
}
.sticky-header, .sticky-header * {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
header.sticky-header .navbar {
	padding: 10px 0;
}
header.sticky-header .navbar .navbar-brand, header.sticky-header .navbar .header-print-pack-expo {
	height: 45px;
}
section.slider .flexslider {
	border: none;
	border-radius: 0;
	margin: 0;
}
section.slider .flexslider .slides img {
	
	width: 100%;
	position: relative;
}
section.slider .flexslider .slides .slider-txt {
	position: absolute;
	z-index: 999;
	margin: -400px 0 0 0;
}
section.slider .flexslider .slides .slider-txt p {
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px;
	background: rgba(255,255,255,0.7);
	clear: both;
}
section.slider .flexslider .slides .slider-txt p.heading {
	color: #c90005;
	font-size: 37px;
	float: left;
}
section.slider .flexslider .flex-direction-nav .flex-prev {
	left: 10px;
}
section.slider .flexslider .flex-direction-nav .flex-next {
	right: 10px;
}
.flex-direction-nav a:before {
	font-size: 34px;
	color: #fff;
}
section.slider .flexslider .flex-control-nav {
	display: none;
}
section.timer h1, section.timer h2, section.timer h3, section.timer h4, section.timer h5, section.timer h6, section.timer p {
	margin: 0;
	padding: 0;
}
section.timer {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 999;
	padding: 15px 0;
}
section.timer .print-pack-logo img {
	width: 100%;
}
section.timer .timer-heading {
	color: #000;
	text-align: right;
	
}
section.timer .timer-heading h2 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
section.timer .timer-heading p {
	font-size: 13px;
	color:#777;
}
section.timer .timer-main {
	color: #fff;
	margin-top: 0px;
}
section.timer .timer-main .countdown {
	margin: 0;
	overflow: hidden;
}
section.timer .timer-main .countdown li {
	display: inline-block;
	width: 25%;
	float: left;
	text-align: center;
	color: #c90005;
}
section.timer .timer-main .countdown li span {
	font-size: 36px;
	font-weight: bold;
}
section.timer .timer-main .countdown li p {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
}
section.timer .print-pack-btn {
	margin-top: 28px;
}
section.timer .print-pack-btn a {
	background-color: #c90005;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
}
section.overview .overview-txt {
	padding-top: 25px;
}
section.overview .overview-txt h1 {
	
	margin-bottom: 20px;
	margin-top: 0px;
	color: #c90005;
font-size: 26px;
text-transform: uppercase;
}
section.overview .overview-txt h1 strong {
	font-weight: normal;
  color: #1F1D1D;
}
section.overview .overview-txt p {
	text-align: justify;
font-size: 15px;
margin-bottom: 20px;
line-height: 25px;
color:#777;
}
section.overview .overview-txt ul {
	margin-bottom: 25px;
	color:#777;
}
section.overview .overview-txt ul li {
	margin-bottom: 7px;
}
section.overview .overview-txt ul li i {
	color: #c90005;
	font-size: 15px;
	margin-right: 7px;
}
section.overview .overview-txt a {
	background-color: #c90005;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 12px;
}
section.overview .overview-img .owl-carousel-overview.owl-theme .owl-controls {
	margin-top: -25px;
	position: relative;
	z-index: 99;
}
section.about-tasshika {
	padding: 30px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
}
section.about-tasshika h1 {
	color: #c90005;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: normal;
	
	font-size: 26px;
}
section.about-tasshika h1 strong {
	font-weight: normal;
}
section.about-tasshika p {
	font-size: 15px;
margin: 15px 0 0;
font-weight: lighter;
line-height: 26px;
margin-bottom: 20px;
}
section.upcoming-events {
	margin-top: 30px;
	margin-bottom: 30px;
}
section.upcoming-events h2 {
	color: #1F1D1D;
	font-weight: normal;
	
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 25px;
}
section.upcoming-events p {
	margin-top: 0px;
	font-size: 15px;
	color:#777;
}
section.upcoming-events .owl-carousel {
	margin-top: 10px;
}
section.upcoming-events .owl-carousel .item .event-desc {
	background-color: #f1f1f1;
	padding: 0 20px 20px;
}
section.upcoming-events .owl-carousel .item .event-desc h3 {
	font-size: 22px;
	font-weight: bold;
	clear: both;
	margin-top: 6px;
}

section.upcoming-events .owl-carousel .item .event-desc ul li {
	display: inline-block;
}
section.upcoming-events .owl-carousel .item .event-desc ul.dtl {
	margin-top: 10px;
	margin-bottom: 16px;
}
section.upcoming-events .owl-carousel .item .event-desc ul.dtl li {
	color: #c90005;
	font-size: 14px;
	margin-right: 5px;
}
section.upcoming-events .owl-carousel .item .event-desc ul.dtl li i {
	margin-right: 3px;
}
section.upcoming-events .owl-carousel .item .event-desc p {
	font-size: 14px;
	text-align: justify;
	margin: 0 0 20px;
	color:#777;
}
section.upcoming-events .owl-carousel .item .event-desc a {
	background-color: #c90005;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size:12px;
}
section.upcoming-events .owl-carousel .item img {
	position: relative;
	
}
.owl-carousel-upcoming .item img {
	position: relative;
	border: 1px solid #ddd;
padding: 3px;
}
section.upcoming-events .owl-carousel .item .event-desc .event-countdown {
	overflow: hidden;
}
section.upcoming-events .owl-carousel .item .event-desc .event-countdown ul {
	overflow: hidden;
	margin: -82px auto 0;
	position: absolute;
	right: 0;
}
section.upcoming-events .owl-carousel .item .event-desc .event-countdown ul li {
	background-color: #c90005;
	width: 70px;
	margin-right: 5px;
	padding: 10px 0;
	text-align: center;
	float: left;
	color: #fff;
}
section.upcoming-events .owl-carousel .item .event-desc .event-countdown ul li span {
	font-size: 30px;
	font-weight: bolder;
}
section.upcoming-events .owl-carousel .item .event-desc .event-countdown ul li p {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color:#fff;
}
section.expo-highlight {
	background-image: url(../images/expo-highligh-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
	background-position: bottom;
}
section.expo-highlight h2 {
	background-color: #c90005;
	padding: 30px 0;
	text-align: center;
	font-weight: normal;
	
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	font-size: 25px;
}
section.expo-highlight .highlights {
	padding: 0 0 30px;
}
section.expo-highlight .highlights ul {
	margin-top: 55px;
	margin-bottom: 0;
}
section.expo-highlight .highlights li {
	color: #fff;
}
section.expo-highlight .highlights li i {
	display: block;
	width: 60px;
	height:60px;
	background-color: #c90005;
	text-align: center;
	line-height: 60px;
	
	font-size: 22px;
}
section.expo-highlight .highlights .highlight-1 li {
	text-align: right;
	padding-bottom: 5px;
}
section.expo-highlight .highlights .highlight-1 li i {
	float: right;
	margin-left: 10px;
}
section.expo-highlight .highlights .highlight-2 li {
	text-align: left;
	padding-bottom: 5px;
}
section.expo-highlight .highlights .highlight-2 li i {
	float: left;
	margin-right: 10px;
}
section.expo-highlight .highlights li h4 {
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 3px;
	font-size:17px;
}
section.expo-highlight .highlights li p {
font-size:13px;
padding: 0 71px;
}
section.expo-highlight .highlights .highlight-img img {
	margin: 56px 0 0;
	max-width: 78%;
	background: transparent;
	/*rgba(255,255,255,0.8)*/
	border-radius: 3px;
}
section.newsletter {
	background-color: #c90005;
	padding: 20px 0;
	color: #fff;
}
section.newsletter h2, section.newsletter p {
	text-align: center;
}
section.newsletter h2 {
	font-weight: normal;
	
	text-transform: uppercase;
	font-size: 25px;
}
section.newsletter p {
	margin: 10px 0;
	font-size: 16px;
}
section.newsletter form .form-group input {
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 50px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
}
 section.newsletter form .form-group input::-webkit-input-placeholder {
 color: #fff;
}
 section.newsletter form .form-group input:-moz-placeholder {
 /* Firefox 18- */
    color: #fff;
}
 section.newsletter form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
    color: #fff;
}
 section.newsletter form .form-group input:-ms-input-placeholder {
 color: #fff;
}
section.newsletter form .form-group .btn {
	display: block;
	margin: 15px auto 0;
	width: 130px;
	height: 50px;
	border: none;
	background-color: #fff;
	color: #c90005;
	font-weight: normal;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
	padding: 0;
}
section.participants {
	background-image: url(../images/expo-highligh-bg.jpg);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	color: #fff;
}
section.participants .participant {
	display: table;
	width: 150px;
	margin: 0 auto;
}
section.participants .participant i {
	float: left;
	border-right: 1px solid #ffffff;
	padding: 20px 20px 20px 0;
	font-size: 4em;
}
section.participants .participant .participant-desc {
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}
section.participants .participant .participant-desc .number {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
}
section.participants .participant .participant-desc .txt {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
section.participants .row > div:last-child .participant-desc p.number:after {
	content: 'K';
}
section.review {
	background-image: url(../images/review-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-attachment: fixed !important;
	background-position: bottom;
	font-size: 27px;
}
section.review h2 {
	background-color: #c90005;
	padding: 30px 0;
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
}
section.review .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
section.review .container-fluid > .row {
	margin-left: 0;
	margin-right: 0;
}
section.review .review-right {
	background: rgba(0,0,0,0.7);
}
section.review .owl-carousel-reviews {
	margin: 25px 0;
}
section.review .owl-carousel-reviews .item img {
	width: 130px;
	border-radius: 100%;
	border: 4px solid #fff;
	margin-bottom: 20px;
}
section.review .owl-carousel-reviews .owl-dots {
	text-align: left;
}
section.review .owl-carousel-reviews .item h3 {
	font-size: 25px;
	
}
section.review .owl-carousel-reviews .item h5 {
	line-height: 24px;
font-size: 13px;
font-weight: bold;
padding-top: 12px;
}
section.review .owl-carousel-reviews .item p {
	font-size: 14px;
line-height: 24px;
text-align: justify;
}
section.sponsors {
	padding: 30px 0;
}
section.sponsors h2 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	
	text-transform: uppercase;
	color: #1F1D1D;
	font-size: 25px;
}
section.sponsors .owl-carousel-sponsors .owl-item {
	padding: 0;
}
section.sponsors .owl-carousel-sponsors .owl-item a .img-gray, section.sponsors .owl-carousel-sponsors .owl-item a .img-original {
	display: block;
	position: relative;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	/*-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;*/;
}
section.sponsors .owl-carousel-sponsors .owl-item a .img-original {
	position: absolute;
	top: 0;
	left: 0;
}
section.sponsors .owl-carousel-sponsors .owl-item a .img-original, section.sponsors .owl-carousel-sponsors .owl-item a:hover.img-gray.img-hover {
	opacity: 0;
}
section.sponsors .owl-carousel-sponsors .owl-item a:hover .img-original.img-hover {
	opacity: 1;
}
section.sponsors .owl-carousel-sponsors .item img {
	width: 100%;
	display: block;
	border: 2px solid #d3d3d3;
}
footer {
	background: #000;
	color: #fff;
	padding: 30px 0 0;
}
footer h2 {
	margin: 0 0 20px;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 20px;
	color: #fff;
}
footer li {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e6e6e6;
}
footer li a {
	color: #fff;
}
footer iframe {
	width: 100%;
	height: 300px;
	border: none;
}
footer .widget_flickr {
	border: none;
	height: 330px;
}
footer .widget_flickr .flickr_badge_image {
	float: left;
	width: 33.33%;
}
footer .widget_flickr .flickr_badge_image img {
	width: 100%;
	height: 106px;
}
footer address p {
	font-size: 20px;
	margin-bottom: 15px;
}
footer address p {
	font-size: 20px;
	margin-bottom: 15px;
}
footer .footer-bottom {
	margin-top: 20px;
	padding-top: 5px;
	
	color: #fff;
	font-size: 12px;
	padding-bottom: 5px;
	background-color: #C90005;
}
footer .footer-bottom p {
	margin-bottom: 0;
}
footer .footer-bottom a {
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
/*footer .footer-bottom a:hover {
	color: #c90005;
}*/
/*Visitor Registration*/
#visitor-registration .slider {
	background-image: url(../images/visitor-px.jpg);
	background-repeat: no-repeat;
background-size: contain;
height: auto;
}
#visitor-registration .slider img {
	width: 100%;
	visibility: hidden;
}
#visitor-registration .slider h1 {
	margin: 0;
	text-align: center;
	position: relative;
	top: 110px;
	color: #C90005;
}
#visitor-registration .form {
	background: rgba(201,0,5,1.0);
	padding: 50px 0 20px;
	color: #fff;
}
#visitor-registration .form h3 {
	margin: 0 0 30px;
	color: #fff;
}
#visitor-registration .form form .form-group {
	color: #fff;
	margin-bottom: 20px;
}
#visitor-registration .form form .form-group input, #visitor-registration .form form .form-group textarea, #visitor-registration .form form .form-group select {
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 50px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
}
#visitor-registration .form form .form-group textarea {
	height: 60px;
	resize: none;
}
#visitor-registration .form form .form-group .bootstrap-select {
	background-color: transparent;
	box-shadow: none;
}
#visitor-registration .form form .form-group .bootstrap-select:focus, #visitor-registration .form form .form-group .bootstrap-select:active {
	border: none;
}
#visitor-registration .form form .form-group .bootstrap-select button {
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 50px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
}
#visitor-registration .form form .form-group input[type="radio"] {
	width: auto;
	padding: 0;
	height: auto;
	border: none;
	background-color: inherit;
	border-bottom: inherit;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	
}
#visitor-registration .form form .form-group button[type="submit"] {
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 30px;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
#visitor-registration .form form .form-group button[type="submit"]:hover {
	background-color: #fff;
	color: #C90005;
}
 #visitor-registration .form form .form-group input::-webkit-input-placeholder {
 color: #fff;
}
 #visitor-registration .form form .form-group input:-moz-placeholder {
 /* Firefox 18- */
    color: #fff;
}
 #visitor-registration .form form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
    color: #fff;
}
 #visitor-registration .form form .form-group input:-ms-input-placeholder {
 color: #fff;
}
 #visitor-registration .form form .form-group textarea::-webkit-input-placeholder {
 color: #fff;
}
 #visitor-registration .form form .form-group textarea:-moz-placeholder {
 /* Firefox 18- */
    color: #fff;
}
 #visitor-registration .form form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
    color: #fff;
}
 #visitor-registration .form form .form-group textarea:-ms-input-placeholder {
 color: #fff;
}
/*Stall Booking*/
#book-stall .slider {
	background-image: url(../images/expo-px.jpg);
	background-repeat: no-repeat;
background-size: contain;
height: auto;

}
#book-stall .slider img {
	width: 100%;
	visibility: hidden;
}
#book-stall .slider h1 {
	margin: 0;
	text-align: center;
	position: relative;
	top: 110px;
	color: #C90005;
}
#book-stall .form {
	background: rgba(201,0,5,1.0);
	padding: 50px 0 20px;
	color: #fff;
}
#book-stall .form h3 {
	margin: 0 0 30px;
	color: #fff;
}
#book-stall .form form .form-group {
	color: #fff;
	margin-bottom: 20px;
}
#book-stall .form form .form-group input, #book-stall .form form .form-group textarea, #book-stall .form form .form-group select {
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 50px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
}
#book-stall .form form .form-group textarea {
	height: 60px;
	resize: none;
}
#book-stall .form form .form-group .bootstrap-select {
	background-color: transparent;
	box-shadow: none;
}
#book-stall .form form .form-group .bootstrap-select:focus, #book-stall .form form .form-group .bootstrap-select:active {
	border: none;
}
#book-stall .form form .form-group .bootstrap-select button {
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 50px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
}
#book-stall .form form .form-group input[type="radio"] {
	width: auto;
	padding: 0;
	height: auto;
	border: none;
	background-color: inherit;
	border-bottom: inherit;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	
}
#book-stall .form form .form-group button[type="submit"] {
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 30px;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
#book-stall .form form .form-group button[type="submit"]:hover {
	background-color: #fff;
	color: #C90005;
}
 #book-stall .form form .form-group input::-webkit-input-placeholder {
 color: #fff;
}
 #book-stall .form form .form-group input:-moz-placeholder {
 /* Firefox 18- */
    color: #fff;
}
 #book-stall .form form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
    color: #fff;
}
 #book-stall .form form .form-group input:-ms-input-placeholder {
 color: #fff;
}
 #book-stall .form form .form-group textarea::-webkit-input-placeholder {
 color: #fff;
}
 #book-stall .form form .form-group textarea:-moz-placeholder {
 /* Firefox 18- */
    color: #fff;
}
 #book-stall .form form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
    color: #fff;
}
 #book-stall .form form .form-group textarea:-ms-input-placeholder {
 color: #fff;
}
/*Contact us*/

#ppse .slider {
	background-image: url(../images/ppse-px.jpg);
	background-repeat: no-repeat;
	
	background-size: contain;
	
	height: auto;
}
#ppse .slider img {
	width: 100%;
	visibility: hidden;
}
#contact .slider img {
	width: 100%;
	visibility: hidden;
}
#contact .slider h1 {
	margin: 0;
	text-align: center;
	position: relative;
	top: 110px;
	color: #C90005;
}
#contact .form-map {
	padding: 35px 0 0px;
}
#contact .form-map h3 {
	margin: 0 0 5px;
color: #1F1D1D;
font-size: 20px;

}
#contact .form-map .map iframe {
	width: 100%;
	height: 357px;
	margin-top: 20px;
	border: 3px solid #6B6B6B;
}
#contact .form-map .form form .form-group {
	color: #C90005;
	margin-bottom: 20px;
}
#contact .form-map .form form .form-group input, #contact .form-map .form form .form-group textarea, #contact .form-map .form form .form-group select {
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 50px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #777;
	box-shadow: none;
	border-radius: 0;
	color: #555;
}
#contact .form-map .form form .form-group textarea {
	height: 80px;
	resize: none;
}
#contact .form-map .form form .form-group .bootstrap-select {
	background-color: transparent;
	box-shadow: none;
}
#contact .form-map .form form .form-group .bootstrap-select:focus, #contact .form-map .form form .form-group .bootstrap-select:active {
	border: none;
}
#contact .form-map .form form .form-group .bootstrap-select button {
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 50px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #C90005;
	box-shadow: none;
	border-radius: 0;
	color: #C90005;
}
#contact .form-map .form form .form-group input[type="radio"] {
	width: auto;
	padding: 0;
	height: auto;
	border: none;
	background-color: inherit;
	border-bottom: inherit;
	box-shadow: none;
	border-radius: 0;
	color: #C90005;
	margin-left: 110px;
}
#contact .form-map .form form .form-group button[type="submit"] {
	background-color: transparent;
	border-radius: 0;
	color: #C90005;
	text-transform: uppercase;
	border: 2px solid #C90005;
	padding: 10px 30px;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
#contact .form-map .form form .form-group button[type="submit"]:hover {
	background-color: #C90005;
	color: #fff;
}
 #contact .form-map .form form .form-group input::-webkit-input-placeholder {
 color: #777;
}
 #contact .form-map .form form .form-group input:-moz-placeholder {
 /* Firefox 18- */
    color: #777;
}
 #contact .form-map .form form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
    color: #777;
}
 #contact .form-map .form form .form-group input:-ms-input-placeholder {
 color: #777;
}
 #contact .form-map .form form .form-group textarea::-webkit-input-placeholder {
 color: #777;
}
 #contact .form-map .form form .form-group textarea:-moz-placeholder {
 /* Firefox 18- */
    color: #777;
}
 #contact .form-map .form form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
    color: #777;
}
 #contact .form-map .form form .form-group textarea:-ms-input-placeholder {
 color: #777;
}
/*About us*/
#about {
}
#about .content {
	padding: 30px 0;
}
#about .content .about .heading {
	text-transform: uppercase;
	
	border-bottom: 1px solid #ff999b;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#about .content .mission-vision .heading {
	text-transform: uppercase;
	
	border-bottom: 1px solid #ff999b;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#about .content .team .heading {
	text-transform: uppercase;
	
	border-bottom: 1px solid #ff999b;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#about .content .about .heading h1 {
	margin: 0 0 15px;
}
#about .content .about .heading h3 {
	margin: 5px 0 0;
	text-align: left;
	color: #1F1D1D;
}
#about .content .mission-vision .heading h3 {
	margin: 5px 0 0;
	text-align: left;
	color: #1F1D1D;
}
#about .content .about .heading span {
	color: #C90005;
}
#about .content .mission-vision .heading span {
	color: #C90005;
}
#about .content .team .heading span {
	color: #C90005;
}
#about .content .about p {
	font-weight: lighter;
	text-align: justify;
	font-size: 15px;
	 color:#777;
}

#about .content .mission-vision h2 {
	color: #C90005;
	margin: 0 0 30px;
	text-transform: uppercase;
	text-align: center;
}
#about .content .mission-vision img {
	
}
#about .content .about h4 {
	color: #1F1D1D;
	text-transform: uppercase;
	font-weight: bold;
	margin: 30px 0 10px;
	font-size: 16px!important;
}
#about .content .mission-vision p {
	text-align: justify;
	font-size: 15px;
	margin: 0;
	 color:#777;
}
#about .content .mission-vision .mission {
	margin:60px 0 0;
}
#about .content .team {
	color: #fff;	
}
#about .content .team h3 {
	margin: 5px 0 0;
text-align: left;
color: #1F1D1D; 
}
#about .content .team h2 span{ color:#777;}
#about .content .team img {
	float: right;
margin-left: 20px;
border: 1px solid #aaa;
padding: 3px;
}
#about .content .team p {
	font-size: 15px;
	text-align: justify;
	color: #777;
	font-weight: lighter;
}

#about .content .tabs.animated-fade .tab-links {
	margin-top: 11px;
}
#about .content .tabs.animated-fade .about-slider .flexslider {
	margin: 0;
	border: none;
}
#about .content .tabs.animated-fade .about-slider .flexslider .slides img {
	height: 250px;
}
#about .content .tabs.animated-fade .about-slider .flexslider .flex-control-nav.flex-control-paging {
	display: none;
}
#about .slider {
    background-image: url(../images/about-px.jpg);
    background-repeat: no-repeat;
   
    background-size: contain;
height: auto;}

#about .slider img {
	width: 100%;
	visibility: hidden;
}


#expo .slider {
    background-image: url(../images/expo-px.jpg);
    background-repeat: no-repeat;
        background-size: contain;
}
#expo .slider img {
	width: 100%;
	visibility: hidden;
}
.vision h4, .mission h4{ padding-top:10px;} 
.vision img, .mission img{ margin-right:10px;} 
