/*---------------------------------------------
			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;
    outline: none;
}
a:hover {
    text-decoration: none;
}
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: 20px 0;
    padding: 0;
}
/*h1{
	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: 24px;
    margin: 0 0 1.75em;
}
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: 14px;
    line-height: 1.7;
    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 {
    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 20px;
}
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 #d1d1d1;
}
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
 */

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: #1a1a1a;
    border: 0;
    border-radius: 2px;
    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: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
    border-radius: 3px;

}
.default-button:hover, .default-button:focus{
    text-decoration: none;
    color: #fff;
}
.padding-120{
    padding: 120px 0px;
}
.padding-top-30{
    padding-top: 30px;
}
.margin-top-90{
    margin-top: 90px;
}
.overlay{
    background-color: rgba(0,0,0,.6);
    padding: 110px 0px;
}
.section-header h3{
	line-height: 1.5;
    font-size: 36px;
    margin: 0;
}
.section-header p{
    font-size: 18px;
    margin-bottom: 20px;
}
.event-social{
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
}
.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.3em;
}
.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: 89px;
}
.header-no-margin{
    margin: 0px;
}
header .main-menu{
	background-color: #65ac4c;
	min-height: 90px;
}
header .main-menu .navbar-brand{
	padding: 30px 0px;
}
.main-menu.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 111;
}
.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,.1);
}
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;
    outline: none;
}
header .main-menu ul li a .caret{
    margin-left: 4px;
}
header .main-menu ul li a .badge{
    text-transform: lowercase;
    font-size: 10px;
    background-color: #000;
    margin-top: -8px;
    font-weight: normal;
    border-radius: 0;
    padding: 2px 7px;
}
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;
}
.menu-item-has-children .menu-item-has-children a {
    position: relative;
}
.menu-item-has-children .menu-item-has-children a .caret {
    display: none;
}
.menu-item-has-children .menu-item-has-children > a::after {
    content: "\f0da";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-family: FontAwesome;
}
.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: 11px 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;
    background-color: #fff;
    color: #65ac4c;
}
.main-menu ul.dropdown-menu li.current-menu-ancestor > a {
    background-color: #fff;
    color: #65ac4c;
} 
header .main-menu .header-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item a:hover{
    padding-left: 0;
}
header .main-menu .menu-button{
	display: inline-block;
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9822;
    padding: 10px 20px;
    margin: 25px 0px 25px 20px;
    border-radius: 3px;
}
header .main-menu .menu-button:hover, header .main-menu .menu-button:focus{
	background-color: #ff9822;
	color: #fff;
}
header .main-menu.menu-background-bg .menu-button{
    background-color: #fff;
    color: #696969;
}
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 10px 26px 18px;
	cursor: pointer;
}
header .main-menu .menu_cart .item-counter{
	content: "02";
	position: absolute;
	top: -3px;
	left: 10px;
	height: 20px;
	width: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #696969;
	background-color: #fff;
	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;
    width: 50px;
    height: 60px;
}
header .main-menu .menu_cart .featured_content{
    display: table;
    font-size: 12px
}
header .main-menu .menu_cart .featured_content > h3{
    line-height: 15px;
    margin: 0;
}
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 {

}
header .main-menu .menu_cart .featured_content .remove {
    color: #333;
}
header .main-menu .menu_cart .featured_content .remove 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;
    cursor: pointer;
}
header .main-menu .menu_cart .featured_content > .remove a{
    color: #000000;
}
header .main-menu .menu_cart .featured_content > .remove a: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(39,49,66,1);
}
header .menu-four.menu-four ul li ul{
    background-color: rgba(39,49,66,1);
}
header .menu-four.menu-four-bg ul li ul{
    background-color: rgba(39,49,66,1);
}
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 a{
    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: 300px;
    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: #fff;
    z-index: 0;
}
.banner .content-right > .content{
    max-width: 750px;
}
.banner .content-right h2{
    color: #fff;
    font-size: 48px;
    margin: 0;
}
.banner .content-right ul{
    margin-bottom: 35px;
    z-index: 9;
    position: relative;
    margin-left: 0;
}
.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: 3em;
    margin-bottom: 35px;
    background-color: #65ac4c;
}
.banner.banner3 .content-right .clock-item:nth-child(2) span,
.banner.banner-five .content-right .clock-item:nth-child(2) span{
    background-color: #92278f;
}
.banner.banner3 .content-right .clock-item:nth-child(3) span,
.banner.banner-five .content-right .clock-item:nth-child(3) span{
    background-color: #f5b429;
}
.banner.banner3 .content-right .clock-item:last-child span,
.banner.banner-five .content-right .clock-item:last-child span{
    background-color: #ff9822;
}
.banner.banner-ten .content-right .clock-item span {
    background-color: transparent !important;
}
.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: #ff9822;
    display: inline-block;
    padding: 14px 38px;
    margin-top: 22px;
    position: relative;
    z-index: 9;
    line-height: 1.7;
}
.banner-two{
    background-image: none;
}
.banner-two .banner-content{
    text-align: center;
    bottom: 50%;
    transform: translateY(50%);
}
.banner-two .banner-content .clock-item{
    display: inline-block;
    color: #fff;
    margin-right: 40px;
    color: #65ac4c;
    margin-bottom: 20px;
}
.banner-two .banner-content .clock-item span{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}
.banner-two .banner-content .clock-item:nth-child(2){
    color: #92278f;
}
.banner-two .banner-content .clock-item:nth-child(3){
    color: #f5b429;
}
.banner-two .banner-content .clock-item:last-child{
    color: #ff9822;
    margin: 0px;
}
.banner-two .banner-content .clock-item p{
    color: #fff;
    text-transform: uppercase;
}
.banner-two .banner-content > p{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-two .banner-content h2{
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
}
.banner-two .banner-content ul li{
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
}
.banner-two .banner-content ul li span{
    margin-right: 10px;
    font-size: 18px;
}

.banner-three .banner-content{
    position: relative;
    bottom: 0;
    height: 975px;
}
.banner-three .content{
    position: absolute;
    width: 60%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-three .content p{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-three .content h2{
    color: #fff;
    font-size: 62px;
    margin-bottom: 10px;
}
.banner-three .content ul li{
    list-style: none;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.banner-three .content ul li span{
    font-size: 18px;
    margin-right: 5px;
}
.banner-three .content ul li span:before{
    font-size: 18px;
}
.banner-three .banner-form{
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    border: 10px solid rgba(243,243,243,.2);
    padding: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-three .banner-form h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.banner-three form .banner-input{
    width: 100%;
    background: transparent;
    border: 1px solid rgba(243,243,243,.2);
    padding: 12px 20px;
    margin-bottom: 15px;
    color: #fff;
    outline: none;
}
.banner-three form .banner-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aeaeae;
}
.banner-three form .banner-input::-moz-placeholder { /* Firefox 19+ */
  color: #aeaeae;
}
.banner-three form .banner-input:-ms-input-placeholder { /* IE 10+ */
  color: #aeaeae;
}
.banner-three form .banner-input:-moz-placeholder { /* Firefox 18- */
  color: #aeaeae;
}
.banner-three form option{
    background-color: transparent;
    color: #000;
}
.banner-three form .banner-submit{
    background-color: #ff9822;
    color: #fff;
    padding: 18px 44px;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
}
.banner-four{
    background-image: none;
}
.banner-four .banner-overlay{
    background-color: rgba(27,36,49,.4);
}
.banner-four .content-left{
    bottom: 155px;
}
.banner-four .content-left:before{
    background-color: #ff9822;
}
.banner-four .content-right{
    bottom: -15px;
}
.banner-five{
    height: 590px;
}
.banner-five .content p{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner-five .content h2{
    color: #ff9822;
    margin-bottom: 39px;
}
.banner-page-header.banner-five .content h2{
    color: #fff;
}
.banner-five .content-left{
    bottom: 50%;
    -webkit-transform: translateY(33.7%);
    transform: translateY(33.7%);
}
.banner-five .content-right{
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.banner-six .banner-six-left-bg{
    height: 975px;
    position: relative;
}
.banner-six .banner-six-left{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    height: 500px;
    width: 500px;
}
.banner-six .banner-six-left .content{
    background-color: #fff;
    text-align: center;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.banner-six .banner-six-left .content > .counter{
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #ff9822;
}
.banner-six .banner-six-left p{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #92278f;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-six .banner-six-left .clockdiv{
    overflow: hidden;
}
.banner-six .banner-six-left .clock-item{
    display: inline-block;
    margin-right: 20px;
}
.banner-six .banner-six-left .clock-item span{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #65ac4c;
}
.banner-six .banner-six-left .clock-item:nth-child(2) span{
    color: #92278f;
}
.banner-six .banner-six-left .clock-item:nth-child(3) span{
    color: #f5b429;
}
.banner-six .banner-six-left .clock-item:nth-child(4) span{
    color: #ff9822;
}
.banner-six .banner-six-left .clock-item p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #65ac4c;
}
.banner-six .banner-six-right-bg{
    height: 975px;
    position: relative;
}
.banner-six .banner-six-right{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-six .banner-six-right h2{
    font-size: 84px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.banner-six .banner-six-right ul{
    margin: 0px;
}
.banner-six .banner-six-right ul li{
    list-style: none;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.banner-six .banner-six-right ul li span{
    color: #fff;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.banner-seven .seven-content-left{
    height: 975px;
    position: relative;
    overflow: hidden;
    max-width: 640px;
}
.banner-seven .seven-content-left .content{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-seven .seven-content-left span{
    font-weight: 700;
    font-size: 190px;
    line-height: 170px;
    color: #fff;
    text-transform: uppercase;
/*    word-break: break-all;
    display: block;*/
}
.banner-seven .seven-content-left h2{
    color: #fff;
    max-width: 270px;
    display: inline-block;
    font-size: 36px;
    line-height: 48px;
    margin-left: 10px;
}
.banner-seven .seven-content-right-bg{
    height: 975px;
    position: relative;
}
.banner-seven .seven-content-right{
    position: absolute;
    top: 50%;
    right: 0;
    height: 500px;
    width: 500px;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-seven .seven-content-right .content{
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    text-align: center;
    padding-top: 100px;
}
.banner-seven .seven-content-right .counter{
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #e84b3a;
}
.banner-seven .seven-content-right .content > p{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #d50dad;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-seven .seven-content-right .clock-item{
    display: inline-block;
    margin-right: 20px;
}
.banner-seven .seven-content-right .clock-item:last-child{
    margin: 0px;
}
.banner-seven .seven-content-right .clock-item span{
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #e84b3a;
}
.banner-seven .seven-content-right .clock-item p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #e84b3a;
}
.banner-seven .seven-content-right .clock-item:nth-child(2) span, .banner-seven .seven-content-right .clock-item:nth-child(2) p{
    color: #fc7f0c;
}
.banner-seven .seven-content-right .clock-item:nth-child(3) span, .banner-seven .seven-content-right .clock-item:nth-child(3) p{
    color: #f5b429;
}
.banner-seven .seven-content-right .clock-item:nth-child(4) span, .banner-seven .seven-content-right .clock-item:nth-child(4) p{
    color: #d50dad;
}
.banner-eight{
    background: none;
}
.banner video{
    width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-eight .banner-eight-content{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-eight .banner-eight-content span{
    display: block;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
.banner-eight .banner-eight-content span:last-child{
    font-size: 150px;
}

.banner-nine .banner-nine-content{
    padding: 0px 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-nine p{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
    margin: 0px;
}
.banner-nine h2{
    color: #fff;
    font-size: 60px;
    line-height: 1.5;

}
.banner-nine ul{
    margin-bottom: 30px;
}
.banner-nine ul li{
    list-style: none;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.banner-nine ul li:first-child{
    margin-right: 25px;
}
.banner-nine ul li span{
    color: #fff;
    margin-right: 10px;
}
.banner-nine a{
    background-color: #fff;
    color: #e84b3a;
    padding: 13px 38px;
}
.banner-nine a:hover, .banner-nine a:focus{
    color: #e84b3a;
    background-color: #fff;
}

.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;
    margin-bottom: 0;
}
.page-header ul{
    float: right;
    margin: 0px;
    background: transparent;
    padding: 0;
}
.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.active span {
    color: #ff9822;
}
.page-header ul li a {
    color: #000000;
    text-decoration: none;
}

/*  04  - About
----------------------------------------------*/
.about .section-header h2{
    color: #65ac4c;
    margin-bottom: 10px;
}
.about .section-header p{
    color: #010101;
    font-size: 24px;
}
.about > div > p{
    font-size: 15px;
    line-height: 30px;
    color: #535353;
    text-align: center;
    margin-bottom: 50px;
}
.about .about-button{
    text-align: center;
    margin-left: 0;
}
.about .about-button li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.about .about-button li a{
    display: inline-block;
    background-color: #ff9822;
    padding: 14px 35px;
}
.about .about-button li a:hover, .about .about-button li a:focus{
    text-decoration: none;
    background-color: #65ac4c;
    color: #fff;
}
.about .about-button li:last-child a{
    background-color: #65ac4c
}
.about .about-button li:last-child a:hover{
    background-color: #ff9822;
}
.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-five .image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.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 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;
    margin-top: 0;
}
.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: url(../../images/about/about-countdown.png);
    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;

}

/*  00  - Services
----------------------------------------------*/
.services{
    padding: 120px 0px 60px;
}
.services .section-header{
    margin-bottom: 75px;
}
.services .section-header h3{
    color: #000000;
}
.services .service-item{
    text-align: center;
    margin-bottom: 60px;
}
.services .service-item img{
    margin: 0 auto 30px;
}
.services .service-item h4{
    margin-bottom: 15px;
}
.services .service-item p{
    margin: 0px;
}
.services .dark .section-header h3,
.services .dark .section-header p,
.services .dark .service-item h4,
.services .dark .service-item p{
    color: #fff;
}
/*  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;
    opacity: .95;
}
.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;
}
.speakers-two{
    background: #fff;
}
.speakers-two .section-header h3{
    color: #000000;
}
.speakers-two .section-header p{
    color: #696969;
}
.speakers.speakers-two .speaker-item .speaker-content .icon{
    background-color: #589e3f;
    color: #fff;
}
.speakers-two .speaker-item:hover .speaker-content .icon{
    background-color: #fc8804;
}

.speakers-three .speaker-item .speaker-content{
    background-color: #fff;
    text-align: center;
    padding: 22px;
}
.speakers-three .speaker-item .speaker-content h4 a, .speakers-three .speaker-item .speaker-content span{
    color: #010101;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}
.speakers-three .speaker-item:hover .speaker-content h4 a{
    color: #ff9822;
}

.speakers-four .overlay {
    background-color: rgba(27,36,49,.9);
}
.speakers-four .section-header p{
    color: #aeaeae;
}
.speakers-four .row{
    margin-right: -10px;
    margin-left: -10px;
}
.speakers-four .col-md-3, .speaker-four .col-sm-6, .speaker-four .col-xs-12{
    padding-right: 10px;
    padding-left: 10px;
}
.speakers-four .speaker-item{
    margin-bottom: 20px;
}
.speakers-four.speakers-ten .speaker-item{
    margin-bottom: 30px;
}

.speakers-five .speaker-items{
    margin: -7px;
    overflow: hidden;
}
.speakers-five .speaker-item{
    width: calc(100% / 4 - 1px);
    float: left;
    padding: 7px;
    margin: 0px;
}
.speakers-five .speaker-image{
    position: relative;
    overflow: hidden;
}
.speakers-five .speaker-content-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    text-align: center;
    padding: 10px;
}
.speakers-five .speaker-content{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #92278f;
    opacity: .9;
}
.speakers-five .content{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.speakers-five .speaker-content h4 a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.speakers-five .speaker-content span{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.speakers-five .speaker-item .speaker-social{
    margin: 0px;
}
.speakers-five .speaker-item .speaker-social li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.speakers-five .speaker-item .speaker-social a{
    color: #fff;
}
.speakers-six .speaker-image{
    position: relative;
    overflow: hidden;
}
.speakers-six .speaker-image img{
    width: 100%;
}
.speakers-six .speaker-content-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    text-align: center;
    padding: 10px;
}
.speakers-six .speaker-content{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #e84b3a;
    opacity: .9;
}
.speakers-six .content{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.speakers-six .speaker-content h4 a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.speakers-six .speaker-content span{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.speakers-six .speaker-item .speaker-social li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.speakers-six .speaker-item .speaker-social a{
    color: #fff;
}
.speakers-seven{
    background: #fff;
}
.speakers-seven .section-header h3{
    color: #000000;
}
.speakers-seven .section-header p{
    color: #696969;
}
.speakers-seven .speaker-item{
    text-align: center;
}
.speakers-seven .speaker-image{
    position: relative;
    height: 300px;
    width: 300px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 30px;
}
.speakers-seven .speaker-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-color: #e84b3a;
    opacity: .9;   
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.speakers-seven .speaker-item:hover .speaker-overlay{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8;
}
.speakers-seven .speaker-social{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
}
.speakers-seven .speaker-social li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.speakers-seven .speaker-social li a{
    font-size: 20px;
    color: #fff;
}
.speakers-seven .speaker-content h4{
    font-size: 20px;
}
.speakers-seven .speaker-content h4 a{
    text-decoration: none;
    color: #212121;
}
.speakers-seven .speaker-content span{
    font-size: 16px;
    color: #212121;
}

/*  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;
    margin-left: 0;
}
.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;
    margin-left: 0;
}
.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;
    margin-top: 35px;
}
.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;
    outline: none;
}
.schedules.schedules-three .nav-tabs li.active a,
.schedules.schedules-three .nav-tabs li a:hover,
.schedules.schedules-three .nav-tabs li.active a:hover,
.schedules.schedules-three .nav-tabs li.active a:active,
.schedules.schedules-three .nav-tabs li.active a:focus{
    background-color: #ff9822 !important;
    border-color:#ff9822;
}
.schedules.schedules-three .nav-tabs li a {
    color: #fff;
}
.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: 0px;
}
.schedules .tab-content table{
    border: 10px solid #fafafa;
    border-top: none;
    min-width: 1140px;
    overflow-x: auto;
    margin-bottom: 0;
}
.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 .schedule-button:hover{
    background-color: #ff9822;
}
.schedules-two{
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.schedules-two .section-header{
    margin-bottom: 60px;
}
.schedules-two .section-header h3, .schedules-two .section-header p{
    color: #fff;
}
.schedules-two .nav-tabs{
    width: 19%;
    float: left;
    border: none !important;
    margin-left: 0;
}
.schedules-two .nav-tabs li{
    margin-bottom: 10px;
}
.schedules-two .nav-tabs li a{
    border: none;
    background-color: #fff;
    width: 200px;
    padding: 6px 15px;
    position: relative;
}
.schedules-two .nav-tabs li a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    height: 15px;
    width: 15px;
    background-color: #ff9822;
    opacity: 0;
}
.schedules-two .nav-tabs li a:hover:before, .schedules-two .nav-tabs li.active a:before{
    right: -7px;
    opacity: 1;
    -webkit-transition: .25s;
    transition: .25s;
    transition-delay: .1s;
}
.schedules-two .nav-tabs li a:hover, .schedules-two .nav-tabs li a:focus, .schedules-two .nav-tabs li.active a{
    border: none;
}
.schedules-two .nav-tabs li a:hover, .schedules-two .nav-tabs li a:focus{
    background-color: #ff9822;
}
.schedules-two .nav-tabs li:last-child a:hover, .schedules-two .nav-tabs li:last-child a:focus{
    border: none;
}
.schedules-two .tab-content{
    width: 81%;
    float: left;
}
.schedules-two .tab-content .schedule-table, .schedules-two .tab-content table{
    margin: 0px;
}
.schedules-two .tab-content table{
    border: none;
    min-width: 920px;
}
.schedules-two .tab-content table tbody tr{
    -webkit-transition: .25s;
    transition: .25s;
}
.schedules-two .tab-content table tbody tr:hover {
    box-shadow: none;
    background-color: #ff9822;
}
.schedules-two .tab-content table tbody tr:hover td{
    color: #fff;
}
.schedules-two .tab-content table .session {
    width: 44%;
}
.schedules-two .tab-content table td:first-child {
    border-left: 1px solid #252525;
}
.schedules-two .tab-content table td{
    border-bottom: 1px solid #252525;
    padding: 27px 15px;
}
.schedules-two .tab-content table td:last-child {
    border-right: 1px solid #252525;
}
.schedules-two .tab-content table td span{
    margin-right: 5px;
}
.schedules-three{
    background-color: #1b2431;
}
.schedules-three .section-header h3{
    color: #fff;
}
.schedules-three .section-header p{
    color: #aeaeae;
}
.schedules-three .nav-tabs{
    border: none;
}
.schedules-three .nav-tabs li a{
    border: 1px solid #313d4f;
    border-right: none;
    position: relative;
    color: #fff;
}
.schedules-three .nav-tabs li a span{
    color: #fff;
}
.schedules-three .nav-tabs li a:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 16px;
    width: 16px;
    background-color: #ff9822;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
}
.schedules-three .nav-tabs li.active a:before{
    opacity: 1;
    bottom: -8px;
    -webkit-transition: .5s;
    transition: .5s;
}
.schedules-three .nav-tabs li:last-child a{
    border-right: 1px solid #313d4f;
}
.schedules-three .tab-content table{
    border: none;
}
.schedules-three .tab-content .schedule-table{
    margin: 0px;
}
.schedules-three .tab-content table th{
    background-color: #313d4f;
}
.schedules-three .tab-content table td{
    border-bottom: 1px solid #313d4f;
}
.schedules-three .tab-content table td:hover{
    color: #aeaeae;
}
.schedules-three .tab-content table td:first-child{
    border-left: 1px solid #313d4f;
    position: relative;
}
.schedules-three .tab-content table td:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #ff9822;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.schedules-three .tab-content table tr:hover td{
    color: #fff;
}
.schedules-three .tab-content table tr:hover td:first-child:before{
    opacity: 1;
}
.schedules-three .tab-content table td:last-child{
    border-right: 1px solid #313d4f;
}
.schedules-three .tab-content table tbody tr{
    position: relative;
}
.schedules-three .tab-content table tbody tr:hover{
    background-color: #313d4f;
    border-left: 4px solid #ff9822;
}
.schedules-three .tab-content table tbody tr:before{
    position: absolute;
}
.schedules .tab-content table td{
    color: #696969;
}
.schedules-two .tab-content table td{
    color: #aeaeae;
}
.schedules-two .tab-content table tr:hover td a,
.schedules-two .tab-content table td:hover a{
    color: #fff;
}
.schedules-three .tab-content table td{
    color: #aeaeae;
}
.schedules-five .nav-tabs li a{
    color: #92278f;
}
.schedules-five .nav-tabs li a:hover, .schedules-five .nav-tabs li a:focus, .schedules-five .nav-tabs li.active a{
    background-color: #92278f;
    border: 1px solid #92278f;
    border-right: none;
}
.schedules-five .nav-tabs li:last-child a:hover, 
.schedules-five .nav-tabs li:last-child a:focus, 
.schedules-five .nav-tabs li:last-child.active a {
    border-right: 1px solid #92278f;
}
.schedules-five .tab-content table td:hover{
    color: #696969;
}
.schedules-five .tab-content .schedule-button{
    background-color: #92278f;
}
.schedules-six .nav-tabs li a{
    color: #e84b3a;
}
.schedules-six .nav-tabs li a:hover, .schedules-six .nav-tabs li a:focus, .schedules-six .nav-tabs li.active a{
    background-color: #e84b3a;
    border: 1px solid #e84b3a;
    border-right: none;
}
.schedules-six .nav-tabs li:last-child a:hover, .schedules-six .nav-tabs li:last-child a:focus, .schedules-six .nav-tabs li:last-child.active a{
    border-right: 1px solid #e84b3a;
}
.schedules-six .tab-content table th{
    background-color: #f5b429;
}
.schedules-six .tab-content table td:hover{
    color: #e84b3a;
}
.schedules-six .tab-content table td:nth-child(1) span{
    color: #e84b3a;
}
.schedules-six .tab-content table td:nth-child(2) span{
    color: #fc7f0c;
}
.schedules-six .tab-content table td:nth-child(3) span{
    color: #f5b429;
}
.schedules-six .tab-content table td:nth-child(4) span{
    color: #d50dad;
}
.schedules-six .tab-content .schedule-button{
    background-color: #e84b3a;
}
.schedules-seven{
    background-color: #fafafa;
}
.schedules-seven .section-header h3{
    color: #000000;
}
.schedules-seven .nav-tabs li a{
    color: #e84b3a;
}
.schedules-seven .nav-tabs li a:hover, .schedules-seven .nav-tabs li a:focus, .schedules-seven .nav-tabs li.active a{
    background-color: #e84b3a;
    border: 1px solid #e84b3a;
    border-right: none;
}
.schedules-seven .nav-tabs li:last-child a:hover, .schedules-seven .nav-tabs li:last-child a:focus, .schedules-seven .nav-tabs li:last-child.active a{
    border-right: 1px solid #e84b3a;
}
.schedules-seven .tab-content table th{
    background-color: #f0f0f0 !important;
    color: #e84b3a;
}
.schedules-seven .tab-content table{
    border: 10px solid #f0f0f0;
}
.schedules-seven .tab-content table td:hover{
    color: #e84b3a;
}
.schedules-seven .tab-content table td:nth-child(1) span{
    color: #e84b3a;
}
.schedules-seven .tab-content table td:nth-child(2) span{
    color: #fc7f0c;
}
.schedules-seven .tab-content table td:nth-child(3) span{
    color: #f5b429;
}
.schedules-seven .tab-content table td:nth-child(4) span{
    color: #d50dad;
}
.schedules-seven .tab-content .schedule-button{
    background-color: #e84b3a;
}


/*  08  - Pricing
----------------------------------------------*/
.pricing{
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.pricing .section-header{
    margin-bottom: 65px;
}
.pricing .section-header h3, .pricing .section-header p{
    color: #fff;
}
.pricing .pricing-item{
    margin-bottom: 20px;
}
.pricing .col-md-4:odd .pricing-item .pricing-header {
    background-color: #92278f;
}
.pricing .col-md-4:even .pricing-item .pricing-header {
    background-color: #ff9822;
}
.pricing .col-md-4:nth-child(1) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(4) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(7) .pricing-item .pricing-header{
    background-color: #92278f;
}
.pricing .col-md-4:nth-child(2) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(5) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(8) .pricing-item .pricing-header{
    background-color: #ff9822;
}
.pricing .col-md-4:nth-child(3) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(6) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(9) .pricing-item .pricing-header{
    background-color: #65ac4c;
}
.pricing .pricing-item .pricing-header{
    overflow: hidden;
    padding: 36px 30px;
}
.pricing .pricing-item .pricing-header .name{
    color: #fff;
    display: inline-block;
    padding: 5px 0px;
    font-size: 36px;
    margin: 0;
}
.pricing .pricing-item .pricing-header .amount{
    color: #fff;
    float: right;
    font-size: 48px;
    margin: 0;
}
.pricing .pricing-item .pricing-options{
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.pricing .pricing-item .pricing-options p{
    font-size: 15px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #696969;
    border-bottom: 1px solid #f0f0f0;
}
.pricing .pricing-item .pricing-options p:last-child{
    border: none;
    margin: 0px;
    padding: 0px;
}
.pricing .pricing-item .pricing-options p span{
    color: #fff;    
    height: 16px;
    width: 16px;
    font-size: 12px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
}
.pricing .col-md-4:odd .pricing-item .pricing-options p span {
    background-color: #92278f;
}
.pricing .col-md-4:even .pricing-item .pricing-options p span {
    background-color: #ff9822;
}
.pricing .col-md-4:nth-child(1) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(4) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(7) .pricing-item .pricing-options p span{
    background-color: #92278f;
}
.pricing .col-md-4:nth-child(2) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(5) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(8) .pricing-item .pricing-options p span{
    background-color: #ff9822;
}
.pricing .col-md-4:nth-child(3) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(6) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(9) .pricing-item .pricing-options p span{
    background-color: #65ac4c;
}
.pricing .col-md-4 .pricing-item .pricing-options p span.off{
    background-color: #c9c9c9;
}
.pricing .pricing-item .pricing-button{
    padding: 25px 30px;
    background-color: #fff;
}
.pricing .pricing-item .pricing-button a{
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.pricing .col-md-4:odd .pricing-item .pricing-button a {
    color: #92278f;
}
.pricing .col-md-4:even .pricing-item .pricing-button a {
    color: #92278f;
}
.pricing .col-md-4:nth-child(1) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(4) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(7) .pricing-item .pricing-button a{
    color: #92278f;
}
.pricing .col-md-4:nth-child(2) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(5) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(8) .pricing-item .pricing-button a{
    color: #ff9822;
}
.pricing .col-md-4:nth-child(3) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(6) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(9) .pricing-item .pricing-button a{
    color: #65ac4c;
}

.pricing-two .col-md-4:odd .pricing-item .pricing-options {
    border-left: 10px solid #92278f;
    border-right: 10px solid #92278f;
    border-bottom: none;
}
.pricing-two .col-md-4:even .pricing-item .pricing-options {
    border-left: 10px solid #ff9822;
    border-right: 10px solid #ff9822;
    border-bottom: none;
}
.pricing-two .col-md-4:nth-child(1) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(4) .pricing-item .pricing-options
.pricing-two .col-md-4:nth-child(7) .pricing-item .pricing-options{
    border-left: 10px solid #92278f;
    border-right: 10px solid #92278f;
}
.pricing-two .col-md-4:nth-child(2) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(5) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(8) .pricing-item .pricing-options{
    border-left: 10px solid #ff9822;
    border-right: 10px solid #ff9822;
}
.pricing-two .col-md-4:nth-child(3) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(6) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(9) .pricing-item .pricing-options{
    border-left: 10px solid #65ac4c;
    border-right: 10px solid #65ac4c;
}
.pricing-two .pricing-item .pricing-options p span{
    float: right;
    margin: 0px;
}
.pricing-two .pricing-item .pricing-button a{
    display: block;
    text-align: center;
    color: #fff!important;
}
.pricing-two .col-md-4:odd .pricing-item .pricing-button {
    background-color: #92278f;
}
.pricing-two .col-md-4:even .pricing-item .pricing-button {
    background-color: #ff9822;
}
.pricing-two .col-md-4:nth-child(1) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(4) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(7) .pricing-item .pricing-button{
    background-color: #92278f;
}
.pricing-two .col-md-4:nth-child(2) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(5) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(8) .pricing-item .pricing-button{
    background-color: #ff9822;
}
.pricing-two .col-md-4:nth-child(3) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(6) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(9) .pricing-item .pricing-button{
    background-color: #65ac4c;
}

.pricing-three .pricing-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.pricing-three .pricing-item .pricing-header{
    width: 37%;
    float: left;
    padding: 30px 20px;
}
.pricing-three .pricing-item.first,
.pricing-three .pricing-item.first .pricing-header{
    background-color: #65ac4c;
}
.pricing-three .pricing-item.second,
.pricing-three .pricing-item.second .pricing-header{
    background-color: #ff9822;
}
.pricing-three .pricing-item.third,
.pricing-three .pricing-item.third .pricing-header{
    background-color: #f5b429;
}
.pricing-three .pricing-item.fourth,
.pricing-three .pricing-item.fourth .pricing-header{
    background-color: #92278f;
}
.pricing-three .pricing-item .pricing-header .name{
    font-size: 24px;
    text-align: center;
    display: block;
}
.pricing-three .pricing-item .pricing-header .amount{
    display: block;
    float: initial;
    font-size: 72px;
    line-height: 2.34;
    text-align: center;
}
.pricing-three .pricing-item .pricing-header a{
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0px;

}
.pricing-three .pricing-item .pricing-options{
    width: 63%;
    float: left;
    border: 10px solid #fafafa;
    border-left: none;
    padding: 0px;
    position: relative;
}
.pricing-three .pricing-item .pricing-options > div{
    border: 1px solid #f0f0f0;
    padding: 20px;
}
.pricing-three .pricing-item .pricing-options:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    height: 10px;
    background-color: #65ac4c;
}
.pricing-three .pricing-item .pricing-options:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 10px;
    background-color: #65ac4c;
}
.pricing-three .pricing-item.second .pricing-options:before, .pricing-three .pricing-item.second .pricing-options:after{
    background-color: #ff9822;
}
.pricing-three .pricing-item.third .pricing-options:before, .pricing-three .pricing-item.third .pricing-options:after{
    background-color: #f5b429;
}
.pricing-three .pricing-item.fourth .pricing-options:before, .pricing-three .pricing-item.fourth .pricing-options:after{
    background-color: #92278f;
}
.pricing-three .pricing-item .pricing-options p{
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.pricing-three .pricing-item .pricing-options p span{
    float: right;
}
.pricing-three .pricing-item .pricing-button{
    display: none;
    background-color: #65ac4c;
    text-align: center;
}
.pricing-three .pricing-item.second .pricing-button{
    background-color: #ff9822;
}
.pricing-three .pricing-item.third .pricing-button{
    background-color: #f5b429;
}
.pricing-three .pricing-item.fourth .pricing-button{
    background-color: #92278f;
}
.pricing-three .pricing-item .pricing-button a{
    color: #fff!important;
}

.pricing-four .overlay{
    background-color: rgba(27,36,49,.9);
}
.pricing-four .section-header p{
    color: #aeaeae;
}
.pricing-page{
    background: #fff;
}

.pricing-five .overlay{
    background: rgba(0,0,0,.5);
}

.pricing-six .pricing-item.first .pricing-header{
    background-color: #e84b3a;
}
.pricing-six .pricing-item.second .pricing-header{
    background-color: #fc7f0c;
}
.pricing-six .pricing-item.third .pricing-header{
    background-color: #f5b429;
}
.pricing-six .pricing-item.first .pricing-options p span{
    background-color: #e84b3a;
}
.pricing-six .pricing-item.second .pricing-options p span{
    background-color: #fc7f0c;
}
.pricing-six .pricing-item.third .pricing-options p span{
    background-color: #f5b429;
}
.pricing-six .pricing-item .pricing-options p span.off{
    background-color: #c9c9c9;
}
.pricing-six .pricing-item.first .pricing-button a{
    color: #e84b3a;
}
.pricing-six .pricing-item.second .pricing-button a{
    color: #fc7f0c;
}
.pricing-six .pricing-item.third .pricing-button a{
    color: #f5b429;
}
.pricing-seven{
    background: #fff;
}
.pricing-seven .section-header h3{
    color: #000000;
}
.pricing-seven .section-header p{
    color: #696969;
}
.pricing-seven .pricing-item{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1);
}

/*  09  - Travel
----------------------------------------------*/
.travel .section-header{
    margin-bottom: 50px;
}
.travel .info-item{
    margin-bottom: 30px;
}
.travel .info-item .icon{
    float: left;
    margin-right: 30px;
    font-size: 32px;
    line-height: 3em;
    color: #fff;
    background-color: #92278f;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 100%;
}
.travel .info-item .icon:before{
    font-size: 40px;
}
.travel .info-item:nth-child(2) .icon{
    background-color: #ff9822;
}
.travel .info-item:nth-child(3) .icon{
    background-color: #65ac4c;
}
.travel .info-item .details{
    display: table;
}
.travel .info-item .details h4{
    margin-bottom: 10px;
    color: #92278f;
}
.travel .info-item:nth-child(2) .details h4{
    color: #ff9822;
}
.travel .info-item:nth-child(3) .details h4{
    color: #65ac4c;
}
.travel .info-item .details p{
    font-size: 15px;
}
.travel .travel-map{
    height: 500px;
    width: 100%;
    border: 6px solid #65ac4c;
}
.travel-six .info-item .icon{
    background-color: #e84b3a;
}
.travel-six .info-item:nth-child(2) .icon{
    background-color: #fc7f0c;
}
.travel-six .info-item:nth-child(3) .icon{
    background-color: #f5b429;
}
.travel-six .info-item .details h4{
    color: #e84b3a;
}
.travel-six .info-item:nth-child(2) .details h4{
    color: #fc7f0c;
}
.travel-six .info-item:nth-child(3) .details h4{
    color: #f5b429;
}
.travel-seven .section-header h3{
    color: #e84b3a;
}
.travel-seven .section-header p{
    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;
    font-size: 18px;
}
.sponsor .sponsor-item img{
    width: 100%;
}
.sponsor .sponsor-button{
    background-color: #65ac4c;
    padding: 14px 36px;
}
.sponsor .sponsor-button:hover{
    background-color: #ff9822;
}
.sponsor-two{
    background: #fff;
}
.sponsor-two .section-header h3{
    color: #000000;
}
.sponsor-two .section-header p{
    color: #696969;
}
.sponsor-two .sponsor-item h5{
    color: #000000;
}
.sponsor-six{
    background: #1b2431;
}
.sponsor-six .section-header p{
    color: #aeaeae;
}
.sponsor-five .sponsor-button{
    background-color: #92278f;
}

.sponsor-six .sponsor-button, .sponsor-six .sponsor-button:hover, .sponsor-six .sponsor-button:focus{
    background-color: #fff;
    color: #e84b3a;
}
.sponsor-seven{
    background: #fafafa;
}
.sponsor-seven .section-header h3{
    color: #e84b3a;
}
.sponsor-seven .section-header p{
    color: #696969;
}
.sponsor-seven .sponsor-item h5{
    color: #5d3385;
}
.sponsor-seven .sponsor-button, .sponsor-seven .sponsor-button:hover, .sponsor-seven .sponsor-button:focus{
    background-color: #e84b3a;
    color: #fff;
}

/*  11  - Gallery
----------------------------------------------*/
.be-gallery{
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}
.be-gallery .section-header{
    margin-bottom: 60px;
}
.be-gallery .section-header h3, .be-gallery .section-header p{
    color: #fff;
}
.be-gallery .be-gallery-item{
    margin-bottom: 30px;
    position: relative;
}
.be-gallery .be-gallery-item img{
    width: 100%;
}
.be-gallery .be-gallery-item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}
.be-gallery .be-gallery-item a{
    display: block;
    position: absolute;
    height: 42px;
    width: 42px;
    top: 50%;
    left: 50%;
    text-align: center;
    border: 2px solid #7b7b7b;
    border-radius: 100%;
    padding: 80px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
}
.be-gallery .be-gallery-item a img{
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
}
.be-gallery .be-gallery-item:hover .overlay{
    opacity: 1;
}
.be-gallery .be-gallery-item:hover a{
    opacity: 1;
    padding: 10px;
}
.be-gallery .be-gallery-item:hover a img{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.be-gallery .be-gallery-button{
    background-color: #65ac4c;
    padding: 13px 30px;
    margin-top: 30px;
}
.be-gallery .be-gallery-button:hover{
    background-color: #ff9822;
}

.be-gallery-two .be-gallery-items{
    overflow: hidden;
    margin: -4px;
}
.be-gallery-two .be-gallery-item{
    margin: 0px;
}
.be-gallery-two .be-gallery-item img{
    width: 100%;
}
.be-gallery-two .grid-sizer, .be-gallery-two .grid-item {
    width: 33.33%;
    padding: 4px;
}
.be-gallery-two .grid-item--width2{
    width: 66.67%;
}
.be-gallery-two .be-gallery-button{
    margin-top: 60px;
}
.be-gallery-three .section-header p{
    color: #aeaeae;
}
.be-gallery-about{
    background: #fff;
}
.be-gallery-about .section-header h3{
    color: #000000;
}
.be-gallery-about .section-header p{
    color: #696969;
}

.be-gallery-six .be-gallery-items{
    margin: -7px;
    overflow: hidden;
}
.be-gallery-six .be-gallery-item{
    width: calc(100% / 4 - 1px);
    float: left;
    padding: 7px;
    margin: 0px;
    overflow: hidden;
}
.be-gallery-six .be-gallery-item .be-gallery-image{
    position: relative;
    overflow: hidden;
}
.be-gallery-seven{
    background: #f8f8f8;
}
.be-gallery-seven .section-header h3{
    color: #000000;
}
.be-gallery-seven .section-header p{
    color: #696969;
}
.be-gallery-seven .be-gallery-button{
    background-color: #e84b3a;
}
.be-gallery .gallery-button {
    padding: 14px 36px;
}
/*  12  - Blog
----------------------------------------------*/
.home-blog .section-header{
    margin-bottom: 50px;
}
.home-blog .blog-item{
    -webkit-transition: .25s;
    transition: .25s;
    margin-bottom: 30px;
}
.blog-item .image{
    overflow: hidden;
}
.blog-item .image img{
    -webkit-transition: .5s;
    transition: .5s;
    width: auto;
}
.home-blog .blog-item .content{
    padding: 20px;
    border: 1px solid #f0f0f0;
}
.home-blog .blog-item .content h4{
    line-height: 1.4em;
    margin: 0;
    font-size: 20px;
}
.home-blog .blog-item .content h4 a{
    color: #000000;
    text-decoration: none;
}
.home-blog .blog-item .content p{
    font-size: 14px;
    margin: 0px;
}
.home-blog .blog-item:hover{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
}
.blog-item:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.post-meta{
    padding: 12px 20px;
    border: 1px solid #f0f0f0;
    border-top: none;
    margin-left: 0;
}
.post-meta li{
    display: inline-block;
    margin-right: 15px;
    color: #696969;
}
.post-meta li .icon{
    color: #707070;
    margin-right: 5px;
}
.post-meta li .icon:before{
    font-size: 14px;
}
.post-meta li a{
    font-size: 14px;
    text-decoration: none;
}
.post-meta li a:hover, .post-meta li a:focus{
    color: #ff9822;
}
.home-blog-two .blog-item:hover{
    box-shadow: none;
}
.home-blog-two .blog-content{
    border: 10px solid #fafafa;
    background-color: #fff;
}
.home-blog-two .blog-content > div{
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
    margin-bottom: -34px;
}
.home-blog-two .blog-item .content p{
    margin-bottom: 30px;
}
.home-blog-two .content > a{
    background-color: #65ac4c;
    padding: 13px 30px;
}
.home-blog-two .post-meta{
    padding: 0px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    margin: 0px;
    background-color: #fff;
}
.home-blog-two .post-meta li{
    padding: 33px 18px;
    margin: 0px;
}
.home-blog-two .post-meta li .icon:before{
    font-size: 16px;
}
.home-blog-two .post-meta li:first-child{
    border-right: 1px solid #eeeeee;
    padding: 15px 20px;
    float: left;
}
.home-blog-two .post-meta li:first-child a span{
    font-size: 36px;
    color: #ff9822;
    display: block;
    line-height: 1;
    font-weight: 700;
}
.home-blog-three{
    background-color: #1b2431;
}
.home-blog-three .section-header h3{
    color: #fff;
}
.home-blog-three .section-header p{
    color: #aeaeae;
}
.home-blog-seven{
    background-color: #f8f8f8;
}
.home-blog-seven .blog-item{
    background-color: #fff;
}
.blog-page .blog-item{
    margin-bottom: 40px;
}
.blog-page .blog-content{
    border: 10px solid #fafafa;
    background-color: #fff;
}
.blog-page .blog-content .content{
    padding: 20px;
    border: 1px solid #f0f0f0;
}
.blog-page .blog-content h4 a{
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 15px;
    line-height: 1.5;
    display: block;
}
.blog-page .blog-content h4 a:hover{
    color: #ff9822;
}
.blog-page .blog-content > div{
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
    margin-bottom: -34px;
}
.blog-page .blog-content > div.empty-image{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
}
.blog-page .blog-item .content p{
    margin-bottom: 30px;
}
.blog-page .content > a{
    background-color: #65ac4c;
    padding: 10px 35px;
}
.blog-page .content > a:hover, .home-blog-two .content > a:focus{
    background-color: #ff9822;
}
.blog-page .post-meta{
    padding: 0px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    margin: 0px;
    background-color: #fff;
}
.blog-page .post-meta li{
    padding: 33px 18px;
    margin: 0px;
}
.blog-page .post-meta li .icon:before{
    font-size: 16px;
}
.blog-page .post-meta li:first-child{
    border-right: 1px solid #eeeeee;
    padding: 15px 20px;
    float: left;
}
.blog-page .post-meta li:first-child a span{
    font-size: 36px;
    color: #ff9822;
    display: block;
    line-height: 1;
    font-weight: 700;
}
.blog-item.single{
    margin-bottom: 100px;
}
.blog-item.single:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blog-item.single .blog-content h4.entry-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.blog-item.single blockquote{
    padding: 0px 0px 0px 50px;
    border: none;
    color: #696969;
    font-weight: 400;
    font-size: 16px;
}

.blog-item.single blockquote:after{
    content: url(../../images/blog/blockquote_01.png) !important;
    top: 15px;
    left: 0px;
}
.blog-item.single .single-images{
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-item.single .single-images > div{
    width: 50%;
    float: left;
}
.blog-item.single .single-images .left{
    padding-right: 5px;
}
.blog-item.single .single-images .right{
    padding-left: 5px;
}
.blog-item.single .single-images .top{
    margin-bottom: 10px;
}
.blog-item.single p:last-child{
    margin: 0px;
}
.blog-item.single .post-bottom{
    padding: 0px 20px 10px;
    background-color: #fafafa;
    overflow: hidden;
}
.blog-item.single .post-bottom .tags{
    float: left;
    margin: 0px;
    padding: 10px 0;
}
.blog-item.single .post-bottom .tags li{
    list-style: none;
    display: inline-block;
    line-height: 40px;
}
.blog-item.single .post-bottom .tags li span{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.blog-item.single .post-bottom .tags li a{
    text-decoration: none;
}
.blog-item.single .post-bottom .tags li a:hover{
    color: #ff9822;
}
.blog-item.single .post-bottom .share{
    float: right;
    margin: 0px;
}
.blog-item.single .post-bottom .share li{
    margin-right: 4px;
}
.blog-item.single .post-bottom .share li span{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.blog-item.single .post-bottom .share li a{
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 2.3;
}
.comments{
    margin-bottom: 50px;
}
.comments > h4, .comment-form h4{
    border-bottom: 4px solid #fafafa;
    padding-bottom: 15px;
    position: relative;
}
.comments > h4:before, .comment-form h4:before{
    content: "";
    position: absolute;
    height: 4px;
    width: 100px;
    left: 0;
    bottom: -4px;
    background-color: #65ac4c;
}
.comments ul{
    margin: 0;
}
.comments ul ul{
    margin-left: 30px;
}
.comments li.comment{
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px 20px;
}
.comments li:last-child{
    border: none;
}
.comments li ul li{
    margin-left: 0px;
}
.comments .comment-item .image{
    float: left;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
}
.comments .comment-item .com-content{
    display: table;
    width: 70%;
}
.comments .comment-item h4 a{
    font-size: 18px;
    color: #000000;
    float: left;
    margin-right: 10px;
}
.comments .comment-item span{
    font-size: 15px;
    color: #696969;
}
.comments .comment-item span i{
    font-size: 10px;
}
.comments .comment-item p{
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1.9;
}
.comments .comment-item a{
    font-size: 14px;
    color: #ff9822;
    font-weight: 600;
    text-decoration: none;
}
.comment-form h4{
    margin-bottom: 30px;
}
.comment-form .comment-input{
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 9px 20px;
    outline: none;
    color: #696969;
}
.comment-form .comment-submit{
    text-transform: uppercase;
    background-color: #65ac4c;
    color: #fff;
    font-size: 14px;
    padding: 18px 24px;
}
.sidebar{
    background-color: #fafafa;
    padding: 10px;
}
.sidebar > div{
    border: 1px solid #f0f0f0;
    background: #fff;
}
.sidebar .sidebar-item{
    margin-bottom: 30px;
}
.sidebar .sidebar-item ul {
    padding:  0 25px 0 25px;
    margin: 0 0 0 18px;
    list-style: none;
}

.sidebar .sidebar-item ul ul {
    padding:  0 0 0 15px;
    margin: 0;
}

.sidebar .sidebar-item ul li {
    position: relative;
    padding-bottom: 10px;
}

.sidebar .widget_rss ul li a {
    display: block;
}

.sidebar .sidebar-item ul li:last-child {
    padding-bottom: 0;
}

.sidebar .sidebar-item ul li:before {
    content: "\f101";
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: -20px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.sidebar .sidebar-item .popular-posts li:before,
.sidebar .sidebar-item.widget_big_event_categories .categores li:before {
    display: none;
}

.sidebar .sidebar-item ul li a {
    font-size: 14px;
    color: #696969;
    text-decoration: none;
}

.sidebar ul li.recentcomments {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.sidebar ul li.recentcomments:hover:before {
    margin-left: 0;
}

.sidebar ul li:hover > a,
.sidebar ul li:hover:before,
.sidebar ul li.recentcomments:hover {
    color: #ff9822;
    margin-left: 15px;
}

.sidebar .sidebar-item ul.popular-posts {
    margin: 0;
}
.sidebar .sidebar-title{
    border-bottom: 4px solid #fafafa;
    padding: 0px 20px 15px;
    position: relative;
}
.sidebar .sidebar-title:before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #65ac4c;
}
.sidebar form{
    position: relative;
    padding: 20px;
}
.sidebar form input{
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px;
    outline: none;
}
.sidebar form button{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #696969;
    background: transparent;
    outline: none;
}
.sidebar .sidebar-item ul.categores{
    padding: 10px 20px;
    margin: 0;
}
.sidebar .categores li{
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #696969;
    overflow: hidden;
    padding: 10px 0px;
}
.sidebar .categores li a{
    font-size: 14px;
    line-height: 30px;
    color: #696969;
    text-decoration: none;
}
.sidebar .categores li span{
    float: right;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    -webkit-transition: .25s;
    transition: .25s;
}
.sidebar .categores li:hover a{
    color: #ff9822;
    margin-left: 15px;
}
.sidebar .categores li:hover span{
    background-color: #ff9822;
    color: #fff;
}
.sidebar .categores li:last-child{
    border: none;
}
.sidebar .latest-posts{
    padding: 30px 20px;
}
.sidebar .latest-posts .blog-item{
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    margin-bottom: 20px;
}
.sidebar  .latest-posts .blog-item:last-child{
    border: none;
    margin: 0px;
}
.sidebar .latest-posts .blog-item .image{
    margin-bottom: 15px;
}
.sidebar .latest-posts h4 a{
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.sidebar .latest-posts h4 a:hover{
    color: #ff9822;
}
.sidebar .latest-posts ul{
    margin-bottom: 15px;
    overflow: hidden;
}
.sidebar .blog-item:last-child ul{
    margin: 0px;
}
.sidebar .latest-posts ul li{
    list-style: none;
    display: inline-block;
    float: left;
    color: #696969;
    margin-right: 30px;
}
.sidebar .latest-posts ul li:last-child{
    margin: 0px;
}
.sidebar .latest-posts ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #696969;
}
.sidebar .latest-posts ul li .icon{
    margin: 0 4px 0 0;
}
.sidebar .latest-posts ul li .icon:before{
    font-size: 14px;
}
.sidebar .popular-posts{
    padding: 30px 20px;
}
.sidebar .popular-posts .blog-item{
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0px;
    margin: 0px;
}
.sidebar .popular-posts .blog-item:last-child{
    border: none;
    padding: 20px 0px 0px;
}
.sidebar .popular-posts .image{
    float: left;
    margin-right: 20px;
}
.sidebar .popular-posts .content{
    display: table;
}
.sidebar .popular-posts h5 a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    text-transform: initial;
    font-weight: 600;
}
.sidebar .popular-posts span{
    font-size: 14px;
}
.sidebar .tagcloud{
    padding: 0 20px;
    overflow: hidden;
    margin: -5px;
}
.sidebar .tagcloud{

}
.sidebar .tagcloud a{
    font-size: 14px !important;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 7px 18px;
    display: inline-block;
    margin: 5px;
    list-style: none;
    display: inline-block;
    float: left;
}
.sidebar .tagcloud a:hover{
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}
.pagination{
    margin-top: 30px;
    margin-bottom: 0px;
}
.pagination li{
    margin-right: 10px;
    display: inline-block;
}
.pagination li a{
    color: #65ac4c;
    border: 1px solid #65ac4c;
    line-height: 2;
    text-align: center;
    border-radius: 3px;
    padding: 6px 15px;
    display: block;
}
.pagination li a:hover, .pagination li a:focus{
    background-color: #ff9822;
    color: #fff;
    border: 1px solid #ff9822;
}

/*  13  - Map
----------------------------------------------*/
.home-map{
    position: relative;
}
.home-map .map{
    height: 600px;
    width: 100%;
}
.home-map .map-info{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.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;
    font-size: 14px;
}
.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;
    margin-left: 0;
}

/*  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;
}
.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.product-search{
    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;
    margin: 0;
}
.product .cd-item-info h4 a {
    color: #333;
    text-decoration: none;
}
.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: 16px 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;
}
.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{
    clear: both;
}
.pro-description .nav-tabs{
    border-bottom: 4px solid #fafafa;
    margin-bottom: 30px;
    margin-left: 0;
}
.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;
    margin-top: 0;
    margin-bottom: 0;
}
.pro-description .review-item .content span{
    float: left;
    font-size: 15px;
    line-height: 18px;
}
.pro-description .review-item .content .star-rating{
    color: #ff9822;
}
.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;
}
.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;
}
.woocommerce .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: 15px 30px;
    overflow: hidden;
}
.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;
    margin-top: 0;
}
.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;
}
.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 button{
    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 button,
.shop-cart table tr .update a{
    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 button{
    color: #fff;
    background-color: #65ac4c;
}
.shop-cart table tr .update a{
    float: right;
    margin-left: 20px;
}
.shop-cart .shipping h4, .cart_totals h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.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;
}
.cart_totals p{
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    color: #696969;
    padding: 4px 15px;
    margin-bottom: 20px;
}
.cart_totals p span{
    float: right;
    color: #ff9822;
}

/*  16  - Video
----------------------------------------------*/
.home-video{
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
}
.home-video .video-overlay{
    background: rgba(0,0,0,.5);
    padding: 240px 0px;
}

/*  16  - Newsletter
----------------------------------------------*/
.newsletter{
    background-color: #ff9822;
    padding: 55px 0px;
    margin-top: -23px;
}
.newsletter h4{
    width: 35%;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    float: left;
    margin: 0px;
    text-transform: capitalize;
}
.newsletter form{
    width: 65%;
    float: right;
}
.newsletter form input:first-child{
    color: #fff;
    background-color: #ff9822;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px 20px;
    outline: none;
}
.newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletter form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletter form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.newsletter form input:last-child{
    font-size: 14px;
    text-transform: uppercase;
    color: #ff9822;
    border-radius: 3px;
    padding: 21px 35px;
    float: right;
    margin-left: 10px;
    outline: none;
}
.newsletter-two{
    background-color: #273142;
}
.newsletter-two form input:first-child{
    border: 1px solid #3d4655;
    background-color: #273142;
}
.newsletter-two form input:last-child{
    color: #fff;
    background-color: #ff9822;
    -webkit-transition: .25s;
    transition: .25s;
}
.newsletter-two form input:last-child:hover{
    background-color: #65ac4c;
}


/*  17  - Error
----------------------------------------------*/
.error h2{
    font-size: 370px;
    color: #65ac4c;
}
.error h2 span{
    color: #ff9822;
}
.error h3{
    font-size: 48px;
    line-height: 1.5;
    color: #65ac4c;
    text-transform: capitalize;
}
.error p{
    font-size: 20px;
    color: #010101;
    margin-bottom: 60px;
}
.error a{
    background-color: #65ac4c;
    color: #fff;
    padding: 13px 40px;
}
.error a:hover{
    background-color: #ff9822;
}

/*  18  - Footer
----------------------------------------------*/
footer{
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}
.site-footer {
    padding: 110px 0px;
}
.footer-logo {
    text-align: center;
    width: 100%;
    height: auto;
}
.footer-logo a {
    display: inline-block;
    margin-bottom: 30px;
}
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 .overlay{
    background-color: rgba(19,27,36,.9);
}

.recentcomments a.url {
    color: #ff9822;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ff9822;
    color: #fff;
    border: 1px solid #ff9822;
}

.comments .comment-item p.edit-link {
    float: left;
}

.comment-reply-link {
    position: relative;
    padding-left: 20px;
    float: right;
}

.comment-reply-link:before {
    position: absolute;
    content: "\f112";
    font-family: FontAwesome;
    left: 0px;
    top: 0;
}

.comments .children {
    margin-left: 50px;
}

.comments ul li.pingback {
    list-style: none;
}

.children .com-content {
    width: 80%;
}

.recentcomments .comment-author-link {
    color: #ff9822;
}

.sidebar .sidebar-item ul.meta-post {
    margin: 0;
    padding: 0;
    padding-left: 3px;
}

.show-admin-bar .main-menu.menu-fixed {
    top: 31px;
}
.show-admin-bar.vc_editor.compose-mode .main-menu.menu-fixed{
    top: 0;
}
.page-header.default-page-header {
    padding: 250px 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 0;
}

.page-header.default-page-header.no-background {
    padding: 89px 0 0;
}

header h3 {
    margin-top: 30px;
    font-size: 30px;
}

header h3 a {
    color: #fff;
    text-decoration: none;
}

header h3 a:hover {
    color: #fff;
    text-decoration: none;
}

.entry-header .entry-title {
    color: #000;
}

.banner .cb-slideshow {
    list-style: none;
}

.banner-three ul {
    margin: 0;
}

div.wpcf7-validation-errors {
    color: #fff;
}

.be-gallery-item.grid-item:last-child {
    width: 66.67%;
}

.page-template-template-fullwidth .be-gallery {
    margin-bottom: 0;
}

.schedules-three .schedule-table .spekers a {
    color: #aeaeae;
}

.schedules-three .schedule-table tr:hover .spekers a {
    color: #fff;
}

.schedules-two .tab-content table td a {
    color: #aeaeae;
}
.schedules-two .tab-content table td a:hover {
    color: #fff;
}
.schedules-two .schedule-table tr:hover .spekers a {
    color: #fff;
}

.breadcrumb li span {
    color: #ff9822;
}

.about-seven .countdown {
    margin-left: 0;
}

.newsletter .mailpoet_paragraph {
    margin: 0;
    position: relative;
}

.parsley-errors-list.filled {
    position: absolute;
    top: 60px;
}

#mailpoet_form_1 .mailpoet_message {
    display: block;
    clear: both;
}

.newsletter .mailpoet_paragraph .mailpoet_text {
    width: 74% !important;
    color: #fff !important;
    text-transform: inherit;
    font-weight: normal;
    padding: 15px 20px;
    float: left;
}

.newsletter .mailpoet_paragraph .mailpoet_submit {
    float: left;
    padding: 20px;
    background: #fff;
}

.parsley-required, .parsley-custom-error-message,
#mailpoet_form_1 .mailpoet_validate_error,
#mailpoet_form_1 .mailpoet_validate_success {
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    width: auto !important;
}

.wpcf7-form-control-wrap.textarea textarea {
    height: 170px;
}

.blog-page .blog-item.sticky h4 a{
    color: #ff9822;
}

.entry-title {
    margin: 10px 0;
}

.content form label {
    width: 100%;
}

.content form input[type="password"] {
    width: 100%;
    display: block;
    margin: 10px 0;
}

.content form input[type="submit"] {
    font-size: 14px;
    padding: 15px 25px;
}

#wp-calendar caption {
    margin-left: 10px;
}

.widget.widget_text .textwidget p,
.widget.widget_text .textwidget .wp-caption.alignnone {
    padding: 0 20px;
}

.widget .textwidget select {
    margin-left: 0;
}

.section-header h2 {
    font-size: 48px;
    margin-top: 0;
}

.speaker-content .content h4 {
    margin: 0;
}

.speaker-social {
    margin-left: 0;
}

.speaker-content h4 {
    margin: 0;
    font-size: 20px;
}

#scroll-top .newsletter,
#scroll-top .newsletter form input:first-child {
    background: #e84b3a;
}

#scroll-top .newsletter-six form input:last-child {
    color: #FFF;
}

#scroll-top .newsletter form input[type="submit"] {
    background: #fff;
}

header .main-menu ul li.menu-button > a,
header .main-menu ul li.menu-button a:hover,
header .main-menu ul li.menu-button a:focus {
    background-color: #ff9822;
}

.speaker-award ul {
    margin-left: 0;
}

#countdown {
    margin-left: 0;
}

.comments ul li .com-content .content h4 {
    margin: 20px 0;
    float: none;
}

.comments ul li .com-content h4 {
    margin: 5px 0 0 0;
    float: left;
}

.sidebar .sidebar-item ul li h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.banner-eight video {
    mute: true;
}

.one-page-about {
    margin-top: 0;
    color: #e84b3a;
}

.woocommerce a.button, .woocommerce button.button {
    background: transparent;
}

.woocommerce a.button:hover, .woocommerce button.button:hover {
    background: transparent;
}

.product-items .pro-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.product .product-item-list .pro-content .star-rating {
    float: right;
}

.product .product-item-grid .pro-content .star-rating span,
.product .product-item-list .pro-content .star-rating span {
    font-size: 15px;
    color: #ff9822;
}

.woocommerce .star-rating {
    float: none;
    margin: 0 auto;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: block;
    padding-bottom: 5px;
}

.cd-item-info .star-rating {
    float: none;
    margin: 6px 0;
}

.cd-item-info .star-rating span {
    color: #ff9822;
}

.cd-item-info .cd-item-action li button a,
.product-item-list .pro-button li button a {
    border: transparent;
    padding: 8px 20px 12px;
}

.cd-item-info .cd-item-action li button,
.product-item-list .pro-button li button {
    padding: 0;
}

.cd-item-info .cd-item-action li button a:hover,
.product-item-list .pro-button li button a:hover {
    border: transparent;
}

.cd-item-info .cd-item-action li button:hover a,
.product-item-list .pro-button li button:hover a {
    color: #fff;
}

.woocommerce div.product {
    margin-bottom: 15px;
}

.product .product-item-list .pro-button li button .icon {
    display: block;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #ff9822;
    height: 10px;
    margin-left: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 6px;
    height: 15px;
    background: #363636;
    top: -2px;
    left: 0px;
    margin-left: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    height: 10px;
    background: #fafafa;
    margin-bottom: 10px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    text-transform: uppercase;
    font-weight: 500;
    background: #ff9822;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 70px;
    margin-right: 10px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7;
}

.woocommerce ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    padding-bottom: 0;
    border-bottom: transparent;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #696969;
    text-decoration: none;
}

.pro-details .details .star-rating span,
.pro-details .details .woocommerce-review-link span {
    font-size: 15px;
}

.woocommerce div.product form.cart .button {
    background-color: #ff9822;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    max-width: 370px;
    padding: 18px 15px;
    border-radius: 0;
}

.woocommerce .quantity .qty {
    width: 50%;
    margin-bottom: 20px;
}

.pro-details .details span.posted_in {
    font-size: 14px;
}

.tab-pane #reviews ol {
    list-style: none;
    margin-left: 0;
}

.comment-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;
}

.comment-form textarea.form-item {
    margin-bottom: 0;
}

.comment-form-rating label {
    float: left;
    color: #696969;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 10px;
}

.comment-form-rating p.stars {
    margin-top: 15px;
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: #65ac4c;
    color: #fff;
    outline: none;
    padding: 18px 26px;
}

.woocommerce a.added_to_cart {
    display: none;
}

.woocommerce #respond input#submit.added::after,
.woocommerce #respond input#submit.added::before,
.woocommerce a.button.added::after,
.woocommerce a.button.added::before,
.woocommerce button.button.added::after,
.woocommerce button.button.added::before,
.woocommerce input.button.added::after,
.woocommerce input.button.added::before {
    display: none;
}

.woocommerce .return-to-shop .wc-backward,
.woocommerce .return-to-shop .wc-backward:hover,
.checkout_coupon .form-row input[type="submit"],
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #ff9822;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    padding: 18px 20px;
    border-radius: 0;
    color: #fff;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 85px;
}

.woocommerce table.shop_table td {
    border-top: transparent;
}

.woocommerce table.shop_table {
    border-right: transparent;
}

.woocommerce-cart .woocommerce .quantity .qty {
    width: 100%;
}

.woocommerce a.remove {
    color: #fff !important;
}

.woocommerce .cart_totals table.shop_table {
    border: transparent;
}

.woocommerce .cart_totals table tr td,
.woocommerce .cart_totals table tr th {
    border-bottom: transparent;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
    border-collapse: separate;
    border-spacing: 0px 20px;
}

.woocommerce-cart .woocommerce .cart_totals table tr td,
.woocommerce-cart .woocommerce .cart_totals table tr th {
    border-top: transparent;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th {
    border: 1px solid #f0f0f0;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td {
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td .woocommerce-Price-amount {
    float: right;
    color: #ff9822;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.order-total th {
    border: 1px solid #f0f0f0;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.order-total td {
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount {
    float: right;
    color: #ff9822;
    font-weight: 400;
}

.checkout_coupon .form-row input[type="text"] {
    padding: 12px 12px 13px 12px !important;
}

.checkout_coupon .form-row input[type="submit"] {
    margin-left: -65px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 10px;
}

.select2-container .select2-selection--single {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

.container.default-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce form .form-row .input-checkbox {
    float: left;
    margin: 8px 0px 0px 0px;
}

.woocommerce form .woocommerce-form__label-for-checkbox span {
    margin-left: 20px;
}

#review-form .comment-form #author {
    margin-left: -15px;
}

.variations .label label {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.pro-details .details span.sku_wrapper,
.pro-details .details span.sku {
    font-size: 14px;
}

.miti {
    list-style:  none;
    margin: 0;
    cursor: pointer;
}
.miti li {
    float: left;
}
.miti li a:active,
.miti li a:focus,
.miti li a:hover,
.miti li a {
    text-decoration: none;
}
header .main-menu .menu_cart .feature_item {
    width: 100%;
}

.miti .dropdown-menu {
    top: 95%;
}

.miti .dropdown-menu li.cart_total {
    width: 100%;
}

.miti .dropdown-menu li {
    width: 100%;
}

.blog-page .post-meta li.time-format {
    padding: 35px 20px;
}

.tags a {
    border: 1px solid #696969;
    padding: 5px 10px;
    color: #696969;
    text-decoration: none;
}

.comments .no-comments {
    color: #ff9822;
}

header .navbar-right li .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
}
.no-results.not-found p {
    padding-top: 20px;
}

.no-results.not-found .page-content form input {
    width: 90%;
    padding: 6px;
}

.show-admin-bar.blog .page-header.default-page-header.no-background {
    padding: 0;
}

.page-numbers {
    list-style: none;
    margin-top: 30px;
}
.page-numbers li {
    display: inline-block;
}

.page-numbers li a {
    color: #E84B3A;
}

.pagination-area .page-numbers li span {
    color: #fff;
    background: #E84B3A;
    border: 1px solid #E84B3A;
}

.page-numbers li a,
.page-numbers li span {
    text-decoration: none;
    display: inline-block;
    padding: 4px;
    border: 1px solid #E84B3A;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 2px;
}

.page-numbers li a:hover,
.page-numbers li span:hover {
    background: #E84B3A;
    border: 1px solid #E84B3A;
    color: #fff;
}

/*----------------header mini cart------------------*/
.menu_cart .header-mini-cart {
    display: none;
}
.menu_cart:hover .header-mini-cart {
    display: block;
}
.header-mini-cart {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 300px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 0px 5px 0 15px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    overflow: hidden;
}
.header-mini-cart ul.cart_list li {
    width: 100%;
    position: relative;
    padding: 0;
}
.header-mini-cart ul.cart_list li img{
    width: 70px;
}
.header-mini-cart ul.cart_list li a {
    overflow: hidden;
    margin: 10px 15px 10px 0;
    padding: 0;  
}
.header-mini-cart span.quantity {
    display: block;
}

.header-mini-cart ul.cart_list li a.remove.remove_from_cart_button {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -20px;
    color: #000 !important;
    font-size: 20px;
    height: 2em;
    z-index: 2;

}
.header-mini-cart ul.cart_list li a.remove.remove_from_cart_button:hover {
    background-color: transparent;
    padding-left: 0;
}
.header-mini-cart .woocommerce-mini-cart__buttons .wc-forward, 
.header-mini-cart .woocommerce-mini-cart__buttons .wc-forward:hover{
    background-color: #ff9822;
    color: #fff;
}
.header-mini-cart .woocommerce-mini-cart__buttons .checkout.wc-forward {
    margin-left: 10px;
}
.header-mini-cart .woocommerce-mini-cart__empty-message {
    padding: 20px 0;
    margin: 0;
}
.header-mini-cart .woocommerce-mini-cart__buttons a.button {
    font-weight: normal;
}
.product .product-item-grid .icon.ajax_add_to_cart.loading {
    padding: 0;
}
.woocommerce a.remove:hover {
    background-color: transparent;
}
.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}
/*  home page variation slider   */
.slider-item {
    height: 975px;
    position: relative;
}

.slider-item .slider-content {
    text-align: center;
}
.slider-item .slider-content h1 {
    font-size: 170px;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.slider-item .slider-content h1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
}
.slider-item .slider-content h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
}
.slider-item .slider-content h2 {
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
    letter-spacing: 8px;
}
.slider-item .slider-content-area {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

/*  animation  */
.carousel-inner .item:nth-child(odd) .slider-content {
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.carousel-inner .item:nth-child(2n) .slider-content {
    transform: scaleY(3);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.carousel-inner .item:nth-child(3n+1) .slider-content {
    transform: scaleY(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.banner-slider .carousel-inner .item.active .slider-content {
    transform: scale(1);
    opacity: 1;
}

/* 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 5px 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 .title {
    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 strong.designation {
    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 .overlay{
    background-color: rgba(0,0,0,.8);
}
.dark-layout .overlay{
    background-color: rgba(0,0,0,0) !important;
}
.schedules.schedules-uhv .schedule-tabs {
    background-color: #fff;
    overflow: hidden;
}
.schedules-5.schedules-uhv .schedule-tabs {
    background-color: transparent;
}
.schedules.schedules-uhv .nav-tabs {
    text-align: center;
    display: block;
    border: 0px;
    background-color: #ee0034;
    border-bottom: 1px solid #ebebeb;
    margin-left: 0;
}
.schedules-5.schedules-uhv .nav-tabs {
    border-bottom: none;
}
.schedules.schedules-uhv .nav-tabs li.active a {       
    margin: 0;
    border: none;
}
.schedules-2.schedules-uhv .nav-tabs li.active a {
    background-color: #fff; 
}
.schedules-2.schedules-uhv .nav-tabs li.active a {
    color: #ee0034;
}
.schedules.schedules-uhv .nav-tabs li a {
    border-radius: 0;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 30px;    
    border: none;
    outline: none;
}
.schedules-2.schedules-uhv .nav-tabs li a {
    background-color: #ee0034;
}
.schedules-2.schedules-uhv .nav-tabs li a,
.schedules-3.schedules-uhv .nav-tabs li a {
    color: #fff;
}
.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;
}
.schedules-2 .schedule-list .schedule-speader,
.schedules-3 .schedule-list .schedule-speader {
    margin-right: 0;
}
.schedule-list .schedule-speader img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.schedule-list .schedule-content {
    display: table;
    text-align: left;
}
.schedules-uhv .schedule-content h6 {
    margin-top: 5px;
}
.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;
    color: #696969;
}
.schedule-list .speaker-name {
    font-size: 14px;
    color: #696969;
}




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

.pricing.pricing-uhv .section-header h3, .pricing.pricing-uhv .section-header p {
    color: initial;
}
.pricing.pricing-uhv .pricing-item {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
    -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;
}
.pricing.pricing-uhv .pricing-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.pricing.pricing-uhv .pricing-item .pricing-header {
    background-color: #ee0034;
}
.pricing.pricing-uhv .pricing-item .pricing-header .name {
    color: #fff;
    padding: 0px;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
}
.pricing.pricing-uhv .pricing-item .pricing-header .amount {
    color: #fff;
    float: none;
    display: block;
    text-align: center;
    font-size: 60px;
}
.pricing.pricing-uhv .pricing-item .pricing-options {
    text-align: center;
    padding: 30px 0;
    border-bottom: none;
}
.pricing.pricing-uhv .pricing-item .pricing-options p {
    border-bottom: none;
    padding: 22px 0;
    margin: 0;
}
.pricing.pricing-uhv .pricing-item .pricing-options p:nth-child(even){
    background-color: #f8f9f7;
}

.pricing.pricing-uhv .pricing-item .pricing-button {
    padding: 0;
    text-align: center;
    padding-bottom: 40px;
}
.pricing.pricing-uhv .pricing-item .pricing-button a{
    border: 2px solid #ee0034;
    padding: 18px 35px;
    display: inline-block;
    font-size: 14px;
    
}
.pricing.pricing-uhv .col-md-4 .pricing-item:hover .pricing-button a {
    background-color: #ee0034;
    color: #fff;
}



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

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

.sponsor-uhv .overlay {
    background-color: rgba(0,0,0,.8);
}
.sponsor-uhv .overlay .sponsor-type {
    color: #fff;
}
.sponsor-uhv .sponsor-type {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
.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-six .sponsor-type {
    margin-bottom: 25px;
}
.sponsor-six .sponsor-type-item h6 {
    color: #fff;
    font-size: 18px;
    padding: 16px 25px;
    width: 300px;
    margin-bottom: -2px;
    display: inline-block;
    background-color: #ff0033;
}
.sponsor-six .sponsor-type{
    border-bottom: 1px solid #3B383D;
}

.sponsor.sponsor-uhv .sponsor-button {
    background-color: #ee0034;
    color: #fff;
}
.become-sponsor-list {
    overflow: hidden;
    padding: 10px 0;
}
.become-sponsor-item {
    text-align: left;
    padding: 40px 30px;
    box-shadow: 0px 0px 5px 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 10px 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;
}
/* hotels  */
.become-sponsor .section-header,
.venue-section .section-header {
    margin-bottom: 60px;
}
.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: 15px 30px 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;
}
/*   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-sizer, .gallery-two.gallery.gallery-uhv .grid-item {
    padding: 3px;
}

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



/*---------------  blog section  -------------*/
.home-blog-uhv {    
    background-size: cover;
    background-position: 50% 50%;
}
.home-blog-uhv .overlay{    
    background-color: rgba(0,0,0,.8);
}

.home-blog.home-blog-uhv .blog-item {
    background-color: #fff;
}
.newsletter-uhv,
.newsletter-uhv form input:first-child {
    background-color: #ee0034;
}
.widget_mailpoet_form.sidebar-item {
    overflow: hidden;
}

/*-----------  DARK HOMEPAGE VARIATION -----------*/
/*.banner-seven{background-image:url('https://www.arksol.be/wp-content/uploads/2020/08/1920_960.jpg')!important;}*/

.banner-seven.banner-dark .banner-overlay {
    background-color: rgba(0,0,0,.7);
    background: none;
}

.dark-layout .main-menu.menu-fixed {
    background: rgba(30,37,44,0.3);
}



.dark-layout .banner-seven .seven-content-right {
    background-color: transparent;
}
.dark-layout .banner-seven .seven-content-right .content {
    background-color: transparent;
}
.dark-layout .banner-seven .seven-content-left {
    max-width: 100%;
}

.dark-overlay-left {
    position: relative;
}
.dark-overlay-left:after {
    position: absolute;
    content: "";
    right: 50%;
    bottom: 0;
    width: 450px;
    height: 100%;
    background-color: #ee0034;
    transform: skew(17deg);
    transform-origin: bottom;
    z-index: 1;
}
.dark-overlay-right {
    position: relative;
}
.dark-overlay-right:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 450px;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    transform: skew(17deg);
    transform-origin: top;
    z-index: 1;
}
.modal-open .dark-layout .schedules.schedules-uhv .schedule-tabs {
    position: initial;
}
.modal-open .schedules-17.dark-overlay-left:after {
    background-color: transparent;
}
.dark-layout .banner-seven-content {
    position: relative;
    z-index: 2;
}
.dark-layout .banner-seven .seven-content-right .counter {
    color: #fff;
}
.dark-layout .banner-seven .seven-content-right .content > p {
    color: #fff;
    margin-top: 10px;
}

.dark-layout .banner-seven .seven-content-right .clock-item span,
.dark-layout .banner-seven .seven-content-right .clock-item p {
    color: #fff;
}

.dark-layout .banner-seven-content .content h3 {
    background-color: #ee0034;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 36px;
    display: inline-block;
}
.dark-layout .banner-seven-content .content h1 {
    color: #fff;
    font-size: 52px;
    margin: 0;
}
.dark-layout .banner-seven-content .content ul {
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
}
.dark-layout .banner-seven-content .content ul li,
.dark-layout .banner-seven-content .content ul li:last-child {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 12px 0 0;
}
.dark-layout .banner-seven-content .content ul li span {
    color: #ee0034;
    font-size: 30px;
    line-height: 1;
    margin: 0 10px 0 0;
}
.dark-layout .banner-seven .seven-content-left {
    overflow: visible;
}

.dark-layout .banner-seven-content .event-info {
    padding-left: 0;
    position: absolute;
    left: -10px;
    bottom: 10%;
    list-style: none;
    margin: 0;
}
.dark-layout .banner-seven-content .event-info li {
    padding: 15px 30px 15px 80px;
    /*background-color: rgba(238,0,52,0.8);*/
     background-color: #ee0034;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.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 .content {
    color: #fff;
    line-height: 30px;
}


.dark-layout .about-six .about-button li:last-child a {
    background-color: #fff;
    color: #ee0034;
}
.dark-layout .about-six .about-button li a {
    background-color: #ee0034;
    color: #fff;
}


.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-3.schedules-uhv .nav-tabs li.active a {
    background-color: #fff;
    color: #E84B3A;
}
.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;
    margin: 5px 0 0 0;
}
.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;
    text-decoration: none;
}
.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-price.pricing .pricing-item .pricing-header {
    padding: 0;
    background-color: transparent;
}
.dark-price.pricing .pricing-item .pricing-header .name {
    color: #ee0034;
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
}
.dark-price.pricing .pricing-item .pricing-header .amount {
    background-color: #ee0034;
    padding: 45px 0;
}
.dark-layout footer p a:hover {
    color: #ee0034;
}
.dark-layout .mobile-menu-area {
    background-color: #ee0034;
}
.dark-layout .mobile-menu-area  .close {
    color: #ee0034;
}

/*-------- Mobile Menu ---------*/
.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: #E84B3A;
    -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: 21px;
    line-height: 35px;
    color: #fff;
    outline: none;
}
.mobile-menu ul li a:hover {
    text-decoration: none;
}
.mobile-menu ul li a .badge{
    display: none;
}
.mobile-menu>ul>li .sub-menu {
    display: none;
}

.mobile-menu>ul>li .sub-menu li a {
    font-size: 16px;
    line-height: 30px;
}
.mobile-menu>ul>li>a:focus,
.mobile-menu>ul>li .sub-menu li a:focus {
    text-decoration: none;
}


.mobile-menu>ul>li .sub-menu .sub-menu li a {
    font-size: 15px;
    line-height: 25px;
}
.mobile-menu-area  .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #535353;
    font-size: 25px;
    z-index: 999;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.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;
}
.ms-btn-group .ms-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    margin: 5px;
    color: #535353;
}
.ms-btn-group .ms-btn:hover {
    text-decoration: none;
}
.boxed .body-wrapper {
    max-width: 1230px;
    margin: auto;
    background-color: #fff;
}
.boxed .main-menu.menu-fixed {
    max-width: 1230px;
}
.boxed section, .boxed header, .boxed footer, .boxed .home-map, .boxed .entry-footer {
    max-width: 1230px;
    margin: auto;
}
/*   banner 12  */
.banner.banner-12 {
    height: 1000px;
}
.banner.banner-12 .banner-content-area {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

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


.hexagon-box {
    width: 600px;
    height: 630px;
    background-image: url(../../images/counter-bg.png);
    padding: 60px;
    background-repeat: no-repeat;
}

.hexagon-box .countdown-box .countdown{
    width: 100%;
    height: 100%;
    padding: 65px 25px;
}

.hexagon-box .countdown-box {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    padding: 30px;
}

.hexagon-box .countdown-box .countdown:before,
.hexagon-box .countdown-box .countdown:after {
    display: none;
}

.banner.banner-12 .content {
    padding: 120px 0;
}
.quadruple {
    width: 570px;
    height: 570px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 150px;
    padding: 30px;
    transform: rotate(-45deg);
}
.quadruple-inner {
    background-color: rgba(255,255,255,0.4);
    padding: 25px;
    width: 100%;
    height: 100%;
    border-radius: 130px;
}
.quarduple-inner-inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 120px;
}

.countdown-box {
    transform: rotate(45deg);
}
.countdown-box .countdown {
    list-style: none;
    padding: 0;
    overflow: hidden;
    padding: 70px 50px;
    position: relative;
}
.countdown-box .countdown:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}
.countdown-box .countdown:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
}

.countdown-box .countdown .clock-item {
    width: 50%;
    float: left;
    text-align: center;
    padding: 13px 0;
}

.countdown-box .countdown .clock-item .count-number {
    font-size: 72px;
    font-weight: 700;
    line-height: 100px;
    color: #ee0034;
}
.countdown-box .countdown .clock-item .count-text {
    font-size: 14px;
    line-height: 1;
    color: #000;
}

/*  schedule 4  */

.schedules.schedules-4 .overlay {
    background-color: rgba(0,0,0,0);
}
.schedules-4 .schedule-item {
    width: 25%;
    float: left;
}
.schedules-4 .schedule-item-inner {
    background-color: #fff;
    margin: 4px;
    border: 1px solid #ebebeb;
}
.schedules.schedules-4 .speaker-pic img{
    border-radius: 50%;
}
.schedules-4 .schedule-item .schedule-heading {
    overflow: hidden;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
}
.schedules-4 .schedule-item .schedule-heading .speaker-pic{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}


.schedules-4 .schedule-item .schedule-heading .speaker-name{
    display: table;
    padding-top: 15px;
}


.schedules-4 .schedule-item .schedule-heading .speaker-name h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3px;
    color: #ff0032;
}

.schedules-4 .schedule-item .schedule-heading .speaker-name p {
    font-size: 14px;
    color: #696969;
    margin: 0; 
}

.schedule-content {
    padding: 20px;
}
.schedules-2 .schedule-content,
.schedules-3 .schedule-content{
    padding: 0 20px;
}
.schedule-content .time {
    font-size: 14px;
    color: #696969;
    margin: 0;
    font-weight: 400;
}

.schedule-content p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.schedule-content .venue {
    color: #ff0032;
    font-weight: 400;
    margin: 0;
}
/*   speaker newyear  */
.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: #ee0034 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;
}
.speakers.speakers-eight.newyear .speaker-item .speaker-content h4 span {
    display: block;
    font-size: 14px;
    color: #696969;
    margin-top: 4px;
}
.speakers.speakers-eight.newyear .speaker-item .speaker-content h4 {
    margin: 20px 0 15px 0;
}

/*banner-ten*/
.banner.banner-four.banner-ten .banner-overlay {
    background-color: transparent;
}

.banner.banner-ten .content-left .counter {
    line-height: 1;
}
.banner.banner-ten .content-left .years {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-right: 35px;
    display: inline-block;
    transform: translateY(-40px);
}
.banner.banner-ten .content-left {
    width: 50%;
    float: left;
    padding-right: 0;
    bottom: 100px;
}
.banner.banner-ten .content-right {
    width: 50%;
    float: left;
    bottom: 100px;
}
.banner.banner-ten .content-left .date {
   color: #ffffff;
   font-size: 24px;
   padding: 20px 0;
  
   margin: 0;
}
.banner.banner-ten .content-left .vanue {
   color: #ffffff;
   font-size: 24px;
   padding: 0;
   margin: 0;
}
.banner.banner-ten .content-left:before {
    display: none;
}
.banner-ten .content-left h2 {
    font-size: 80px;
    line-height: 1px;
    color: #ff0033;
    background-color: #ffffff;
    text-align: right;
    width: 100%;
    display: block;
    padding:50px 10px;
    margin: 0;    
}
.banner-ten .content-left ul li {
    list-style: none;
    display: block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    color:#ffffff;
    font-size: 24px;
}
.banner-ten .content-left ul {
    margin-bottom: 4px;
    margin-top: 12px;
    z-index: 9;
    position: relative;
    max-width: 585px;
    text-align: left;
    float: right;
}
.banner-ten .content-left ul li i {
    margin-right: 10px;
    font-size: 22px;
    line-height: 20px;
    color: #ff0033;
}

.banner-ten .content-right {
    text-align: left;
    padding-left: 0;
}
.banner-ten .content-right > .content {
     min-width: 100%; 
}
.banner-ten .content-right h2{
    font-size: 80px;
    line-height: 1px;
    color: #ff0033;
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    display: block;
    padding:50px 0px;
    padding-left: 15px;
    margin: 0;
}
.banner-ten .content-right:before {
    display: none;
}
.banner-ten .content-right ul#countdown {
    margin-bottom: 35px;
    margin-left: 20px;
    z-index: 9;
    position: relative;
}
.banner-ten .content-right .clock-item {
    margin-bottom: 10px;
}
.banner-ten .content-right .clock-item span {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    height: 80px;
    width: 100px;
    display: inline-block;
     border-radius: 100%; 
    line-height: 100px;
     margin-bottom: 0; 
     background-color: transparent; 
}
.banner-ten .content-right .clock-item p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px;
}
.banner-ten .content-right .clock-item:nth-child(1) span {
    background-color: transparent;
}
.banner-ten .content-right .clock-item:nth-child(2) span {
    background-color: transparent;
}
.banner-ten .content-right .clock-item:nth-child(3) span {
    background-color: transparent;
}
.banner-ten .content-right .clock-item:nth-child(4) span {
    background-color: transparent;
}

/* event shedule eight timeline */
.schedule-eight .section-header{
    margin-bottom: 85px;
}
.schedule-eight .left{
    float: left;
}
.schedule-eight .right{
    float: right;
}
.event-schedule-timeline{
    position: relative;
}
.event-schedule-timeline::after{
    content: "";
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;

}
.event-schedule-item{
    width: 100%;
    overflow: hidden;
    margin-top: -25px;
}
.event-schedule-item .esc-item{
    width: 50%;
    position: relative;
}
.esc-item.right::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:5px solid #fff;
    background-color: #ff0033;
    z-index: 9;

}
.esc-item.left::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:5px solid #fff;
    background-color: #ff0033;
    z-index: 9;

}
.esc-item.right::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 30px;
    height: 5px;
    background-color: #fff;
    transform: translateY(-50%);
}
.esc-item.left::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 30px;
    height: 5px;
    background-color: #fff;
    transform: translateY(-50%);
}
.esc-item.right .esc-item-content{
    margin-left:55px;
    border-radius: 5px;
}
.esc-item.left .esc-item-content{
    margin-right:50px;
}
.event-schedule-item .section-content-inner{
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}
.event-schedule-item .esc-item-content .section-author{
    overflow: hidden;
    width: 100%;
}
.event-schedule-item .section-author .author-thumb{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;

}
.event-schedule-item .section-author .author-thumb img{
    min-width: 100%;
}
.event-schedule-item .section-author .author-designation{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}
.event-schedule-item .section-author .author-designation h5{
    color:#000;
    font-size: 16px;
    line-height: 24px;

}
.event-schedule-item .section-author .author-designation p{
    color:#666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.event-schedule-item .section-content {}
.event-schedule-item .section-content h4{
    color: #000;
    font-size: 20px;
    margin: 10px 0;
}
.event-schedule-item .section-content p{
    color: #666666;
    font-size: 14px;
}
.esc-item.right .section-time{
    position: absolute;
    left: -190px;
    top: 50%;
    transform: translateY(-50%);
}
.esc-item.left .section-time{
    position: absolute;
    right: -190px;
    top: 50%;
    transform: translateY(-50%);
}
.esc-item .section-time p{
    color:#fff;
    padding: 9px 11px;
    font-size:14px;
    background-color: #ff0033;
    position: relative;
    margin-bottom: 0;
    border-radius: 3px;
}
.esc-item.right .section-time p::after{
    content: "";
    position: absolute;
    right: -16px;
    top:50%;
    transform: translateY(-50%);
    border-top:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:8px solid #ff0033;
}
.esc-item.left .section-time p::after{
    content: "";
    position: absolute;
    left: -16px;
    top:50%;
    transform: translateY(-50%);
    border-top:8px solid transparent;
    border-right:8px solid #ff0033;
    border-bottom:8px solid transparent;
    border-left:8px solid transparent;
}
/*  speaker ten  */

.speakers-ten .top-speaker .speaker-content{
    background-color: transparent;
    text-align: left;
    color: #ffffff;
    padding-left: 0;
}
.speakers-ten .top-speaker .speaker-content h4 a{
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}
.speakers-ten .top-speaker .speaker-content span{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.speakers-ten .top-speaker .speaker-content:hover h4 a{
    color: #ff0033;
    
}
.speakers-ten .others-speaker .speaker-image{
    width: 143px;
    float: left;
}
.speakers-ten .others-speaker .speaker-image{
    width: 143px;
    float: left;
}
.speakers-ten.speakers-three .others-speaker .speaker-content{
    padding: 10px 10px 10px 15px;
    background-color: transparent;
    text-align: left;
}
.speakers-ten .others-speaker .speaker-content{
    
    float: left;
}
.speakers-ten .others-speaker .speaker-content h4{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}
.speakers-ten .others-speaker .speaker-content h4 a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}
.speakers-ten .others-speaker .speaker-content span{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}
.speakers-ten .col-md-3{
    padding:0;
}
.speakers-ten .speaker-item:hover .speaker-content h4 a{
    color: #ff0033;
}

/*bannar-eleven*/
.banner-eleven .content-left{
	width: 50%;
    float: left;
    left: 22%;
    top: 48%;
    transform: translateY(-38%);

}
.banner-eleven .content-right{
    width: 50%;
    float: left;
    bottom: 50%;
    transform: translateY(70%);
}
.banner-eleven .content-right::before{
	display: none;
}
.banner-eleven.banner .content-left::before{
	display: none;
}
.banner-eleven .content-left .day-counter{
	width: 400px;
	height: 400px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
}
.banner-eleven .content-left span{
	display: block;
}
.banner-eleven .content-left .day-counter .counter{
	color: #0066ff;
	padding-top:70px;
	font-size: 250px;
}
.banner-eleven .content-left .day-counter .years{
	color: #0066ff;
	font-size: 36px;
	line-height: 1;
}
.banner-eleven .content-right .content{
	max-width: 100%;
}
.banner-eleven .content-right .content h3{
	color: #fff;
	font-size: 72px;
	line-height: 75px;
	font-family: poppins;
        margin-bottom: 10px;
        margin-right: 320px;
}
.banner-eleven .content-right .content ul{}
.banner-eleven .content-right .content ul li{
	display: block;
        margin-bottom: 10px;
}
.banner-eleven .content-right .countdown{
	margin: 100px 0;
	position: relative;
	padding-left: 40px;
}
.banner-eleven .content-right .countdown::before{
	content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
}
.banner-eleven .content-right .clock-item span {
    font-size: 30px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 20px;
    background-color: #0066ff;
}

/* schedule style 5 css */
.schedules-5 .schedule-tabs {
     background-color: transparent; 
}
.schedules-5 .nav-tabs li {
    margin: 0px;
    width: 25%;
}
.schedules-5 .nav-tabs li a{
	background-color: #fff;
	color: #0033ff;
	margin-right: 1px;
}
.schedules-5 .nav-tabs li.active a {
    background-color: #0033ff;
    color: #fff;
}
.schedules-5 .nav-tabs {
     margin-bottom: 1px;
     background-color: transparent;
     border-bottom: none; 
}
.schedules-5 .schedule-list .col-md-3 {
    padding: 0;
}
.schedules-5 .schedule-list .schedule-item {
    padding: 0;
    border-bottom: none;
    margin-right: 1px;
    margin-bottom: 1px;
}
.schedules-5 .schedule-list .col-md-3:nth-child(odd) .schedule-item.bg-clr {
    background-color: rgba(0,26,41,0.7);
}
.schedules-5 .schedule-list .col-md-3:nth-child(even) .schedule-item.bg-clr {
    background-color: rgba(49,70,81,0.7);
}
.schedules-5 .schedule-list .col-md-3:nth-child(6) .schedule-item.bg-clr,
.schedules-5 .schedule-list .col-md-3:nth-child(8) .schedule-item.bg-clr,
.schedules-5 .schedule-list .col-md-3:nth-child(12) .schedule-item.bg-clr{
    background-color: rgba(49,70,81,0.7);
}
.schedules-5 .schedule-list .col-md-3:nth-child(10) .schedule-item.bg-clr {
    background-color: rgba(0,26,41,0.7);
}
.schedules-5 .schedule-item .schedule-speader{
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	margin: 0 0 20px 0;
	padding: 20px;
}

.schedules-5 .schedule-item .speaker-thumb {
	float: left;
	width: 60px;
    height: 60px;
    border-radius: 50%;
}
.schedules-5 .schedule-item .author-name {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}
.schedules-5 .schedule-item .speaker-thumb img {}
.schedules-5 .schedule-item .speaker-name a{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.schedules-5 .schedule-item .designation {
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.schedules-5 .schedule-item .schedule-content {
	display: block;
	width: 100%;
	padding:35px 25px;
}
.schedules-5 .schedule-item .schedule-content .time,
.schedules-5 .schedule-item .schedule-content .hall {
	color:#fff;
	font-size: 14px;
	font-family: poppins;
        font-weight: 300;
}
.schedules-5 .schedule-item .schedule-content p,
.schedules-5 .schedule-item .schedule-content p a{
	color:#fff;
	font-size: 14px;
	margin-bottom: 0 !important;
}
/* speaker eleven */
.speakers-eleven .overlay{
	background-color: #001A29;
}
.speakers-eleven .speaker-item{
	background-color: #28323d;
	overflow: visible;
	margin-bottom: 60px;
	transition: all .4s ease;
}
.speakers-eleven .speaker-item:hover{
	background-color: #EE0034;
}

.speakers-eleven .speaker-content{
	background-color: transparent;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	
}
.speakers-eleven .speaker-image{
	width: 94%;
	transform: translateY(-20px);
}
.speakers-eleven .speaker-image img{
	min-width: 100%;
}
.speakers-eleven .speaker-content h4 a{
	color:#fff;
	font-size: 20px;
	line-height: 24px;

}
.speakers-eleven .speaker-content span{
	color:#fff;
	font-size: 14px;
	line-height: 24px;

}

.pricing-eight .overlay {
	background-color: transparent;
}
.pricing-eight .pricing-item .pricing-options {
     border-right: none; 
     border-left: none; 
}
.pricing-eight .pricing-item {
	background-color: #28323d;
	transition: all .4s ease;
}
.pricing-eight .pricing-item:hover {
	background-color: #0033ff;
}
.pricing.pricing-eight .col-md-4 .pricing-item .pricing-header {
    background-color: #fff !important;
}
.pricing.pricing-eight .col-md-4 .pricing-item .pricing-options {
    border-left: 0 !important;
    border-right: 0 !important;
}
.pricing.pricing-eight .col-md-4 .pricing-item .pricing-button {
    background-color: transparent !important;
}
.pricing.pricing-eight .col-md-4 .pricing-item .pricing-options p span.off {
    background-color: #c9c9c9;
}
.pricing-eight .pricing-item-inner {
     background-color: #fff;
     width: 92%;
}
.pricing-eight .pricing-item .pricing-header .amount sup{
	top: -15px;
	font-size: 50%;
}
.pricing-eight .pricing-item .pricing-header .amount,
.pricing-eight .pricing-item .pricing-header .name {
    color: #0033ff;
}
.pricing-eight .pricing-item .pricing-button {
     background-color: transparent; 
}
.pricing-eight .pricing-item .pricing-button a {
	color:#fff;
	font-size: 16px;
	font-family: poppins;
}
.pricing-eight .pricing-item .pricing-options p span{
	background-color: #EF225B;
}
/*blog eight start here*/

.home-blog-eight{
	background-size: cover;
	background-repeat: no-repeat;
}
.home-blog-eight .section-header h3{
	color:#fff;
}
.home-blog-eight .section-header p{
	color:#fff;
}
.home-blog-eight .blog-item{
	background-color: #28323d;
	transition: all .4s ease;
}
.home-blog-eight .image{
	position: relative;
	width: 94%;

}
/*  gradient overlay  */
.gradient-overlay {
	position: relative;
}
.gradient-overlay:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.63;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    transition: opacity 0.35s ease-in-out;
}

.home-blog-eight .image img{
	min-width: 100%;
}
.home-blog-eight .blog-item:hover {
     box-shadow: none;
     background-color: #0033ff;
}
.home-blog-eight .blog-item:hover img {
     transform: scale(1.1); 
}
.home-blog-eight .image .content{
	position: absolute;
	left: 0;
	bottom: -90px;
	border:none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
        color: #fff;
}
.home-blog-eight .blog-item-inner:hover>.image>.content {
	bottom: 0;
}

.home-blog-eight .image .content h4 {
	line-height: 0;
}
.home-blog-eight .image .content h4 a{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	transition: all .4s ease;
}
.home-blog-eight .image .content p,
.home-blog-eight .item-content .post-meta li,
.home-blog-eight .image .content a{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.home-blog-eight .image .content p+p {
    margin-top: 8px;
}
.home-blog-eight .post-meta{
	border:none;
	color:#fff;
	float: right;
	margin-bottom: 0;
	padding: 22px 0;
	text-align: right;
	padding-right: 8px;
}
.home-blog-eight .red-more-btn {
	float: left;
	color:#fff;
	padding: 22px 25px;
}
.home-blog-eight .red-more-btn a{
	color:#fff;
	padding-right: 5px;
}
.home-blog-eight .post-meta a{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0 5px;
}

/* get touch */
.get-touch .overlay{
	background-color: #001a29f7;
}
.get-touch .map-wrapper{	
	border:10px solid #000;
	position: relative;
}
.get-touch .home-map .map{
        height: 550px;
}
.get-touch .home-map #home-map{
	height: 100%;
}
.get-touch .register-form{
	max-width: 435px;
	width: 100%;
	height: auto;
	background-color: #001A29;
	position: absolute;
	top: 25px;
	left: 25px;

}
.get-touch .register-form-inner{
	padding: 30px 30px 0px;

}
.get-touch .register-form-inner h3{
	font-size: 25px;
	color:#fff;
	text-align: left;
        margin-top: 0;
	margin-bottom: 20px;

}
.get-touch .register-form-inner p{
    margin-bottom: 5px;
}
.get-touch .register-form input{
	width: 100%;
	padding: 8px 15px;
	background-color: #001A29;
	margin-bottom: 10px;
	border:1px solid #0C2534;
	color: #fff;
}
.get-touch .register-form textarea{
	min-width: 100%;
	padding: 8px 15px;
	background-color: #001A29;
	border:1px solid #0C2534;
	color:#fff;
	margin-bottom: 10px;
        height: 150px;
}
.get-touch .register-form input[type ="submit"]{
	padding:15px 40px;
        font-size: 16px;
	background-color: #0033ff;
        margin-bottom: 0;
}
.get-touch .register-button{
	text-align: left;
}

/*wave circle effect start here*/
.wave-wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border:none;
    z-index: -1;
}
.wave-pulse{
    height:1px;
    width: 1px;
    margin:0 auto;
    border:none;
}
.wave-pulse:after,.wave-pulse:before{
    content:'';
    display:block;
    position:absolute;
    top: -50%;
    left: -50%;
    width:200%;
    height:200%;
    border-radius:50%;
    border:0px solid #ffffff;
    -webkit-animation:stm_zoom_big 5.25s linear 5.25s infinite;
    animation:stm_zoom_big 5.25s linear 5.25s infinite;

}

.wave-pulse:before{
    -webkit-animation-delay:.75s;
    animation-delay:.75s
}
.wave-pulse-2:after{
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s
}
.wave-pulse-2:before{
    -webkit-animation-delay:2.25s;
    animation-delay:2.25s
}
.wave-pulse-3:after{
    -webkit-animation-delay:3s
        ;animation-delay:3s
}
.wave-pulse-3:before{
    -webkit-animation-delay:3.75s;
    animation-delay:3.75s
}
.wave-pulse-4:after{
    -webkit-animation-delay:4.5s;
    animation-delay:4.5s
}
.wave-pulse-4:before{
    -webkit-animation-delay:5.25s;
    animation-delay:5.25s
}


 @keyframes stm_zoom_big{
    0%{
    -webkit-transform:scale(0);
    transform:scale(0);
    opacity:1;
    border:2px solid #fff;
    }
    100%{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:0;
    border:2px solid #fff;
    }
}
.schedules-15 .col-md-4:first-child .schedule-item .schedule-item-head {
    background-color: #65ac4c;
}
.schedules-15 .col-md-4:nth-child(2) .schedule-item .schedule-item-head {
    background-color: #ff9822;
}
.schedules-15 .col-md-4:nth-child(3) .schedule-item .schedule-item-head {
    background-color: #65ac4c;
}
.schedules-15 .schedule-item .schedule-item-head{
    text-align: center;
    padding: 13px 0;
}
.schedules-15 .schedule-item .schedule-item-head h5{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.schedules-15 .schedule-item .schedule-item-head p{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.schedules-15 .col-md-4 {
    margin-bottom: 60px;
}
.siw-item {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.siw-item:last-child {
    border-bottom: none;
}
.siw-item .siw-item-thumb{
    width: 70px;
    height: 70px;
    background-color: gray;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}
.siw-item .siw-item-content {
    display: table;
}
.siw-item .siw-item-content .time {
    color: #ff9822;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 4px;
}
.siw-item .siw-item-content p,
.siw-item .siw-item-content .location {
    color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.schedules-15 .schedule-button {
    background-color: #65ac4c;
    color: #fff;
    padding: 14px 30px;
    margin-top: 50px;
    display: inline-block;
}
.schedules-15 .schedule-item-wrapper {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}

/*  schedule variation 16 */
.schedules-16 {
    background-color: #1b2431;
}

.schedules-16 .schedule-item-head {
    text-align: left;
    position: relative;
}
.schedules-16 .schedule-item-head h5 {
    color: #fff;
    margin-bottom: 6px;
    font-size: 18px;
}
.schedules-16 .schedule-item-head p {
    color: #fff;
}
.schedules-16 .schedule-item-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 50px;
    height: 4px;
    background-color: #ff9822;
}

.schedules-16 .siw-item{
    padding: 15px 0;
    border-bottom: none;
}
.schedules-16 .siw-item .siw-item-content .time{
    color: #ff9822;
}
.siw-item .siw-item-content p,
.siw-item .siw-item-content a {
    color: #fff;
}
.schedules-16 .siw-item .siw-item-content .location{
    color: #888888;
}

.schedules-17 .tab-content .schedule-list {
    padding-left: 5px;
    padding-right: 5px;
}
.schedule-thumb-outer {
    position: relative;
    overflow: hidden;
}
.schedules-17 .tab-content .schedule-list .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.schedules-17 .schedule-item {
    background-color: #181818;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
}
.schedules-17 .schedule-content {
    padding: 10px 0px 10px 10px;
    
}
.schedules-17 .schedule-content p {
    color: #fff;
}
.schedules-17 .schedule-content p.time {
    color: #b1b1b1;
}
.schedules-17 .schedule-thumb {
    position: relative;
    overflow: hidden;
}
.schedules-17 .large-image {
    position: absolute;
    left: -12px;
    bottom: -50px;
    width: 50px;
    height: 126px;
    background: #EE0034;
    transform: rotate(-45deg);
    line-height: 0px;
    cursor: pointer;
}
.schedules-17 .large-image img {
    transform: rotate(45deg) translateX(43px) translateY(30px);
}

.schedules-17.schedules.schedules-uhv .schedule-tabs {
    background-color: #000;
}
.schedules.schedules-uhv.schedules-17  .nav-tabs li a {
    background-color: #000;
    color: #fff;
}
.schedules.schedules-uhv.schedules-17  .nav-tabs{
    background-color: #000;
    border-bottom: none;
    margin-bottom: 10px;
}
.schedules.schedules-uhv.schedules-17 .nav-tabs li.active a {
    background-color: #fff;
}
.schedules-17 .modal-content {
    max-width: 700px;
    width: 100%;
    margin-top: 100px !important;
    margin: auto;
    background-color: #17202a;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    text-align: left;
    overflow: hidden;
    z-index: 999999;
}

.schedules-17 .modal-content .event-content a {
    color: #fff;
}
.schedules-17 .modal-content .event-content p {
    color: #fff;
    font-size: 14px;
}

.schedules-17 .modal-content .event-content h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.schedules-17 .modal-content .event-content ul{
    margin-left: 0;
}

.schedules-17 .modal-content .event-content h4 {
    color: #fff;
    margin-bottom: 20px;
}

.schedules-17 .modal-content .event-content ul {
    list-style-type: none;
}
.schedules-17 .modal-content .event-content ul li {
    line-height: 30px;
    color: #fff;
}

.schedules-17 .modal-content .event-content ul li .detail-head {
    width: 200px;
    text-align: left;
    color: #fff;
    display: inline-block;
}

.schedules-17 .modal-content .event-content ul li .detail-desc {
    color: #fff;
    text-align: left;
    display: inline-block;
}

.schedules-17 .modal-content .event-content {
    padding: 30px 0;
}

.schedules-17 .modal-content .close {
    position: absolute;
    top: 6px;
    right: -32px;
    color: #fff;
    opacity: 1;
    z-index: 1;
    width: 100px;
    height: 22px;
}
.schedules-17 .modal-content .close:after {
    position: absolute;
    content: '';
    width: 53px;
    height: 120px;
    background: #EE0034;
    transform: rotate(-45deg);
    left: 21px;
    top: -60px;
    z-index: -1;
}
.schedules-17 .schedule-content p.session-title{
    cursor: pointer;
}

.schedules-17 button:active,
.schedules-17 button:focus {
    outline: none;
}

/* some global css */
body.boxed{
    padding: 60px 0;
}
body.boxed .body-wrapper .main-menu.menu-fixed.transparent-menu {
    margin-top: 60px;
}
.no-overlay > .overlay {
    background-color: transparent !important;     
}
.no-overlay.dark-overlay-left::after,
.no-overlay.dark-overlay-right::after {
    display: none;
}
.padding-top-0 {
    padding-top: 0;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.no-padding,.padding0 {
    padding: 0;
}
.no-margin,.margin0 {
    margin: 0;
}
.dark {
    color: #fff;
}
.dark p,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h1{
    color: #fff;
}
.no-list-style {
    list-style: none;
    margin: 0;
}
.relative {
    position: relative;
}
/*----------------Thank You------------------*/