/*---------------------------------------------
			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: 'Roboto Condensed', sans-serif;;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
     font-family: 'Roboto Condensed', 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: #f3eeee;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}
fieldset > :last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}
/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'Roboto Condensed', sans-serif;;
    line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1em;
    font-weight: 700;
	color: #000000;
	text-transform: uppercase;
    margin: 0;
    padding: 0;
}
h1{
	color: #fff;
	font-size: 36px;
}
/*h2{
	font-size: 48px;
}*/
h3{
	font-size: 36px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
p {
	font-size: 15px;
	color: #696969;
	line-height: 24px;
    margin: 0 0 1.75em;
}
a,a:hover,a:focus,a:active {
    text-decoration: none;
}
dfn,
cite,
em,
i {
    font-style: italic; 
    font-family: 'Pacifico', cursive;  
    line-height:75px;
    font-size:25px;
      

}
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: #FFF;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
    margin-top:12px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Roboto Condensed', sans-serif;;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}
mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}
ul,
ol {
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    margin-left: 1.5em;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 130%;
    /* 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: 'Roboto Condensed', sans-serif;;
}
:-moz-placeholder {
    color: #696969;
    font-family: 'Roboto Condensed', sans-serif;;
}
::-moz-placeholder {
    color: #696969;
    font-family: 'Roboto Condensed', sans-serif;;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #696969;
    font-family: 'Roboto Condensed', sans-serif;;
}
/**
 * 4.0 - Forms
 */
input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'Roboto Condensed', 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;
}
.overlay{
    background-color: rgba(0,0,0,.8);
    padding: 110px 0px;
}
.overlay.home-six-overlay{
    /* fallback */
    background-color: rgba(240,36,25,.7);

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

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

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

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

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

.event-social1{
    overflow: hidden;
    margin-bottom: 30px;
}
.event-social1 li{
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
}
.event-social1 li a{
    color: #fff;
    font-size: 50px;  
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    /*line-height: 2.5em;*/
}





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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
header .main-menu ul li ul li{
    border-bottom: 1px solid rgba(255,255,255,.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;
}
header .main-menu ul li.active > a, header .main-menu ul li a:hover, header .main-menu ul li a:focus{
	background-color: transparent;
	color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent;
    color: #fff;
    border: none;
}
header .main-menu ul li ul li > a{
	padding: 13px 15px;
    color: #fff;
    font-size: 14px;
}
header .main-menu ul li ul li > a:hover, header .main-menu ul li ul li > a:focus, header .main-menu ul li ul li.active > a, header .main-menu ul li ul li.active > a:hover{
    padding-left: 20px;
    background-color: #fff;
    color: #65ac4c;
}
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;
    border-radius: 3px;
}
header .main-menu .menu-button:hover, header .main-menu .menu-button:focus{
	background-color: #ff9822;
	color: #fff;
}
header .main-menu .menu_cart{
    position: relative;
}
header .main-menu .menu_cart > span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin: 33px 36px 26px 18px;
	cursor: pointer;
}
header .main-menu .menu_cart > span:before{
	content: "02";
	position: absolute;
	top: -3px;
	left: 10px;
	height: 20px;
	width: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9822;
	border-radius: 100%;
	text-align: center;

}
header .main-menu .menu_cart .shop_feature{
    background-color: #fff!important;
    width: 270px !important;
    padding: 10px 20px 20px !important;
    right: 0px;
    left: auto !important;
}
header .main-menu .menu_cart .feature_item{
    position: relative;
    color: #363636;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 0px;
}
header .main-menu .menu_cart .featured_image{
    float: left;
    margin-right: 10px;
}
header .main-menu .menu_cart .featured_content{
    display: table;
    font-size: 12px
}
header .main-menu .menu_cart .featured_content > h3{
    line-height: 15px;
}
header .main-menu .menu_cart .featured_content > h3 a{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    text-decoration: none;
}
header .main-menu .menu_cart .featured_content > h3 a:hover{
    color: #ff9822;
}
header .main-menu .menu_cart .featured_content p{
    color: #696969;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0px;
}
header .main-menu .menu_cart .featured_content > .remove{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    text-align: right;
    color: #000000;
    cursor: pointer;
}
header .main-menu .menu_cart .featured_content > .remove:hover{
    color: #ff9822;
}
header .main-menu .menu_cart .cart_total{
    color: #696969;
    font-weight: 400;
    padding: 10px 0px;
    text-transform: capitalize;
}
header .main-menu .menu_cart .cart_total span{
    float: right;
}
header .main-menu .menu_cart .check_out{
    display: block;
    background-color: #ff9822;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}
header .main-menu .menu_cart .check_out:hover, header .main-menu .menu_cart .check_out:focus{
    background: #65ac4c;
}
header .menu-two{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(27,36,49,.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}
header .menu-two.menu-two-bg{
    background-color: rgba(27,36,49,1);
}
header .menu-two ul li ul{
    background-color: rgba(27,36,49,1)!important;
}
header .menu-two.menu-two-bg ul li ul{
    background-color: rgba(27,36,49,1)!important;
}
header .menu-three{
    background-color: #92278f;
}
header .menu-three ul li ul{
    background-color: #92278f!important;
}
header .main-menu.menu-four{
    background-color: rgba(39,49,66,0.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.46);
}
header .main-menu.menu-four-bg{
    background-color: rgba(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{
    background-color: #e84b3a;
}
.one-page{
    padding-top: 90px;
}
/*  03  - Banner
----------------------------------------------*/
.banner{
    background-image: url(../../images/backgrounds/bg-banner.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 800px;
    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;
}
.banner .content-right ul{
    margin-bottom: 35px;
    z-index: 9;
    position: relative;
}
.banner .content-right ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
}
.banner .content-right ul li span{
    margin-right: 10px;
    font-size: 22px;
}
.banner .content-right .clock-item{
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    z-index: 9;
    position: relative;
}
.banner .content-right .clock-item span{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 100%;
    line-height: 3em;
    margin-bottom: 35px;
    background-color: #65ac4c;
}
.banner .content-right .clock-item:nth-child(2) span{
    background-color: #92278f;
}
.banner .content-right .clock-item:nth-child(3) span{
    background-color: #f5b429;
}
.banner .content-right .clock-item:last-child span{
    background-color: #ff9822;
}
.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 41px;
    margin-top: 22px;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}
.banner .content-right .default-button:hover, .banner .content-right .default-button:focus{
    text-decoration: none;
    background-color: #65ac4c;
    color: #fff;
}
.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{
    background-image: url(../../images/backgrounds/bg-banner-02.jpg);
}
.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 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 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;
}
.banner-three form .banner-submit:hover{
    background-color: #65ac4c;
}
.banner-four{
    background-image: none;
}
.banner-four .banner-overlay{
    background-color: rgba(27,36,49,.8);
}
.banner-four .content-left{
    bottom: 155px;
}
.banner-four .content-left:before{
    background-color: #ff9822;
}
.banner-four .content-right{
    bottom: -15px;
}
.banner-five{
    height: 500px;
}
.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-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{
    background-image: url(../../images/backgrounds/bg-banner-06.jpg);
}
.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{
    background-image: url(../../images/backgrounds/bg-banner-07.jpg);
}
.banner-seven .banner-overlay{
    /* fallback */
    background-color: rgba(240,36,25,.7);

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(64 64 64 / 70%)), to(rgba(217 217 217 / 70%)));

    /* Safari 5.1, Chrome 10+ */
   background: -webkit-linear-gradient(left, rgba(217 217 217 / 70%), rgba(64 64 64 / 70%));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, rgba(217 217 217 / 70%), rgba(64 64 64 / 70%));

    /* IE 10 */
    background: -ms-linear-gradient(left, rgba(217 217 217 / 70%), rgba(64 64 64 / 70%));

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, rgba(217 217 217 / 70%), rgba(64 64 64 / 70%));

}
.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-family: 'Roboto Condensed', sans-serif;;
    font-weight: 700;
    font-size: 190px;
    line-height: 170px;
    color: #fff;
    text-transform: uppercase;
}
.banner-seven .seven-content-left h2{
    font-family: 'Roboto Condensed', sans-serif;;
    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: left;
    padding-top: 100px;
    padding-left:0px;
}
.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.2;
    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-eight video{
    width: 150%;
}
.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-family: 'Lora', sans-serif;
    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{
    background-image: url(../../images/backgrounds/bg-banner-09.jpg);
}
.banner-nine .banner-overlay{
    /* fallback */
    background-color: rgba(240,36,25,.8);

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

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

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

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

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));

}
.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;
}
.page-header ul{
    float: right;
    margin: 0px;
}
.page-header ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #ff9822;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2;
}
.page-header ul li a, .page-header ul li span{
    color: #000000;
    text-decoration: none;
}

/*  04  - About
----------------------------------------------*/
.about .section-header h2{
    color: #65ac4c;
    margin-bottom: 10px;
}
.about .section-header p{
    color: #010101;
    font-size: 20px;
}
.about > div > p{
    font-size: 15px;
    line-height: 30px;
    color: #535353;
    text-align: center;
    margin-bottom: 50px;
}
.about .about-button{
    text-align: center;
}
.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-six .section-header h2{
    color: #e84b3a;
}
.about-six .about-button li a{
    background-color: #e84b3a;
}
.about-six .about-button li a:hover, .about-six .about-button li a:focus{
    background-color: #e84b3a;
}
.about-six .about-button li:last-child{
    background-color: #f5b429;
}
.about-six .about-button li:last-child a{
    background-color: #f5b429;
}
.about-six .about-button li:last-child a:hover, .about-six .about-button li:last-child a:focus{
    background-color: #f5b429;
}
.about-seven{
    background-color: #fafafa;
}
.about-seven .section-header h2{
    font-size: 36px;
    color: #e84b3a;
}
.about-seven .about-button{
    text-align: left;
}
.about-seven .about-button li:first-child a{
    background-color: #e84b3a;
}
.about-seven .about-button li:last-child a{
    background-color: #f5b429;
}
.about-seven .countdown h2{
    font-size: 36px;
    color: #e84b3a;
    margin-bottom: 50px;
}
.about-seven .countdown li{
    width: 25%;
    float: left;
    list-style: none;
    display: inline-block;
    text-align: center;
}
.about-seven .countdown li span{
    font-weight: 600;
    font-size: 36px;
    color: #f5b429;
    background: 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;

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

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

/*  05  - Speakers
----------------------------------------------*/
.speakers{
    background-image: url(../../images/bg5.jpg);
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.speakers .section-header{
    margin-bottom: 60px;
}
.speakers .section-header h3{
    color: #fff;
}
.speakers .section-header p{
    color: #fff;
}
.speakers .speaker-item{
    overflow: hidden;
    margin-bottom: 30px;
}
.speakers .speaker-item .speaker-image img{
    width: 100%;
}
.speakers .speaker-item .speaker-content .icon{
    width: 23%;
    text-align: center;
    color: #65ac4c;
    background-color: #fff;
    display: inline-block;
    float: left;
    font-size: 26px;
    line-height: 70px;
    -webkit-transition: .25s;
    transition: .25s;
}
.speakers .speaker-item .speaker-content .details{
    width: 77%;
    float: left;
    background-color: #65ac4c;
    padding: 15px 15px 7px;
    -webkit-transition: .25s;
    transition: .25s;
}
.speakers .speaker-item .speaker-content .details h4 a{
    color: #fff;
    text-decoration: none;
}
.speakers .speaker-item .speaker-content .details h4 a:hover, .speakers .speaker-item .speaker-content .details h4 a:focus{
    color: #fff;
    text-decoration: none;
}
.speakers .speaker-item .speaker-content .details span{
    font-size: 16px;
    color: #fff;
}
.speakers .speaker-item:hover .details{
    background-color: #ff9822;
}
.speakers .speaker-item:hover .icon{
    color: #ff9822;
}
.speakers-two{
    background: #fff;
}
.speakers-two .section-header h3{
    color: #000000;
}
.speakers-two .section-header p{
    color: #696969;
}
.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{
    background-image: url(../../images/backgrounds/bg-speakers-02.jpg);
}
.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, .speakers-three .speaker-item:hover .speaker-content span{
    color: #ff9822;
}
.speakers-four{
    background-image: url(../../images/backgrounds/bg-speakers-03.jpg);
}
.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-five{
    background-image: url(../../images/backgrounds/bg-speakers-05.jpg);
}
.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{
    background-image: url(../../images/backgrounds/bg-speakers-06.jpg);
}
.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: #e84b3a;
}
.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: rgba(240,36,25,.8);
    background: -webkit-gradient(linear, left top, right top, from(rgba(240,36,25,.8)), to(rgba(248,214,21,.7)));
    background: -webkit-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
    background: -moz-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
    background: -ms-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
    background: -o-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
    -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: 1;
}
.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;
}
.speaker-details .speaker-social li{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.speaker-details .speaker-social li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #696969;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    line-height: 2.7;
}
.speaker-details .speaker-social li a:hover{
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}
.speaker-details .speaker-address{
    overflow: hidden;
}
.speaker-details .speaker-address li{
    list-style: none;
    margin-bottom: 6px;
    font-size: 15px;
}
.speaker-details .speaker-address li span{
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #ff9822;
    margin-right: 10px;
}
.speaker-details .speaker-statement{
    margin-bottom: 50px;
}
.speaker-details .speaker-statement h4{
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.speaker-details .speaker-statement p{
    font-size: 15px;
}
.speaker-details .speaker-skills h4{
    margin-bottom: 30px;
}
.speaker-details .speaker-skills .skill-item{
    display: inline-block;
    margin-right: 44px;
    text-align: center;
}
.speaker-details .speaker-skills .skill-item:last-child{
    margin-right: 0px;
}
.speaker-details .speaker-skills .circle{
    position: relative;
    margin-bottom: 10px;
}
.speaker-details .speaker-skills strong{
    color: #65ac4c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.speaker-details .speaker-skills p{
    font-size: 14px;
    color: #696969;
    margin: 0px;
}
.speaker-details .speaker-award h4{
    margin-bottom: 20px;
}
.speaker-details .speaker-award li{
    list-style: none;
    display: inline-block;
    margin-right: 60px;
    text-align: center;
}
.speaker-details .speaker-award li:last-child{
    margin: 0px;
}
.speaker-details .speaker-award li img{
    margin: 0px auto 25px;
}

/*  07  - Schedules
----------------------------------------------*/
.schedules{}
.schedules .section-header{
    margin-bottom: 40px;
}
.schedules .schedule-tabs{
    text-align: center;
}
.schedules .nav-tabs{
    text-align: center;
    border: 10px solid #fafafa;
    display: inline-block;
    margin-bottom: 20px;
}
.schedules .nav-tabs li{
    margin: 0px;
}
.schedules .nav-tabs li a{
    border: 1px solid #f0f0f0;
    border-right: none;
    border-radius: 0;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff9822;
    padding: 6px 30px;
}
.schedules .nav-tabs li:last-child a{
    border-right: 1px solid #f0f0f0;
}
.schedules .nav-tabs li:last-child a:hover, .schedules .nav-tabs li:last-child a:focus{
    border-right: 1px solid #65ac4c;
}
.schedules .nav-tabs li:last-child.active a{
    border-right: 1px solid #ff9822;
}
.schedules .nav-tabs li a span{
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    display: block;
}
.schedules .nav-tabs li a:hover, .schedules .nav-tabs li a:focus{
    border: 1px solid #65ac4c;
    border-right: none;
    background-color: #65ac4c;
    color: #fff;
    margin: 0;
}
.schedules .nav-tabs li.active a{
    border: 1px solid #ff9822;
    border-right: none;
    background-color: #ff9822;
    color: #fff;
    margin: 0;
}
.schedules .nav-tabs li a:hover span, .schedules .nav-tabs li a:focus span, .schedules .nav-tabs li.active a span{
    color: #fff;
}
.schedules .nav-tabs h4{
    font-size: 24px;
    color: #ff9822;
}
.schedules .nav-tabs p{
    font-size: 16px;
    color: #696969;
    margin: 0px;
}
.schedules .tab-content .schedule-table{
    margin-bottom: 50px;
}
.schedules .tab-content table{
    border: 10px solid #fafafa;
    border-top: none;
    min-width: 1140px;
    overflow-X: auto;
}
.schedules .tab-content table .time{
    width: 23%;
}
.schedules .tab-content table .session{
    width: 40%;
}
.schedules .tab-content table .speaker{
    width: 22%;
}
.schedules .tab-content table .venue{
    width: 15%;
}
.schedules .tab-content table th{
    border: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #65ac4c;
    padding: 27px 30px;
}
.schedules .tab-content table tbody tr:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .12);
}
.schedules .tab-content table td{
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 1;
    color: #696969;
    padding: 27px 30px;
    -webkit-transition: .25s;
    transition: .25s;
}
.schedules .tab-content table td:hover{
    color: #ff9822;
}
.schedules .tab-content table td:first-child{
    border-left: 1px solid #f0f0f0;
}
.schedules .tab-content table td:last-child{
    border-right: 1px solid #f0f0f0;
}
.schedules .tab-content table td span{
    margin-right: 8px;
}
.schedules .tab-content .schedule-button{
    background-color: #65ac4c;
    padding: 14px 37px;
}
.schedules .tab-content .schedule-button:hover{
    background-color: #ff9822;
}
.schedules-two{
    background-image: url(../../images/backgrounds/bg-schedules.jpg);
    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;
}
.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-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 th{
    //background-color: #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: #e84b3a;
}
.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;
    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-image: url(../../images/backgrounds/bg-pricing.jpg);
    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 .pricing-item.first{
    background-color: #92278f;
}
.pricing .pricing-item.second{
    background-color: #ff9822;
}
.pricing .pricing-item.third{
    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;
}
.pricing .pricing-item .pricing-header .amount{
    color: #fff;
    float: right;
}
.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;
    background-color: #65ac4c;
    height: 16px;
    width: 16px;
    font-size: 12px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
}
.pricing .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 .pricing-item.first .pricing-button a{
    color: #92278f;
}
.pricing .pricing-item.second .pricing-button a{
    color: #ff9822;
}
.pricing .pricing-item.third .pricing-button a{
    color: #65ac4c;
}
.pricing-two{
    background-image: url(../../images/backgrounds/bg-pricing-02.jpg);
}
.pricing-two .pricing-item.first .pricing-options{
    border-left: 10px solid #92278f;
    border-bottom: none;
}
.pricing-two .pricing-item.first .pricing-options{
    border-right: 10px solid #92278f;
}
.pricing-two .pricing-item.second .pricing-options{
    border-left: 10px solid #ff9822;
    border-bottom: none;
}
.pricing-two .pricing-item.second .pricing-options{
    border-right: 10px solid #ff9822;
}
.pricing-two .pricing-item.third .pricing-options{
    border-left: 10px solid #65ac4c;
    border-bottom: none;
}
.pricing-two .pricing-item.third .pricing-options{
    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 .pricing-item.first .pricing-button{
    background-color: #92278f;
}
.pricing-two .pricing-item.second .pricing-button{
    background-color: #ff9822;
}
.pricing-two .pricing-item .pricing-button{
    background-color: #65ac4c;
}
.pricing-three{
    background-image: url(../../images/backgrounds/bg-pricing-03.jpg);
}
.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{
    background-color: #65ac4c;
}
.pricing-three .pricing-item.second{
    background-color: #ff9822;
}
.pricing-three .pricing-item.third{
    background-color: #f5b429;
}
.pricing-three .pricing-item.fourth{
    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{
    background-image: url(../../images/backgrounds/bg-pricing-04.jpg);
}
.pricing-four .overlay{
    background-color: rgba(27,36,49,.9);
}
.pricing-four .section-header p{
    color: #aeaeae;
}
.pricing-page{
    background: #fff;
}
.pricing-five{
    background-image: url(../../images/backgrounds/bg-pricing-05.jpg);
}
.pricing-five .overlay{
    background: rgba(0,0,0,.5);
}
.pricing-six{
    background-image: url(../../images/backgrounds/bg-pricing-06.jpg);
}
.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: #e84b3a;
}
.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-image: url(../../images/backgrounds/bg-sponsors.jpg);
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}
.sponsor .section-header{
    margin-bottom: 65px;
}
.sponsor .section-header h3{
    color: #fff;
}
.sponsor .section-header p{
    color: #fff;
}
.sponsor .sponsor-item{
    text-align: center;
    margin-bottom: 50px;
}
.sponsor .sponsor-item h5{
    color: #fff;
    margin-bottom: 30px;
}
.sponsor .sponsor-item img {
    width: 100%;
    cursor: e-resize;
}
.sponsor .sponsor-button{
    background-color: #65ac4c;
    padding: 14px 36px;
}
.sponsor .sponsor-button:hover{
    background-color: #ff9822;
}
.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-three{
    background: #1b2431;
}
.sponsor-three .section-header p{
    color: #aeaeae;
}
.sponsor-five .sponsor-button{
    background-color: #92278f;
}
.sponsor-six{
    background-image: url(../../images/backgrounds/bg-sponsors-06.jpg);
}
.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
----------------------------------------------*/
.gallery{
    background-image: url(../../images/backgrounds/bg-gallery.jpg);
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}
.gallery .section-header{
    margin-bottom: 60px;
}
.gallery .section-header h3, .gallery .section-header p{
    color: #fff;
}
.gallery .gallery-item{
    margin-bottom: 30px;
    position: relative;
}
.gallery .gallery-item img{
    width: 100%;
}
.gallery .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;
}
.gallery .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;
}
.gallery .gallery-item a img{
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
}
.gallery .gallery-item:hover .overlay{
    opacity: 1;
}
.gallery .gallery-item:hover a{
    opacity: 1;
    padding: 10px;
}
.gallery .gallery-item:hover a img{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gallery .gallery-button{
    background-color: #65ac4c;
    padding: 13px 30px;
    margin-top: 30px;
}
.gallery .gallery-button:hover{
    background-color: #ff9822;
}
.gallery-two{
    background-image: url(../../images/backgrounds/bg-gallery-02.jpg);
}
.gallery-two .gallery-items{
    overflow: hidden;
    margin: -4px;
}
.gallery-two .gallery-item{
    margin: 0px;
}
.gallery-two .gallery-item img{
    width: 100%;
}
.gallery-two .grid-sizer, .gallery-two .grid-item {
    width: 33.33%;
    padding: 4px;
}
.gallery-two .grid-item--width2{
    width: 66.67% !important;
}
.gallery-two .gallery-button{
    margin-top: 60px;
}
.gallery-three .section-header p{
    color: #aeaeae;
}
.gallery-about{
    background: #fff;
}
.gallery-about .section-header h3{
    color: #000000;
}
.gallery-about .section-header p{
    color: #696969;
}
.gallery-six{
    background-image: url(../../images/backgrounds/bg-gallery-06.jpg);
}
.gallery-six .gallery-items{
    margin: -7px;
    overflow: hidden;
}
.gallery-six .gallery-item{
    /*width: calc(100% / 4 - 1px);*/
    width: 25%;
    float: left;
    padding: 7px;
    margin: 0px;
    overflow: hidden;
}
.gallery-six .gallery-item .gallery-image{
    position: relative;
    overflow: hidden;
}
.gallery-seven{
    background: #f8f8f8;
}
.gallery-seven .section-header h3{
    color: #e84b3a;
}
.gallery-seven .section-header p{
    color: #696969;
}
.gallery-seven .gallery-button{
    background-color: #e84b3a;
}

/*  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; border-radius: 5px 5px 0px 0px;
}
.blog-item .image img{
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}
.home-blog .blog-item .content{
    padding: 20px;
    border: 1px solid #f0f0f0; background-color:#fff;
}
.home-blog .blog-item .content h4{
    line-height: 2em; text-align:center;
}
.home-blog .blog-item .content h4 a{
    color: #000000;
    text-decoration: none;
}
.home-blog .blog-item .content h4 a:hover, .home-blog .blog-item .content h4 a:focus{
    color: #ff9822;
}
.home-blog .blog-item .content p{
    font-size: 14px;
    margin: 0px; text-align:center;
}
.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;
}
.post-meta li{
    display: inline-block;
    margin-right: 15px;
}
.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 .content > a:hover, .home-blog-two .content > a:focus{
    background-color: #ff9822;
}
.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-five .content > a:hover, .home-blog-two .content > a:focus{
    background-color: #92278f;
}
.home-blog-six .blog-item .content h4 a:hover, .home-blog-six .blog-item .content h4 a:focus{
    color: #e84b3a;
}
.home-blog-seven{
    background-color: #f8f8f8;
}
.home-blog-seven .blog-item{
    background-color: #fff;
}
.home-blog-seven .blog-item .content h4 a:hover, .home-blog-seven .blog-item .content h4 a:focus{
    color: #e84b3a;
}
.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-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{
    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:before{
    content: url(../../images/blog/blockquote_02.png) !important;
    right: 10px;
    position: absolute;
    bottom: -10px;
}
.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;
}
.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: 0px;
}
.comments li{
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px 20px;
}
.comments li:last-child{
    border: none;
}
.comments li ul li{
    margin-left: 90px;
}
.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;
}
.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;
}
.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-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 .categores{
    padding: 10px 20px;
}
.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: 0px;
}
.sidebar .latest-posts ul li .icon:before{
    font-size: 14px;
}
.sidebar .populer-posts{
    padding: 30px 20px;
}
.sidebar .populer-posts .blog-item{
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0px;
    margin: 0px;
}
.sidebar .populer-posts .blog-item:last-child{
    border: none;
    padding: 20px 0px 0px;
}
.sidebar .populer-posts .image{
    float: left;
    margin-right: 20px;
}
.sidebar .populer-posts .content{
    display: table;
}
.sidebar .populer-posts h5 a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    text-transform: initial;
    font-weight: 600;
}
.sidebar .populer-posts span{
    font-size: 14px;
}
.sidebar .tags{
    padding: 30px 20px;
    overflow: hidden;
    margin: -5px;
}
.sidebar .tags li{
    list-style: none;
    display: inline-block;
    float: left;
}
.sidebar .tags li a{
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 7px 18px;
    display: inline-block;
    margin: 5px;
}
.sidebar .tags li 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;
    height: 40px;
    width: 40px;
    line-height: 2;
    text-align: center;
    border-radius: 3px;
}
.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;
}
.contact .contact-form .contact-submit:hover{
    background-color: #ff9822;
}
.contact .contact-info{
    margin: 0px;
}
.contact .contact-info h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.contact .contact-info .info{
    padding: 0px;
    margin-bottom: 20px;
}
.contact .contact-info .event-social{
    padding: 0px;
}

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

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

/*  16  - Video
----------------------------------------------*/
.home-video{
    background-image: url(../../images/backgrounds/bg-video.jpg);
    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;
}
.newsletter p{
    width: 35%;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    float: left;
    margin: 0px;
}
.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;
    width: 71%;
}
.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;
    background-color: #fff;
    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;
}
.newsletter-five, .newsletter-five form input:first-child{
    background-color: #92278f;
}
.newsletter-five form input:last-child{
    color: #92278f;
}
.newsletter-six, .newsletter-six form input:first-child{
    background-color: #e84b3a;
}
.newsletter-six form input:last-child{
    color: #e84b3a;
}

/*  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-image: url(../../images/backgrounds/bg-footer.jpg);
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}
footer h2{
    color: #fff;
    margin-bottom: 20px;
}
footer p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
footer p a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
footer p a:hover{
    text-decoration: none;
    color: #ff9822;
}
footer.footer-two{
    background-image: url(../../images/backgrounds/bg-footer-02.jpg);
}
footer.footer-three{
    background-image: url(../../images/backgrounds/bg-footer-03.jpg);
}
footer.footer-four{
    background-image: url(../../images/backgrounds/bg-footer-03.jpg);
}
footer.footer-four .overlay{
    background-color: rgba(19,27,36,.9);
}
footer.footer-six{
    background-image: url(../../images/backgrounds/bg-footer-06.jpg);
}





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

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









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


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


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


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




/*  home page variation slider   */
.slider-item {
    height: 975px;
    position: relative;
}

.slider-item.slider1 {
    background-image: url(../../images/slider/01.jpg);
}
.slider-item.slider2 {
    background-image: url(../../images/slider/02.jpg);
}
.slider-item.slider3 {
    background-image: url(../../images/slider/03.jpg);
}
.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  */
.slider1 .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;
}
.item.active .slider1 .slider-content {
    transform: scale(1);
    opacity: 1;
}


.slider2 .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;
}
.item.active .slider2 .slider-content {
    transform: scaleY(1);
    opacity: 1;
}

.slider3 .slider-content {
    transform: scaleY(0);
    transform-origin: 0 0 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;
}
.item.active .slider3 .slider-content {
    transform: scaleY(1);
    opacity: 1;
}

/* header */
header.header-seven .menu-six {
    background: rgba(30,37,44,0.3);
}
header.header-seven .menu-six-bg {
    background-color: rgba(0,0,0,0.8); 
}


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

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: #1c3167;
    text-decoration: none;
}
header.header-seven .menu-six ul li ul, header.header-seven .menu-six .navbar-right .dropdown-menu {
    background-color: #1c3167;
}

header.header-seven .menu-six-bg .menu_cart > span:before {
    color: #1c3167;
    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: #1c3167;
    background-color: #fff;
    text-decoration: none;
}

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


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

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

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



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

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

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

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

.schedule-list .schedule-heading {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
}
.schedule-list .schedule-heading .time {
    color: #696969;
}
.schedule-list .schedule-heading .hall {
    color: #1c3167;
}
.schedule-list .session {
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 5px;
}
.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: #0131FF;
}
.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 #1c3167;
    padding: 18px 35px;
    display: inline-block;
    font-size: 14px;
}
.pricing.pricing-uhv .pricing-item:hover .pricing-button>   a {
    background-color: #1c3167;
    color: #fff;
}



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

.sponsor.sponsor-uhv {
    background-image: url(../../images/sponsors-uhv/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}

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

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

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

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



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

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

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

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

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



/*---------------  blog section  -------------*/
.home-blog-uhv {
    background-image: url(../../images/blog-uhv/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.home-blog.home-blog-uhv .blog-item {
    
}
.newsletter-uhv,
.newsletter-uhv form input:first-child {
    background-color: #1c3167;
}





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

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

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

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



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

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

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

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






/*--------------------testimonial pages ------------------*/





.testimonial-section .section-header {
    margin-bottom: 50px;
}


.testimonial-bottom {
    overflow: hidden;
    position: relative;
}
.testimonial-item .testi-author {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}
.testimonial-bottom .testi-author {
    float: left;
    margin-right: 20px;
}
.testimonial-bottom .testi-author-content {
    display: table;
}
.testimonial-item .testi-author-content .name {
    font-size: 18px;
    font-weight: 600;
    color: #1c3167;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 2px;
}
.testimonial-item .testi-author-content .designation {
    font-size: 14px;
    color: #878787;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonial .testimonial-item-inner {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    padding: 30px 15px 28px 30px;
    overflow: hidden;
}
.testimonial .testimonial-item-inner .qoute {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial .testimonial-item {
    margin-bottom: 30px;
}



.testimonial-section.testimonial-style2 {
    background-image: url(../../images/testimonial-page/bg.jpg);
}
.testimonial-container {
    overflow: hidden;
    max-width: 900px;
    margin: auto; 
}
.testimonial-container .testimonial-content {
    background-color: #fff;
    text-align: center;
    padding: 30px;
}




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


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

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

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



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






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

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

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

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

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




/*--------------coming soon page  --------------*/
.comming-soon {
    background-image: url(../../images/coming-bg.jpg);
    height: 974px;
    position: relative;
}
.comming-soon-page {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.comming-soon-page .countdown {
    display: inline-block;
    margin-bottom: 30px;
}

.comming-soon-page .countdown .clock-item {
    width: 150px;
    height: 150px;
    text-align: center;
    float: left;
    margin: 0 20px;
    background-color: #1c3167;
    padding: 22px 0;
}
.comming-soon-page .countdown .clock-item .count-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 67px;
}

.comming-soon-page .countdown .clock-item .count-text {
    font-size: 16px;
    transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.comming-soon-page h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 20px;
}
.comming-soon-page p {
    font-size: 24px;
    color: #fff;
}
/*-----------  DARK HOMEPAGE VARIATION -----------*/
.banner-dark.banner-seven {
    background-image: url(../../images/banner-bg11.jpg);
}
.banner-seven.banner-dark .banner-overlay {
    background-color: rgba(0,0,0,.7);
   /* background: none; */
}

.dark-layout .main-menu.menu-fixed {
    
}



.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: #08224c;
    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: 300px;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    transform: skew(17deg);
    transform-origin: top;
    z-index: 1;
}

.dark-layout .banner-seven-content {
    position: relative;
    z-index: 2;
}
.dark-layout .banner-seven .seven-content-right .counter {
    color: #fff;
    font-size: 300px;
}
.dark-layout .banner-seven .seven-content-right .content > p {
    color: #fff;
    font-size: 28px;
    padding-left:123px;
}
.dark-layout .banner-seven .seven-content-right .clock-item span {
    font-size: 30px;
}
.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: #1c3167;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 34px;
    display: inline-block;
}
.dark-layout .banner-seven-content .content h1 {
    color: #fff;
    font-size: 45px;
}
.dark-layout .banner-seven-content .content ul {
    padding-left: 50px;
    margin-top: 20px;
}
.dark-layout .banner-seven-content .content ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}
.dark-layout .banner-seven-content .content ul li span {
    color: #1c3167;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
}
.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;
}
.dark-layout .banner-seven-content .event-info li {
    padding: 15px 30px 15px 80px;
    /*background-color: rgba(238,0,52,0.8);*/
     background-color: #1c3167;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

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

.dark-layout header .menu-six .menu_cart > span:before {
    background-color: #1c3167;
    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: #1c3167;
    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: #fbfcfd;
}
.dark-layout .about-six .section-header h2 {
    color: #07214b; font-size:36px;
}
.dark-layout .about-six .section-header p {
    color: #fff;
}

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


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


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

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


/* speaker */
.dark-layout .speaker-items {
    position: relative;
    z-index: 2;
}
.speakers-nine .speaker-content {
    padding-top: 40px;
    padding-left: 20px;
}
.speakers-nine .speaker-content .name {
    font-size: 20px;
    line-height: 30px;
    color: #08224c;
    text-transform: uppercase;
}
.speakers-nine .speaker-content .name a {
    color: #08224c;
    -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: #1c3167;
}
.speakers-nine .speaker-content p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    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: #1c3167;
}

.dark-bg {
    background-color: #fbfcfd;
    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: #08224c  !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: #1c3167;
    padding: 30px 0;
    margin-bottom: 0;
}
.dark-price.pricing .pricing-item .pricing-header .amount {
    background-color: #1c3167;
    padding: 45px 0;
}
.dark-layout footer p a:hover {
    color: #1c3167;
}
.dark-layout .mobile-menu-area {
    background-color: rgba(0,0,0,0.8);
}
.dark-layout .mobile-menu-area  .close {
    color: #1c3167;
}

.dark-layout .sponsor.sponsor-uhv {
    background-image: url(../../images/bg4.jpg);
}
.dark-layout .home-blog-uhv {
    background-image: url(../../images/bg2.jpg);
}
.dark-layout .home-blog-uhv1 {
    background-image: url(../../images/bg3.jpg);
}
/*------------ custom mobile menu css  ----------------------*/

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



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





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

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

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

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

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


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

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


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




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


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

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

.navbar-toggle {
    cursor: pointer;
}


/*.dark-layout footer.footer-seven {
    background-image: url(../../images/bg5.jpg);
}*/

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

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




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







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

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

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


.hexagon-box {
    width: 600px;
    height: 600px;
    background-image: url(../../images/newyear.png);
    padding: 60px;
}

.hexagon-box .countdown-box .countdown{
    width: 100%;
    height: 100%;
    padding: 80px 60px;
}

.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-newyork .content {
    padding: 120px 0;
}



/*#hexagon {
    width: 100px;
    height: 55px;
    background: red;
    position: relative;
}
#hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid red;
}
#hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid red;
}*/
                    




.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: #0131FF;
}
.countdown-box .countdown .clock-item .count-text {
    font-size: 14px;
    line-height: 1;
    color: #000;
}






/*  newyear schedule  */


.schedules.schedules-newyear {
    background-image: url(../../images/newyear/schedule-bg.jpg);
}


.schedules.schedules-newyear .overlay {
    background-color: rgba(0,0,0,0);
}


.schedules-newyear .schedule-item {
    width: 25%;
    float: left;
}
.schedules-newyear .schedule-item-inner {
    background-color: #fff;
    margin: 4px;
    border: 1px solid #ebebeb;
}

.schedules-newyear .schedule-item .schedule-heading {
    overflow: hidden;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
}


.schedules-newyear .schedule-item .schedule-heading .skeaker-pic{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}


.schedules-newyear .schedule-item .schedule-heading .skeaker-name{
    display: table;
    padding-top: 20px;
}


.schedules-newyear .schedule-item .schedule-heading .skeaker-name h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3px;
    color: #696969;
}

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

.schedule-content {
    padding: 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  */

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

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

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

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

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






/*------   fashion homepage varitation  ----------*/

.fashion-homepage {
    height: 100vh;
}
.fashion-hp-container {
    overflow: hidden;
    height: calc(100vh - 90px);
}


.fashion-section {
    height: 100%;
    position: relative;
}


.fashion-section.banner-section {
    background-image: url(../../images/fashion/banner-bg.jpg);
}



.fashon-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    /*padding: 30px;*/
}

.fashon-content .fashion-banner {
    max-width: 900px;
    margin: auto;
}



.fashon-content .fashion-banner h1 {
    color: #1c3167;
    font-size: 72px;
    line-height: 1;
    background-color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    opacity: 0;

    transform: translateY(30px) scale(2);
}

.fashon-content .fashion-banner h2 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    opacity: 0;

    transform: translateY(30px) scale(2);
}


.fashon-content .fashion-banner h3 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
    opacity: 0;

    transform: translateY(30px) scale(2);
}

.fashon-content .fashion-banner .button-group {
    opacity: 0;

    transform: translateY(30px) scale(2);
}



.swiper-slide-active .fashon-content .fashion-banner h1 {
    opacity: 1;
    transform: translateY(0px) scale(1);
        transition: all 0.5s ease;
    transition-delay: 0.9s;
}

.swiper-slide-active .fashon-content .fashion-banner h2 {
    opacity: 1;
    transform: translateY(0px) scale(1);
        transition: all 0.5s ease;
    transition-delay: 0.4s;
}


.swiper-slide-active .fashon-content .fashion-banner h3 {
    opacity: 1;
    transform: translateY(0px) scale(1);
        transition: all 0.5s ease;
    transition-delay: 1.3s;
}

.swiper-slide-active .fashon-content .fashion-banner .button-group {
    opacity: 1;
    transform: translateY(0px) scale(1);
        transition: all 0.5s ease;
    transition-delay: 1.8s;
}


.fashon-content .fashion-banner .fashion-btn {
    display: inline-block;
    background-color: #1c3167;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





.fashon-content .fashion-banner .fashion-btn:hover {
    color: #1c3167;
    background-color: #fff;
}



.fashion-bottom-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #000;
    left: 0;
    padding: 0 30px;
    transition: all 0.3s ease;
}

.fashion-bottom-content .fb-plus{
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    background-color: #1c3167;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
    margin-top: -50px;
    color: #fff;
    cursor: pointer;
    display: none;
}


.fashion-bottom-content .countdown-area {
    padding: 30px 0;
    float: left;
}
.fashion-bottom-content .countdown-area .countdown {
    display: inline-block;
    margin-bottom: 0;
}
.fashion-bottom-content .countdown-area  h4 {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}


.fashion-bottom-content .countdown-area .countdown li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.fashion-bottom-content .countdown-area .countdown li:after {
    content: ':';
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.fashion-bottom-content .countdown-area .countdown li:last-child:after {
    display: none;
}
.fashion-bottom-content .countdown-area .countdown li .count-number {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    color: #1c3167;
    margin: 0;
    display: inline-block;
    min-width: 50px;
}


.fashion-bottom-content .countdown-area .countdown li .count-text {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}




.location-area {
    float: right;
    padding: 15px 0;
}


.location-area ul {
    margin: 0;
}

.location-area ul li {
    float: left;
    width: 300px;
}


.location-area ul li .icon {
    float: left;
    margin-right: 10px;
    color: #1c3167;
}

.location-area ul li .content {
    /*display: table;*/
}
.location-area ul li .content p {
    display: block;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.location-area ul li [class^="flaticon-"]:before, 
.location-area ul li [class*=" flaticon-"]:before, 
.location-area ul li [class^="flaticon-"]:after, 
.location-area ul li [class*=" flaticon-"]:after {
    font-size: 36px;
    line-height: 1.5;
}





/*  fashion about  */
.fashion-section.about-section {
    background-image: url(../../images/fashion/about-bg.jpg);
}


.fashion-about {
    max-width: 580px;
    text-align: left;
}
.fashion-about h2 {
    font-size: 48px;
    color: #fff;margin-bottom: 20px;
}
.fashion-about p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

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

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

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

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



/* speaker  */


/*.speaker-9 .speaker-item-outer {
    width: 50%;
    float: left;
}
.speaker-9 .speaker-item {
    background-color: #fff;
    margin: 0 15px;
}
.speaker-9 .speaker-image {
    float: left;
    padding: 30px;
    position: relative;
    width: 270px;
    height: 260px;
}

.speaker-9 .speaker-image img {
    width: auto;
    height: auto;
    border-radius: 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
}

.speaker-9 .speaker-image:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 335px 335px 0px 0px;
    border-color: #1c3167 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.speaker-9 .speaker-content {
    display: block;
    padding: 0px 20px 20px 29px;
    margin-top: -20px;
}*/











.speaker-9 .speaker-item-outer {
    width: 50%;
    float: left;
}
.speaker-9 .speaker-item {
    background-color: #fff;
    margin: 0 15px;
}










/*   speaker section  */
.speaker-9 {
    background-image: url(../../images/fashion/speaker-bg.jpg);
}
.fashion-section .section-header h3,
.fashion-section .section-header p {
    color: #fff;
}

.speaker-9 .speaker-item {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}

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

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




.schedules-newyear.schedule-fashion {
  background-image: url(../../images/fashion/schedule-bg.jpg);
}

.schedule-fashion .schedule-item {
    text-align: left;
}






.fashion-sponsor {
    background-image: url(../../images/fashion/sponsor-bg.jpg);
}
.fashion-sponsor .sponsor-item {
    float: left;
}

.fashion-sponsor .sponsor-item {
    margin-bottom: 10px;
}

.fashion-sponsor .sponsor-type-item {
    margin-bottom: 0;
}




.fashion-pricing {
    background-image: url(../../images/fashion/pricing-bg.jpg);
}

.fashion-pricing .pricing-item-outer {
    width: 33.33%;
    float: left;
}


.fashion-pricing .pricing-item-outer .pricing-item {
    margin: 0 15px;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fashion-pricing .pricing-item-outer .pricing-item:hover {
    background-color: rgba(238,0,38,0.9);
}


.fashion-pricing.pricing .pricing-item .pricing-options p {
    display: block;
    text-align: left;
}

.fashion-pricing.pricing .pricing-item .pricing-options p span {
    float: right;
    margin-right: 0;
    background-color: #1c3167;
    line-height: 16px;
}
.fashion-pricing.pricing .pricing-item .pricing-options p span.off {
    background-color: #c8c8c8;
}

.fashion-pricing.pricing .pricing-item .pricing-options {
    background-color: #fff;
    margin: 0 30px;
     border-bottom: none;
    padding: 30px;
}
.fashion-pricing.pricing .pricing-item .pricing-button {
    background-color: transparent;
}

.fashion-pricing.pricing .pricing-item .pricing-button {
    padding: 15px 25px;
}

.fashion-pricing.pricing .pricing-item .pricing-button a {
    color: #fff;
}

.fashion-pricing.pricing .pricing-item .pricing-header {
    overflow: hidden;
    padding: 25px 30px 18px 30px;
    text-align: left;
}







/*   fashion gallery  */
.gallery-fashion {
    background-image: url(../../images/fashion/gallery-bg.jpg);
}


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

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

.gallery-fashion .gallery-button {
    background-color: #1c3167;
    padding: 13px 30px;
    margin-top: 70px;
}

.gallery-fashion .gallery-item .overlay {
    padding: 0;
}
.gallery-fashion .grid-item .gallery-thumb a {
    border: none;
    /*transform: scale(1);*/
}
.gallery-fashion .grid-item .gallery-thumb a{
    width: 80px;
    height: 80px;
    display: block;
}

.gallery-fashion .grid-item .gallery-thumb a:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: '';
    left: 0;
    top: 50%;
}
.gallery-fashion .grid-item .gallery-thumb a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: rotate(90deg);
    content: '';
    left: 0;
    top: 50%;
}




/*  blog  */
.blog-fashion {
    background-image: url(../../images/fashion/blog-bg.jpg);
}
.blog-fashion .blog-item-outer {
    width: 33.33%;
    float: left;
}
.blog-fashion .blog-item {
    margin: 0 15px;
    text-align: left;
}



.map-fashion .section-header {
    margin-bottom: 40px;
}

.map-fashion {
    background-image: url(../../images/fashion/map-bg.jpg);
}


.map-fashion .home-map {
    background: #fff;
    padding: 10px;
}

.map-fashion .home-map .map {
    height: 480px;
}




.footer-fashion {
 background-image: url(../../images/fashion/footer-bg.jpg);
}




.footer-fashion .footer-content-top h2 {
    color: #fff;
    line-height: 1.2;
}

.footer-fashion .footer-content-top .event-social {
    margin-top: 40px;
    margin-bottom: 45px;
}



.footer-fashion .footer-content-top .event-social li{
    
}


.footer-fashion .footer-content-top .event-social li a{
    width: 100px;
    height: 100px;
    border-radius: 0;
    line-height: 102px;
}

.footer-fashion .footer-content-bottom h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.footer-fashion .footer-content-bottom p {
    color: #fff;
    font-size: 18px;
}
.footer-fashion .footer-content-bottom p a {
    color: #fff;
}



/* header */
.header-9 {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-9 .main-menu {
    background-color: transparent;
    padding: 0 30px;
}

.header-9 .navbar-header {
    float: none;
    display: block;
}

.header-9 .navbar-header .navbar-brand {
    height: auto;
}

.header-9 .navbar-header .navbar-toggle {
    display: block;
}

.header-9 .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.home-fashion .mobile-menu-area {
    display: block;
}





/*  animation */
.fashion-homepage .section-header {
    opacity: 0;
    transform: translateY(30px) scale(2);
}

.fashion-homepage .swiper-slide-active .section-header {
    transition: all 0.5s ease;
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0px) scale(1);
}


.fashion-homepage .section-wrapper {
    opacity: 0;
    transform: translateY(80px) scale(1);
}

.fashion-homepage .swiper-slide-active .section-wrapper {
    transition: all 0.7s ease;
    transition-delay: 0.7s;
    opacity: 1;
    transform: translateY(0px) scale(1);
}
.fashion-homepage .swiper-slide-active .about-section .section-wrapper {
    transition-delay: 0.3s;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .about.about-six.about-eight.padding-120 .about-button li:last-child a {
    background-color: #FFFFFF;
}

.price-ul,.price-ul ul {
	margin: 0;
	list-style: none;
	padding: 0
}
.price-ul > li{
	padding: 0
}

.price-chart .panel-heading {
	font-size: 22px;
	margin: 0;
	padding: 30px 20px;
	text-align: center;
}
.price-label {
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 10px auto 10px;
	text-transform: uppercase;
}
.price-first-heading .price-label {
	font-weight: 600;
}
.price-figure {
	padding: 20px 0 30px;
	position: relative;
}
.price-currency {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	top: 30px;
}
.price-amount {
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	padding: 0 0 0 35px;
}
.price-foreword {
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 0;
}
.price-paragraph {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
	font-weight: normal;
}
.price-paragraph span {
	font-size: 28px;
}
.price-ul .panel-heading {
	border-radius: 0;
	
	margin-bottom: 0;
}
.price-ul li li.list-group-item {
	border-left-width: 0;
	border-radius: 0;
	min-height: 45px;
}
.price-ul li.price-first-heading li.list-group-item {
	border-left-width: 1px;
	border-radius: 0;
	min-height: 45px;
}
.price-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.price-ul li.price-first-heading, .price-pro li.price-inner {
	padding: 0;
}
.price-ul .panel-heading {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.price-ul li:first-child .panel-heading {
	border-left: 1px solid #ddd;
}
.price-ul li.list-group-item {
	text-align: center;
}

.price-ul .panel-heading {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.price-ul li:first-child .panel-heading {
	border-left: 1px solid #ddd;
}
.price-ul li.list-group-item {
	text-align: center;
}

.panel-heading{padding:20px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}

.partner-bg 
{
    background:#fff; border-radius:20px;
}

.stellarButton{
    
    height: 50px;
    background: #090808;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: .8;
    color: #e9e7e7;
    letter-spacing: 2px;
    border-radius: 3px;
    padding: 19px 10px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.stellarButton:hover{
    background: #000;
    color: #FFF;
}

.bloglistBG{
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.bloglistBG img{
    width: auto;
    height: 100%;
}
.bloglistBG:after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    /*background: rgba(0, 0, 0, .7);*/
}

/* slideshow the image in index page in photography section ---- feroz code */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #009ed5;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*Gallery Indudival pages*/
body {
  font-family: Arial;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: fixed;
  background:#191954;
}
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 14px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: left;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.post--horizontal-sm1 .post__thumb1
 {
  width: 27%;
  float: left;
  margin: 0 45px 0 20px; 
  }
  @media (min-width: 768px)
   {
    .post--horizontal-sm1 .post__thumb1
     {
      margin-right: 35px;
     } 
     }

.cat-7 .cat-theme,
.cat-7.cat-theme.cat-theme,
.cat-7 a:hover .cat-icon {
  color: #ffa500; }

.cat-7 .cat-theme-bg,
.cat-7.cat-theme-bg.cat-theme-bg,
.navigation--main > li.menu-item-cat-7 > a:before,
.cat-7.post--featured-a .post__text:before,
.mnmd-carousel-b .cat-7 .post__text:before,
.cat-7 .has-overlap-bg:before,
.cat-7.post--content-overlap .overlay-content__inner:before {
  background-color: #ffa500; }

.cat-7 .cat-theme-border,
.cat-7.cat-theme-border.cat-theme-border,
.mnmd-featured-block-a .main-post.cat-7:before,
.cat-7 .category-tile__inner:before,
.cat-7 .has-overlap-frame:before,
.navigation--offcanvas li.menu-item-cat-7 > a:after {
  border-color: #ffa500; }



.cat-8 .cat-theme,
.cat-8.cat-theme.cat-theme,
.cat-8 a:hover .cat-icon {
  color: #e269b7; }

.cat-8 .cat-theme-bg,
.cat-8.cat-theme-bg.cat-theme-bg,
.navigation--main > li.menu-item-cat-8 > a:before,
.cat-8.post--featured-a .post__text:before,
.mnmd-carousel-b .cat-8 .post__text:before,
.cat-8 .has-overlap-bg:before,
.cat-8.post--content-overlap .overlay-content__inner:before {
  background-color: #e269b7; }

.cat-8 .cat-theme-border,
.cat-8.cat-theme-border.cat-theme-border,
.mnmd-featured-block-a .main-post.cat-8:before,
.cat-8 .category-tile__inner:before,
.cat-8 .has-overlap-frame:before,
.navigation--offcanvas li.menu-item-cat-8 > a:after {
  border-color: #e269b7; }




.cat-9 .cat-theme,
.cat-9.cat-theme.cat-theme,
.cat-9 a:hover .cat-icon {
  color: #6f67e4; }

.cat-9 .cat-theme-bg,
.cat-9.cat-theme-bg.cat-theme-bg,
.navigation--main > li.menu-item-cat-9 > a:before,
.cat-9.post--featured-a .post__text:before,
.mnmd-carousel-b .cat-9 .post__text:before,
.cat-9 .has-overlap-bg:before,
.cat-9.post--content-overlap .overlay-content__inner:before {
  background-color: #6f67e4; }

.cat-9 .cat-theme-border,
.cat-9.cat-theme-border.cat-theme-border,
.mnmd-featured-block-a .main-post.cat-9:before,
.cat-9 .category-tile__inner:before,
.cat-9 .has-overlap-frame:before,
.navigation--offcanvas li.menu-item-cat-9 > a:after {
  border-color: #6f67e4; }
  
  .comonPagTitle {
    display: block;
    font-size: 18px;
    line-height: .8;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 0px;
}


.venue-desc-box 
{
    border: 1px solid rgba(255,255,255,0.3);
    width: 100%;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms;
}

.venue-desc {
    background: rgba(29,51,109,0.9);
    padding: 20px;
    text-align: center;
    position: absolute;
    width: 90%;
    max-width: 540px;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

venue-map {
    padding-left: 40px;
}
.venue a {
    position: relative;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: underline;
}

.heading span {
    background: #a31c38;
    /*display: block;*/
    position: relative;
    line-height: 62px;
    color: #fff;
    font-family: 'Oswald';
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 16px;
}
body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms;
}

/* slideshow the image in index page in photography section ---- feroz code */