/*---------------------------------------------
			Table of CONTENT
-----------------------------------------------
	01. Default CSS
	02. Header 
	03.	Banner 
	04. About
	05. Speakers
	06. Speakers Details
	07. Schedules
	08. Pricing
	09. Travel
	10. Sponsor
	11. Gallery
    12. Blog
	13. Map
	14. Contact Us
	15. Product
	16. Newsletter
	17. Error
	18. Footer
	
-----------------------------------------------*/

/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
     font-family: 'Poppins', sans-serif;
     font-size: 15px; /*  base font size  15px= 1em*/
     margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
	color: #696969;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
fieldset > :last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1em;
    font-weight: 700;
	color: #000000;
	text-transform: uppercase;
    margin: 0;
    padding: 0;
}
h1{
	color: #fff;
	font-size: 36px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
p {
	font-size: 15px;
	color: #696969;
	line-height: 26px;
    margin: 0 0 1.75em;
}
a,a:hover,a:focus,a:active {
    text-decoration: none;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    border: 1px solid #e9e9e9; 
    color: #939595;
    font-size: 17px; 
    font-style: italic;
    line-height: 28px; 
    font-weight: 700;
    padding: 30px 25px 25px 80px;
    position: relative;
}
blockquote>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #939595;
}
blockquote:after {
    content: "\f10d" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font: normal normal normal 48px/1 FontAwesome;
    color: #e9e9e9;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote p {
    margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
blockquote > :last-child {
    margin-bottom: 0;
}
address {
    color: #939595;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Poppins', sans-serif;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul,
ol {
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}
del {
    opacity: 0.8;
}
table,
th,
td {
    border: 1px solid rgba(255,255,255,0.2);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
:-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
::-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}
/**
 * 4.0 - Forms
 */
input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #ee0034;
    border: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em;
}
.default-button{
    display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
}
.default-button:hover, .default-button:focus{
    text-decoration: none;
    color: #fff;
}
.padding-120{
    padding: 120px 0px;
}
.overlay{
	/*
    background-color: rgba(0,0,0,.6);
	*/
    padding: 70px 0px;
}
.overlay.home-six-overlay{
    /* fallback */
    background-color: rgba(240,36,25,.7);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,36,25,.7)), to(rgba(248,214,21,.7)));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));


    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* IE 10 */
    background: -ms-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, rgba(248,214,21,.7), rgba(240,36,25,.7));
}
.section-header h3{
	line-height: 1.5;
}
.section-header p{
    font-family: 'Lora', serif;
    font-size: 18px;
    margin-bottom: 20px;
}
.event-social{
    overflow: hidden;
    margin-bottom: 30px;
}
.event-social li{
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
}
.event-social li a{
    color: #fff;
    font-size: 22px;
    background-color: #3b5998;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 2.5em;
}
.event-social li:nth-child(2) a{
    background-color: #55acee;
}
.event-social li:nth-child(3) a{
    background-color: #ff0084;
}
.event-social li:nth-child(4) a{
    background-color: #f26798;
}
.event-social li:nth-child(5) a{
    background-color: #cb2027;
}
.event-social li:last-child a{
    background-color: #dc4e41;
}

/*	02	- Header
----------------------------------------------*/
header{
    margin-top: 90px;
}
.header-two, .header-four, .header-five, .header-six{
    margin: 0px;
}
header .main-menu{
	background-color: #65ac4c;
	min-height: 90px;
}
header .main-menu .navbar-brand{
	padding: 10px 0px;
}
.main-menu.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
header .main-menu ul li ul li{
    border-bottom: 1px solid rgba(255,255,255,.6);
}
header .main-menu ul li ul li:last-child{
    border: none;
}
header .main-menu ul li a{
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 18px;
}
header .main-menu ul li.active > a, header .main-menu ul li a:hover, header .main-menu ul li a:focus{
	background-color: transparent;
	color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent;
    color: #fff;
    border: none;
}
header .main-menu ul li ul li > a{
	padding: 13px 15px;
    color: #fff;
    font-size: 14px;
}
header .main-menu ul li ul li > a:hover, header .main-menu ul li ul li > a:focus, header .main-menu ul li ul li.active > a, header .main-menu ul li ul li.active > a:hover{
    padding-left: 20px;
	color: #fff;
    background-color: rgba(0,0,0,0.2);
}
header .main-menu .menu-button{
	display: inline-block;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(238,0,52);
    padding: 10px 20px;
    margin: 25px 0px;
}
header .main-menu .menu-button:hover, header .main-menu .menu-button:focus{
	background-color: rgb(204, 3, 47);
	color: #fff;
}
header .main-menu .menu_cart{
    position: relative;
}
header .main-menu .menu_cart > span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin: 33px 36px 26px 18px;
	cursor: pointer;
}
header .main-menu .menu_cart > span:before{
	content: "02";
	position: absolute;
	top: -3px;
	left: 10px;
	height: 20px;
	width: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9822;
	border-radius: 100%;
	text-align: center;

}
header .main-menu .menu_cart .shop_feature{
    background-color: #fff!important;
    width: 270px !important;
    padding: 10px 20px 20px !important;
    right: 0px;
    left: auto !important;
}
header .main-menu .menu_cart .feature_item{
    position: relative;
    color: #363636;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 0px;
}
header .main-menu .menu_cart .featured_image{
    float: left;
    margin-right: 10px;
}
header .main-menu .menu_cart .featured_content{
    display: table;
    font-size: 12px
}
header .main-menu .menu_cart .featured_content > h3{
    line-height: 15px;
}
header .main-menu .menu_cart .featured_content > h3 a{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    text-decoration: none;
}
header .main-menu .menu_cart .featured_content > h3 a:hover{
    color: #ff9822;
}
header .main-menu .menu_cart .featured_content p{
    color: #696969;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0px;
}
header .main-menu .menu_cart .featured_content > .remove{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    text-align: right;
    color: #000000;
    cursor: pointer;
}
header .main-menu .menu_cart .featured_content > .remove:hover{
    color: #ff9822;
}
header .main-menu .menu_cart .cart_total{
    color: #696969;
    font-weight: 400;
    padding: 10px 0px;
    text-transform: capitalize;
}
header .main-menu .menu_cart .cart_total span{
    float: right;
}
header .main-menu .menu_cart .check_out{
    display: block;
    background-color: #ff9822;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}
header .main-menu .menu_cart .check_out:hover, header .main-menu .menu_cart .check_out:focus{
    background: #65ac4c;
}
header .menu-two{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(27,36,49,.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}
header .menu-two.menu-two-bg{
    background-color: rgba(27,36,49,1);
}
header .menu-two ul li ul{
    background-color: rgba(27,36,49,1)!important;
}
header .menu-two.menu-two-bg ul li ul{
    background-color: rgba(27,36,49,1)!important;
}
header .menu-three{
    background-color: #92278f;
}
header .menu-three ul li ul{
    background-color: #92278f!important;
}
header .main-menu.menu-four{
    background-color: rgba(39,49,66,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.46);
}
header .main-menu.menu-four-bg{
    background-color: rgba(0,0,0,0.8);
}
header .menu-four.menu-four ul li ul{
    background-color: rgba(0,0,0,0.6);
}
header .menu-four.menu-four-bg ul li ul{
    background-color: rgba(0,0,0,0.8);
}
header .menu-five{
    background: rgba(0,0,0,.2);
}
header .menu-five-bg{
    background-color: #92278f;
}
header .menu-five ul li ul li > a:hover, header .menu-five ul li ul li > a:focus, header .menu-five ul li ul li.active > a, header .menu-five ul li ul li.active > a:hover{
    color: #92278f;
}
header .menu-five .menu-button, header .menu-five .menu-button:hover, header .menu-five .menu-button:focus{
    color: #ff9822;
    background-color: #fff;
}
header .menu-five .menu_cart > span:before{
    color: #ff9822;
    background-color: #fff;
}
header .menu-six{
    background: rgba(232,175,58,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.46);
    box-shadow: 0px 0px 4px rgba(0,0,0,.46);
}
header .menu-six-bg{
    background-color: #e84b3a;
}
header .menu-six ul li ul li > a:hover, header .menu-six ul li ul li > a:focus, header .menu-six ul li ul li.active > a, header .menu-six ul li ul li.active > a:hover{
    color: #e84b3a;
}
header .menu-six .menu-button, header .menu-six .menu-button:hover, header .menu-six .menu-button:focus{
    color: #e84b3a;
    background-color: #fff;
}
header .menu-six .menu_cart > span:before{
    color: #e84b3a;
    background-color: #fff;
}
header .menu-seven{
    background-color: #fff;
}
header .menu-seven-bg{
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
header .menu-seven ul li a{
    color: #696969;
}
header .menu-seven ul li a:hover, header .menu-seven ul li a:focus, header .menu-seven ul li.active a{
    color: #e84b3a;
}
header .menu-seven .menu-button{
    background-color: #e84b3a;
}
.one-page{
    padding-top: 90px;
}
/*  03  - Banner
----------------------------------------------*/
.banner{
    background-position: 50% 50%;
    background-size: cover;
    height: 975px;
    position: relative;
    overflow: hidden;
}
.banner .banner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
}
.banner .banner-content{
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}
.banner .content-left{
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 45px;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 99;
}
.banner .content-left span{
    font-size: 265px;
    font-weight: 700;
    line-height: 214px;
    color: #fff;
    position: relative;
}
.banner .content-left p{
    font-size: 41px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-right: 35px;
}
.banner .content-left:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background-color: #65ac4c;
}
.banner .content-right{
    width: 60%;
    float: left;
    color: #fff;
    padding-left: 30px;
    position: absolute;
    right: 0;
    bottom: 21px;
    z-index: 99;
}
.banner .content-right:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 49px;
    height: 120px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
}
.banner .content-right > .content{
    max-width: 750px;
}
.banner .content-right h2{
    color: #fff;
}
.banner .content-right ul{
    margin-bottom: 35px;
    z-index: 9;
    position: relative;
}
.banner .content-right ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
}
.banner .content-right ul li span{
    margin-right: 10px;
    font-size: 22px;
}
.banner .content-right .clock-item{
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    z-index: 9;
    position: relative;
}
.banner .content-right .clock-item span{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 100%;
    line-height: 2.7em;
    margin-bottom: 35px;
	border: solid 1px rgba(238,0,52,0.7)
}
.banner .content-right .clock-item p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.banner .content-right .default-button{
    float: right;
    background-color: rgb(238,0,52);
    display: inline-block;
    padding: 14px 41px;
    margin-top: 22px;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}
.banner .content-right .default-button:hover, .banner .content-right .default-button:focus{
    text-decoration: none;
    background-color: rgb(204, 3, 47);
    color: #fff;
}
.banner-four{
    background-image: none;
}
.banner-four .banner-overlay{
	/*
    background-color: rgba(27,36,49,.8);
	*/
}
.banner-four .content-left{
    bottom: 34px;
}
.banner-four .content-left:before{
    background-color: rgba(238,0,52,0.7);
}
.banner-four .content-right{
    bottom: -15px;
}
.page-header{
    margin: 0px;
    padding: 0px;
    border: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: -68px;
}
.page-header .content{
    background-color: #e4e5e5;
    padding: 20px;
    overflow: hidden;
}
.page-header h4{
    font-size: 21px;
    color: #000000;
    float: left;
    margin-top: 7px;
}
.page-header ul{
    float: right;
    margin: 0px;
}
.page-header ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #ff9822;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2;
}
.page-header ul li a, .page-header ul li span{
    color: #000000;
    text-decoration: none;
}

/*  04  - About
----------------------------------------------*/
.about .section-header h2{
    color: #fff;
    margin-bottom: 10px;
}
.about .section-header p{
    color: #fff;
    font-size: 24px;
}
.about > div > p{
    font-size: 15px;
    line-height: 30px;
    color: #535353;
    text-align: center;
    margin-bottom: 50px;
}
.about .about-button{
    padding-top: 15px;
}
.about .about-button li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.about .about-button li a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 20px;
}
.about .about-button li a:hover, .about .about-button li a:focus{
    text-decoration: none;
    color: #fff;
}
.about .about-button li:last-child a{

}
.about .about-button li:last-child a:hover{

}
.about-two{
    padding-top: 30px;
}
.about-two .image img{
    width: 100%;
}
.about-two .section-header h2{
    color: #65ac4c;
}
.about-two .about-button{
    text-align: left;
}
.about-two .about-button li:last-child a{
    background-color: #65ac4c;
}
.about-three .image{
    overflow: hidden;
}
.about-three .image img{
    width: 100%;
}
.about-three .image .left{
    width: 50%;
    float: left;
    padding-right: 5px;
}
.about-three .image .right{
    width: 50%;
    float: left;
    padding-left: 5px;
}
.about-three .image .right .top{
    margin-bottom: 10px;
}
.about-three .section-header h2{
    color: #92278f;
    font-size: 36px;
}
.about-three .about-button{
    text-align: left;
}
.about-three .about-button li:first-child a{
    background-color: #92278f;
}
.about-three .about-button li:last-child a{
    background-color: #65ac4c;
}
.about-three .about-button li:first-child a:hover{
    background-color: #65ac4c;
}
.about-three .about-button li:last-child a:hover{
    background-color: #92278f;
}
.about-four{
    background-color: #1b2431;
}
.about-four .section-header p{
    color: #fffefe;
}
.about-four p{
    color: #bbbbbb;
    font-size: 15px;
}
.about-four .about-button{
    text-align: left;
}
.about-four .about-button li:last-child a{
    background-color: #65ac4c;
}
.about-five .section-header h2{
    color: #92278f;
}
.about-five .section-header p{
    color: #65ac4c;
}
.about-five .about-button li{
    float: left;
}
.about-five .about-button li a{
    background-color: #92278f;
}
.about-six .section-header h2{
    color: #e84b3a;
}
.about-six .about-button li a{
    background-color: #e84b3a;
}
.about-six .about-button li a:hover, .about-six .about-button li a:focus{
    background-color: #e84b3a;
}
.about-six .about-button li:last-child{
    background-color: #f5b429;
}
.about-six .about-button li:last-child a{
    background-color: #f5b429;
}
.about-six .about-button li:last-child a:hover, .about-six .about-button li:last-child a:focus{
    background-color: #f5b429;
}
.about-seven{
    background-color: #fafafa;
}
.about-seven .section-header h2{
    font-size: 36px;
    color: #e84b3a;
}
.about-seven .about-button{
    text-align: left;
}
.about-seven .about-button li:first-child a{
    background-color: #e84b3a;
}
.about-seven .about-button li:last-child a{
    background-color: #f5b429;
}
.about-seven .countdown h2{
    font-size: 36px;
    color: #e84b3a;
    margin-bottom: 50px;
}
.about-seven .countdown li{
    width: 25%;
    float: left;
    list-style: none;
    display: inline-block;
    text-align: center;
}
.about-seven .countdown li span{
    font-weight: 600;
    font-size: 36px;
    color: #f5b429;
    background-position: 50% 50%;
    background-size: cover;
    height: 130px;
    width: 130px;
    display: inline-block;
    line-height: 3.8;
    margin-bottom: 20px;
}
.about-seven .countdown li p{
    font-size: 18px;
    font-weight: 600;
    color: #193651;
    text-transform: uppercase;

}
.about-eight .section-header h2 {
    color: #0131ff;
}
.about-eight .about-button li:first-child a{
    background-color: #0131ff;
    tex
}
.about-eight .about-button li:last-child a{
    background-color: #0131ff;
}
.about.about-eight.padding-120 .container .row .col-md-6 .content .about-button li .default-button{
    text-align: left;
}

/*  00  - Services
----------------------------------------------*/
.services{
    padding: 120px 0px 30px;
}
.services .section-header{
    margin-bottom: 75px;
}
.services .section-header h3{
    color: #e84b3a;
}
.services .service-item{
    text-align: center;
    margin-bottom: 90px;
}
.services .service-item img{
    margin: 0 auto 30px;
}
.services .service-item h4{
    margin-bottom: 15px;
}
.services .service-item p{
    margin: 0px;
}

/*  05  - Speakers
----------------------------------------------*/
.speakers{
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.speakers .section-header{
    margin-bottom: 60px;
}
.speakers .section-header h3{
    color: #fff;
}
.speakers .section-header p{
    color: #fff;
}
.speakers .speaker-item{
    overflow: hidden;
    margin-bottom: 30px;
}
.speakers .speaker-item .speaker-image img{
    width: 100%;
}
.speakers .speaker-item .speaker-content .icon{
    width: 23%;
    text-align: center;
    color: #65ac4c;
    background-color: #fff;
    display: inline-block;
    float: left;
    font-size: 26px;
    line-height: 70px;
    -webkit-transition: .25s;
    transition: .25s;
}
.speakers .speaker-item .speaker-content .details{
    width: 77%;
    float: left;
    background-color: #65ac4c;
    padding: 15px 15px 7px;
    -webkit-transition: .25s;
    transition: .25s;
}
.speakers .speaker-item .speaker-content .details h4 a{
    color: #fff;
    text-decoration: none;
}
.speakers .speaker-item .speaker-content .details h4 a:hover, .speakers .speaker-item .speaker-content .details h4 a:focus{
    color: #fff;
    text-decoration: none;
}
.speakers .speaker-item .speaker-content .details span{
    font-size: 16px;
    color: #fff;
}
.speakers .speaker-item:hover .details{
    background-color: #ff9822;
}
.speakers .speaker-item:hover .icon{
    color: #ff9822;
}
/*  06  - Speakers Details
----------------------------------------------*/
.speaker-details .speaker-image img{
    width: 100%;
}
.speaker-details .speaker-content{
    margin-bottom: 50px;
}
.speaker-details .speaker-content h4{
    font-size: 24px;
    line-height: 28px;
    color: #ff9822;
}
.speaker-details .speaker-content > span{
    font-size: 16px;
    line-height: 28px;
    color: #656565;
    margin-bottom: 10px;
    display: inline-block;
}
.speaker-details .speaker-content p{
    font-size: 15px;
    line-height: 28px;
}
.speaker-details .speaker-social{
    overflow: hidden;
    margin-bottom: 30px;
}
.speaker-details .speaker-social li{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.speaker-details .speaker-social li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #696969;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    line-height: 2.7;
}
.speaker-details .speaker-social li a:hover{
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}
.speaker-details .speaker-address{
    overflow: hidden;
}
.speaker-details .speaker-address li{
    list-style: none;
    margin-bottom: 6px;
    font-size: 15px;
}
.speaker-details .speaker-address li span{
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #ff9822;
    margin-right: 10px;
}
.speaker-details .speaker-statement{
    margin-bottom: 50px;
}
.speaker-details .speaker-statement h4{
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.speaker-details .speaker-statement p{
    font-size: 15px;
}
.speaker-details .speaker-skills h4{
    margin-bottom: 30px;
}
.speaker-details .speaker-skills .skill-item{
    display: inline-block;
    margin-right: 44px;
    text-align: center;
}
.speaker-details .speaker-skills .skill-item:last-child{
    margin-right: 0px;
}
.speaker-details .speaker-skills .circle{
    position: relative;
    margin-bottom: 10px;
}
.speaker-details .speaker-skills strong{
    color: #65ac4c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.speaker-details .speaker-skills p{
    font-size: 14px;
    color: #696969;
    margin: 0px;
}
.speaker-details .speaker-award h4{
    margin-bottom: 20px;
}
.speaker-details .speaker-award li{
    list-style: none;
    display: inline-block;
    margin-right: 60px;
    text-align: center;
}
.speaker-details .speaker-award li:last-child{
    margin: 0px;
}
.speaker-details .speaker-award li img{
    margin: 0px auto 25px;
}

/*  07  - Schedules
----------------------------------------------*/
.schedules{}
.schedules .section-header{
    margin-bottom: 40px;
}
.schedules .schedule-tabs{
    text-align: center;
}
.schedules .nav-tabs{
    text-align: center;
    border: 10px solid #fafafa;
    display: inline-block;
    margin-bottom: 20px;
}
.schedules .nav-tabs li{
    margin: 0px;
}
.schedules .nav-tabs li a{
    border: 1px solid #f0f0f0;
    border-right: none;
    border-radius: 0;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff9822;
    padding: 6px 30px;
}
.schedules .nav-tabs li:last-child a{
    border-right: 1px solid #f0f0f0;
}
.schedules .nav-tabs li:last-child a:hover, .schedules .nav-tabs li:last-child a:focus{
    border-right: 1px solid #65ac4c;
}
.schedules .nav-tabs li:last-child.active a{
    border-right: 1px solid #ff9822;
}
.schedules .nav-tabs li a span{
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    display: block;
}
.schedules .nav-tabs li a:hover, .schedules .nav-tabs li a:focus{
    border: 1px solid #65ac4c;
    border-right: none;
    background-color: #65ac4c;
    color: #fff;
    margin: 0;
}
.schedules .nav-tabs li.active a{
    border: 1px solid #ff9822;
    border-right: none;
    background-color: #ff9822;
    color: #fff;
    margin: 0;
}
.schedules .nav-tabs li a:hover span, .schedules .nav-tabs li a:focus span, .schedules .nav-tabs li.active a span{
    color: #fff;
}
.schedules .nav-tabs h4{
    font-size: 24px;
    color: #ff9822;
}
.schedules .nav-tabs p{
    font-size: 16px;
    color: #696969;
    margin: 0px;
}
.schedules .tab-content .schedule-table{
    margin-bottom: 50px;
}
.schedules .tab-content table{
    border: 10px solid #fafafa;
    border-top: none;
    min-width: 1140px;
    overflow-X: auto;
}
.schedules .tab-content table .time{
    width: 23%;
}
.schedules .tab-content table .session{
    width: 40%;
}
.schedules .tab-content table .speaker{
    width: 22%;
}
.schedules .tab-content table .venue{
    width: 15%;
}
.schedules .tab-content table th{
    border: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #65ac4c;
    padding: 27px 30px;
}
.schedules .tab-content table tbody tr:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .12);
}
.schedules .tab-content table td{
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 1;
    color: #696969;
    padding: 27px 30px;
    -webkit-transition: .25s;
    transition: .25s;
}
.schedules .tab-content table td:hover{
    color: #ff9822;
}
.schedules .tab-content table td:first-child{
    border-left: 1px solid #f0f0f0;
}
.schedules .tab-content table td:last-child{
    border-right: 1px solid #f0f0f0;
}
.schedules .tab-content table td span{
    margin-right: 8px;
}
.schedules .tab-content .schedule-button{
    background-color: #65ac4c;
    padding: 14px 37px;
}
.schedules .tab-content table td{
    color: #696969;
}


/*  10  - Sponsor
----------------------------------------------*/
.sponsor{
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}
.sponsor .section-header{
    margin-bottom: 65px;
}
.sponsor .section-header h3{
    color: #fff;
}
.sponsor .section-header p{
    color: #fff;
}
.sponsor .sponsor-item{
    text-align: center;
    margin-bottom: 50px;
}
.sponsor .sponsor-item h5{
    color: #fff;
    margin-bottom: 30px;
}
.sponsor .sponsor-item img {
    width: 100%;
    cursor: e-resize;
}
.sponsor .sponsor-button{
    background-color: #65ac4c;
    padding: 14px 36px;
}
.sponsor .sponsor-button:hover{
    background-color: #ff9822;
}



/*  13  - Map
----------------------------------------------*/
.contact-info{
    background-color: #fff;
    margin-top: 50px;
}
.contact-info h4{
    font-size: 20px;
    color: #65ac4c;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}
.contact-info .info{
    padding: 20px 30px;
    margin: 0px;
}
.contact-info .info li{
    list-style: none;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 15px 0px;
}
.contact-info .info li .icon{
    float: left;
    margin-right: 15px;
    font-size: 36px;
    color: #65ac4c;
    line-height: 1;
}
.contact-info .info li .icon:before{
    font-size: 26px;
}
.contact-info .info li .content{
    display: table;
}
.contact-info .info li .content p{
    margin: 0px;
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}
.contact-info .event-social{
    padding: 0px 30px 30px;
}
.contact-info .event-social li{
    margin-right: 5px;
}
.contact-info .event-social li a{
    height: 40px;
    width: 40px;
    line-height: 2;
}

/*  14  - Contact Us
----------------------------------------------*/
.contact .contact-form h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.contact .contact-form .contact-input{
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #696969;
    outline: none;
}
.contact .contact-form .contact-submit{
    background-color: #65ac4c;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 26px;
    outline: none;
}
.contact .contact-form .contact-submit:hover{
    background-color: #ff9822;
}
.contact .contact-info{
    margin: 0px;
}
.contact .contact-info h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.contact .contact-info .info{
    padding: 0px;
    margin-bottom: 20px;
}
.contact .contact-info .event-social{
    padding: 0px;
}

/*  15  - Product
----------------------------------------------*/
.product p{
    font-size: 15px;
}
.product .product-header{
    border: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 14px 20px;
    margin-bottom: 30px;
}
.product .product-header p{
    margin: 0px;
    line-height: 30px;
}
.product .product-header p span{
    color: #ff9822;
}
.product .product-header .icon{
    float: right;
}
.product .product-header .icon span{
    font-size: 18px;
    color: #ff9822;
    cursor: pointer;
    margin-left: 5px;
}
.product .product-header .icon span:hover, .product .product-header .icon .grid-active, .product .product-header .icon .list-active{
    color: #65ac4c;
}
.product .product-header .icon .grid-active{
    color: #65ac4c;
}
.product .product-items{
    overflow: hidden;
    margin: -15px;
}
.product .product-item-grid{
    width: 29.9%;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin: 15px;
    float: left;
    text-align: center;
}
.product .product-items .pro-image{
    position: relative;
}
.product .product-item-grid .cd-item{
    width: 100%!important;
    margin: 0px!important;
}
.product .product-item-grid .pro-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}
.product .product-item-grid:hover .pro-overlay{
    opacity: .98;
}
.product .product-item-grid .pro-content{
    padding: 20px;
    overflow: hidden;
}
.product .product-item-grid .pro-content h4 a, .product .product-item-grid .pro-content span{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    display: block;
}
.product .product-item-grid .pro-content span{

}
.product .product-item-grid .pro-content p{
    display: none;
}
.product .product-item-grid .pro-content .pro-button{
    display: none;
}
.product .product-item-grid .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.product .product-item-grid .icon:nth-child(3){
    left: 22%;
}
.product .product-item-grid .icon:nth-child(4){
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.product .product-item-grid .icon:nth-child(5){
    right: 22%;
}
.product .product-item-grid .icon span{
    height: 40px;
    width: 40px;
    color: #ff9822;
    border: 1px solid #ff9822;
    display: inline-block;
    border-radius: 100%;
    line-height: 2.5;
    margin-right: 5px;
    -webkit-transition: .25s;
    transition: .25s;
    transform: scale(0);
}
.product .product-item-grid .icon span:hover{
    color: #fff;
    background-color: #ff9822;
    border: 1px solid #ff9822;
}
.product .product-item-grid .icon span:before{
    margin: 0px;
    font-size: 16px;
}
.product .product-item-grid .icon span:after{
    display: none;
}
.product .product-item-grid .pro-item:hover .icon span{
    transform: scale(1);
}
.product .cd-slider{
    margin-bottom: 0px;
}
.product .cd-slider li{
    list-style: none;
}
.product .cd-slider-navigation li{
    list-style: none;
}
.product .cd-slider-navigation li a{
    color: #000000;
    opacity: 1;
}
.cd-slider-navigation li a::before, .cd-slider-navigation li a::after{
    background: #000;
}
.product .cd-item-info{
    display: table;
    text-align: left;
    padding: 40px 40px 40px 0px;
}
.product .cd-item-info h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.product .cd-item-info span{
    webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}
.product  .cd-item-info span{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.product .cd-item-info p{
    color: #696969;
    margin-top: 0px;
    margin-bottom: 25px;
}
.product .product-item-list{
    width: 96.6%;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    margin: 15px 15px 30px 15px;
}
.product .product-item-list .pro-content{
    display: table;
    padding: 30px;
    position: relative;
}
.product .product-item-list .pro-content h4 a, .product .product-item-list .pro-content span{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    display: block;
}
.product .product-item-list .pro-overlay{
    display: none;
}
.product .product-item-list .icon{
    display: none;
}
.product .product-item-list .pro-image{
    margin: 0px;
    width: 30%;
    float: left;
}
.product .product-item-list .pro-rating{
    position: absolute;
    right: 30px;
    top: 30px;
}
.pro-rating a{
    color: #ff9822;
}
.product .pro-button{
    margin: 0px;
}
.product .pro-button li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.product .pro-button button{
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #ff9822;
    padding: 14px 20px;
    outline: none;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 0;
}
.product .pro-button a{
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #65ac4c;
    padding: 10px 20px;
}
.product .pro-button button:hover{
    background-color: #ff9822;
    border: 2px solid #ff9822;
    color: #fff;
}
.product .pro-button a:hover{
    background-color: #65ac4c;
    border: 2px solid #65ac4c;
    color: #fff;
}
.product .pagination{
    display: block;
    text-align: center;
    margin-top: 70px;
}
.product-sidebar-bg{
    background-color: #fafafa;
    padding: 10px;
}
.product-sidebar{
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.por-sidebar-item{
    margin-bottom: 40px;
}
.por-sidebar-item > h4{
    margin-bottom: 20px;
}
.product-sidebar form{
    position: relative;
    margin-top: 20px;
}
.product-sidebar form input{
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px;
    outline: none;
}
.product-sidebar form button{
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 18px;
    color: #696969;
    background: transparent;
    outline: none;
}
.product-sidebar .pro-categories .panel-group{
    margin: 0px;
}
.product-sidebar .pro-categories .panel-group .panel{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #f7f7f7;
}
.product-sidebar .pro-categories .panel-group .panel:first-child{
    padding-top: 0px;
}
.product-sidebar .pro-categories .panel-group .panel:last-child{
    border: none;
    padding-bottom: 0px;
}
.product-sidebar .pro-categories .panel-default>.panel-heading{
    background-color: #fff;
    border: none;
    padding: 0px;
}
.product-sidebar .pro-categories .panel-title{
    line-height: 2;
}
.product-sidebar .pro-categories .panel-title a{
    position: relative;
    display: block;
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
}
.product-sidebar .pro-categories .panel-title a:hover{
    color: #ff9822;
}
.product-sidebar .pro-categories .panel-title span{
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #f7f7f7;
    border-radius: 100%;
    text-align: center;
    line-height: 2.5;
    -webkit-transition: .25s;
    transition: .25s;
}
.product-sidebar .pro-categories .panel-title span.minus{
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}
.product-sidebar .pro-categories .panel-title a:hover span{
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}
.product-sidebar .pro-categories .panel-title .collapsed span.plus{
    opacity: 1;
}
.product-sidebar .pro-categories .panel-title span.plus{
    opacity: 0;
}
.product-sidebar .pro-categories .panel-title .collapsed span.minus{
    opacity: 0;
}
.product-sidebar .pro-categories .panel-title span.minus{
    opacity: 1;
}
.product-sidebar .pro-categories .panel-body{
    padding: 0px;
    border: none!important;
}
.product-sidebar .pro-categories .panel-body a{
    display: block;
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
}
.product-sidebar .pro-categories .panel-body a:hover{
    color: #ff9822;
}
.product-sidebar .rel-product{
    margin: 0px;
}
.product-sidebar .rel-product li{
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0px;
}
.product-sidebar .rel-product li:first-child{
    padding-top: 0px;
}
.product-sidebar .rel-product li:last-child{
    padding-bottom: 0px;
    border: none;
}
.product-sidebar .rel-product .image{
    float: left;
    margin-right: 10px;
}
.product-sidebar .rel-product .content{
    display: table;
}
.product-sidebar .rel-product h5 a{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #696969;
    text-decoration: none;
}
.product-sidebar .rel-product span{
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
}
.product-sidebar .rel-product .pro-rating{
    position: relative;
    line-height: 18px;
}
.product-sidebar .rel-product .pro-rating a{
    font-size: 12px;
}
.product-sidebar .pro-filter{
    position: relative;
}
.product-sidebar .pro-filter p{
    font-size: 14px;
    font-weight: 600;
    color: #ff9822;
    margin-bottom: 10px;
}
.product-sidebar .pro-filter p span:first-child{
    color: #333333;
}
.product-sidebar .pro-filter input{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff9822;
}
.pro-details{
    margin-bottom: 70px;
}
.pro-details .details h3{
    font-size: 30px;
    font-weight: 600;
}
.pro-details .details span{
    font-size: 30px;
    font-weight: 600;
    color: #ff9822;
}
.pro-details .details p{
    font-size: 15px;
}
.pro-details .details select{
    font-size: 14px;
    color: #696969;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    padding: 8px 24px;
    margin-bottom: 20px;
    margin-right: 30px;
    outline: none;
}
.pro-details .details .qnt{
    overflow: hidden;
    margin-bottom: 20px;
}
.pro-details .details .qnt a{
    font-size: 14px;
    color: #000000;
    height: 42px;
    width: 42px;
    text-align: center;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    display: inline-block;
    line-height: 3;
    float: left;
}
.pro-details .details .qnt a:hover{
    color: #ff9822;
}
.pro-details .details .qnt input{
    font-size: 14px;
    color: #696969;
    border: 1px solid #f7f7f7;
    padding: 8.5px 10px;
    outline: none;
    text-align: center;
    width: 56px;
    margin: 0px -1px;
    float: left;
}
.pro-details .details button{
    background-color: #ff9822;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    max-width: 370px;
    padding: 18px 15px;
}
.pro-description{
    margin-bottom: 50px;
}
.pro-description .nav-tabs{
    border-bottom: 4px solid #fafafa;
    margin-bottom: 30px;
}
.pro-description .nav-tabs>li>a{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    border: none;
    border-bottom: 4px solid #fafafa;
    margin-bottom: -3px;
    padding: 10px 0px;
    margin-right: 40px;
}
.pro-description .nav-tabs>li>a:hover{
    background: transparent;
    border: none;
}
.pro-description .nav-tabs>li.active>a, .pro-description .nav-tabs>li.active>a:focus, .pro-description .nav-tabs>li.active>a:hover{
    color: #ff9822;
    background: transparent;
    border: none;
    border-bottom: 4px solid #ff9822;
}
.pro-description .pro-reviews{
    margin-bottom: 30px;
}
.pro-description h4{
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 4px solid #fafafa;
    padding-bottom: 25px;
    position: relative;
}
.pro-description h4:before{
    position: absolute;
    height: 4px;
    width: 100px;
    left: 0;
    bottom: -4px;
    background-color: #65ac4c;
}
.pro-description .review-item{
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px;
}
.pro-description .review-item:last-child{
    border: none;
}
.pro-description .review-item .image{
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.pro-description .review-item .image img{
    width: 100%;
}
.pro-description .review-item .content{
    display: table;
}
.pro-description .review-item .content .title{
    overflow: hidden;
}
.pro-description .review-item .content h5{
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-right: 20px;
}
.pro-description .review-item .content span{
    float: left;
    font-size: 14px;
    line-height: 18px;
}
.pro-description .review-item .content .pro-rating{
    float: right;
    line-height: 18px;
    margin-bottom: 10px;
}
.pro-description .review-item p{
    margin: 0px;
}
.pro-description .review-form .form-item{
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 12px 15px;
    margin-bottom: 30px;
    outline: none;
    font-size: 14px;
    color: #696969;
}
.pro-description .review-form span{
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #696969;
    line-height: 3.4;
}
.pro-description .review-form .pro-rating{
    line-height: 3.3;
}
.pro-description .review-form button{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: #65ac4c;
    color: #fff;
    outline: none;
    padding: 18px 26px;
}
.shop-cart .shop-table{
    margin-bottom: 60px;
}
.shop-cart table{
    border-color: #e4e7e9;
    border-radius: 3px;
    min-width: 940px;
    overflow-X: auto;
}
.shop-cart table thead{
    background-color: #ff9822;
}
.shop-cart table tr th{
    text-align: center;
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}
.shop-cart table tr .title{
    text-align: left;
}
.shop-cart table tr td{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    border-color: #f0f0f0;
    border-right: none;
    padding: 30px;
}
.shop-cart table tr td:last-child{
    border-right: 1px solid #f0f0f0;
}
.shop-cart table tr .product-thumbnail{
    text-align: left;
}
.shop-cart table tr .product-thumbnail .image{
    float: left;
    margin-right: 20px;
}
.shop-cart table tr .product-thumbnail .content{
    display: table;
    margin-top: 28px;
}
.shop-cart table tr .product-thumbnail h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.shop-cart table tr .product-thumbnail h4 a{
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.shop-cart table tr:hover .product-thumbnail h4 a{
    color: #ff9822;
}
.shop-cart table tr span{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    -webkit-transition: .25s;
    transition: .25s;
}
.shop-cart table tr:hover span{
    color: #ff9822;
}
.shop-cart table tr .quantity a{
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 36px;
    height: 42px;
    width: 42px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    text-align: center;
    float: left;
}
.shop-cart table tr .quantity a:hover{
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}
.shop-cart table tr .quantity input{
    color: #000000;
    text-align: center;
    width: 60px;
    float: left;
    margin: 0px -1px;
    border: 1px solid #f0f0f0;
    padding: 5px 8px;
    outline: none;
    line-height: 30px;
}
.shop-cart table tr .quantity input:focus{
    border: 1px solid #ff9822;
}
.shop-cart table tr:hover .quantity input{
    color: #ff9822;
}
.shop-cart table tr .total-cart{
    border-right: none;
}
.shop-cart table tr .remove-cart{
    width: 120px;
    text-align: right;
}
.shop-cart table tr .remove-cart span{
    height: 18px;
    width: 18px;
    background-color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
}
.shop-cart table tr:hover .remove-cart span{
    background-color: #ff9822;
}
.shop-cart table tr .coupon{
    float: left;
}
.shop-cart table tr .coupon input:first-child{
    width: 285px;
    border: 1px solid #f0f0f0;
    border-radius: 3px 0px 0px 3px;
    padding: 8px 15px;
    outline: none;
    background-color: transparent;
    color: #696969;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    float: left;
}
.shop-cart table tr .coupon input:last-child{
    background-color: #65ac4c;
    color: #fff;
    padding: 9px 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    border-radius: 0px 3px 3px 0px;
}
.shop-cart table tr .update{
    float: right;
}
.shop-cart table tr .update input{
    background-color: #ff9822;
    color: #fff;
    padding: 9px 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    border-radius: 3px;
}
.shop-cart table tr .update input:first-child{
    color: #fff;
    background-color: #65ac4c;
}
.shop-cart table tr .update input:last-child{
    float: right;
    margin-left: 20px;
}
.shop-cart .shipping h4, .shop-cart .cart-total h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.shop-cart .shipping select{
    font-size: 14px;
    color: #696969;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 7px 15px;
    outline: none;
    margin-bottom: 20px;
}
.shop-cart .shipping select:nth-child(2){
    width: 100%;
}
.shop-cart .shipping select:nth-child(3){
    width: 48%;
    float: left;
}
.shop-cart .shipping select:nth-child(4){
    width: 48%;
    float: right;
}
.shop-cart .shipping input{
    background-color: #ff9822;
    color: #fff;
    padding: 8px 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    border-radius: 4px;
}
.shop-cart .cart-total p{
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    color: #696969;
    padding: 4px 15px;
    margin-bottom: 20px;
}
.shop-cart .cart-total p span{
    float: right;
    color: #ff9822;
}

/*  18  - Footer
----------------------------------------------*/
footer{
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}
footer h2{
    color: #fff;
    margin-bottom: 20px;
}
footer p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
footer p a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
footer p a:hover{
    text-decoration: none;
    color: #ff9822;
}
footer.footer-four{
    background-image: url(../../img/footer.jpg);
}
/*
footer.footer-four .overlay{
    background-color: rgba(19,27,36,.9);
}
*/

.header-cart-ticket-option {
    list-style: none;
    margin-bottom: 0;
}

.header-cart-ticket-option li {
    float: left;
}
header .main-menu .menu_cart .feature_item {
    width: 100%;
}
header .main-menu .navbar-nav {
    margin-right: 20px;
}









/*================================
           Box Style
==================================*/


.box-style {
    position: fixed;
    top: 65%;
    transform: translateY(-50%);
    left: -250px;
    z-index: 9;
    background: #fff;
    max-width: 250px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 95%;
}
.open.box-style{
    left: 0;
}
.box-style-inner::-webkit-scrollbar { 
    display: none; 
}
.box-style-inner{
    position: relative;
    padding: 20px 20px;
    overflow-y: auto;
    max-height: 80%;
    border-radius: 4px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0,.2);
}
.box-style h3 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    color: #ffb400;
    font-size: 30px;
}
.box-heading h5 {
    color: #6c5ebf;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.box-customize li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 8px;
    list-style: none;
}
.box-customize li a {
    padding: 4px 20px;
    border: 1px solid #f0f0f0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #ffb400;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    text-decoration: none;
}
.box-customize li a:hover{
    background-color: #6c5ebf;
    color: #fff;
    border: 1px solid #6c5ebf;
}
.box-element {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
}
.box-element:last-child{
    border: none;
}
.box-bg-img li, .box-pattern-img li {
    width: 25%;
    float: left;
    list-style: none;
}
.box-bg-img li a, .box-pattern-img li a{
    padding: 3px;
    display: block;
}
.box-bg-img li a img, .box-pattern-img li a img{
    width: 100%;
    height: 100%;
}
.color-btn {
    position: absolute;
    right: -50px;
    top: 20%;
    z-index: 9;
}
.color-btn a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #6c5ebf;
    color: #fff;
    font-size: 30px;
    padding-right: 3px;
    display: block;
}


.boxed .box-layout {
    max-width: 1230px;
    margin: auto;
    background-color: #fff;
}
.boxed .main-menu.menu-fixed {
    max-width: 1230px;
    width: 100%;
    margin: auto;
}


/*----------------Thank You------------------*/








/* header */
header.header-seven .menu-six {
    background-color: transparent;
}
header.header-seven .menu-six-bg {
    background-color: #ee0034; 
}


header.header-seven .menu_cart > span:before {
    color: #fff;
    background-color: #ee0034;
}

header.header-seven .menu-six .menu-button, header.header-seven .menu-six .menu-button:hover, header.header-seven .menu-six .menu-button:focus {
    color: #fff;
    background-color: #ee0034;
    text-decoration: none;
}
header.header-seven .menu-six ul li ul, header.header-seven .menu-six .navbar-right .dropdown-menu {
    background-color: #ee0034;
}

header.header-seven .menu-six-bg .menu_cart > span:before {
    color: #ee0034;
    background-color: #fff;
}
header.header-seven .menu-six.menu-six-bg .menu-button, header.header-seven .menu-six.menu-six-bg .menu-button:hover, header.header-seven .menu-six.menu-six-bg .menu-button:focus {
    color: #ee0034;
    background-color: #fff;
    text-decoration: none;
}

header.header-seven .header-cart-ticket-option {
    margin-bottom: 0;
}


/*   speaker section  */
.speakers.speakers-eight {
    background-image: none;
}
.speakers.speakers-eight .section-header h3 {
    color: #000;
}
.speakers.speakers-eight .section-header p {
    color: #696969;
}
.speakers.speakers-eight .speaker-item {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}

.speakers.speakers-eight .speaker-image {
    width: 268px;
    height: 268px;
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
}
.speakers.speakers-eight .speaker-image:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0px 268px 268px 0px;
    border-color: #ee0034 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.speakers.speakers-eight .speaker-image img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    position: relative;
    z-index: 9;
    top: 26px;
    left: 25px;
}
.speakers.speakers-eight .speaker-content {
    display: table;
    padding: 25px 10px 0px 0px;
}
.speakers.speakers-eight .speaker-social {
    padding-left: 0;
    list-style: none;
}
.speakers.speakers-eight .speaker-social li {
    float: left;
}
.speakers.speakers-eight .speaker-social li a {
    display: block;
    margin-right: 8px;
    font-size: 16px;
}
.speakers.speakers-eight .speaker-social li a .fa-facebook {
   color: #475995;
}
.speakers.speakers-eight .speaker-social li a .fa-twitter {
    color: #6ab5e7;
}
.speakers.speakers-eight .speaker-social li a .fa-google-plus {
    color: #be463a;
}
.speakers.speakers-eight .speaker-social li a .fa-dribbble {
    color: #cb4d86;
}
.speakers.speakers-eight .speaker-social li a .fa-pinterest-p {
    color: #ae242b;
}

.speakers.speakers-eight .speaker-item .speaker-content p {
    margin-bottom: 10px;
}
.speakers.speakers-eight .speaker-item .speaker-content h4 {
    margin: 15px 0;
}
.speakers.speakers-eight .speaker-item .speaker-content h4 a {
    color: #000;
}
.speakers.speakers-eight .speaker-item .speaker-content h4 a:hover {
    text-decoration: none;
    color: #ee0034;
}
.speakers.speakers-eight .speaker-item .speaker-content h4 span {
    display: block;
    font-size: 14px;
    color: #696969;
    margin-top: 4px;
}



/*----------------------  schedule new section   -----------------------------*/
.overlay .section-header p,
.overlay .section-header h3 {
    color: #fff;
}
.schedules.schedules-uhv .schedule-tabs {
    background-color: #fff;
    overflow: hidden;
}
 
.schedules.schedules-uhv .nav-tabs {
    text-align: center;
    display: block;
    border: 0px;
    background-color: #ee0034;
    border-bottom: 1px solid #ebebeb;
}
.schedules.schedules-uhv .nav-tabs li.active a {
    background-color: #fff;
    color: #ee0034;
    margin: 0;
    border: none;
}
.schedules.schedules-uhv .nav-tabs li a {
    border-radius: 0;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    background-color: #ee0034;
    border: none;
}

.schedule-item:hover .session {
    color: #ee0034;
}

.schedules.schedules-uhv .nav-tabs li:last-child a:hover, .schedules.schedules-uhv .nav-tabs li:last-child a:focus {
    border-right: 0px solid #65ac4c;
}
.schedule-list .schedule-item{
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.schedule-list .col-md-6:nth-last-child(1) .schedule-item,
.schedule-list .col-md-6:nth-last-child(2) .schedule-item {
    border-bottom: none;
}
.schedule-list .schedule-speader {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 100%;
    margin-right: 30px;
}

.schedule-list .schedule-content {
    display: table;
    text-align: left;
}

.schedule-list .schedule-heading {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
}
.schedule-list .schedule-heading .time {
    color: #696969;
}
.schedule-list .schedule-heading .hall {
    color: #ee0034;
}
.schedule-list .session {
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 5px;
}
.schedule-list .speaker-name {
    font-size: 14px;
    color: #696969;
}






/*---------------- sponsoor   -------------*/

.sponsor.sponsor-uhv {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}

.sponsor-uhv .overlay .sponsor-type {
    color: #fff;
}
.sponsor-uhv .sponsor-type {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sponsor.sponsor-uhv .sponsor-item {
    float: left;
    margin-bottom: 0;
}
.sponsor .platinum-sponsor .sponsor-item {
    width: calc(100% / 3);
} 
.sponsor .gold-sponsor .sponsor-item {
    width: calc(100% / 4);
} 
.sponsor .silver-sponsor .sponsor-item {
    width: calc(100% / 5);
} 

.sponsor .platinum-sponsor .sponsor-item .sponsor-item-inner {
    margin: 15px;
}
.sponsor .gold-sponsor .sponsor-item .sponsor-item-inner {
    margin: 14px;
}
.sponsor .silver-sponsor .sponsor-item .sponsor-item-inner {
    margin: 12px;
}

.sponsor-type-item {
    margin-bottom: 50px;
    overflow: hidden;
}

.sponsor.sponsor-uhv .sponsor-button {
    background-color: #0131FF;
    color: #fff;
}



/*   gallery  */
.gallery.gallery-uhv {
    background-image: none;
}

.gallery.gallery-uhv .section-header h3,
.gallery.gallery-uhv .section-header p {
    color: inherit;
}

.gallery .gallery-thumb {
    position: relative;
}

.gallery-two.gallery.gallery-uhv .grid-item {
   width: 33.33%;
   float: left;
   padding: 0;
}
.gallery-two.gallery.gallery-uhv .grid-item .gallery-thumb {
    margin: 3px;
}

.gallery.gallery-uhv .gallery-button {
    background-color: #0131FF;
    padding: 13px 30px;
    margin-top: 70px;
}




/*------------------------------   become sponsor page css ------------------------------*/
/*.become-sponsor.padding-120 {
    padding-bottom: 90px;
}*/
.become-sponsor-list {
    overflow: hidden;
    /*background-color: #f6f6f6;*/
    padding: 10px 0;
}
.become-sponsor-item {
    text-align: left;
    padding: 40px 30px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.09);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.become-sponsor-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.become-sponsor-item .sponsor-thumb {
    margin-bottom: 25px;
}

.become-sponsor-item .sponsor-content h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.become-sponsor-item .sponsor-content p {
    line-height: 30px;
    margin-bottom: 15px;
}
.become-sponsor-item .sponsor-content .sponsor-btn {
    color: #65ac4c;
    text-transform: uppercase;
    font-weight: 600;
}

.become-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 3px; 
    background-color: #65ac4c;
    padding: 10px 25px;
}
.become-btn:hover {
    color: #fff;
}



/*------------------event sponsor page css-------------------*/

.sponsor.event-sponsor-page {
    background-image: none;
}

.sponsor.event-sponsor-page .section-header h3,
.sponsor.event-sponsor-page .section-header p{
    color: inherit;
}

.sponsor.event-sponsor-page .sponsor-item .sponsor-item-inner {
    border: 1px solid #ebebeb;
}


/*----------------  venue  -----------------*/


.venue-section .venue-list {
    /*background-color: #f5f5f5;*/
}
.venue-item {
    background-color: #fff;
    min-height: 360px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.venue-item:hover {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09);
}
.venue-item .venue-thumb img {
    max-width: 100%;
}
.venue-item .venue-content {
    padding: 30px;
}
.venue-item .venue-content h4{
    font-size: 24px;
    margin-bottom: 10px;
}
.venue-item .venue-content p{
    margin: 0;
}
.venue-section .col-md-4:nth-last-of-type(1) .venue-item{
    margin-bottom: 0;
}

.venue-section .col-md-4:nth-last-of-type(2) .venue-item{
    margin-bottom: 0;
}

.venue-section .col-md-4:nth-last-of-type(3) .venue-item{
    margin-bottom: 0;
}



.section-header {
    /*padding-bottom: 50px;*/
}






/*--------------------  faq page ---------------------------*/
.faq {
    margin-bottom: 50px;
}
.faq .title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
/*  style one */
.panel-group .panel {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 0px;
}
.faq-title a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    overflow: hidden;
    height: 50px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    padding-left: 20px;
}
.faq-title a:focus,
.faq-title a:active,
.faq-title a:hover {
    text-decoration: none;
}
.faq-title a span {
}
.faq-title .faq-icon {
    width: 50px;
    height: 50px;
    border-left: 1px solid #ccc;
    float: right;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faq-title .collapsed {
    color: #000;
}
.faq-title a {
    color: #ee0034;
}
.faq-title .collapsed .faq-icon i{
    transform: rotate(0deg);
    color: #000;
}
.faq-title a .faq-icon i{
    transform: rotate(90deg);
    color: red;
}
.faq-body {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.faq.faq-style3 .faq-title a {
    background-color: #ee0034;
    color: #fff;
}
.faq.faq-style3 .faq-title .collapsed {
    background-color: #7eaa54;
}
.faq.faq-style3 .faq-title .faq-icon {
    border-left: none;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}
.faq.faq-style3 .faq-title a .faq-icon i {
    color: #fff;
}

.faq.faq-style4 .faq-title a {
    background-color: #ee0034;
    color: #fff;
}
.faq.faq-style4 .faq-title .collapsed {
    background-color: #7eaa54;
}
.faq.faq-style4 .faq-title .faq-icon {
    border-left: none;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}
.faq.faq-style4 .faq-title a .faq-icon i {
    color: #7eaa54;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50%;
    padding-left: 2px;
}

.faq.faq-style5 .faq-title a {
    padding-left: 0;
}
.faq.faq-style5 .faq-title .faq-icon {
    border-left: none;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}

.faq.faq-style6 .faq-title a {
    padding-left: 0;
}
.faq.faq-style6 .faq-title .faq-icon {
    border-left: none;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}



/*-----------  DARK HOMEPAGE VARIATION -----------*/

.dark-layout .menu-six .menu-button {
    color: #fff;
    background-color: #ee0034;
}

.dark-layout header .menu-six .menu_cart > span:before {
    background-color: #ee0034;
    color: #fff;
}


/*  dark about */
.dark-layout .about-thumb {
    max-width: 970px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}
.dark-layout .about-thumb img {
    max-width: 100%;
}
.dark-layout .play {
    width: 115px;
    height: 115px;
    padding: 10px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 100%;
    text-align: center;
    color: #ee0034;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -56px;
    margin-left: -56px;
    z-index: 1;
}
.dark-layout .play i {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255,255,255,0.9);
    border-radius: 100%;
    font-size: 48px;
    line-height: 96px;
}
.dark-layout .play:hover {
    text-decoration: none;
}
.dark-layout .about {
    background-color: #1a242f;
}
.dark-layout .about-six .section-header h2 {
    color: #fff;
}
.dark-layout .about-six .section-header p {
    color: #fff;
}

.dark-layout .about > div > p {
    color: #fff;
}


.dark-layout .about-six .about-button li:last-child a {
    background-color: #fff;
    color: #ee0034;
    /*border-radius: 3px;*/
}
.dark-layout .about-six .about-button li a {
    background-color: #ee0034;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dark-layout .about-six .about-button li a:hover {
    background-color: #fff;
    color: #ee0034;  
}
.dark-layout .about-six .about-button li:last-child a:hover {
    background-color: #ee0034;
    color: #fff;
    border-radius: 0px;
}


.dark-layout .schedules.schedules-uhv .schedule-tabs {
    position: relative;
    z-index: 2;
}

.dark-layout .schedules.schedules-uhv .nav-tabs li a {
    background-color: #000;
}
.dark-layout .schedules.schedules-uhv .nav-tabs li.active a {
    background-color: #fff;
}
.dark-layout .schedules.schedules-uhv .nav-tabs {
    background-color: #000;
}


/* speaker */
.dark-layout .speaker-items {
    position: relative;
    z-index: 2;
}
.speakers-nine .speaker-content {
    padding-top: 40px;
    padding-left: 20px;
}
.speakers-nine .speaker-content .name {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}
.speakers-nine .speaker-content .name a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.speakers-nine .speaker-content .name a:hover {
    color: #ee0034;
}
.speakers-nine .speaker-content p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.speakers.speakers-nine .speaker-item {
    overflow: visible;
}
.speakers-nine .speaker-image {
    background-color: #26303b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.speakers-nine .speaker-image img {
    transform: translate(20px,20px);
}

.speakers-nine .speaker-items .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.speakers-nine .speaker-item:hover .speaker-image {
    background-color: #ee0034;
}

.dark-bg {
    background-color: #1a242f;
    background-image: none;
}


.dark-layout .section-wrapper {
    position: relative;
    z-index: 2;
}


.dark-layout .section-header {
    position: relative;
    z-index: 2;
}
.dark-layout .section-header h3 {
    color: #fff !important;
}
.dark-layout .section-header p {
    color: #fff !important;
}


.dark-layout footer p a:hover {
    color: #ee0034;
}
.dark-layout .mobile-menu-area {
    background-color: #ee0034;
}
.dark-layout .mobile-menu-area  .close {
    color: #ee0034;
}

/*------------ custom mobile menu css  ----------------------*/

.mobile-menu-area {
    display: none;
}



div#bs-example-navbar-collapse-1 {
    display: none;
}





.mobile-menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.open-mobile-menu .mobile-menu-area {
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.open-mobile-menu .mobile-menu ul {
    transform: scaleY(1);
}
.mobile-menu > ul.m-menu {
    padding: 50px;
}
.mobile-menu>ul {
    transform: scaleY(0);
    transition: all 1s ease;
    transform-origin: top;
    overflow-y: auto;
    max-height: 500px;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu>ul li {
    position: relative;
}

.mobile-menu ul li a {
    font-size: 24px;
    line-height: 45px;
    color: #fff;
}


.mobile-menu>ul>li .mobile-submenu {
    display: none;
}

.mobile-menu>ul>li .mobile-submenu li a {
    font-size: 20px;
    line-height: 35px;
}
.mobile-menu>ul>li>a:focus,
.mobile-menu>ul>li .mobile-submenu li a:focus {
    text-decoration: none;
}


.mobile-menu>ul>li .mobile-submenu .mobile-submenu li a {
    font-size: 15px;
    line-height: 25px;
}




/*.open-mobile-menu .main-menu.menu-fixed {
    z-index: 999999;
    background-color: transparent;
    box-shadow: none;
}


.open-mobile-menu .main-menu.menu-fixed .navbar-brand {
    display: none;
}*/

.mobile-menu-area  .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgb(238,0,52);
    font-size: 30px;
    z-index: 999;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.navbar-toggle {
    cursor: pointer;
}



.faq-section .col-md-6 {
    min-height: 490px;
}

/*footer .overlay {
    background-color: rgba(0,0,0,0.1) !important;
}*/




/*   mobile shop btn  */
.ms-btn-group {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
}
.open-mobile-menu .ms-btn-group {
    bottom: 0;
    -webkit-transition-delay: 1s;
}
.ms-btn-group .ms-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    margin: 5px;
    text-transform: uppercase;
    color: #62A0D1;
}







/*   newyork  */
.banner.banner-newyork {

}
.banner.banner-newyork .banner-content-area {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

.banner.banner-newyork .content {}
.banner.banner-newyork .content h2 {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.banner.banner-newyork .content p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.banner.banner-newyork .content {
    padding: 120px 0;
}


/*   speaker  */

.speakers.speakers-eight.newyear .speaker-image {
    float: none;
    padding: 30px;
    width: auto;
    height: auto;
    margin-right: 0;
}

.speakers.speakers-eight.newyear .speaker-image img {
    width: auto;
    height: auto;
    border-radius: 0;
    position: relative;
    left: 0;
    top: 0;
}

.speakers.speakers-eight.newyear .speaker-image:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 360px 360px 0px 0px;
    border-color: #0131FF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.speakers.speakers-eight.newyear .speaker-content {
    display: block;
    padding: 0px 20px 20px 29px;
    margin-top: -20px;
}

.speakers.speakers-eight.newyear .speaker-social {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin: 0;
}



.button-group {}
.button-group .btn {
    color: #fff;
    background-color: #ee0034;
    padding: 12px 30px;
    display: inline-block;
    margin: 5px;
    border-radius: 2px !important;
    -webkit-transition: all 0.3s ease;
    overflow: hidden;
}
.button-group .btn:first-child {
    color: #fff;
    background-color: #ee0034;
}

.button-group .btn:hover:first-child {
    color: #ee0034;
    background-color: #fff;
}

.button-group .btn:last-child {
    color: #ee0034;
    background-color: #fff;
}

.button-group .btn:hover:last-child {
    color: #fff;
    background-color: #ee0034;
}




/*   speaker section  */
.fashion-section .section-header h3,
.fashion-section .section-header p {
    color: #fff;
}







/*====== 26 January 2018  ==========*/
.scrollbar{
    margin-left: 15px;
    float: left;
    height: 530px;
    overflow-y: scroll;
    margin-bottom: 25px;
}
#style-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    background-color: #F5F5F5;
}

#style-scroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-scroll::-webkit-scrollbar-thumb
{
    background-color: #d5085a;
}

#style-scroll-v1::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-scroll-v1::-webkit-scrollbar-thumb
{
    background-color: #D4A01B;
}
/*scrollbar v2*/
#style-scroll-v2::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-scroll-v2::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
/*scrollbar v3*/
#style-scroll-v3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-scroll-v3::-webkit-scrollbar-thumb
{
    background-color: #65AC4C;
}
/*scrollbar v4*/
#style-scroll-v4::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-scroll-v4::-webkit-scrollbar-thumb
{
    background-color: #1B2431;
}
/*scrollbar v5*/
#style-scroll-v5::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-scroll-v5::-webkit-scrollbar-thumb
{
    background-color: #92278F;
}

/*===== menu 8 ======*/

header .menu-eight{
    background-color: rgba(0,15,87,0.8);
}
header .menu-eight-bg{
    -webkit-box-shadow: 0 2px 4px rgba(0,15,87,0.1);
    box-shadow: 0 2px 4px rgba(0,15,87,0.1);
}
header .menu-eight ul li a{
    color: #fff;
}

header .menu-eight .menu-button{
    background: #0131FF;
}
.one-page{
    padding-top: 90px;
}
header.header-seven .menu_cart > span:before {
    color: #696969;
    background-color: #fff;
}

 header.header-seven .menu-eight .navbar-right .dropdown-menu {
    background-color: #0131FF;
 }

 /*scrollbar v6*/
#style-scroll-v6::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-scroll-v6::-webkit-scrollbar-thumb
{
    background-color: #0131FF;
}

.newsletter.newsletter-uhv.newsletter-seven{
    background: #0131FF;
}

.newsletter-seven form input:first-child {
    border: 1px solid #fff;
    background-color: #0131FF;
}
.newsletter-seven form input:last-child{
    color: #0131ff;
    background-color: #fff;
    -webkit-transition: .25s;
    transition: .25s;
}

header .main-menu.menu-eight.menu-fixed.animated.fadeInDown ul li ul li > a:hover{
    color: #337ab7;
}
header .main-menu.menu-eight.menu-fixed.animated.fadeInDown ul li ul li.active > a{
    color: #337ab7;
    background: #fff;
}

header .header-six.header-seven .main-menu.menu-eight.menu-fixed.animated.fadeInDown ul li > a:hover{
    background: red;
}

 .about.about-six.about-eight.padding-120 .about-button li:last-child a {
    background-color: #FFFFFF;
}
.uniabt-txt
{
	padding-bottom: 10px;
	text-align: justify;
}
.mmdu-txt a
{
	color: #fff;
}
.mmdu-txt span
{
	color: #fff;
}