/*!

EventCamp - Event and Conference Template.
Author :     TemplateHouse.Net
Author Url : http://TemplateHouse.net
Demo link : 
Version:	1.1

 */
/*------------------------------------------------------------------

Table of contents

-----------------------------------------------------------------*/
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
/* Plugins */
@import url(ionicons.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(vegas.min.css);
@import url(owl.carousel.min.css);
@import url(themify-icons.css);
@import url(magnific-popup.css);
@import url(theme.fonts.css);
/* Base structure */
html {
	width: 100% !important;
	height: 100% !important;
}
body {
	width: 100% !important;
	height: 100% !important;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.03em;
	color: #333;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 0 30px;
	text-transform: uppercase;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: 1px;
}
li {
	list-style: none;
}
/* Preloader */


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999999;
	right: 0;
	bottom: 0;
}
#preloader-status {
	height: 210px;
	width: 210px;
	background: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.no-transform {
	text-transform: none;
}
p {
	margin: 0 0 35px;
}
a {
	text-decoration: none;
	color: #000;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
a img {
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
img {
	-webkit-filter: blur(0);
	filter: blur(0);
}
a, img, :focus, input {
	outline: none !important;
}
a:hover, a:focus {
	color: #666;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------
    main menu
---------------------------------------------------------------------------- */


.main-nav a.navbar-brand {
	text-transform: uppercase;
	color: #009FE3;
	float: left;
	font-size: 20px;
	height: 65px;
	line-height: 25px;
	padding: 20px 15px 15px 15px;
	letter-spacing: 4px;
}
.main-nav nav.navbar {
	border-radius: 0;
	margin: 0;
	padding: 12px 0;
}
.main-nav ul.navbar-nav {
}
.main-nav ul.navbar-nav li {
	padding: 0 0 0 30px;
	margin: 0;
	display: inline-block;
}
.main-nav ul.navbar-nav li a {
	display: block;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	line-height: 65px;
	letter-spacing: 1px;
	font-size: 12px;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
.main-nav ul.navbar-nav li a:hover {
	color: #009FE3;
}
.main-nav nav.navbar {
	border-radius: 0;
	margin: 0;
	padding: 0 !important;
}
.main-nav ul.navbar-nav li {
	position: relative;
}
.main-nav ul.navbar-nav li ul {
	background: #000;
	left: -100%;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 270px;
	display: none;
}
.main-nav ul.navbar-nav li:hover ul {
	display: block;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
.main-nav ul.navbar-nav li ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.main-nav ul.navbar-nav li ul li a {
	display: block;
	padding: 5px 10px;
	margin: 0;
	line-height: 30px;
}
.main-nav ul.navbar-nav li ul li a:hover {
	color: #fff;
	background: #009FE3;
}
.main-nav .navbar-inverse {
	background: none;
	border: none;
}
.main-nav .affix {
	background: #000;
	visibility: visible;
	position: fixed;
	width: 100%;
}
.main-nav .affix {
	width: 100%;
	-webkit-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}
/*Header style css*/
.static_banner {
	display: table;
	text-align: center;
	width: 100%;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100% !important;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	top: -66px;
}
.static_banner_box .icon-big {
	display: inline-block;
	padding: 20px;
}
header .icon-big {
	line-height: 0;
}
.icon-big {
	font-size: 80px;
	line-height: 120px;
	display: block;
}
.static_banner_box {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0 0px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.static_banner_box h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 0;
	padding: 20px 0;
}
.static_banner_box .btn-border {
	border: 2px solid #fff;
	color: #fff !important;
	background-color: transparent;
}
.static_banner_box .btn-lg {
	font-size: 13px !important;
	padding: 10px 35px;
}
.static_banner_box .btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px !important;
	letter-spacing: 0.1em;
	outline: 0;
	text-transform: uppercase;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	text-shadow: none;
	text-decoration: none;
	font-weight: 400;
	padding: 7px 20px 6px;
}
.static_banner_box .btn-white {
	border: 2px solid #fff;
	color: #000 !important;
	background-color: #fff;
}
/*-------facts style-7 --------*/
.facts7 {
	background: url(../images/17.jpg) no-repeat center center / cover;
}
.facts7 .facts_wrapper {
	bottom: -80px;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
	position: relative;
}
.facts7 .facts_common {
	float: left;
	width: 25%;
}
.facts7 .facts_common h3.title_35 {
	color: #e13d77;
}
.facts7 .facts_common i {
	color: #75387f;
	display: inline-block;
	font-size: 45px;
	line-height: normal;
	margin-bottom: 15px;
}
.facts7 .facts_common span.line {
	height: 1px;
	width: 40px;
	background: #75387f;
	margin: 10px auto 15px;
}
.ptb_20 {
	padding: 20px 0;
}
.facts7 .facts_wrapper {
	bottom: -80px;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
	position: relative;
}
.radius_10 {
	border-radius: 10px;
}
.bg_color_ff {
	background-color: #ffffff;
}
.pos_relative {
	position: relative;
}
.pb_50 {
	padding-bottom: 50px;
}
.pt_30 {
	padding-top: 30px;
}
.facts7 .facts_common i {
	color: #75387f;
	display: inline-block;
	font-size: 45px;
	line-height: normal;
	margin-bottom: 15px;
}
.facts7 .facts_common h3.title_35 {
	color:#009FE3;
	margin:0;
}
.title_35 {
	font-size: 35px;
	line-height: 48px;
}
.facts7 .facts_common span.line {
	height: 1px;
	width: 40px;
	background: #75387f;
	margin: 10px auto 15px;
}
.d_block {
	display: block;
}
.facts_common .facts_title {
	font-size: 15px;
}
.color_66 {
	color: #666666;
}
 .shortcode_section_title .d_block::after {
 right: -48px;
}
.event_section_title .d_block::after, .event_section_title .d_block::before {
 background: #e2e2e2 none repeat scroll 0 0;
 content: "";
 height: 2px;
 position: absolute;
 top: 0.5px;
 width: 30px;
}
 event_section_title .d_block::before {
 left: -48px;
}
.event_section_title .d_block::after, .event_section_title .d_block::before {
 background: #e2e2e2 none repeat scroll 0 0;
 content: "";
 height: 2px;
 position: absolute;
 top: 0.5px;
 width: 30px;
}
 .event_section_title .d_block::after {
 right: -48px;
}
.event_section_title .d_block::after, .event_section_title .d_block::before {
 background: #e2e2e2 none repeat scroll 0 0;
 content: "";
 height: 2px;
 position: absolute;
 top: 0.5px;
 width: 30px;
}
.event_section_title h2 {
	line-height: 40px;
}
 .event_section_title .d_block::after {
 right: -48px;
}
.event_section_title .d_block::after, .event_section_title .d_block::before {
 background: #e2e2e2 none repeat scroll 0 0;
 content: "";
 height: 2px;
 position: absolute;
 top: 0.5px;
 width: 30px;
}
::after, ::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.event_section_title .d_block::before {
 left: -48px;
}
element {
}
.event_section_title .d_block {
	background: #444444 none repeat scroll 0 0;
	height: 3px;
	margin: 0 auto;
	width: 30px;
}
.event_section_title {
	margin: 0 0 25px 0;
}
/*----------Team Common Style----------*/
.team_common .member_info>a {
	color: #222;
	font-size: 17px;
	line-height: 26px;
}
.team_common .member_info span {
	color: #363636;
	font-size: 13px;
}
.team_common .member_img img {
	width: 100%;
}
/*-----------team style-1------------*/
.team_style1 .team_common {
	overflow: hidden;
	box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}
.team_style1 .member_img {
	border: 1px solid #f1f1f1;
}
.team_style1 .member_img>a {
	display: block;
}
.team_style1 .member_info {
	border-bottom: 2px solid #f1f1f1;
	padding: 20px 0;
}
.team_style1 .member_info:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background: #009FE3;
	transform: translate(-50%);
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
.team_style1 .team_common:hover .member_info:before {
	width: 100%;
}
.team_style1 .member_info a:hover {
	color: #11aee8;
}
.team_style1 .member_img .hoverlay a {
	background: #444444;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	height: 35px;
	padding: 5px 4px;
	text-align: center;
	width: 35px;
}
.team_style1 .member_img .hoverlay a:hover {
	background-color: #009FE3;
}
.team_style1 .member_img .hoverlay {
	position: absolute;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team_style1 .member_img .hoverlay li a {
	-webkit-transform: translate(36px);
	-moz-transform: translate(36px);
	-ms-transform: translate(36px);
	-o-transform: translate(36px);
	transform: translate(36px);
}
.team_style1 .team_common:hover .member_img .hoverlay li a {
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-ms-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px);
}
 .team_style1 .team_common .member_img .hoverlay li:nth-child(1) a {
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -ms-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}
.team_style1 .team_common .member_img .hoverlay li:nth-child(2) a {
 -webkit-transition-delay: 0.1s;
 -moz-transition-delay: 0.1s;
 -ms-transition-delay: 0.1s;
 -o-transition-delay: 0.1s;
 transition-delay: 0.1s;
}
.team_style1 .team_common .member_img .hoverlay li:nth-child(3) a {
 -webkit-transition-delay: 0.2s;
 -moz-transition-delay: 0.2s;
 -ms-transition-delay: 0.2s;
 -o-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
.team_style1 .team_common .member_img .hoverlay li:nth-child(4) a {
 -webkit-transition-delay: 0.3s;
 -moz-transition-delay: 0.3s;
 -ms-transition-delay: 0.3s;
 -o-transition-delay: 0.3s;
 transition-delay: 0.3s;
}
 .team_style1 .team_common:hover .member_img .hoverlay li:nth-child(1) a {
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -ms-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}
.team_style1 .team_common:hover .member_img .hoverlay li:nth-child(2) a {
 -webkit-transition-delay: 0.1s;
 -moz-transition-delay: 0.1s;
 -ms-transition-delay: 0.1s;
 -o-transition-delay: 0.1s;
 transition-delay: 0.1s;
}
.team_style1 .team_common:hover .member_img .hoverlay li:nth-child(3) a {
 -webkit-transition-delay: 0.2s;
 -moz-transition-delay: 0.2s;
 -ms-transition-delay: 0.2s;
 -o-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
.team_style1 .team_common:hover .member_img .hoverlay li:nth-child(4) a {
 -webkit-transition-delay: 0.3s;
 -moz-transition-delay: 0.3s;
 -ms-transition-delay: 0.3s;
 -o-transition-delay: 0.3s;
 transition-delay: 0.3s;
}
.team_style1 .owl-nav {
	margin-top: 20px;
	text-align: center;
}
.team_style1 .owl-prev, .team_style1 .owl-next {
	display: inline-block;
	font-size: 20px;
	height: 30px;
	padding: 3px;
	text-align: center;
	width: 30px;
	margin: 0 5px;
}
.team_style1 .owl-prev:hover, .team_style1 .owl-next:hover {
	background: #11aee8;
	color: #fff;
	border-radius: 3px;
}
.team_section {
	margin:100px 0 25px 0;
}
/*---------------btn_style5------------------*/

.social_common {
	width: 100%;
}
.social_common li a {
	color: #666666;
	display: inline-block;
	font-size: 18px;
}
.button_common {
	margin-left: -25px;
	text-align: center;
}
.button_common > li {
	margin-bottom: 25px;
	margin-left: 25px;
}
.button_common li a {
	border: 1px solid #77379f;
	color: #77379f;
	display: block;
	font-size: 18px;
	line-height: 50px;
	padding: 0 45px 0 28px;
	position: relative;
	text-transform: uppercase;
}
.button_common li a i {
	overflow: hidden;
}
.btn_style5 {
	margin-left: -70px;
}
.btn_style5 > li {
	margin-left: 70px;
	margin-bottom: 40px;
}
.btn_style5 li a {
	background: #00b4e1;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 0 26px 0 74px;
	position: relative;
}
.btn_style5 li a i {
	font-size: 24px;
}
.btn_style5 li a > span {
	align-items: center;
	border-radius: 5px 0 0 5px;
	display: flex;
	flex-flow: column nowrap;
	height: 50px;
	justify-content: center;
	left: 0;
	line-height: normal;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50px;
}
.btn_style5 > li.facebook a {
	background: #3c5a98;
}
.btn_style5 > li.facebook a span {
	background: #314E88;
}
.btn_style5 > li.twitter a {
	background: #1DA1F2;
}
.btn_style5 > li.twitter a span {
	background: #0E92DE;
}
.btn_style5 > li.g-plus a {
	background: #DB4437;
}
.btn_style5 > li.g-plus a span {
	background: #c73023;
}
.btn_style5 > li.linkedin a {
	background: #0077B5;
}
.btn_style5 > li.linkedin a span {
	background: #0062a0;
}
.btn_style5 > li.pinterest a {
	background: #BD081C;
}
.btn_style5 > li.pinterest a span {
	background: #a20001;
}
.btn_style5 > li.youtube a {
	background: #FF0000;
}
.btn_style5 > li.youtube a span {
	background: #de0000;
}
.btn_style5 li a i:before {
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
 .btn_style5 li a:hover i::before {
 -webkit-animation: iconTranslateY 0.5s forwards;
 -moz-animation: iconTranslateY 0.5s forwards;
 animation: iconTranslateY 0.5s forwards;
}
 @-webkit-keyframes iconTranslateY {
 49% {
 -webkit-transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
 @-moz-keyframes iconTranslateY {
 49% {
 -moz-transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -moz-transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
 @keyframes iconTranslateY {
 49% {
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
.d_inline, .d_inline li {
	display: inline-block;
}
.d_inline, .d_inline li {
	display: inline-block;
}
/*--------icon style-8------------*/
.icon_style8 > li {
	float: left;
	text-align: center;
	width: 16.6667%;
}
.icon_style8 li a {
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 80px;
}
.icon_style8 li.facebook {
	background: #4c65a8;
}
.icon_style8 li.twitter {
	background: #41a1f6;
}
.icon_style8 li.g-plus {
	background: #e93e30;
}
.icon_style8 li.pinterest {
	background: #ff4c5b;
}
.icon_style8 li.behance {
	background: #1c52e7;
}
.icon_style8 li.linkedin {
	background: #e13e82;
}
 .icon_style8 li a i::before {
 display: block;
 -webkit-font-smoothing: subpixel-antialiased !important;
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
}
 .icon_style8 li a:hover i::before {
 -webkit-animation: iconTranslateY 0.4s forwards;
 -moz-animation: iconTranslateY 0.4s forwards;
 animation: iconTranslateY 0.4s forwards;
}
.icon_style8 li.facebook {
	background: #4c65a8;
}
.icon_style8 > li {
	float: left;
	text-align: center;
	width: 16.6667%;
}
.social_common {
	width: 100%;
	margin:0;
	padding:0;
}
.single-count {
	background: #eee;
	text-align: center;
	width: 49%;
	display: inline-block;
	margin: 4px 0 0 0;
}
.single-count h1 {
	margin: 15px 0 0 0;
}
/* ----------------------------------------------------------------------------
    map
---------------------------------------------------------------------------- */


.maingoo-map {
	text-align: center;
	min-height: 500px;
	position: relative;
}
.map-form-switcher {
	display: inline-block;
	border: 5px solid rgba(255, 255, 255, 0.4);
	-webkit-background-clip: padding-box;
	/* for Safari */
  background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
  border-radius: 40px;
	position: relative;
	top: -40px;
	z-index: 4;
}
.map-form-switcher .switcher-bg {
	background: #fff;
	padding: 15px 36px;
	border-radius: inherit;
}
.map-form-switcher .switcher-text {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	top: 2px;
}
.map-form-switcher .switcher-toggle {
	display: inline-block;
	vertical-align: middle;
	margin: 0 22px;
	border: 1px solid #e8ecef;
	border-radius: 25px;
	background: #f6f8f9;
	width: 70px;
	height: 35px;
	position: relative;
	left: -4px;
	cursor: pointer;
	-webkit-transition: all 0.45s linear;
	-moz-transition: all 0.45s linear;
	-ms-transition: all 0.45s linear;
	-o-transition: all 0.45s linear;
	transition: all 0.45s linear;
}
.map-form-switcher .switcher-toggle .icon {
	display: block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 1px solid #e8ecef;
	background: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.maingoo-map.map-active .map-form-switcher .switcher-toggle {
	border-color: transparent;
}
.maingoo-map.map-active .map-form-switcher .switcher-toggle .icon {
	left: 100%;
	margin-left: -30px;
}
.for-map {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ui-map {
	height: 100%;
}
/* ----------------------------------------------------------------------------
    Contact Form
---------------------------------------------------------------------------- */


.quick-con-form:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(30, 30, 30, 0.85);
}
.maingoo-map.map-active .map-form-switcher .switcher-toggle {
	background: #009FE3;
}
.b-form input {
	background: rgba(30, 30, 30, 0.25);
	border:1px solid #444444;
	margin:12px 0;
	height:42px;
	color:#CCC;
}
.b-form textarea {
	background: rgba(30, 30, 30, 0.25);
	border:1px solid #444444;
	margin:12px 0;
	height:90px;
	color:#CCC;
}
.b-form button.ec-btn {
	margin:24px 0 0 0;
}
h4.demo-title {
	text-transform: uppercase;
	color:#333;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing:3px;
	font-size:22px;
	text-align:center;
}
.without-slide .sponsors-logo {
	display:inline-block;
	width:138px;
	max-width:100%;
}
.without-slide4 .sponsors-logo {
	display:inline-block;
	width:276px;
	max-width:100%;
}
.without-slide .our-team {
	display:inline-block;
	width:287px;
	max-width:100%;
}
.without-slide3 .our-team {
	display:inline-block;
	width:386px;
	max-width:100%;
}
.black-color {
	background:#222222;
}
.black-color .pricingTable .price-Value {
	color: #fff;
	display: inline-block;
	font-size: 44px;
	position: relative;
}
.black-color .pricingTable {
	color: #fff;
	text-align: center;
}
.box-color .pricingTable {
	background: #009FE3;
}
.count-icon i {
	color: #009FE3;
	font-size:24px;
}
/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position:relative;
	background:#222222;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#c8c8c8;
}
.footer-style-two {
	background:#012142;
}
.footer-style-three:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.90);
}
.main-footer .widgets-section {
	padding: 35px 0 10px;
	position: relative;
	z-index: 1;
}
.text a {
	color:#009FE3;
}
.footer-style-two .widgets-section {
	padding:60px 0px 20px;
	border-top:1px solid rgba(255, 255, 255, 0.10);
}
.footer-style-three .widgets-section {
	padding:90px 0px 50px;
}
.main-footer .centered-widget {
	position:relative;
	padding:30px 0px;
	text-align:center;
}
.main-footer .centered-widget .widget-content {
	position:relative;
	max-width:700px;
	margin:0 auto;
}
.main-footer .centered-widget .logo {
	position:relative;
	margin-bottom:10px;
}
.main-footer .centered-widget .text {
	position:relative;
	line-height:1.8em;
	margin-bottom:20px;
}
.main-footer .social-links {
	position:relative;
}
.main-footer .social-links a {
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:13px;
	color:#d8d8d8;
	margin-right:15px;
}
.main-footer .centered-widget .social-links a {
	margin:0px 10px;
}
.main-footer .social-links a:hover {
	color:#18ba60;
}
.main-footer .footer-column {
	margin-bottom:30px;
}
.main-footer .footer-widget {
	position:relative;
}
.main-footer .footer-logo-one {
	position:relative;
	margin-bottom:20px;
}
.main-footer .footer-logo-one img {
	display:block;
	max-width:100%;
}
.main-footer .footer-column h2 {
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
	margin-bottom:25px;
	color:#ffffff;
}
.main-footer .work-hours-widget .text {
	margin-bottom:20px;
	line-height:1.8em;
	padding-right:20px;
}
.main-footer .work-hours-widget .hours-info {
	position:relative;
	max-width:300px;
}
.main-footer .work-hours-widget .hours-info li {
	position:relative;
	line-height:24px;
	margin-bottom:15px;
}
.main-footer .work-hours-widget .hours-info li .pull-right {
	color:#18ba60;
}
.main-footer .about-widget .logo {
	position:relative;
	margin-top:-27px;
}
.main-footer .about-widget .text {
	margin-bottom:20px;
	line-height:1.8em;
}
.main-footer .gallery-widget .images-outer {
	position:relative;
	margin:0px -2px;
}
.main-footer .gallery-widget .image-box {
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 2px;
	margin-bottom:4px;
}
.main-footer .gallery-widget .image-box img {
	position:relative;
	display:block;
	width:100%;
	border-radius:3px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-footer .gallery-widget .image-box img:hover {
	opacity:0.70;
}
.main-footer .links-widget {
	padding-left:30px;
}
.main-footer .links-widget .list li {
	position:relative;
	margin-bottom:6px;
}
.main-footer .links-widget .list li a {
	position:relative;
	display:block;
	line-height:24px;
	padding:4px 0px 4px 20px;
	color:#c8c8c8;
	text-transform:capitalize;
}
.main-footer .links-widget .list li a:before {
	content:'\f105';
	position:absolute;
	left:0px;
	top:2px;
	line-height:24px;
	font-size:16px;
	font-family: 'FontAwesome';
	color:#444444;
}
.main-footer .links-widget .list li a:hover {
	color:#18ba60;
}
.main-footer .subscribe-widget {
	position:relative;
}
.main-footer .subscribe-widget .text {
	position:relative;
	line-height:1.8em;
	margin-bottom:30px;
}
.main-footer .subscribe-widget .form-group {
	position:relative;
	display:block;
	margin-bottom:10px;
}
.main-footer .subscribe-widget .form-group input[type="text"], .main-footer .subscribe-widget .form-group input[type="tel"], .main-footer .subscribe-widget .form-group input[type="email"], .main-footer .subscribe-widget .form-group textarea {
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 16px;
	height:42px;
	color:#222222;
	font-size:13px;
	border-radius:3px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-footer .subscribe-widget .form-group input[type="text"]:focus, .main-footer .subscribe-widget .form-group input[type="tel"]:focus, .main-footer .subscribe-widget .form-group input[type="email"]:focus, .main-footer .subscribe-widget .form-group textarea:focus {
	background:#f1f1f1;
}
.main-footer .subscribe-widget .form-group input[type="submit"], .main-footer .subscribe-widget button {
	position:relative;
	display:block;
	width:100%;
	text-align:center;
}
.main-footer .posts-widget .post {
	position:relative;
	padding-left:75px;
	min-height:55px;
	margin-bottom:20px;
}
.main-footer .posts-widget .post .image {
	position:absolute;
	left:0px;
	top:5px;
	width:60px;
	border-radius:5px;
}
.main-footer .posts-widget .post .image img {
	position:relative;
	display:block;
	width:60px;
	border-radius:5px;
}
.main-footer .posts-widget .post .text {
	position:relative;
	line-height:24px;
	font-size:14px;
}
.main-footer .posts-widget .post .text a {
	position:relative;
	color:#c8c8c8;
}
.main-footer .posts-widget .post .time {
	position:relative;
	color:#18ba60;
	line-height:20px;
	font-size:12px;
}
.main-footer .contact-info {
	position:relative;
	margin-bottom:30px;
}
.main-footer .contact-info li {
	position:relative;
	line-height:24px;
	padding-left:30px;
	margin-bottom:15px;
	color:#e3e3e3;
	font-size:14px;
}
.main-footer .contact-info li .icon {
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;
	font-size:16px;
	color:#18ba60;
}
.main-footer a {
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-footer .footer-bottom {
	position:relative;
	font-size:14px;
	padding:13px 0px;
	line-height:24px;
	text-align:center;
	background:#171717;
	color:#c8c8c8;
	z-index:1;
}
.footer-style-two .footer-bottom {
	background:#001b36;
}
.footer-style-three .footer-bottom {
	background:#18ba60;
	color:#ffffff;
}
ul.list {
	margin:0;
	padding:0;
}
ul.list li {
	display:inline-block;
	padding:0;
	width:100%;
}
ul.list li a:hover {
	color:#009FE3 !important;
}
.newsletter-form input {
	background:#fff;
	color:#333;
	border:none;
	padding:9px 0;
}
.newsletter-form button.btn-style-one {
	background:#fff;
	color:#333;
	border:none;
	padding:9px 0;
}
.newsletter-form button.btn-style-one:hover {
	background:#009FE3;
	color:#fff;
}
/**************************************************
	Registration Swection
***************************************************/


.registration-section {
	background:url(../images/regi-bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	padding:40px 0;
}
.registration-section h2 {
	color: #fff;
	display: block;
	font-size: 35px;
	letter-spacing: 4px;
	margin: 38px 0 26px;
	text-align: center;
	text-transform: uppercase;
}
.registration-section p {
	color: #999;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
}
/**************************************************
	Registration Swection
***************************************************/

.sponsors-section {
	padding:40px 0;
}
.sponsors-logo {
	background: #f6f6f6;
}
/*** 

====================================================================
	Call TO Action Footer
====================================================================

***/

.call-to-action-footer {
	position:relative;
	background:#222222;
	color:#ffffff;
}
.call-to-action-footer:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background:#009FE3;
}
.call-to-action-footer:after {
	content:'';
	position:absolute;
	left:50%;
	top:0px;
	width:50%;
	height:100%;
	background:#222222;
}
.call-to-action-footer .auto-container {
	position:relative;
	z-index:1;
}
.call-to-action-footer .left-column .inner-box {
	position:relative;
	padding:32px 0px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
	line-height:44px;
}
.call-to-action-footer .left-column .inner-box strong {
	font-weight:500;
	font-size:20px;
}
.call-to-action-footer .left-column .icon-box {
	position:relative;
	display:inline-block;
	width:44px;
	height:44px;
	border:3px solid #ffffff;
	line-height:38px;
	text-align:center;
	font-size:18px;
	margin-right:20px;
	border-radius:50%;
}
.call-to-action-footer .right-column .inner-box {
	background: #222222 none repeat scroll 0 0;
	color: #c8c8c8;
	line-height: 1.5em;
	margin-top: 0px;
	padding: 35px 0 20px;
	position: relative;
}
.call-to-action-footer .right-column .inner-box:before {
	content:'';
	position:absolute;
	left:-35px;
	top:0px;
	width:70px;
	height:100%;
	background:#222222;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}
.call-to-action-footer .right-column .inner-box .content-box {
	position:relative;
	padding-left:190px;
}
.call-to-action-footer .right-column .inner-box .content-box .logo-box {
	position:absolute;
	left:0px;
	top:0px;
	padding:15px 0px;
	width:160px;
	height:80px;
	border-right:1px solid #555555;
}
.call-to-action-footer .right-column .inner-box .content-box .text {
	position:relative;
}
.logo-box a.navbar-brand {
	color:#fff;
	text-transform:uppercase;
}
.ec-btn {
	-webkit-box-shadow: inset 0 65px 0 transparent;
	-moz-box-shadow: inset 0 65px 0 transparent;
	box-shadow: inset 0 65px 0 transparent;
	-webkit-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, -moz-box-shadow 0.2s ease;
	-o-transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, box-shadow 0.2s ease;
	transition: color 0.2s ease, border 0.2s ease, background 0.25s ease, box-shadow 0.2s ease;
	position: relative;
	margin: 0 7px;
	vertical-align: middle;
	display: inline-block;
	min-width: 144px;
	max-width: 100%;
	padding: 21px 25px 19px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0.59em;
	border: none;
	border-radius: 4px;
	overflow: hidden;
	background-color: #009FE3;
	color: #fff;
}
.registration-section .banner-btn {
	margin: 55px auto 30px;
	text-align: center;
}
.sponsor_section {
	margin:50px 0 0 0;
}
/**************************************************
	program
***************************************************/

.feature-listing {
	padding: 0 0 40px 0;
}
.program, .program h2 {
	width: 100%;
	display: inline-block;
}
.program h2 {
	background-color: #009FE3;
	padding: 15px 115px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.program h2 span {
	display: block;
	padding: 25px 0;
	letter-spacing:3px;
}
.program-section .carousel-control {
	width: 10%;
	top: 15px;
}
.program-section .carousel-control.right, .program-section .carousel-control.left {
	background-image: none;
	opacity: 1;
	font-size: 45px;
}
.carousel-control.left {
	background: #222;
	height: 107px;
	margin: -3px 0 0 15px;
}
.carousel-control {
	opacity:1 !important;
}
.carousel-control.right {
	background: #222;
	height: 107px;
	margin: -3px 14px 0 0;
}
.carousel-control {
	font-size: 60px;
	top: 18px;
}
.program h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#program {
	background:#fff;
}
.program h2 {
	margin: 15px 0 0 !important;
}
.schedule-box {
	position:relative;
	margin:30px 0 0 0;
}
.schedule-box .tab-buttons {
	position:relative;
	width:100%;
	display:table;
}
.style-two .schedule-box .tab-buttons {
	display:block;
	float:left;
	width:18%;
}
.schedule-box .tab-buttons .tab-btn {
	position:relative;
	display:table-cell;
	text-align:center;
	background:#ffffff;
	color:#009FE3;
	line-height:1.4em;
	padding:20px 10px;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	font-family: 'Josefin Sans', sans-serif;
	cursor:pointer;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.style-two .schedule-box .tab-buttons .tab-btn {
	display:block;
}
.schedule-box .tab-buttons .tab-btn:last-child {
	border-right:none;
}
.style-two .schedule-box .tab-buttons .tab-btn:last-child {
	border-bottom:none;
	border-right:1px solid #dadada;
}
.schedule-box .tab-buttons .tab-btn.active, .schedule-box .tab-buttons .tab-btn:hover {
	border-color:#009FE3;
	background:#009FE3;
	color:#ffffff;
}
.style-two .schedule-box .tab-buttons .tab-btn.active, .style-two .schedule-box .tab-buttons .tab-btn:hover {
	border-bottom-color:#ffffff;
}
.schedule-box .tab-buttons .tab-btn .day {
	display:block;
	text-transform:capitalize;
	font-size:22px;
	margin-bottom:7px;
}
.schedule-box .tab-buttons .tab-btn .date {
	display:block;
	font-size:15px;
}
.schedule-box .tab-buttons .tab-btn .curve {
	position:absolute;
	display:block;
	width:100%;
	left:0px;
	bottom:0px;
	background:none;
	text-align:center;
	opacity:0;
}
.style-two .schedule-box .tab-buttons .tab-btn .curve {
	width:20px;
	height:100%;
	bottom:auto;
	left:auto;
	right:0px;
	top:0px;
}
.schedule-box .tab-buttons .tab-btn.active .curve, .schedule-box .tab-buttons .tab-btn:hover .curve {
	bottom:-19px;
	opacity:1;
	transition:all 300ms ease 200ms;
	-webkit-transition:all 300ms ease 200ms;
	-ms-transition:all 300ms ease 200ms;
	-o-transition:all 300ms ease 200ms;
	-moz-transition:all 300ms ease 200ms;
}
.style-two .schedule-box .tab-buttons .tab-btn.active .curve, .style-two .schedule-box .tab-buttons .tab-btn:hover .curve {
	bottom:auto;
	right:-17px;
}
.schedule-box .tab-buttons .tab-btn .curve:after {
	content:'';
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-top-color:#009FE3;
}
.style-two .schedule-box .tab-buttons .tab-btn .curve:after {
	content:'';
	position:absolute;
	right:3px;
	top:42px;
	display:inline-block;
	width:0px;
	height:0px;
	border:7px solid transparent;
	border-left-color:#009FE3;
}
.schedule-box .tabs-box {
	position:relative;
}
.style-two .schedule-box .tabs-box {
	float:left;
	width:82%;
}
.schedule-box .tab {
	position:relative;
	padding:40px 20px;
	display:none;
}
.style-two .schedule-box .tab {
	padding-bottom:10px;
}
.schedule-box .tab.current {
	display:block;
}
.schedule-box .hour-box {
	position:relative;
	padding-left:150px;
	font-size:16px;
	color:#7f7f7f;
	padding-bottom:20px;
	overflow:hidden;
}
.schedule-box .hour-box:before {
	content:'';
	position:absolute;
	left:111px;
	top:24px;
	width:2px;
	height:100%;
	background:#d2d2d2;
}
.schedule-box .hour-box.active-box:before {
	background:#009FE3;
}
.schedule-box .hour-box:last-child:before {
	display:none;
}
.schedule-box .hour-box .hour {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	line-height:2em;
	color:#7f7f7f;
}
.schedule-box .hour-box .circle {
	position:absolute;
	left:100px;
	top:0px;
	width:24px;
	height:24px;
	border:2px solid #d2d2d2;
}
.schedule-box .hour-box.active-box .circle {
	border-color:#009FE3;
	background: #009FE3;
}
.schedule-box .hour-box .toggle-btn {
	position:relative;
	top:-16px;
	margin-bottom:5px;
	cursor:pointer;
}
.schedule-box .hour-box .toggle-btn {
	background:#F8F8F8;
	color:#333;
	padding:10px 18px;
}
.schedule-box .hour-box .toggle-btn h3 {
	position:relative;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:30px;
	color:#626878;
	margin:18px 0 4px 0;
	letter-spacing:1px;
}
.schedule-box .hour-box .toggle-btn h3:after {
	font-family: 'FontAwesome';
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	display:block;
	color:#009FE3;
	line-height:28px;
	font-size:24px;
	text-align:right;
	z-index:5;
}
.schedule-box .hour-box .content-box {
	position:relative;
	padding-right:20px;
	display:none;
}
.schedule-box .hour-box .content-box.collapsed {
	display:block;
}
.schedule-box .hour-box .content-box .professional {
	position:relative;
}
.schedule-box .hour-box .professional .info {
	position:relative;
	padding-left:110px;
	padding-top:10px;
	min-height:50px;
	margin-bottom:20px;
}
.schedule-box .hour-box .professional .info .image {
	position:absolute;
	left:15px;
	top:0px;
	width:72px;
	height:72px;
	border:1px solid #d0d0d0;
	overflow:hidden;
}
.schedule-box .hour-box .professional .info .image img {
	display:block;
	width:100%;
}
.schedule-box .hour-box .professional .info .prof-title {
	font-size:14px;
	margin-bottom:7px;
	color:#292929;
	font-weight:500;
	margin:6px 0 0 0;
}
.schedule-box .hour-box .professional .info .prof-occup {
	font-size:13px;
	color:#009FE3;
}
.schedule-box .hour-box .theme-btn {
	margin:15px 5px 5px;
}
.theme-btn.dull, .schedule-box .hour-box .theme-btn.dull {
	background:#e96969;
}
.schedule-box .hour-box .theme-btn:before {
	background:#e04545;
}
.content p {
	line-height: 24px;
	margin: 10px auto 10px;
	padding: 0;
	width: 100%;
	font-size:14px;
}
.theme-btn.dull, .schedule-box .hour-box .theme-btn.dull {
	background: #009FE3;
	padding: 10px 25px;
	color: #fff;
}
a.event-btn-style {
	background: #009FE3;
	padding: 10px 25px;
	color: #fff;
}
a.event-btn-style span {
	padding:0 8px 0 0;
}
.speakers .owl-prev {
	background:url(../images/btn2.jpg) no-repeat;
	height:50px;
	width:50px;
	display:block;
	margin:0 0 6px 0;
}
.speakers .owl-next {
	background:url(../images/btn1.jpg) no-repeat;
	height:50px;
	width:50px;
	display:block;
}
.speakers .owl-controls {
	position: absolute;
	top: 150px;
	margin: 0 0 0 0;
	left: -68px;
}
#program {
	position: relative;
	box-shadow: 0 0 10px 2px #eee;
	margin: 20px 0 0 0;
}
.speakers-btn {
	clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
	display: block;
	text-align: center;
}
.speakers-btn a.ec-btn {
	margin: 35px 0 0 0;
}
.welcome_note.ptb_20.coming_soon1 {
	margin: -45px 0 20px 0;
}
.team_style1 .team_common {
	margin: 15px 15px;
}
.gray-section {
	background-color: #f8f8f8;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.imagebox-with-text-wrapper .imagebox-with-text {
	background-color: #fff;
 transition: all .35s ease;
}
.imagebox-with-text-wrapper .imagebox-with-text .image-wrapper {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.image-wrapper a::before {
 background: #46c2ca none repeat scroll 0 0;
 content: "";
 height: 100%;
 opacity: 0;
 position: absolute;
 transform: scaleX(0);
 transition: all 0.8s ease 0s;
 width: 100%;
}
.imagebox-with-text-wrapper .imagebox-with-text .imagebox-details {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 18px 25px;
	border: 1px solid #ebebeb;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(235, 235, 235);
	border-top: 0 solid;
}
.imagebox-with-text-wrapper .imagebox-with-text .imagebox-details h3 {
	font-size: 18px;
	margin: 0 0 10px;
	display: block;
	overflow: hidden;
}
.imagebox-with-text-wrapper .imagebox-with-text .imagebox-details p {
	margin-bottom: 0;
}
.truck-success-section .btn {
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857143;
}
.truck-success-section .btn.btn-alt {
	background-color: #314861;
	padding: 15px 35px;
	color:#fff;
 transition: all .35s ease;
}
.imagebox-with-text-wrapper .imagebox-with-text:hover {
	-webkit-box-shadow: 1px 3px 24px -1px rgba(107, 107, 107, 1);
	-moz-box-shadow: 1px 3px 24px -1px rgba(107, 107, 107, 1);
	box-shadow: 1px 3px 24px -1px rgba(107, 107, 107, 1);
}
 .truck-success-section .image-wrapper a::before {
 background: #46c2ca none repeat scroll 0 0;
 content: "";
 height: 100%;
 opacity: 0;
 position: absolute;
 transform: scaleX(0);
 transition: all 0.8s ease 0s;
 width: 100%;
}
.truck-success-section img {
	max-width:100%;
}
.truck-success-section a.More_btn {
	margin: 25px 0 0 0;
	text-align: center;
	padding: 10px 35px !important;
	display: block;
	width: 100%;
}
.btn.btn-alt:hover {
	color: #fff;
	background-color: #009FE3;
}
 .imagebox-with-text:hover a::before {
 opacity: .5;
 transform: scaleX(1);
}
.key-success {
	padding: 25px 0 0 0;
}
.truck-success-section {
	padding: 0 0 35px 0;
}
.contact_box_shadow {
	padding: 35px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
	text-align:left;
}
.contact_box_shadow h5 {
	margin:0;
}
.icon_box_three .content {
	text-align: left;
	margin-left: 90px;
}
.icon_box_three i {
	float: left;
	font-size: 46px;
	width: 80px;
	text-align: center;
	color: #333333;
}
/*------------------------------------------------
start >>>> [PRICES - Section (style)]              
--------------------------------------------------*/
.prices {
	padding:10px 0 40px 0;
	background: #f6f6f6
}
.prices .info {
	margin-top: 50px;
	background: #fff;
	padding: 45px 30px;
	transition: all 0.3s ease 0s;
	text-align:center;
}
.prices .info:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.prices .info h5 {
	font-size: 20px;
}
.prices .info p {
	color: #aaa;
	font-size: 12px;
}
.prices .info h3 {
	margin: 35px 0px;
	font-size: 50px;
}
.prices .info ul li {
	padding: 14px 0px;
	border-bottom: 1px solid rgba(26, 26, 26, 0.09);
}
.prices .btn.hover {
	width: 140px
}
.prices ul {
	margin: 0;
	padding: 0;
}
.prices .h-style {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700
}
.prices .p-style {
	color: #aaa;
	font-size: 13px;
	margin:0;
}
.prices .btn {
	padding:0;
}
.prices .btn.hover {
	margin-top: 20px;
	border: 2px solid #1a1a1a;
	box-shadow: none;
	background: transparent;
	color: #1a1a1a;
	height: 47px;
	line-height: 45px;
	font-size: 10px;
	letter-spacing: 6px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	width: 170px;
	border-radius: 0;
}
.prices .btn.hover span {
	z-index: 2;
	position: absolute;
	left: 24%;
	text-transform: uppercase;
}
.prices .btn.hover:after {
	content: "";
	position: absolute;
	background: #1a1a1a;
	height: 47px;
	left: -50%;
	width: 50%;
	transition: 0.4s;
}
.prices .btn.hover:before {
	content: "";
	position: absolute;
	background: #1a1a1a;
	height: 47px;
	right: -50%;
	width: 50%;
	transition: 0.4s;
}
.prices .btn.hover:hover::after {
left: 0;
z-index: 1
}
.btn.hover:hover::before {
right: 0;
z-index: 1;
width: 55%;
}
.prices .btn.hover:hover {
	color: #fff
}
.prices .title {
	padding: 5px 0px;
	border-bottom: 1px solid rgba(26, 26, 26, 0.09);
	position: relative;
}
.prices .title:before {
	content: "";
	position: absolute;
	border: 1px solid #1a1a1a;
	bottom: 0;
	width: 50px;
}
.prices .sub-title {
	letter-spacing: 3px;
	font-size: 10px;
	color: #aaa;
	margin-bottom: 10px;
}
/*------------------------------------------------
start >>>> [SERVICES - Section (style)]              
--------------------------------------------------*/
#tabdiv .services {
    padding:0px;
    	text-align: left;
	background: none;
	margin:0px;
}

.services {
	padding: 15px 0 50px 0;
	text-align: center;
	background: #fff;
	margin: -40px 0 0 0;
}
.services .header {
	margin-bottom: 50px
}
.services .info {
	padding: 40px;
	background: #Fff;
	margin-top: 23px;
	transition: all 0.3s ease 0s;
	border: 1px solid rgba(26, 26, 26, 0.07);
}
.services .info:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
}
.services .info i {
	padding: 11px;
	border: 1px solid #e6e6e6;
	font-size: 23px;
	border-radius: 50%;
	transition: 0.3s;
	color: rgba(68, 68, 68, 0.8);
}
.services .info:hover i {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}
.services .info h5 {
	font-size: 17px;
	margin-top: 21px;
	font-weight: 400;
	margin-bottom: 10px;
}
.services .info p {
	color: #7e7e7e;
	font-size: 16px;
}
.info h5 {
	margin:0;
}
/*------------------------------------------------
start >>>> [BLOG - Section (style)]              
--------------------------------------------------*/
.blog {
	padding: 40px 0;
	background: #f6f6f6
}
.blog .header {
	margin-bottom: 50px
}
.blog .owl-carousel .info {
	position: relative;
	overflow: hidden;
}
.blog .owl-carousel .info img {
	width: 100%;
	height: 225px;
}
.blog .owl-carousel .info .date {
	position: absolute;
	top: 3%;
	background:#1a1a1a;
	left: 3%;
	color: #fff;
	text-align: center;
	padding: 4px 6px;
}
.blog .owl-carousel .info .date p {
	font-size: 12px
}
.blog .owl-carousel .info .caption {
	margin-top: 15px
}
.blog .owl-carousel .info .caption h5>a {
	font-size: 15px;
	color: #1a1a1a
}
.blog .owl-carousel .info .caption p {
	font-size: 12px;
	color: #aaa;
}
.blog .owl-carousel .info .caption .btn {
	width: 120px;
	height: 35px;
	line-height: 35px;
}
.blog .owl-carousel .info .caption .btn>span {
	font-size: 10px;
	letter-spacing: 1px;
	left: 22px;
}
.blogs .event-ti-style {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700
}
.blogs .p-style {
	color: #aaa;
	font-size: 13px;
	margin:0;
}
.blogs .btn {
	padding:0;
}
.blogs .btn.hover {
	margin-top: 20px;
	border: 2px solid #1a1a1a;
	box-shadow: none;
	background: transparent;
	color: #1a1a1a;
	height: 47px;
	line-height: 45px;
	font-size: 10px;
	letter-spacing: 6px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	width: 170px;
	border-radius: 0;
}
.blogs .btn.hover span {
	z-index: 2;
	position: absolute;
	left: 24%;
}
.blogs .btn.hover:after {
	content: "";
	position: absolute;
	background: #1a1a1a;
	height: 47px;
	left: -50%;
	width: 50%;
	transition: 0.4s;
}
.blogs .btn.hover:before {
	content: "";
	position: absolute;
	background: #1a1a1a;
	height: 47px;
	right: -50%;
	width: 50%;
	transition: 0.4s;
}
.blogs .btn.hover:hover::after {
left: 0;
z-index: 1
}
.blogs .btn.hover:hover::before {
right: 0;
z-index: 1;
width: 55%;
}
.blogs .btn.hover:hover {
	color: #fff
}
.blogs .title {
	padding: 5px 0px;
	border-bottom: 1px solid rgba(26, 26, 26, 0.09);
	position: relative;
}
.blogs .title:before {
	content: "";
	position: absolute;
	border: 1px solid #1a1a1a;
	bottom: 0;
	width: 50px;
}
.blogs .sub-title {
	letter-spacing: 3px;
	font-size: 10px;
	color: #aaa;
	margin-bottom: 10px;
}
/*------------------------------------------------
start >>>> [VIDEO - Section (style)]              
--------------------------------------------------*/
.video {
	padding: 100px 0;
	text-align: center;
}
.video p {
	font-size: 12px;
	color: #aaa
}
.video iframe {
	border: 0
}
.video .video-icon {
	margin: 50px auto;
	width: 60px;
	height: 60px;
	background: #1a1a1a;
	color: #fff;
	border-radius: 50%;
	line-height: 70px;
	font-size: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	outline: none;
}
.video .video-icon:before, .video .video-icon:after {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	animation: animate 1.5s infinite linear;
	opacity: 0;
	backface-visibility: hidden;
}
.video .video-icon:after {
	animation-delay: 0.5s;
}
@keyframes animate {
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
}
}
.modal {
	background: none !important;
	box-shadow: none !important
}
.modal .modal-content {
	padding: 0;
}
.modal .modal-content iframe {
	width: 100% !important
}
.fa.fa-angle-left {
	margin: 16px 0 0 0;
}
.fa.fa-angle-right {
	margin: 16px 0 0 0;
}
.global_btn .btn {
	padding:0;
}
.global_btn .btn.hover {
	margin-top: 20px;
	border: 2px solid #009FE3;
	box-shadow: none;
	background: #009FE3;
	color: #fff;
	height: 47px;
	line-height: 45px;
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 6px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	width: 170px;
	border-radius: 0;
}
.global_btn .btn.hover span {
	z-index: 2;
	position: absolute;
	left: 24%;
}
.global_btn .btn.hover:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 47px;
	left: -50%;
	width: 50%;
	transition: 0.4s;
}
.global_btn .btn.hover:before {
	content: "";
	position: absolute;
	background: #fff;
	height: 47px;
	right: -50%;
	width: 50%;
	transition: 0.4s;
}
.global_btn .btn.hover:hover::after {
left: 0;
z-index: 1
}
.global_btn .btn.hover:hover::before {
right: 0;
z-index: 1;
width: 55%;
}
.global_btn .btn.hover:hover {
	color: #000;
}
.speakers-btn .global_btn .btn.hover span {
	z-index: 2;
	position: absolute;
	left: 18%;
}
.caption p {
	margin:0;
}
.caption h5 {
	margin:0 0 15px 0;
}
.date p {
	margin:0;
}
/*------------------------------------------------
start >>>> [PORTFOLIO - Section (style)]              
--------------------------------------------------*/
.portfolio {
	padding: 100px 0;
}
.portfolio .header {
	margin-bottom: 50px
}
.portfolio ul {
	display: inline-flex;
	margin-bottom: 50px;
}
.portfolio ul li {
	margin-left: 10px;
	padding: 5px;
	transition: 0.3s;
	color: #1a1a1a;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid rgba(26, 26, 26, 0.09);
}
.portfolio ul li:before {
	content: "";
	position: absolute;
	border: 1px solid #1a1a1a;
	bottom: 0px;
	width: 0px;
	opacity: 0;
	transition: 0.4s
}
.portfolio ul .active:before {
	width: 50px;
	opacity: 1
}
@media only screen and (max-width: 528px) {
.portfolio ul {
display: block
}
}
.portfolio .info {
	overflow: hidden;
	position: relative;
	height: 280px;
	margin-bottom: 20px;
	text-align: center;
}
.portfolio .info img {
	width: 100%;
	margin: auto;
	height: 100%;
	transform: scale(1.1);
	transition: 0.3s;
}
.portfolio .info .caption {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(26, 26, 26, 0.65);
	opacity: 0;
	transition: 0.4s;
}
.portfolio .info .caption i {
	color: #fff;
	position: relative;
	font-size: 27px;
	top: 127px;
}
.portfolio .info .caption .content {
	color: #fff;
	position: absolute;
	bottom: -50%;
	left: 3%;
	text-align: left;
	transition: 0.6s
}
.portfolio .info .caption .content h5 {
	text-transform: capitalize;
	font-size: 16px;
}
.portfolio .info .caption .content p {
	color: #aaa;
	font-size: 12px;
}
.portfolio .info:hover .caption {
	opacity: 1
}
.portfolio .info:hover img {
	transform: scale(1);
}
.portfolio .info:hover .content {
	bottom: 3%
}
.portfolio .gallery .mix {
	display:none
}
.modal-dialog {
	top: 20%;
}
/* ----------------------------------------------------------------------------
    Modal
---------------------------------------------------------------------------- */



.animatedModal-box {
	background: #fff none repeat scroll 0 0;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.close-animatedModal {
	text-align: right;
	margin: 5px 5px 0 0;
	cursor:pointer;
}
#animatedModal {
	background:rgba(0, 0, 0, 0.75) !important;
}
.animatedModal-box h4 {
	margin:0;
	padding:0 0 30px 0;
	text-align:center;
	color:#009FE3;
	text-transform:uppercase;
}
.animatedModal-box ul.nav-tabs {
	margin:0 0 20px 0;
}
.animatedModal-box ul.nav-tabs li.active, .animatedModal-box ul.nav-tabs li.active a {
	background:rgba(254, 73, 24, 0.85);
	color:#fff;
	text-transform:uppercase;
	border-radius:0;
	border:none;
}
.animatedModal-box ul.nav-tabs li {
	background:#CCC;
}
.animatedModal-box ul.nav-tabs li a {
	color:rgba(254, 73, 24, 0.85);
	text-transform:uppercase;
	border-radius:0;
	border:none;
}
.animatedModal-box input {
	border-radius:0;
	height:40px;
}
.animatedModal-box button.btn {
	border-radius: 0;
	background: #009FE3;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 6px 35px 0 35px;
	width: 100%;
	line-height: 35px;
}
.sign-with {
	margin-top: 25px;
	padding: 20px;
}
div#OR {
	height: 30px;
	width: 30px;
	border: 1px solid #C2C2C2;
	border-radius: 50%;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	float: right;
	position: absolute;
	right: -16px;
	top: 40%;
	z-index: 1;
	background: #DFDFDF;
}
.innovation-main .innovation-main_one .innovation-main_heading p {
	padding: 0 20px;
}
.modal-box {
	display:none;
}
.fullscreen-bg {
	height:760px;
}
.regi-form {
	background: rgba(40, 40, 40, 0.8) none repeat scroll 0 0;
	border-radius: 6px;
	margin:50px auto 0 auto;
	padding: 18px 0;
	text-align: center;
	width: 1000px;
	max-width: 100%;
}
.regi-form input {
	border-radius:2px;
	color:#333;
	height:42px;
	width:255px !important;
	max-width:100%;
}
.regi-form button.btn-default {
	border-radius:2px;
	color:#fff;
	height:42px;
	background:rgba(254, 73, 24, 0.85);
	text-transform:uppercase;
	border:none;
	padding:0 40px;
}
.regi-form button.btn-default:hover {
	background:#fff;
	color:rgba(254, 73, 24, 0.85);
}
.regi-form .form-group {
	margin:0;
	padding:0;
	width:270px;
}
.regi-form .form-inline {
	margin:0;
	padding:0;
}
.coun_down {
	margin: 70px 0 0 0;
}
.registration-section .banner-btn {
	margin: 55px auto 30px;
	text-align: center;
}
/* ----------------------------------------------------------------------------
    Portfolio
---------------------------------------------------------------------------- */

.portfolio-section {
	padding-top: 40px;
	padding-bottom: 30px;
}
.portfolio-items-container {
	padding-top: 25px;
}
.portfolio-item {
	padding-bottom: 30px;
	position: relative;
}
.portfolio-item-inner {
	display: table;
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item img {
	width: 100%;
 transition: .35s;
}
.portfolio-item-overlay {
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
 transition: .4s;
	z-index: 0;
}
.portfolio-ov-description {
	margin-top: -40px;
	width: 100%;
	position: absolute;
	top: 50%;
}
.portfolio-ov-title {
	display: block;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
}
.portfolio-ov-category {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}
.portfolio-item .popup-link {
	color: #fff;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	margin-left: -12px;
	margin-top: 0;
	outline: none;
	opacity: 0;
 transition: opacity .4s;
}
.portfolio-item .popup-link:hover {
	color: #fb876b;
}
.portfolio-item:hover .popup-link {
	z-index: 1;
	opacity: 1;
}
.portfolio-item:hover img {
	transform: scale(1.5);
}
.portfolio-item:hover .portfolio-item-overlay {
	opacity: 1;
}
.centered {
	text-align: center;
}
.mfp-img {
	max-height: 90vh!important;
}
.single-count h1 {
	color:#fff;
}
.single-count p {
	color:#fff;
	text-transform:uppercase;
}
 .coming_soon1 .single-count:nth-child(1) {
 background:#009FE3;
}
 .coming_soon1 .single-count:nth-child(2) {
 background:#3c5db1;
}
 .coming_soon1 .single-count:nth-child(3) {
 background:#383c45;
}
.coming_soon1 .single-count:nth-child(4) {
 background:#2aa1d8;
}
.items {
	padding: 0 8px;
}
.home_section {
	margin: 0 0 20px 0;
}
.events_latest_box {
	background:#eee;
	padding:12px;
	font-size:18px;
	font-weight:bold;
}
.events_latest_box span {
	display:block;
	font-size:13px;
	font-weight:normal;
	color:#666;
	margin:8px 0 0 0;
}
.events_latest_box span i {
	font-size:30px;
	color:#009FE3;
	margin:0 0 8px 0;
}
.single-count {
	padding: 20px 0;
}













.video-fullscreen-bg {
    position: relative;
}
.video-fullscreen-bg {
    height: 100vh;
}


.fullscreen-bg__video {
    width: 100%;
}
.video_content {

}







.banner_counddown{
	margin:0;
	padding:0;
}


.banner_counddown .single-count {
  	margin:0;
    width: 15%;
    background: rgba(0,0,0, 0.6);
    border-radius:3px;
}

.banner_counddown .single-count p{
	margin:0;
	padding:0;
}
.banner_counddown .single-count h1{
	margin:0;
	padding:0;
}

.banner_counddown .single-count h1 {
    margin: 0 0 0 0;

}





.video_style .video-fullscreen-bg {
    height:750px;
}
.video_style .video-fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.video_style .static_banner{
	 min-height:750px;
}


















.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    width: 100%;
    height: 100%;
    top: -63px;
    left: 0px;
    z-index: 0;
	overflow:hidden;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-size: 120px;
    padding: 0;
    line-height: 450px;
	color: #009FE3;
}
.cb-slideshow li:nth-child(1) span { background-image: url(../images/16.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/12.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/16.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/12.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/16.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/12.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}



/***************************************

         Color Style 

***************************************/





.color-style1 .main-nav a.navbar-brand {
	color: #2aa1d8;
}
.color-style1 .main-nav ul.navbar-nav li a:hover {
	color: #fff;
}
.color-style1 .main-nav ul.navbar-nav li ul li a:hover {
	background: #2aa1d8;
}
.color-style1 .facts7 .facts_common h3.title_35 {
	color:#2aa1d8;

}

.color-style1 .team_style1 .member_info:before {
	background: #2aa1d8;
}
.color-style1 .team_style1 .member_img .hoverlay a:hover {
	background-color: #2aa1d8;
}

.color-style1 .maingoo-map.map-active .map-form-switcher .switcher-toggle {
	background: #2aa1d8;
}
.color-style1 .box-color .pricingTable {
	background: #2aa1d8;
}
.color-style1 .count-icon i {
	color: #2aa1d8;
}
.color-style1 .text a {
	color:#2aa1d8;
}

.color-style1 ul.list li a:hover {
	color:#2aa1d8 !important;
}
.color-style1 .newsletter-form button.btn-style-one:hover {
	background:#2aa1d8;
}

.color-style1 .call-to-action-footer:before {
	background:#2aa1d8;
}

.color-style1 .ec-btn {
	background-color: #2aa1d8;
}

.color-style1 .program h2 {
	background-color: #2aa1d8;
}

.color-style1 .schedule-box .tab-buttons .tab-btn {
	color:#2aa1d8;
}

.color-style1 .schedule-box .tab-buttons .tab-btn.active, .color-style1 .schedule-box .tab-buttons .tab-btn:hover {
	border-color:#2aa1d8;
	background:#2aa1d8;
}

.color-style1 .schedule-box .tab-buttons .tab-btn.active, .color-style1 .schedule-box .tab-buttons .tab-btn:hover {
	border-color:#2aa1d8;
	background:#2aa1d8;
}

.color-style1 .schedule-box .tab-buttons .tab-btn .curve:after {
	border-top-color:#2aa1d8;
}

.color-style1 .style-two .schedule-box .tab-buttons .tab-btn .curve:after {
	border-left-color:#2aa1d8;
}

.color-style1 .schedule-box .hour-box.active-box:before {
	background:#2aa1d8;
}
.color-style1 .schedule-box .hour-box.active-box .circle {
	border-color:#2aa1d8;
	background: #2aa1d8;
}

.color-style1 .schedule-box .hour-box .toggle-btn h3:after {
	color:#2aa1d8;
}

.color-style1 .schedule-box .hour-box .professional .info .prof-occup {

	color:#2aa1d8;
}

.color-style1 .theme-btn.dull, .color-style1 .schedule-box .hour-box .theme-btn.dull {
	background: #2aa1d8;

}

.color-style1 a.event-btn-style {
	background: #2aa1d8;

}

.color-style1 .btn.btn-alt:hover {
	color: #fff;
	background-color: #2aa1d8;
}

.color-style1 .global_btn .btn.hover {
	border: 2px solid #2aa1d8;
	background: #2aa1d8;
}


.color-style1 .global_btn .btn.hover {
	border: 2px solid #2aa1d8;
	background: #2aa1d8;

}

.color-style1 .animatedModal-box h4 {

	color:#2aa1d8;
}

.color-style1 .animatedModal-box button.btn {
	background: #2aa1d8;
}

.color-style1 .coming_soon1 .single-count:nth-child(1) {
 background:#2aa1d8;
}

.color-style1 .events_latest_box span i {
	color:#2aa1d8;
}

.color-style1 .cb-slideshow li div h3 {

	color: #2aa1d8;
}





.prices_bg .info{
	background:#009FE3;
}
.prices_bg .info:hover{
	background:#fff;
}

.prices_bg1 .info{
	background:#2aa1d8;
}
.prices_bg1 .info:hover{
	background:#fff;
}




.gray-bg{
	background:#eee;
}







/**************************************************
	Testimonial
***************************************************/

.testimonial-section {
	background:url(../images/testimonial-bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	padding:40px 0;
}
.testimonial {
	text-align: center;
	margin: 50px 10px 0;
	padding: 0 2% 1%;
	background: #fff;
}
.testimonial .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.3);
	display: inline-block;
	margin-top: -50px;
	overflow: hidden;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonial .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.testimonial .description {
	font-size: 16px;
	font-style: italic;
	color: #808080;
	line-height: 30px;
	margin: 10px 0 20px;
}
.testimonial .testimonial-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: rgba(254, 73, 24, 0.85);
	text-transform: uppercase;
	letter-spacing:3px;
}
.testimonial .post {
	display: block;
	font-size: 13px;
	color: #777;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.testimonial .post:before {
	content: "";
	width: 30px;
	display: block;
	margin: 10px auto;
	border: 1px solid #d3d3d3;
}
.testimonial .testimonial-rating {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
.testimonial .testimonial-rating li {
	color: #d3d3d3;
	display: inline-block;
}
.testimonial .testimonial-rating li.fa-star {
	color: #333;
}
.testimonial .owl-theme .owl-controls {
	margin-top: 30px;
}
.testimonial .owl-theme .owl-controls .owl-pagination {
	width: 140px;
	padding: 10px;
	margin: 0 auto;
	line-height: 13px;
	background: #fe7f8b;
}
.testimonial .owl-theme .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: transparent;
	border: 1px solid #fff;
}
.testimonial .owl-theme .owl-controls .owl-page.active span, .testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
	border: 4px solid #fff;
}









/*------------------------------ Start Button shortcode style-----------------------------*/
/*----------Button Common Style----------*/
.button_common {
    margin-left: -25px;
}
.button_common > li {
    margin-bottom: 25px;
    margin-left: 25px;
}
.button_common li a {
    border: 1px solid #77379f;
    color: #77379f;
    display: block;
    font-size: 18px;
    line-height: 50px;
    padding: 0 45px 0 28px;
    position: relative;
    text-transform: uppercase;
}

.button_common li a i {
    overflow: hidden;
}



/*---------------btn_style1------------------*/
.btn_style1 li a i {
    margin-left: 11px;
}
.btn_style1 li a i.flaticon-upload-to-cloud:after{
    content: "\f1db";
}
.btn_style1 li a i.flaticon-arrows-1:after{
    content: "\f1dd";
}
.btn_style1 li a i.flaticon-mail:after{
    content: "\f182";
}
.btn_style1 li a i.flaticon-shopping-cart-1:after{
    content: "\f1cd";
}
.btn_style1 li a i.flaticon-delete:after{
    content: "\f199";
}
.btn_style1 li a i.fa-angle-double-right:after{
     content: "\f101";
}
.btn_style1 li a i.flaticon-stopwatch:after{
     content: "\f172";
}
.btn_style1 li a i.flaticon-shopping-cart-2:after{
     content: "\f1cc";
}
.btn_style1 li a i.fa-long-arrow-right:after{
     content: "\f178";
}
.btn_style1 li a i.flaticon-arrows-1:after{
     content: "\f1dd";
}



.btn_style1 li a i.fa-long-arrow-right,
.btn_style1 li a i.fa-angle-double-right {
  font-size: 23px;
  line-height: 50px;
  margin-left: 6px;
}

.btn_style1 li a i:after,
.btn_style1 li a i:before {
    color: #77379f;
    position: absolute;
    right: 25px;
    top: 0;
}

.btn_style1 li a i:before{
    opacity: 0;
    visibility: hidden;
}
.btn_style1 li a:hover i:before{
    opacity: 1;
    visibility: visible;
}

.btn_style1 li a:hover i:after{
    -webkit-animation: animation1 0.5s linear 1 forwards;
    -moz-animation: animation1 0.5s linear 1 forwards;
    -ms-animation: animation1 0.5s linear 1 forwards;
    -o-animation: animation1 0.5s linear 1 forwards;
    animation: animation1 0.5s linear 1 forwards;
}

@-webkit-keyframes animation1 {
    from {
        -webkit-transform: translateX(0px) scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(10px) scale(2);
        opacity: 0;
    }
}
@-moz-keyframes animation1 {
    from {
        -moz-transform: translateX(0px) scale(1);
        opacity: 1;
    }
    to {
        -moz-transform: translateX(10px) scale(2);
        opacity: 0;
    }
}

@keyframes animation1 {
    from {
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
    to {
        transform: translateX(10px) scale(2);
        opacity: 0;
    }
}

.btn_style1.round li a{
    border-radius: 50px;
}






/*---------------btn_style2------------------*/
.btn_style2 li a {
    padding: 0 28px 0 50px;
}
.btn_style2 li a i.fa {
  margin-top: 6px;
}
.btn_style2 li a > span {
    color: #77379f;
    left: 22px;
    line-height: normal;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn_style2 li a i:before {
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.btn_style2 li a:hover i::before {
    -webkit-animation: iconTranslateY 0.5s forwards;
    -moz-animation: iconTranslateY 0.5s forwards;
    animation: iconTranslateY 0.5s forwards;
}

@-webkit-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes iconTranslateY {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes iconTranslateY {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
.btn_style2.round li a{
    border-radius: 50px;
}





/*---------------btn_style3------------------*/
.btn_style3 li a {
    overflow: hidden;
    padding: 0 30px;
    background: #77379f;
    color: #fff;
}
.btn_style3 li a i {
    left: 50%;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -130%);
    opacity: 0;
    visibility:hidden;
}
.btn_style3 li a span {
    display: block;
    transform: translateY(0px);
}
.btn_style3 li a:hover span {
    display: block;
    transform: translateY(33px);
    opacity: 0;
    visibility: hidden;
}
.btn_style3 li a:hover i {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.btn_style3.round li a{
    border-radius: 50px;
}


/*---------------btn_style4------------------*/
.btn_style4 li a {
    padding: 0 30px;
    border-color: #0fba97;
    color: #0fba97;
}
.btn_style4 li a:hover {
    background: #0fba97;
    color: #fff;
}
.btn_style4 li a i {
    margin-left: 10px;
}
.btn_style4 li a i.fa {
    font-size: 20px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.btn_style4.round li a{
    border-radius: 50px;
    border-color: #3469c1;
    color: #3469c1;
}
.btn_style4.round li a:hover{
    background-color: #3469c1;
    color: #fff;
}




/*---------------btn style6------------------*/
/*-----common------*/
.btn_style6 {
    margin-left: -70px;
}
.btn_style6 > li {
    margin-bottom: 50px;
    margin-left: 70px;
}


.btn_style6 li a {
    font-size: 16px;
}

/*button size style*/
.btn_style6 li.btn_sm a {
    line-height: 40px;
    padding: 0 25px;
}
.btn_style6 li.btn_md a {
    line-height: 45px;
    padding: 0px 40px;
}
.btn_style6 li.btn_lg a {
    line-height: 53px;
    padding: 0 45px;
}
.btn_style6 li.btn_xl a {
    line-height: 60px;
    padding: 0 60px;
}

/*---button color/background---*/
.btn_style6.reguler1 li a {
    background: #984059;
    color: #fff;
    border-color: #984059;
}
.btn_style6.reguler1 li a:hover {
    background: transparent;
    color: #984059;
}


.btn_style6.reguler2 li a {
    color: #00cee0;
    border-color: #00cee0;
}
.btn_style6.reguler2 li a:hover {
    background: #00cee0;
    color: #fff;
}


.btn_style6.reguler3 li a {
    background: #00b4e1;
    color: #fff;
    border-color: #00b4e1;
    border-radius: 5px;
}
.btn_style6.reguler3 li a:hover {
    background: transparent;
    color: #00b4e1;
}


.btn_style6.reguler4 li a {
    color: #7e57c2;
    border-color: #7e57c2;
    border-radius: 5px;
}
.btn_style6.reguler4 li a:hover {
    background: #7e57c2;
    color: #fff;
}


.btn_style6.reguler5 li a {
    background: #d5419c;
    color: #fff;
    border-color: #d5419c;
    border-radius: 50px;
}
.btn_style6.reguler5 li a:hover {
    background: transparent;
    color: #d5419c;
}


.btn_style6.reguler6 li a {
    color: #3a56bc;
    border-color: #3a56bc;
    border-radius: 50px;
}
.btn_style6.reguler6 li a:hover {
    background: #3a56bc;
    color: #fff;
}



/*-------------------------------responsive style-----------------------------*/
@media (max-width: 1199px){}/*---end 992-1199px media query----*/


@media (max-width: 991px){
    
    /*------------button style-6-----------*/
    .btn_style6 {
        margin-left: -12px;
    }
    .btn_style6 > li {
        margin-left: 12px;
    }
    .btn_style6 li.btn_lg a {
        padding: 0 40px;
    }
    .btn_style6 li.btn_xl a {
        line-height: 58px;
        padding: 0 53px;
    }
    
}/*---end 768-991px media query----*/


@media (max-width: 767px){
    .button_common li a {
        font-size: 16px;
        line-height: 45px;
        padding: 0 40px 0 24px;
    }
    
    /*--------button style-2---------*/
    .btn_style2 li a {
        padding: 0 28px 0 50px;
    }
    
    .btn_style3 li a {
        padding: 0 30px;
    }
    
    .btn_style4 li a {
        padding: 0 30px;
    }
    
    
    
}/*---end 480-767px media query----*/


@media (max-width: 479px){}/*---end 300-489 media query----*/













/*----------Social icon Common Style----------*/
.social_common {
    width: 100%;
}
.social_common li a {
    color: #666666;
    display: inline-block;
    font-size: 18px;
}

.social_common {
    margin: 20px 0;
}

/*--------icon style-1------------*/
.icon_style1 li a {
    padding: 10px 14px 5px;
    color: #23282e;
}
.icon_style1 li.facebook a:hover {
    color: #4c65a8;
}
.icon_style1 li.twitter a:hover {
    color: #41a1f6;
}
.icon_style1 li.g-plus a:hover {
    color: #e93e30;
}
.icon_style1 li.instagram a:hover {
    color: #8f6247;
}
.icon_style1 li.pinterest a:hover {
    color: #ff4c5b;
}
.icon_style1 li.behance a:hover {
    color: #1c52e7;
}
.icon_style1 li.linkedin a:hover {
    color: #e13e82;
}
.icon_style1 li.youtube a:hover {
    color: #c81121;
}
.icon_style1 li.vimeo a:hover {
    color: #1a83e2;
}
.icon_style1 li.feed a:hover {
    color: #34b745;
}
.icon_style1 li a i {
    overflow: hidden;
}
.icon_style1 li a i::before {
    display: block;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.icon_style1 li a:hover i::before {
    -webkit-animation: iconTranslateY 0.4s forwards;
    -moz-animation: iconTranslateY 0.4s forwards;
    animation: iconTranslateY 0.4s forwards;
}

@-webkit-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes iconTranslateY {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes iconTranslateY {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}



/*--------icon style-2------------*/
.icon_style2 li a {
    border-radius: 100%;
    color: #fff;
    height: 40px;
    margin: 0 6px;
    padding: 10px;
    width: 40px;
}
.icon_style2 li a i {
    overflow: hidden;
}
.icon_style2 li.facebook a {
    background: #4c65a8;
}
.icon_style2 li.twitter a {
    background: #41a1f6;
}
.icon_style2 li.g-plus a {
    background: #e93e30;
}
.icon_style2 li.instagram a {
    background: #8f6247;
}
.icon_style2 li.pinterest a {
    background: #ff4c5b;
}
.icon_style2 li.behance a {
    background: #1c52e7;
}
.icon_style2 li.linkedin a {
    background: #e13e82;
}
.icon_style2 li.youtube a {
    background: #c81121;
}
.icon_style2 li.vimeo a {
    background: #1a83e2;
}
.icon_style2 li.feed a {
    background: #34b745;
}
.icon_style2 li a i::before {
    display: block;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.icon_style2 li a:hover i::before {
    -webkit-animation: iconTranslateY 0.4s forwards;
    -moz-animation: iconTranslateY 0.4s forwards;
    animation: iconTranslateY 0.4s forwards;
}


/*--------icon style-3------------*/
.icon_style3 li a {
    border-radius: 100%;
    height: 40px;
    margin: 0 6px;
    padding: 7px 10px;
    width: 40px;
    background: #ededed;
}
.icon_style3 li.facebook a:hover {
    color:#fff;
    background: #4c65a8;
}
.icon_style3 li.twitter a:hover {
    color:#fff;
    background: #41a1f6;
}
.icon_style3 li.g-plus a:hover {
    color:#fff;
    background: #e93e30;
}
.icon_style3 li.instagram a:hover {
    color:#fff;
    background: #8f6247;
}
.icon_style3 li.pinterest a:hover {
    color:#fff;
    background: #ff4c5b;
}
.icon_style3 li.behance a:hover {
    color:#fff;
    background: #1c52e7;
}
.icon_style3 li.linkedin a:hover {
    color:#fff;
    background: #e13e82;
}
.icon_style3 li.youtube a:hover {
    color:#fff;
    background: #c81121;
}
.icon_style3 li.vimeo a:hover {
    color:#fff;
    background: #1a83e2;
}
.icon_style3 li.feed a:hover {
    color:#fff;
    background: #34b745;
}


/*--------icon style-4------------*/
.icon_style4 li a {
    height: 40px;
    margin: 0 6px;
    padding: 7px 10px;
    width: 40px;
    background: #ededed;
    position: relative;
}
.icon_style4 li a i{
    z-index: 2;
    position: relative;
}
.icon_style4 li a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    z-index: 0;
}
.icon_style4 li a:hover:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.icon_style4 li a:hover{
    color: #fff;
}
.icon_style4 li.facebook a:hover:before {
    background: #4c65a8;
}
.icon_style4 li.twitter a:hover:before {
    background: #41a1f6;
}
.icon_style4 li.g-plus a:hover:before {
    background: #e93e30;
}
.icon_style4 li.instagram a:hover:before {
    background: #8f6247;
}
.icon_style4 li.pinterest a:hover:before {
    background: #ff4c5b;
}
.icon_style4 li.behance a:hover:before {
    background: #1c52e7;
}
.icon_style4 li.linkedin a:hover:before {
    background: #e13e82;
}
.icon_style4 li.youtube a:hover:before {
    background: #c81121;
}
.icon_style4 li.vimeo a:hover:before {
    background: #1a83e2;
}
.icon_style4 li.feed a:hover:before {
    background: #34b745;
}


/*--------icon style-5------------*/
.icon_style5 li a {
    border: 1px solid #ededed;
    font-size: 20px;
    height: 48px;
    margin: 0 6px;
    padding: 11px 10px;
    width: 50px;
}
.icon_style5 li a:hover {
    color: #fff;
    border-color: #258cdb;
    background: #258cdb;
}


/*--------icon style-6------------*/
.icon_style6 li a {
    font-size: 20px;
    height: 48px;
    margin: 0 6px;
    padding: 11px 10px;
    width: 50px;
    border-radius: 5px;
}
.icon_style6 li.facebook a {
    color:#fff;
    background: #4c65a8;
}
.icon_style6 li.twitter a {
    color:#fff;
    background: #41a1f6;
}
.icon_style6 li.g-plus a {
    color:#fff;
    background: #e93e30;
}
.icon_style6 li.instagram a {
    color:#fff;
    background: #8f6247;
}
.icon_style6 li.pinterest a {
    color:#fff;
    background: #ff4c5b;
}
.icon_style6 li.behance a {
    color:#fff;
    background: #1c52e7;
}
.icon_style6 li.linkedin a {
    color:#fff;
    background: #e13e82;
}
.icon_style6 li.youtube a {
    color:#fff;
    background: #c81121;
}
.icon_style6 li.vimeo a {
    color:#fff;
    background: #1a83e2;
}
.icon_style6 li.feed a {
    color:#fff;
    background: #34b745;
}
.icon_style6 li a:hover {
    background: #ddd;
    color: #444;
}

/*--------icon style-7------------*/
.icon_style7 li a {
    border: 1px solid #ededed;
    font-size: 20px;
    height: 48px;
    margin: 0 6px;
    padding: 10px 10px;
    width: 50px;
    border-radius: 5px;
}
.icon_style7 li a:hover {
    color: #fff;
    border-color: #258cdb;
    background: #258cdb;
}

/*--------icon style-8------------*/
.icon_style8 > li {
    float: left;
    text-align: center;
    width: 16.6667%;
}
.icon_style8 li a {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 80px;
}
.icon_style8 li.facebook {
    background: #4c65a8;
}
.icon_style8 li.twitter {
    background: #41a1f6;
}
.icon_style8 li.g-plus {
    background: #e93e30;
}
.icon_style8 li.pinterest {
    background: #ff4c5b;
}
.icon_style8 li.behance {
    background: #1c52e7;
}
.icon_style8 li.linkedin {
    background: #e13e82;
}

.icon_style8 li a i::before {
    display: block;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.icon_style8 li a:hover i::before {
    -webkit-animation: iconTranslateY 0.4s forwards;
    -moz-animation: iconTranslateY 0.4s forwards;
    animation: iconTranslateY 0.4s forwards;
}



/*---------------btn_style5------------------*/

.social_common {
    width: 100%;
}
.social_common li a {
    color: #666666;
    display: inline-block;
    font-size: 18px;
}

.button_common {
    margin-left: -25px;
    text-align: center;
}
.button_common > li {
    margin-bottom: 25px;
    margin-left: 25px;
}
.button_common li a {
    border: 1px solid #77379f;
    color: #77379f;
    display: block;
    font-size: 18px;
    line-height: 50px;
    padding: 0 45px 0 28px;
    position: relative;
    text-transform: uppercase;
}

.button_common li a i {
    overflow: hidden;
}
.btn_style5 {
  margin-left: -70px;
}
.btn_style5 > li {
    margin-left: 70px;
    margin-bottom: 40px;
}
.btn_style5 li a {
    background: #00b4e1;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 0 26px 0 74px;
    position: relative;
}
.btn_style5 li a i {
    font-size: 24px;
}
.btn_style5 li a > span {
    align-items: center;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-flow: column nowrap;
    height: 50px;
    justify-content: center;
    left: 0;
    line-height: normal;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px;
}

.btn_style5 > li.facebook a {
  background: #3c5a98;
}
.btn_style5 > li.facebook a span {
  background: #314E88;
}
.btn_style5 > li.twitter a {
  background: #1DA1F2;
}
.btn_style5 > li.twitter a span {
  background: #0E92DE;
}
.btn_style5 > li.g-plus a {
  background: #DB4437;
}
.btn_style5 > li.g-plus a span {
  background: #c73023;
}
.btn_style5 > li.linkedin a {
  background: #0077B5;
}
.btn_style5 > li.linkedin a span {
  background: #0062a0;
}
.btn_style5 > li.pinterest a {
  background: #BD081C;
}
.btn_style5 > li.pinterest a span {
  background: #a20001;
}
.btn_style5 > li.youtube a {
  background: #FF0000;
}
.btn_style5 > li.youtube a span {
  background: #de0000;
}

.btn_style5 li a i:before {
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.btn_style5 li a:hover i::before {
    -webkit-animation: iconTranslateY 0.5s forwards;
    -moz-animation: iconTranslateY 0.5s forwards;
    animation: iconTranslateY 0.5s forwards;
}

@-webkit-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes iconTranslateY {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes iconTranslateY {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}




/*-------------------------------responsive style-----------------------------*/
@media (max-width: 1199px){}/*---end 992-1199px media query----*/


@media (max-width: 991px){
    .icon_style8 li a {
        line-height: 65px;
    }
    
}/*---end 768-991px media query----*/


@media (max-width: 767px){
    .social_common > li {
        margin-bottom: 10px;
    }
    .social_common.icon_style8 > li {
        margin-bottom: 0px;
    }
    .icon_style8 li a {
        line-height: 60px;
    }
    
    /*--------button style-5--------*/
    .button_common li a {
        font-size: 16px;
        line-height: 45px;
        padding: 0 40px 0 24px;
    }
    .btn_style5 {
        margin-left: -30px;
    }
    
    .btn_style5 > li {
        margin-left: 30px;
    }
    .btn_style5 li a {
        padding: 0 26px 0 74px;
        line-height: 50px;
    }
    
    
}/*---end 480-767px media query----*/


@media (max-width: 479px){
    .icon_style8 li a {
        font-size: 20px;
    }
    .icon_style8 li a {
        line-height: 50px;
    }
    
}/*---end 300-489 media query----*/


@media (max-width: 991px){
	
.main-nav ul.navbar-nav li {
    padding: 0 0 0 8px;
}


.video_style .static_banner_box {
    display: block;
    margin: 60px 0 0 0;
}


}


.banner_counddown .single-count {
    min-width: 150px;
}

@media (max-width: 800px){
.welcone_note {
    margin: 28px 0 0 0;
}	

.events_latest_box {
    margin: 0 0 10px 0;
}
	
.schedule-box .hour-box .theme-btn {
    display: block;
    text-align: center;
}	
	
.call-to-action-footer .right-column .inner-box::before {
    left: -70px;
    width: 100px;
}
.call-to-action-footer::before {
    background: none;
}	

.banner_counddown .single-count {
    margin: 0 0 5px 0;
    width: 48%;
	
}	

.banner_counddown .single-count {
    min-width: 120px;
}

.video_style .static_banner_box {
    display: none;
}	

.video_style .static_banner {
    min-height: 200px;
}


.video_style .static_banner {
    height: 50% !important;
}

.video_style .video-fullscreen-bg {
    height: auto;
}

}


@media (max-width: 767px){
	
	a.navbar-brand img {
    max-width: 50%;
}

.navbar-toggle, .affix-top, .main-nav{
	background:#000;
}

ul.navbar-nav{
	background:#000;	
}
ul.navbar-nav li{
	display:inline-block;
	width:100%;
}

.contact_box_shadow{
	display:none;
}

video_style .static_banner {
    height: 43% !important;
}


}

@media (max-width: 640px){
	
.static_banner_box h1 {
    font-size: 40px;
}	

.video_style .static_banner {
    height: 36% !important;
}


}

@media (max-width: 480px){
	
	.facts7 .facts_common {
    width: 100%;
}
.call-to-action-footer{
	display:none;
}
	
video_style .static_banner {
    height: 26% !important;
}	
	
}

@media (max-width: 479px){
	
	a.navbar-brand img {
    max-width: 100%;
}

.owl-nav{
	display:none;
}

}

@media (max-width: 360px){
.call-to-action-footer .left-column .inner-box strong {
    font-size: 13px;
}

video_style .static_banner {
    height: 20% !important;
}

}