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

/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    /*  base font size  15px= 1em*/
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #696969;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    outline: none;
}

a:hover {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset> :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1em;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 0;
}

/*h1{
	font-size: 36px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}*/
p {
    font-size: 15px;
    color: #696969;
    line-height: 24px;
    margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border: 1px solid #e9e9e9;
    color: #939595;
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    font-weight: 700;
    padding: 30px 25px 25px 80px;
    position: relative;
}

blockquote>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #939595;
}

blockquote:after {
    content: "\f10d" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font: normal normal normal 48px/1 FontAwesome;
    color: #e9e9e9;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote> :last-child {
    margin-bottom: 0;
}

address {
    color: #939595;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Poppins', sans-serif;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}

:-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}

::-moz-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #696969;
    font-family: 'Poppins', sans-serif;
}

/**
 * 4.0 - Forms
 */

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em;
}

.default-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;

}

.default-button:hover,
.default-button:focus {
    text-decoration: none;
    color: #fff;
}

.padding-120 {
    padding: 120px 0px;
}

.padding-top-30 {
    padding-top: 30px;
}

.margin-top-90 {
    margin-top: 90px;
}

.overlay {
    background-color: rgba(0, 0, 0, .6);
    padding: 110px 0px;
}

.section-header.text-center {}

.about-seven .section-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.section-header h3 {
    line-height: 1.5;
    font-size: 36px;
    margin: 0;
}

.section-header p {
    font-size: 16px;
    margin-bottom: 20px;
}

.section-header.text-center p {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 1.75em;
}

.event-social {
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
}

.event-social li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
}

.event-social li a {
    color: #fff;
    font-size: 22px;
    background-color: #3b5998;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 2.3em;
}

.event-social li:nth-child(2) a {
    background-color: #55acee;
}

.event-social li:nth-child(3) a {
    background-color: #ff0084;
}

.event-social li:nth-child(4) a {
    background-color: #f26798;
}

.event-social li:nth-child(5) a {
    background-color: #cb2027;
}

.event-social li:last-child a {
    background-color: #dc4e41;
}

/* TikTok and X Icon Branding */
.event-social li a i.fa-x-twitter,
.event-social li a i.fa-twitter {
    /* background-color: #000; */
}

.event-social li a i.fa-tiktok {
    /* background-color: #ff0050; */
}

/* Ensure brand icons use the correct font family even if shim fails */
.fab,
.fa-brands,
.fa-facebook,
.fa-facebook-f,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-pinterest,
.fa-pinterest-p,
.fa-dribbble,
.fa-instagram,
.fa-youtube,
.fa-vimeo,
.fa-x-twitter,
.fa-tiktok {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/*	02	- Header
----------------------------------------------*/
header {
    margin-top: 89px;
}

.header-no-margin {
    margin: 0px;
}

header .main-menu {
    background-color: #65ac4c;
    min-height: 90px;
}

header .main-menu .navbar-brand {
    padding: 28px 0px;
}

header.header-1.header-transparent {
    margin-top: 0;
}

header .main-menu.menu-fixed.transparent-menu {
    background-color: transparent;
}

.main-menu.menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 111;
}

.header-2 .main-menu .navbar-header {
    padding-top: 28px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

header .main-menu ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

header .main-menu ul li ul li:last-child {
    border: none;
}

header .main-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 18px;
    outline: none;
}

header .main-menu ul li a .caret {
    margin-left: 4px;
}

header .main-menu ul li a .badge {
    text-transform: lowercase;
    font-size: 10px;
    background-color: #000;
    margin-top: -8px;
    font-weight: normal;
    border-radius: 0;
    padding: 2px 7px;
}

header .main-menu ul li.active>a,
header .main-menu ul li a:hover,
header .main-menu ul li a:focus {
    background-color: transparent;
    color: #fff;
}

.menu-item-has-children .menu-item-has-children a {
    position: relative;
}

.menu-item-has-children .menu-item-has-children a .caret {
    display: none;
}

.menu-item-has-children .menu-item-has-children>a::after {
    content: "\f0da";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-family: FontAwesome;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    color: #fff;
    border: none;
}

header .main-menu ul li ul li>a {
    padding: 11px 15px;
    color: #fff;
    font-size: 14px;
}

header .main-menu ul li ul li>a:hover,
header .main-menu ul li ul li>a:focus,
header .main-menu ul li ul li.active>a,
header .main-menu ul li ul li.active>a:hover {
    padding-left: 20px;
    background-color: #fff;
    color: #65ac4c;
}

.main-menu ul.dropdown-menu li.current-menu-ancestor>a {
    background-color: #fff;
    color: #65ac4c;
}

header .main-menu .header-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item a:hover {
    padding-left: 0;
}

header .main-menu .menu-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9822;
    padding: 10px 20px;
    margin: 18px 0px 0px 20px;
    border-radius: 3px;
}

header .main-menu .menu-button:hover,
header .main-menu .menu-button:focus {
    background-color: #ff9822;
    color: #fff;
}

header .main-menu.menu-background-bg .menu-button {
    background-color: #fff;
    color: #696969;
}

header .main-menu .menu_cart {
    position: relative;
}

header .main-menu .menu_cart>span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 24px 10px 26px 18px;
    cursor: pointer;
}

header .main-menu .menu_cart .item-counter {
    content: "02";
    position: absolute;
    top: -3px;
    left: 10px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #696969;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;

}

header .main-menu .menu_cart .shop_feature {
    background-color: #fff !important;
    width: 270px !important;
    padding: 10px 20px 20px !important;
    right: 0px;
    left: auto !important;
}

header .main-menu .menu_cart .feature_item {
    position: relative;
    color: #363636;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 0px;
}

header .main-menu .menu_cart .featured_image {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 60px;
}

header .main-menu .menu_cart .featured_content {
    display: table;
    font-size: 12px
}

header .main-menu .menu_cart .featured_content>h3 {
    line-height: 15px;
    margin: 0;
}

header .main-menu .menu_cart .featured_content>h3 a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    text-decoration: none;
}

header .main-menu .menu_cart .featured_content>h3 a {}

header .main-menu .menu_cart .featured_content .remove {
    color: #333;
}

header .main-menu .menu_cart .featured_content .remove a:hover {
    color: #ff9822;
}

header .main-menu .menu_cart .featured_content p {
    color: #696969;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 0px;
}

header .main-menu .menu_cart .featured_content>.remove {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
}

header .main-menu .menu_cart .featured_content>.remove a {
    color: #000000;
}

header .main-menu .menu_cart .featured_content>.remove a:hover {
    color: #ff9822;
}

header .main-menu .menu_cart .cart_total {
    color: #696969;
    font-weight: 400;
    padding: 10px 0px;
    text-transform: capitalize;
}

header .main-menu .menu_cart .cart_total span {
    float: right;
}

header .main-menu .menu_cart .check_out {
    display: block;
    background-color: #ff9822;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}

header .main-menu .menu_cart .check_out:hover,
header .main-menu .menu_cart .check_out:focus {
    background: #65ac4c;
}

header .menu-two {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(27, 36, 49, .2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}

header .menu-two.menu-two-bg {
    background-color: rgba(27, 36, 49, 1);
}

header .menu-two ul li ul {
    background-color: rgba(27, 36, 49, 1) !important;
}

header .menu-two.menu-two-bg ul li ul {
    background-color: rgba(27, 36, 49, 1) !important;
}

header .menu-three {
    background-color: #92278f;
}

header .menu-three ul li ul {
    background-color: #92278f !important;
}

header .main-menu.menu-four {
    background-color: rgba(39, 49, 66, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .46);
}

header .main-menu.menu-four-bg {
    background-color: rgba(39, 49, 66, 1);
}

header .menu-four.menu-four ul li ul {
    background-color: rgba(39, 49, 66, 1);
}

header .menu-four.menu-four-bg ul li ul {
    background-color: rgba(39, 49, 66, 1);
}

header .menu-five {
    background: rgba(0, 0, 0, .2);
}

header .menu-five-bg {
    background-color: #92278f;
}

header .menu-five ul li ul li>a:hover,
header .menu-five ul li ul li>a:focus,
header .menu-five ul li ul li.active>a,
header .menu-five ul li ul li.active>a:hover {
    color: #92278f;
}

header .menu-five .menu-button,
header .menu-five .menu-button:hover,
header .menu-five .menu-button:focus {
    color: #ff9822;
    background-color: #fff;
}

header .menu-five .menu_cart>span:before {
    color: #ff9822;
    background-color: #fff;
}

header .menu-six {
    background: rgba(232, 175, 58, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .46);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .46);
}

header .menu-six-bg {
    background-color: #e84b3a;
}

header .menu-six ul li ul li>a:hover,
header .menu-six ul li ul li>a:focus,
header .menu-six ul li ul li.active>a,
header .menu-six ul li ul li.active>a:hover {
    color: #e84b3a;
}

header .menu-six .menu-button,
header .menu-six .menu-button:hover,
header .menu-six .menu-button:focus {
    color: #e84b3a;
    background-color: #fff;
}

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

header .menu-seven {
    background-color: #fff;
}

header .menu-seven-bg {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header .menu-seven ul li a {
    color: #696969;
}

header .menu-seven ul li a:hover,
header .menu-seven ul li a:focus,
header .menu-seven ul li.active a {
    color: #e84b3a;
}

header .menu-seven .menu-button a {
    background-color: #e84b3a;
}

.one-page {
    padding-top: 90px;
}

/*  03  - Banner
----------------------------------------------*/
.banner {
    background-position: 50% 50%;
    background-size: cover;
    height: 975px;
    position: relative;
    overflow: hidden;
}

.banner .banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
}

.banner .banner-content {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}

.banner .content-left {
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 45px;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 99;
}

.banner .content-left span {
    font-size: 300px;
    font-weight: 700;
    line-height: 214px;
    color: #fff;
    position: relative;
}

.banner .content-left p {
    font-size: 41px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    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.banner-page-header.banner-five .content-right:before {
    bottom: 35px;
}

.banner .content-right>.content {
    max-width: 750px;
}

.banner .content-right h2 {
    color: #fff;
    font-size: 48px;
    margin: 0;
}

.banner .content-right ul {
    margin-bottom: 35px;
    z-index: 9;
    position: relative;
    margin-left: 0;
}

.banner .content-right ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
}

.banner .content-right ul li span {
    margin-right: 10px;
    font-size: 22px;
}

.banner .content-right .clock-item {
    display: inline-block;
    float: left;
    margin-right: 20px;
    text-align: center;
    z-index: 9;
    position: relative;
}

.banner .content-right .clock-item span {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    height: 100px;
    width: 100px;
    display: inline-block;
    border-radius: 100%;
    line-height: 3em;
    margin-bottom: 35px;
    background-color: #65ac4c;
}

.banner-five.banner .content-right .clock-item span {
    margin-top: 12px;
    margin-bottom: 23px;
}

.banner.banner3 .content-right .clock-item:nth-child(2) span,
.banner.banner-five .content-right .clock-item:nth-child(2) span {
    background-color: #92278f;
}

.banner.banner3 .content-right .clock-item:nth-child(3) span,
.banner.banner-five .content-right .clock-item:nth-child(3) span {
    background-color: #f5b429;
}

.banner.banner3 .content-right .clock-item:last-child span,
.banner.banner-five .content-right .clock-item:last-child span {
    background-color: #ff9822;
}

.banner.banner-ten .content-right .clock-item span {
    background-color: transparent !important;
}

.banner .content-right .clock-item p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

.banner .content-right .default-button {
    float: right;
    background-color: #ff9822;
    display: inline-block;
    padding: 14px 38px;
    margin-top: 22px;
    position: relative;
    z-index: 9;
    line-height: 1.7;
}

.banner.banner-five .content-right .default-button {
    margin: 40px 0;
}

.banner-two {
    background-image: none;
}

.banner-two .banner-content {
    text-align: center;
    bottom: 50%;
    transform: translateY(50%);
}

.banner-two .banner-content .clock-item {
    display: inline-block;
    color: #fff;
    margin-right: 40px;
    color: #65ac4c;
    margin-bottom: 20px;
}

.banner-two .banner-content .clock-item span {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.banner-two .banner-content .clock-item:nth-child(2) {
    color: #92278f;
}

.banner-two .banner-content .clock-item:nth-child(3) {
    color: #f5b429;
}

.banner-two .banner-content .clock-item:last-child {
    color: #ff9822;
    margin: 0px;
}

.banner-two .banner-content .clock-item p {
    color: #fff;
    text-transform: uppercase;
}

.banner-two .banner-content>p {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-two .banner-content h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
}

.banner-two .banner-content ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
}

.banner-two .banner-content ul li span {
    margin-right: 10px;
    font-size: 18px;
}

.banner-three .banner-content {
    position: relative;
    bottom: 0;
    height: 975px;
}

.banner-three .content {
    position: absolute;
    width: 60%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-three .content p {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-three .content h2 {
    color: #fff;
    font-size: 62px;
    margin-bottom: 10px;
}

.banner-three .content ul li {
    list-style: none;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.banner-three .content ul li span {
    font-size: 18px;
    margin-right: 5px;
}

.banner-three .content ul li span:before {
    font-size: 18px;
}

.banner-three .banner-form {
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    border: 10px solid rgba(243, 243, 243, .2);
    padding: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-three .banner-form h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.banner-three form .banner-input {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(243, 243, 243, .2);
    padding: 12px 20px;
    margin-bottom: 15px;
    color: #fff;
    outline: none;
}

.banner-three form .banner-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aeaeae;
}

.banner-three form .banner-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #aeaeae;
}

.banner-three form .banner-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #aeaeae;
}

.banner-three form .banner-input:-moz-placeholder {
    /* Firefox 18- */
    color: #aeaeae;
}

.banner-three form option {
    background-color: transparent;
    color: #000;
}

.banner-three form .banner-submit {
    background-color: #ff9822;
    color: #fff;
    padding: 18px 44px;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
}

.banner-four {
    background-image: none;
}

.banner-four .banner-overlay {
    background-color: rgba(27, 36, 49, .4);
}

.banner-four .content-left {
    bottom: 155px;
}

.banner-four .content-left:before {
    background-color: #ff9822;
}

.banner-four .content-right {
    bottom: -15px;
}

.banner-five {
    height: 590px;
}

.banner-five .content p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.banner-five .content h2 {
    color: #ff9822;
    margin-bottom: 39px;
}

.banner-page-header.banner-five .content h2 {
    color: #fff;
}

.banner-five .content-left {
    bottom: 50%;
    -webkit-transform: translateY(33.7%);
    transform: translateY(33.7%);
}

.banner-five .content-right {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-six .banner-six-left-bg {
    height: 975px;
    position: relative;
}

.banner-six .banner-six-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
    height: 500px;
    width: 500px;
}

.banner-six .banner-six-left .content {
    background-color: #fff;
    text-align: center;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.banner-six .banner-six-left .content>.counter {
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #ff9822;
}

.banner-six .banner-six-left p {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #92278f;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-six .banner-six-left .clockdiv {
    overflow: hidden;
}

.banner-six .banner-six-left .clock-item {
    display: inline-block;
    margin-right: 20px;
}

.banner-six .banner-six-left .clock-item span {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #65ac4c;
}

.banner-six .banner-six-left .clock-item:nth-child(2) span {
    color: #92278f;
}

.banner-six .banner-six-left .clock-item:nth-child(3) span {
    color: #f5b429;
}

.banner-six .banner-six-left .clock-item:nth-child(4) span {
    color: #ff9822;
}

.banner-six .banner-six-left .clock-item p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #65ac4c;
}

.banner-six .banner-six-right-bg {
    height: 975px;
    position: relative;
}

.banner-six .banner-six-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-six .banner-six-right h2 {
    font-size: 84px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

.banner-six .banner-six-right ul {
    margin: 0px;
}

.banner-six .banner-six-right ul li {
    list-style: none;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.banner-six .banner-six-right ul li span {
    color: #fff;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.banner-seven .seven-content-left {
    height: 975px;
    position: relative;
    overflow: hidden;
    max-width: 640px;
}

.banner-seven .seven-content-left .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-seven .seven-content-left span {
    font-weight: 700;
    font-size: 190px;
    line-height: 170px;
    color: #fff;
    text-transform: uppercase;
    /*    word-break: break-all;
    display: block;*/
}

.banner-seven .seven-content-left h2 {
    color: #fff;
    max-width: 270px;
    display: inline-block;
    font-size: 36px;
    line-height: 48px;
    margin-left: 10px;
}

.banner-seven .seven-content-right-bg {
    height: 975px;
    position: relative;
}

.banner-seven .seven-content-right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 500px;
    width: 500px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-seven .seven-content-right .content {
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    text-align: center;
    padding-top: 100px;
}

.banner-seven .seven-content-right .counter {
    font-weight: 700;
    font-size: 250px;
    line-height: 180px;
    color: #e84b3a;
}

.banner-seven .seven-content-right .content>p {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #d50dad;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-seven .seven-content-right .clock-item {
    display: inline-block;
    margin-right: 20px;
}

.banner-seven .seven-content-right .clock-item:last-child {
    margin: 0px;
}

.banner-seven .seven-content-right .clock-item span {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #e84b3a;
}

.banner-seven .seven-content-right .clock-item p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #e84b3a;
}

.banner-seven .seven-content-right .clock-item:nth-child(2) span,
.banner-seven .seven-content-right .clock-item:nth-child(2) p {
    color: #fc7f0c;
}

.banner-seven .seven-content-right .clock-item:nth-child(3) span,
.banner-seven .seven-content-right .clock-item:nth-child(3) p {
    color: #f5b429;
}

.banner-seven .seven-content-right .clock-item:nth-child(4) span,
.banner-seven .seven-content-right .clock-item:nth-child(4) p {
    color: #d50dad;
}

.banner-eight {
    background: none;
}

.banner video {
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-eight .banner-eight-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-eight .banner-eight-content span {
    display: block;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.banner-eight .banner-eight-content span:last-child {
    font-size: 150px;
}

.banner-nine .banner-nine-content {
    padding: 0px 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-nine p {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
    margin: 0px;
}

.banner-nine h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.5;

}

.banner-nine ul {
    margin-bottom: 30px;
}

.banner-nine ul li {
    list-style: none;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.banner-nine ul li:first-child {
    margin-right: 25px;
}

.banner-nine ul li span {
    color: #fff;
    margin-right: 10px;
}

.banner-nine a {
    background-color: #fff;
    color: #e84b3a;
    padding: 13px 38px;
}

.banner-nine a:hover,
.banner-nine a:focus {
    color: #e84b3a;
    background-color: #fff;
}

.page-header {
    margin: 0px;
    padding: 0px;
    border: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: -68px;
}

.page-header .content {
    background-color: #e4e5e5;
    padding: 20px;
    overflow: hidden;
}

.page-header h4 {
    font-size: 21px;
    color: #000000;
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
}

.page-header ul {
    float: right;
    margin: 0px;
    background: transparent;
    padding: 0;
}

.page-header ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #ff9822;
    font-weight: 700;
    line-height: 2;
}

.page-header ul li.active span {
    color: #ff9822;
}

.page-header ul li a {
    color: #000000;
    text-decoration: none;
}

/*  04  - About
----------------------------------------------*/
.about .section-header h2 {
    color: #65ac4c;
    margin-bottom: 10px;
}

.about .section-header p {
    color: #010101;
    font-size: 24px;
}

.about>div>p {
    font-size: 15px;
    line-height: 30px;
    color: #535353;
    text-align: center;
    margin-bottom: 50px;
}

.about .about-button {
    text-align: center;
    margin-left: 0;
}

.about .about-button li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.about .about-button li a {
    display: inline-block;
    background-color: #ff9822;
    padding: 14px 35px;
}

.about .about-button li a:hover,
.about .about-button li a:focus {
    text-decoration: none;
    background-color: #65ac4c;
    color: #fff;
}

.about .about-button li:last-child a {
    background-color: #65ac4c
}

.about .about-button li:last-child a:hover {
    background-color: #ff9822;
}

.about-two {
    padding-top: 30px;
}

.about-two .image img {
    width: 100%;
}

.about-two .section-header h2 {
    color: #65ac4c;
}

.about-two .about-button {
    text-align: left;
}

.about-two .about-button li:last-child a {
    background-color: #65ac4c;
}

.about-three .image {
    overflow: hidden;
}

.about-three .image img {
    width: 100%;
}

.about-three .image .left {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.about-three .image .right {
    width: 50%;
    float: left;
    padding-left: 5px;
}

.about-three .image .right .top {
    margin-bottom: 10px;
}

.about-three .section-header h2 {
    color: #92278f;
    font-size: 36px;
}

.about-three .about-button {
    text-align: left;
}

.about-three .about-button li:first-child a {
    background-color: #92278f;
}

.about-three .about-button li:last-child a {
    background-color: #65ac4c;
}

.about-three .about-button li:first-child a:hover {
    background-color: #65ac4c;
}

.about-three .about-button li:last-child a:hover {
    background-color: #92278f;
}

.about-four {
    background-color: #1b2431;
}

.about-four .section-header p {
    color: #fffefe;
}

.about-four p {
    color: #bbbbbb;
    font-size: 15px;
}

.about-four .about-button {
    text-align: left;
}

.about-four .about-button li:last-child a {
    background-color: #65ac4c;
}

.about-five .section-header h2 {
    color: #92278f;
}

.about-five .section-header p {
    color: #65ac4c;
}

.about-five .about-button li {
    float: left;
}

.about-five .about-button li a {
    background-color: #92278f;
}

.about-five .image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.about-six .section-header h2 {
    color: #e84b3a;
}

.about-six .about-button li a {
    background-color: #e84b3a;
}

.about-six .about-button li a:hover,
.about-six .about-button li a:focus {
    background-color: #e84b3a;
}

.about-six .about-button li:last-child a {
    background-color: #f5b429;
}

.about-six .about-button li:last-child a:hover,
.about-six .about-button li:last-child a:focus {
    background-color: #f5b429;
}

.about-seven {
    background-color: #fafafa;
}

.about-seven .section-header h2 {
    font-size: 36px;
    color: #e84b3a;
}

.about-seven .about-button {
    text-align: left;
}

.about-seven .about-button li:first-child a {
    background-color: #e84b3a;
}

.about-seven .about-button li:last-child a {
    background-color: #f5b429;
}

.about-seven .countdown h2 {
    font-size: 36px;
    color: #e84b3a;
    margin-bottom: 50px;
    margin-top: 0;
}

.about-seven .countdown li {
    width: 20%;
    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: 115px;
    width: 115px;
    display: inline-block;
    line-height: 3.2;
    margin-bottom: 20px;
}

.about-seven .countdown li p {
    font-size: 18px;
    font-weight: 600;
    color: #193651;
    text-transform: uppercase;

}

/*  00  - Services
----------------------------------------------*/
.services {
    padding: 120px 0px 60px;
}

.services .section-header {
    margin-bottom: 75px;
}

.services .section-header h3 {
    color: #000000;
}

.services .service-item {
    text-align: center;
    margin-bottom: 60px;
}

.services .service-item img {
    margin: 0 auto 30px;
}

.services .service-item h4 {
    margin-bottom: 15px;
}

.services .service-item p {
    margin: 0px;
}

.services .dark .section-header h3,
.services .dark .section-header p,
.services .dark .service-item h4,
.services .dark .service-item p {
    color: #fff;
}

/*  05  - Speakers
----------------------------------------------*/
.speakers {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.speakers .section-header {
    margin-bottom: 60px;
}

.speakers .section-header h3 {
    color: #fff;
}

.speakers .section-header p {
    color: #fff;
}

.speakers .speaker-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.speakers .speaker-item .speaker-image img {
    width: 100%;
}

.speakers .speaker-item .speaker-content .icon {
    width: 23%;
    text-align: center;
    color: #65ac4c;
    background-color: #fff;
    display: inline-block;
    float: left;
    font-size: 26px;
    line-height: 70px;
    -webkit-transition: .25s;
    transition: .25s;
}

.speakers .speaker-item .speaker-content .details {
    width: 77%;
    float: left;
    background-color: #65ac4c;
    padding: 15px 15px 7px;
    -webkit-transition: .25s;
    transition: .25s;
    opacity: .95;
}

.speakers .speaker-item .speaker-content .details h4 a {
    color: #fff;
    text-decoration: none;
}

.speakers .speaker-item .speaker-content .details h4 a:hover,
.speakers .speaker-item .speaker-content .details h4 a:focus {
    color: #fff;
    text-decoration: none;
}

.speakers .speaker-item .speaker-content .details span {
    font-size: 16px;
    color: #fff;
}

.speakers .speaker-item:hover .details {
    background-color: #ff9822;
}

.speakers .speaker-item:hover .icon {
    color: #ff9822;
}

.speakers-two {
    background: #fff;
}

.speakers-two .section-header h3 {
    color: #000000;
}

.speakers-two .section-header p {
    color: #696969;
}

.speakers.speakers-two .speaker-item .speaker-content .icon {
    background-color: #589e3f;
    color: #fff;
}

.speakers-two .speaker-item:hover .speaker-content .icon {
    background-color: #fc8804;
}

.speakers-three .speaker-item .speaker-content {
    background-color: #fff;
    text-align: center;
    padding: 22px;
}

.speakers-three .speaker-item .speaker-content h4 a,
.speakers-three .speaker-item .speaker-content span {
    color: #010101;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}

.speakers-three .speaker-item:hover .speaker-content h4 a {
    color: #ff9822;
}

.speakers-four .overlay {
    background-color: rgba(27, 36, 49, .9);
}

.speakers-four .section-header p {
    color: #aeaeae;
}

.speakers-four .row {
    margin-right: -10px;
    margin-left: -10px;
}

.speakers-four .col-md-3,
.speaker-four .col-sm-6,
.speaker-four .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.speakers-four .speaker-item {
    margin-bottom: 20px;
}

.speakers-four.speakers-ten .speaker-item {
    margin-bottom: 30px;
}

.speakers-five .speaker-items {
    margin: -7px;
    overflow: hidden;
}

.speakers-five .speaker-item {
    width: calc(100% / 4 - 1px);
    float: left;
    padding: 7px;
    margin: 0px;
}

.speakers-five .speaker-image {
    position: relative;
    overflow: hidden;
}

.speakers-five .speaker-content-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    text-align: center;
    padding: 10px;
}

.speakers-five .speaker-content {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #92278f;
    opacity: .9;
}

.speakers-five .content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.speakers-five .speaker-content h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.speakers-five .speaker-content span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.speakers-five .speaker-item .speaker-social {
    margin: 0px;
}

.speakers-five .speaker-item .speaker-social li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.speakers-five .speaker-item .speaker-social a {
    color: #fff;
}

.speakers-six .speaker-image {
    position: relative;
    overflow: hidden;
}

.speakers-six .speaker-image img {
    width: 100%;
}

.speakers-six .speaker-content-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    text-align: center;
    padding: 10px;
}

.speakers-six .speaker-content {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #e84b3a;
    opacity: .9;
}

.speakers-six .content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.speakers-six .speaker-content h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.speakers-six .speaker-content span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.speakers-six .speaker-item .speaker-social li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.speakers-six .speaker-item .speaker-social a {
    color: #fff;
}

.speakers-seven {
    background: #fff;
}

.speakers-seven .section-header h3 {
    color: #000000;
}

.speakers-seven .section-header p {
    color: #696969;
}

.speakers-seven .speaker-item {
    text-align: center;
}

.speakers-seven .speaker-image {
    position: relative;
    height: 300px;
    width: 300px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto 30px;
}

.speakers-seven .speaker-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-color: #e84b3a;
    opacity: .9;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}

.speakers-seven .speaker-item:hover .speaker-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8;
}

.speakers-seven .speaker-social {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
}

.speakers-seven .speaker-social li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.speakers-seven .speaker-social li a {
    font-size: 20px;
    color: #fff;
}

.speakers-seven .speaker-content h4 {
    font-size: 20px;
}

.speakers-seven .speaker-content h4 a {
    text-decoration: none;
    color: #212121;
}

.speakers-seven .speaker-content span {
    font-size: 16px;
    color: #212121;
}

/*  06  - Speakers Details
----------------------------------------------*/
.speaker-details .speaker-image img {
    width: 100%;
}

.speaker-details .speaker-content {
    margin-bottom: 50px;
}

.speaker-details .speaker-content h4 {
    font-size: 24px;
    line-height: 28px;
    color: #ff9822;
}

.speaker-details .speaker-content>span {
    font-size: 16px;
    line-height: 28px;
    color: #656565;
    margin-bottom: 10px;
    display: inline-block;
}

.speaker-details .speaker-content p {
    font-size: 15px;
    line-height: 28px;
}

.speaker-details .speaker-social {
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
}

.speaker-details .speaker-social li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.speaker-details .speaker-social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #696969;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    line-height: 2.7;
}

.speaker-details .speaker-social li a:hover {
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}

.speaker-details .speaker-address {
    overflow: hidden;
    margin-left: 0;
}

.speaker-details .speaker-address li {
    list-style: none;
    margin-bottom: 6px;
    font-size: 15px;
}

.speaker-details .speaker-address li span {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    color: #ff9822;
    margin-right: 10px;
}

.speaker-details .speaker-statement {
    margin-bottom: 50px;
}

.speaker-details .speaker-statement h4 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 35px;
}

.speaker-details .speaker-statement p {
    font-size: 15px;
}

.speaker-details .speaker-skills h4 {
    margin-bottom: 30px;
}

.speaker-details .speaker-skills .skill-item {
    display: inline-block;
    margin-right: 44px;
    text-align: center;
}

.speaker-details .speaker-skills .skill-item:last-child {
    margin-right: 0px;
}

.speaker-details .speaker-skills .circle {
    position: relative;
    margin-bottom: 10px;
}

.speaker-details .speaker-skills strong {
    color: #65ac4c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.speaker-details .speaker-skills p {
    font-size: 14px;
    color: #696969;
    margin: 0px;
}

.speaker-details .speaker-award h4 {
    margin-bottom: 20px;
}

.speaker-details .speaker-award li {
    list-style: none;
    display: inline-block;
    margin-right: 60px;
    text-align: center;
}

.speaker-details .speaker-award li:last-child {
    margin: 0px;
}

.speaker-details .speaker-award li img {
    margin: 0px auto 25px;
}

/*  07  - Schedules
----------------------------------------------*/
.schedules {}

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

.schedules .schedule-tabs {
    text-align: center;
}

.schedules .nav-tabs {
    text-align: center;
    border: 10px solid #fafafa;
    display: inline-block;
    margin-bottom: 20px;
}

.schedules .nav-tabs li {
    margin: 0px;
}

.schedules .nav-tabs li a {
    border: 1px solid #f0f0f0;
    border-right: none;
    border-radius: 0;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff9822;
    padding: 6px 30px;
}

.schedules .nav-tabs li:last-child a {
    border-right: 1px solid #f0f0f0;
}

.schedules .nav-tabs li:last-child a:hover,
.schedules .nav-tabs li:last-child a:focus {
    border-right: 1px solid #65ac4c;
}

.schedules .nav-tabs li:last-child.active a {
    border-right: 1px solid #ff9822;
}

.schedules .nav-tabs li a span {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    display: block;
}

.schedules .nav-tabs li a:hover,
.schedules .nav-tabs li a:focus {
    border: 1px solid #65ac4c;
    border-right: none;
    background-color: #65ac4c;
    color: #fff;
    margin: 0;
}

.schedules .nav-tabs li.active a {
    border: 1px solid #ff9822;
    border-right: none;
    background-color: #ff9822;
    color: #fff;
    margin: 0;
    outline: none;
}

.schedules.schedules-three .nav-tabs li.active a,
.schedules.schedules-three .nav-tabs li a:hover,
.schedules.schedules-three .nav-tabs li.active a:hover,
.schedules.schedules-three .nav-tabs li.active a:active,
.schedules.schedules-three .nav-tabs li.active a:focus {
    background-color: #ff9822 !important;
    border-color: #ff9822;
}

.schedules.schedules-three .nav-tabs li a {
    color: #fff;
}

.schedules .nav-tabs li a:hover span,
.schedules .nav-tabs li a:focus span,
.schedules .nav-tabs li.active a span {
    color: #fff;
}

.schedules .nav-tabs h4 {
    font-size: 24px;
    color: #ff9822;
}

.schedules .nav-tabs p {
    font-size: 16px;
    color: #696969;
    margin: 0px;
}

.schedules .tab-content .schedule-table {
    margin-bottom: 0px;
}

.schedules .tab-content table {
    border: 10px solid #fafafa;
    border-top: none;
    min-width: 1140px;
    overflow-x: auto;
    margin-bottom: 0;
}

.schedules .tab-content table .time {
    width: 23%;
}

.schedules .tab-content table .session {
    width: 40%;
}

.schedules .tab-content table .speaker {
    width: 22%;
}

.schedules .tab-content table .venue {
    width: 15%;
}

.schedules .tab-content table th {
    border: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #65ac4c;
    padding: 27px 30px;
}

.schedules .tab-content table tbody tr:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .12);
}

.schedules .tab-content table td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    line-height: 1;
    color: #696969;
    padding: 27px 30px;
    -webkit-transition: .25s;
    transition: .25s;
}

.schedules .tab-content table td:hover {
    color: #ff9822;
}

.schedules .tab-content table td:first-child {
    border-left: 1px solid #f0f0f0;
}

.schedules .tab-content table td:last-child {
    border-right: 1px solid #f0f0f0;
}

.schedules .tab-content table td span {
    margin-right: 8px;
}

.schedules .tab-content .schedule-button {
    background-color: #65ac4c;
    padding: 14px 37px;
}

.schedules .tab-content .schedule-button:hover {
    background-color: #ff9822;
}

.schedules-two {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.schedules-two .section-header {
    margin-bottom: 60px;
}

.schedules-two .section-header h3,
.schedules-two .section-header p {
    color: #fff;
}

.schedules-two .nav-tabs {
    width: 19%;
    float: left;
    border: none !important;
    margin-left: 0;
}

.schedules-two .nav-tabs li {
    margin-bottom: 10px;
}

.schedules-two .nav-tabs li a {
    border: none;
    background-color: #fff;
    width: 200px;
    padding: 6px 15px;
    position: relative;
}

.schedules-two .nav-tabs li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    height: 15px;
    width: 15px;
    background-color: #ff9822;
    opacity: 0;
}

.schedules-two .nav-tabs li a:hover:before,
.schedules-two .nav-tabs li.active a:before {
    right: -7px;
    opacity: 1;
    -webkit-transition: .25s;
    transition: .25s;
    transition-delay: .1s;
}

.schedules-two .nav-tabs li a:hover,
.schedules-two .nav-tabs li a:focus,
.schedules-two .nav-tabs li.active a {
    border: none;
}

.schedules-two .nav-tabs li a:hover,
.schedules-two .nav-tabs li a:focus {
    background-color: #ff9822;
}

.schedules-two .nav-tabs li:last-child a:hover,
.schedules-two .nav-tabs li:last-child a:focus {
    border: none;
}

.schedules-two .tab-content {
    width: 81%;
    float: left;
}

.schedules-two .tab-content .schedule-table,
.schedules-two .tab-content table {
    margin: 0px;
}

.schedules-two .tab-content table {
    border: none;
    min-width: 920px;
}

.schedules-two .tab-content table tbody tr {
    -webkit-transition: .25s;
    transition: .25s;
}

.schedules-two .tab-content table tbody tr:hover {
    box-shadow: none;
    background-color: #ff9822;
}

.schedules-two .tab-content table tbody tr:hover td {
    color: #fff;
}

.schedules-two .tab-content table .session {
    width: 44%;
}

.schedules-two .tab-content table td:first-child {
    border-left: 1px solid #252525;
}

.schedules-two .tab-content table td {
    border-bottom: 1px solid #252525;
    padding: 27px 15px;
}

.schedules-two .tab-content table td:last-child {
    border-right: 1px solid #252525;
}

.schedules-two .tab-content table td span {
    margin-right: 5px;
}

.schedules-three {
    background-color: #1b2431;
}

.schedules-three .section-header h3 {
    color: #fff;
}

.schedules-three .section-header p {
    color: #aeaeae;
}

.schedules-three .nav-tabs {
    border: none;
}

.schedules-three .nav-tabs li a {
    border: 1px solid #313d4f;
    border-right: none;
    position: relative;
    color: #fff;
}

.schedules-three .nav-tabs li a span {
    color: #fff;
}

.schedules-three .nav-tabs li a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 16px;
    width: 16px;
    background-color: #ff9822;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
}

.schedules-three .nav-tabs li.active a:before {
    opacity: 1;
    bottom: -8px;
    -webkit-transition: .5s;
    transition: .5s;
}

.schedules-three .nav-tabs li:last-child a {
    border-right: 1px solid #313d4f;
}

.schedules-three .tab-content table {
    border: none;
}

.schedules-three .tab-content .schedule-table {
    margin: 0px;
}

.schedules-three .tab-content table th {
    background-color: #313d4f;
}

.schedules-three .tab-content table td {
    border-bottom: 1px solid #313d4f;
}

.schedules-three .tab-content table td:hover {
    color: #aeaeae;
}

.schedules-three .tab-content table td:first-child {
    border-left: 1px solid #313d4f;
    position: relative;
}

.schedules-three .tab-content table td:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #ff9822;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.schedules-three .tab-content table tr:hover td {
    color: #fff;
}

.schedules-three .tab-content table tr:hover td:first-child:before {
    opacity: 1;
}

.schedules-three .tab-content table td:last-child {
    border-right: 1px solid #313d4f;
}

.schedules-three .tab-content table tbody tr {
    position: relative;
}

.schedules-three .tab-content table tbody tr:hover {
    background-color: #313d4f;
    border-left: 4px solid #ff9822;
}

.schedules-three .tab-content table tbody tr:before {
    position: absolute;
}

.schedules .tab-content table td {
    color: #696969;
}

.schedules-two .tab-content table td {
    color: #aeaeae;
}

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

.schedules-three .tab-content table td {
    color: #aeaeae;
}

.schedules-five .nav-tabs li a {
    color: #92278f;
}

.schedules-five .nav-tabs li a:hover,
.schedules-five .nav-tabs li a:focus,
.schedules-five .nav-tabs li.active a {
    background-color: #92278f;
    border: 1px solid #92278f;
    border-right: none;
}

.schedules-five .nav-tabs li:last-child a:hover,
.schedules-five .nav-tabs li:last-child a:focus,
.schedules-five .nav-tabs li:last-child.active a {
    border-right: 1px solid #92278f;
}

.schedules-five .tab-content table td:hover {
    color: #696969;
}

.schedules-five .tab-content .schedule-button {
    background-color: #92278f;
}

.schedules-six .nav-tabs li a {
    color: #e84b3a;
}

.schedules-six .nav-tabs li a:hover,
.schedules-six .nav-tabs li a:focus,
.schedules-six .nav-tabs li.active a {
    background-color: #e84b3a;
    border: 1px solid #e84b3a;
    border-right: none;
}

.schedules-six .nav-tabs li:last-child a:hover,
.schedules-six .nav-tabs li:last-child a:focus,
.schedules-six .nav-tabs li:last-child.active a {
    border-right: 1px solid #e84b3a;
}

.schedules-six .tab-content table th {
    background-color: #f5b429;
}

.schedules-six .tab-content table td:hover {
    color: #e84b3a;
}

.schedules-six .tab-content table td:nth-child(1) span {
    color: #e84b3a;
}

.schedules-six .tab-content table td:nth-child(2) span {
    color: #fc7f0c;
}

.schedules-six .tab-content table td:nth-child(3) span {
    color: #f5b429;
}

.schedules-six .tab-content table td:nth-child(4) span {
    color: #d50dad;
}

.schedules-six .tab-content .schedule-button {
    background-color: #e84b3a;
}

.schedules-seven {
    background-color: #fafafa;
}

.schedules-seven .section-header h3 {
    color: #000000;
}

.schedules-seven .nav-tabs li a {
    color: #e84b3a;
}

.schedules-seven .nav-tabs li a:hover,
.schedules-seven .nav-tabs li a:focus,
.schedules-seven .nav-tabs li.active a {
    background-color: #e84b3a;
    border: 1px solid #e84b3a;
    border-right: none;
}

.schedules-seven .nav-tabs li:last-child a:hover,
.schedules-seven .nav-tabs li:last-child a:focus,
.schedules-seven .nav-tabs li:last-child.active a {
    border-right: 1px solid #e84b3a;
}

.schedules-seven .tab-content table th {
    background-color: #f0f0f0 !important;
    color: #e84b3a;
}

.schedules-seven .tab-content table {
    border: 10px solid #f0f0f0;
}

.schedules-seven .tab-content table td:hover {
    color: #e84b3a;
}

.schedules-seven .tab-content table td:nth-child(1) span {
    color: #e84b3a;
}

.schedules-seven .tab-content table td:nth-child(2) span {
    color: #fc7f0c;
}

.schedules-seven .tab-content table td:nth-child(3) span {
    color: #f5b429;
}

.schedules-seven .tab-content table td:nth-child(4) span {
    color: #d50dad;
}

.schedules-seven .tab-content .schedule-button {
    background-color: #e84b3a;
}


/*  08  - Pricing
----------------------------------------------*/
.pricing {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.pricing .section-header {
    margin-bottom: 65px;
}

.pricing .section-header h3,
.pricing .section-header p {
    color: #fff;
}

.pricing .pricing-item {
    margin-bottom: 20px;
}

.pricing .col-md-4:odd .pricing-item .pricing-header {
    background-color: #92278f;
}

.pricing .col-md-4:even .pricing-item .pricing-header {
    background-color: #ff9822;
}

.pricing .col-md-4:nth-child(1) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(4) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(7) .pricing-item .pricing-header {
    background-color: #92278f;
}

.pricing .col-md-4:nth-child(2) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(5) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(8) .pricing-item .pricing-header {
    background-color: #ff9822;
}

.pricing .col-md-4:nth-child(3) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(6) .pricing-item .pricing-header,
.pricing .col-md-4:nth-child(9) .pricing-item .pricing-header {
    background-color: #65ac4c;
}

.pricing .pricing-item .pricing-header {
    overflow: hidden;
    padding: 36px 30px;
}

.pricing .pricing-item .pricing-header .name {
    color: #fff;
    display: inline-block;
    padding: 5px 0px;
    font-size: 36px;
    margin: 0;
}

.pricing .pricing-item .pricing-header .amount {
    color: #fff;
    float: right;
    font-size: 48px;
    margin: 0;
}

.pricing .pricing-item .pricing-options {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.pricing .pricing-item .pricing-options p {
    font-size: 15px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #696969;
    border-bottom: 1px solid #f0f0f0;
}

.pricing .pricing-item .pricing-options p:last-child {
    border: none;
    margin: 0px;
    padding: 0px;
}

.pricing .pricing-item .pricing-options p span {
    color: #fff;
    height: 16px;
    width: 16px;
    font-size: 12px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
}

.pricing .col-md-4:odd .pricing-item .pricing-options p span {
    background-color: #92278f;
}

.pricing .col-md-4:even .pricing-item .pricing-options p span {
    background-color: #ff9822;
}

.pricing .col-md-4:nth-child(1) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(4) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(7) .pricing-item .pricing-options p span {
    background-color: #92278f;
}

.pricing .col-md-4:nth-child(2) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(5) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(8) .pricing-item .pricing-options p span {
    background-color: #ff9822;
}

.pricing .col-md-4:nth-child(3) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(6) .pricing-item .pricing-options p span,
.pricing .col-md-4:nth-child(9) .pricing-item .pricing-options p span {
    background-color: #65ac4c;
}

.pricing .col-md-4 .pricing-item .pricing-options p span.off {
    background-color: #c9c9c9;
}

.pricing .pricing-item .pricing-button {
    padding: 25px 30px;
    background-color: #fff;
}

.pricing .pricing-item .pricing-button a {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.pricing .col-md-4:odd .pricing-item .pricing-button a {
    color: #92278f;
}

.pricing .col-md-4:even .pricing-item .pricing-button a {
    color: #92278f;
}

.pricing .col-md-4:nth-child(1) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(4) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(7) .pricing-item .pricing-button a {
    color: #92278f;
}

.pricing .col-md-4:nth-child(2) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(5) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(8) .pricing-item .pricing-button a {
    color: #ff9822;
}

.pricing .col-md-4:nth-child(3) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(6) .pricing-item .pricing-button a,
.pricing .col-md-4:nth-child(9) .pricing-item .pricing-button a {
    color: #65ac4c;
}

.pricing-two .col-md-4:odd .pricing-item .pricing-options {
    border-left: 10px solid #92278f;
    border-right: 10px solid #92278f;
    border-bottom: none;
}

.pricing-two .col-md-4:even .pricing-item .pricing-options {
    border-left: 10px solid #ff9822;
    border-right: 10px solid #ff9822;
    border-bottom: none;
}

.pricing-two .col-md-4:nth-child(1) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(4) .pricing-item .pricing-options .pricing-two .col-md-4:nth-child(7) .pricing-item .pricing-options {
    border-left: 10px solid #92278f;
    border-right: 10px solid #92278f;
}

.pricing-two .col-md-4:nth-child(2) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(5) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(8) .pricing-item .pricing-options {
    border-left: 10px solid #ff9822;
    border-right: 10px solid #ff9822;
}

.pricing-two .col-md-4:nth-child(3) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(6) .pricing-item .pricing-options,
.pricing-two .col-md-4:nth-child(9) .pricing-item .pricing-options {
    border-left: 10px solid #65ac4c;
    border-right: 10px solid #65ac4c;
}

.pricing-two .pricing-item .pricing-options p span {
    float: right;
    margin: 0px;
}

.pricing-two .pricing-item .pricing-button a {
    display: block;
    text-align: center;
    color: #fff !important;
}

.pricing-two .col-md-4:odd .pricing-item .pricing-button {
    background-color: #92278f;
}

.pricing-two .col-md-4:even .pricing-item .pricing-button {
    background-color: #ff9822;
}

.pricing-two .col-md-4:nth-child(1) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(4) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(7) .pricing-item .pricing-button {
    background-color: #92278f;
}

.pricing-two .col-md-4:nth-child(2) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(5) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(8) .pricing-item .pricing-button {
    background-color: #ff9822;
}

.pricing-two .col-md-4:nth-child(3) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(6) .pricing-item .pricing-button,
.pricing-two .col-md-4:nth-child(9) .pricing-item .pricing-button {
    background-color: #65ac4c;
}

.pricing-three .pricing-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.pricing-three .pricing-item .pricing-header {
    width: 37%;
    float: left;
    padding: 30px 20px;
}

.pricing-three .pricing-item.first,
.pricing-three .pricing-item.first .pricing-header {
    background-color: #65ac4c;
}

.pricing-three .pricing-item.second,
.pricing-three .pricing-item.second .pricing-header {
    background-color: #ff9822;
}

.pricing-three .pricing-item.third,
.pricing-three .pricing-item.third .pricing-header {
    background-color: #f5b429;
}

.pricing-three .pricing-item.fourth,
.pricing-three .pricing-item.fourth .pricing-header {
    background-color: #92278f;
}

.pricing-three .pricing-item .pricing-header .name {
    font-size: 24px;
    text-align: center;
    display: block;
}

.pricing-three .pricing-item .pricing-header .amount {
    display: block;
    float: initial;
    font-size: 72px;
    line-height: 2.34;
    text-align: center;
}

.pricing-three .pricing-item .pricing-header a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0px;

}

.pricing-three .pricing-item .pricing-options {
    width: 63%;
    float: left;
    border: 10px solid #fafafa;
    border-left: none;
    padding: 0px;
    position: relative;
}

.pricing-three .pricing-item .pricing-options>div {
    border: 1px solid #f0f0f0;
    padding: 20px;
}

.pricing-three .pricing-item .pricing-options:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    height: 10px;
    background-color: #65ac4c;
}

.pricing-three .pricing-item .pricing-options:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 10px;
    background-color: #65ac4c;
}

.pricing-three .pricing-item.second .pricing-options:before,
.pricing-three .pricing-item.second .pricing-options:after {
    background-color: #ff9822;
}

.pricing-three .pricing-item.third .pricing-options:before,
.pricing-three .pricing-item.third .pricing-options:after {
    background-color: #f5b429;
}

.pricing-three .pricing-item.fourth .pricing-options:before,
.pricing-three .pricing-item.fourth .pricing-options:after {
    background-color: #92278f;
}

.pricing-three .pricing-item .pricing-options p {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.pricing-three .pricing-item .pricing-options p span {
    float: right;
}

.pricing-three .pricing-item .pricing-button {
    display: none;
    background-color: #65ac4c;
    text-align: center;
}

.pricing-three .pricing-item.second .pricing-button {
    background-color: #ff9822;
}

.pricing-three .pricing-item.third .pricing-button {
    background-color: #f5b429;
}

.pricing-three .pricing-item.fourth .pricing-button {
    background-color: #92278f;
}

.pricing-three .pricing-item .pricing-button a {
    color: #fff !important;
}

.pricing-four .overlay {
    background-color: rgba(27, 36, 49, .9);
}

.pricing-four .section-header p {
    color: #aeaeae;
}

.pricing-page {
    background: #fff;
}

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

.pricing-six .pricing-item.first .pricing-header {
    background-color: #e84b3a;
}

.pricing-six .pricing-item.second .pricing-header {
    background-color: #fc7f0c;
}

.pricing-six .pricing-item.third .pricing-header {
    background-color: #f5b429;
}

.pricing-six .pricing-item.first .pricing-options p span {
    background-color: #e84b3a;
}

.pricing-six .pricing-item.second .pricing-options p span {
    background-color: #fc7f0c;
}

.pricing-six .pricing-item.third .pricing-options p span {
    background-color: #f5b429;
}

.pricing-six .pricing-item .pricing-options p span.off {
    background-color: #c9c9c9;
}

.pricing-six .pricing-item.first .pricing-button a {
    color: #e84b3a;
}

.pricing-six .pricing-item.second .pricing-button a {
    color: #fc7f0c;
}

.pricing-six .pricing-item.third .pricing-button a {
    color: #f5b429;
}

.pricing-seven {
    background: #fff;
}

.pricing-seven .section-header h3 {
    color: #000000;
}

.pricing-seven .section-header p {
    color: #696969;
}

.pricing-seven .pricing-item {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
}

/*  09  - Travel
----------------------------------------------*/
.travel .section-header {
    margin-bottom: 50px;
}

.travel .info-item {
    margin-bottom: 30px;
}

.travel .info-item .icon {
    float: left;
    margin-right: 30px;
    font-size: 32px;
    line-height: 3em;
    color: #fff;
    background-color: #92278f;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 100%;
}

.travel .info-item .icon:before {
    font-size: 40px;
}

.travel .info-item:nth-child(2) .icon {
    background-color: #ff9822;
}

.travel .info-item:nth-child(3) .icon {
    background-color: #65ac4c;
}

.travel .info-item .details {
    display: table;
}

.travel .info-item .details h4 {
    margin-bottom: 10px;
    color: #92278f;
}

.travel .info-item:nth-child(2) .details h4 {
    color: #ff9822;
}

.travel .info-item:nth-child(3) .details h4 {
    color: #65ac4c;
}

.travel .info-item .details p {
    font-size: 15px;
}

.travel .travel-map {
    height: 500px;
    width: 100%;
    border: 6px solid #65ac4c;
}

.travel-six .info-item .icon {
    background-color: #e84b3a;
}

.travel-six .info-item:nth-child(2) .icon {
    background-color: #fc7f0c;
}

.travel-six .info-item:nth-child(3) .icon {
    background-color: #f5b429;
}

.travel-six .info-item .details h4 {
    color: #e84b3a;
}

.travel-six .info-item:nth-child(2) .details h4 {
    color: #fc7f0c;
}

.travel-six .info-item:nth-child(3) .details h4 {
    color: #f5b429;
}

.travel-seven .section-header h3 {
    color: #e84b3a;
}

.travel-seven .section-header p {
    color: #696969;
}

/*  10  - Sponsor
----------------------------------------------*/
.sponsor {
    background-size: cover !important;
    background-position: 50% 50% !important;
    overflow: hidden;
    text-align: center;
}

.sponsor .section-header {
    margin-bottom: 65px;
}

.sponsor .section-header h3 {
    color: #fff;
}

.sponsor .section-header p {
    color: #fff;
}

.sponsor .sponsor-item {
    text-align: center;
    margin-bottom: 50px;
}

.sponsor .sponsor-item h5 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}

.sponsor .sponsor-item img {
    /*  width: 100%;*/
}

.sponsor .sponsor-button {
    background-color: #65ac4c;
    padding: 14px 36px;
}

.sponsor .sponsor-button:hover {
    background-color: #ff9822;
}

.sponsor-two {
    background: #fff;
}

.sponsor-two .section-header h3 {
    color: #000000;
}

.sponsor-two .section-header p {
    color: #696969;
}

.sponsor-two .sponsor-item h5 {
    color: #000000;
}

.sponsor-six {
    background: #1b2431;
}

.sponsor-six .section-header p {
    color: #aeaeae;
}

.sponsor-five .sponsor-button {
    background-color: #92278f;
}

.sponsor-six .sponsor-button,
.sponsor-six .sponsor-button:hover,
.sponsor-six .sponsor-button:focus {
    background-color: #fff;
    color: #e84b3a;
}

.sponsor-seven {
    background: #fafafa;
}

.sponsor-seven .section-header h3 {
    color: #e84b3a;
}

.sponsor-seven .section-header p {
    color: #696969;
}

.sponsor-seven .sponsor-item h5 {
    color: #5d3385;
}

.sponsor-seven .sponsor-button,
.sponsor-seven .sponsor-button:hover,
.sponsor-seven .sponsor-button:focus {
    background-color: #e84b3a;
    color: #fff;
}

/*  11  - Gallery
----------------------------------------------*/
.be-gallery {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}

.be-gallery .section-header {
    margin-bottom: 60px;
}

.be-gallery .section-header h3,
.be-gallery .section-header p {
    color: #fff;
}

.be-gallery .be-gallery-item {
    margin-bottom: 30px;
    position: relative;
}

.be-gallery .be-gallery-item img {
    width: 100%;
}

.be-gallery .be-gallery-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

.be-gallery .be-gallery-item a {
    display: block;
    position: absolute;
    height: 42px;
    width: 42px;
    top: 50%;
    left: 50%;
    text-align: center;
    border: 2px solid #7b7b7b;
    border-radius: 100%;
    padding: 80px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
}

.be-gallery .be-gallery-item a img {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.be-gallery .be-gallery-item:hover .overlay {
    opacity: 1;
}

.be-gallery .be-gallery-item:hover a {
    opacity: 1;
    padding: 10px;
}

.be-gallery .be-gallery-item:hover a img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.be-gallery .be-gallery-button {
    background-color: #65ac4c;
    padding: 13px 30px;
    margin-top: 30px;
}

.be-gallery .be-gallery-button:hover {
    background-color: #ff9822;
}

.be-gallery-two .be-gallery-items {
    overflow: hidden;
    margin: -4px;
}

.be-gallery-two .be-gallery-item {
    margin: 0px;
}

.be-gallery-two .be-gallery-item img {
    width: 100%;
}

.be-gallery-two .grid-sizer,
.be-gallery-two .grid-item {
    width: 33.33%;
    padding: 4px;
}

.be-gallery-two .grid-item--width2 {
    width: 66.67%;
}

.be-gallery-two .be-gallery-button {
    margin-top: 60px;
}

.be-gallery-three .section-header p {
    color: #aeaeae;
}

.be-gallery-about {
    background: #fff;
}

.be-gallery-about .section-header h3 {
    color: #000000;
}

.be-gallery-about .section-header p {
    color: #696969;
}

.be-gallery-six .be-gallery-items {
    margin: -7px;
    overflow: hidden;
}

.be-gallery-six .be-gallery-item {
    width: calc(100% / 4 - 1px);
    float: left;
    padding: 7px;
    margin: 0px;
    overflow: hidden;
}

.be-gallery-six .be-gallery-item .be-gallery-image {
    position: relative;
    overflow: hidden;
}

.be-gallery-seven {
    background: #f8f8f8;
}

.be-gallery-seven .section-header h3 {
    color: #000000;
}

.be-gallery-seven .section-header p {
    color: #696969;
}

.be-gallery-seven .be-gallery-button {
    background-color: #e84b3a;
}

.be-gallery .gallery-button {
    padding: 14px 36px;
}

/*  12  - Blog
----------------------------------------------*/
.home-blog .section-header {
    margin-bottom: 50px;
}

.home-blog .blog-item {
    -webkit-transition: .25s;
    transition: .25s;
    margin-bottom: 30px;
}

.blog-item .image {
    overflow: hidden;
}

.blog-item .image img {
    -webkit-transition: .5s;
    transition: .5s;
    width: auto;
}

.home-blog .blog-item .content {
    padding: 20px;
    border: 1px solid #f0f0f0;
}

.home-blog .blog-item .content h4 {
    line-height: 1.4em;
    margin: 0;
    font-size: 20px;
}

.home-blog .blog-item .content h4 a {
    color: #000000;
    text-decoration: none;
}

.home-blog .blog-item .content p {
    font-size: 14px;
    margin: 0px;
}

.home-blog .blog-item:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
}

.blog-item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.post-meta {
    padding: 12px 20px;
    border: 1px solid #f0f0f0;
    border-top: none;
    margin-left: 0;
}

.post-meta li {
    display: inline-block;
    margin-right: 15px;
    color: #696969;
}

.post-meta li .icon {
    color: #707070;
    margin-right: 5px;
}

.post-meta li .icon:before {
    font-size: 14px;
}

.post-meta li a {
    font-size: 14px;
    text-decoration: none;
}

.post-meta li a:hover,
.post-meta li a:focus {
    color: #ff9822;
}

.home-blog-two .blog-item:hover {
    box-shadow: none;
}

.home-blog-two .blog-content {
    border: 10px solid #fafafa;
    background-color: #fff;
}

.home-blog-two .blog-content>div {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
    margin-bottom: -34px;
}

.home-blog-two .blog-item .content p {
    margin-bottom: 30px;
}

.home-blog-two .content>a {
    background-color: #65ac4c;
    padding: 13px 30px;
}

.home-blog-two .post-meta {
    padding: 0px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    margin: 0px;
    background-color: #fff;
}

.home-blog-two .post-meta li {
    padding: 33px 18px;
    margin: 0px;
}

.home-blog-two .post-meta li .icon:before {
    font-size: 16px;
}

.home-blog-two .post-meta li:first-child {
    border-right: 1px solid #eeeeee;
    padding: 15px 20px;
    float: left;
}

.home-blog-two .post-meta li:first-child a span {
    font-size: 36px;
    color: #ff9822;
    display: block;
    line-height: 1;
    font-weight: 700;
}

.home-blog-three {
    background-color: #1b2431;
}

.home-blog-three .section-header h3 {
    color: #fff;
}

.home-blog-three .section-header p {
    color: #aeaeae;
}

.home-blog-seven {
    background-color: #f8f8f8;
}

.home-blog-seven .blog-item {
    background-color: #fff;
}

.blog-page .blog-item {
    margin-bottom: 40px;
}

.blog-page .blog-content {
    border: 10px solid #fafafa;
    background-color: #fff;
}

.blog-page .blog-content .content {
    padding: 20px;
    border: 1px solid #f0f0f0;
}

.blog-page .blog-content h4 a {
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 15px;
    line-height: 1.5;
    display: block;
}

.blog-page .blog-content h4 a:hover {
    color: #ff9822;
}

.blog-page .blog-content>div {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
    margin-bottom: -34px;
}

.blog-page .blog-content>div.empty-image {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
}

.blog-page .blog-item .content p {
    margin-bottom: 30px;
}

.blog-page .content>a {
    background-color: #65ac4c;
    padding: 10px 35px;
}

.blog-page .content>a:hover,
.home-blog-two .content>a:focus {
    background-color: #ff9822;
}

.blog-page .post-meta {
    padding: 0px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    margin: 0px;
    background-color: #fff;
}

.blog-page .post-meta li {
    padding: 33px 18px;
    margin: 0px;
}

.blog-page .post-meta li .icon:before {
    font-size: 16px;
}

.blog-page .post-meta li:first-child {
    border-right: 1px solid #eeeeee;
    padding: 15px 20px;
    float: left;
}

.blog-page .post-meta li:first-child a span {
    font-size: 36px;
    color: #ff9822;
    display: block;
    line-height: 1;
    font-weight: 700;
}

.blog-item.single {
    margin-bottom: 100px;
}

.blog-item.single:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-item.single .blog-content h4.entry-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-item.single blockquote {
    padding: 0px 0px 0px 50px;
    border: none;
    color: #696969;
    font-weight: 400;
    font-size: 16px;
}

.blog-item.single blockquote:after {
    content: url(../../images/blog/blockquote_01.png) !important;
    top: 15px;
    left: 0px;
}

.blog-item.single .single-images {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-item.single .single-images>div {
    width: 50%;
    float: left;
}

.blog-item.single .single-images .left {
    padding-right: 5px;
}

.blog-item.single .single-images .right {
    padding-left: 5px;
}

.blog-item.single .single-images .top {
    margin-bottom: 10px;
}

.blog-item.single p:last-child {
    margin: 0px;
}

.blog-item.single .post-bottom {
    padding: 0px 20px 10px;
    background-color: #fafafa;
    overflow: hidden;
}

.blog-item.single .post-bottom .tags {
    float: left;
    margin: 0px;
    padding: 10px 0;
}

.blog-item.single .post-bottom .tags li {
    list-style: none;
    display: inline-block;
    line-height: 40px;
}

.blog-item.single .post-bottom .tags li span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.blog-item.single .post-bottom .tags li a {
    text-decoration: none;
}

.blog-item.single .post-bottom .tags li a:hover {
    color: #ff9822;
}

.blog-item.single .post-bottom .share {
    float: right;
    margin: 0px;
}

.blog-item.single .post-bottom .share li {
    margin-right: 4px;
}

.blog-item.single .post-bottom .share li span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

.blog-item.single .post-bottom .share li a {
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 2.3;
}

.comments {
    margin-bottom: 50px;
}

.comments>h4,
.comment-form h4 {
    border-bottom: 4px solid #fafafa;
    padding-bottom: 15px;
    position: relative;
}

.comments>h4:before,
.comment-form h4:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100px;
    left: 0;
    bottom: -4px;
    background-color: #65ac4c;
}

.comments ul {
    margin: 0;
}

.comments ul ul {
    margin-left: 30px;
}

.comments li.comment {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px 20px;
}

.comments li:last-child {
    border: none;
}

.comments li ul li {
    margin-left: 0px;
}

.comments .comment-item .image {
    float: left;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.comments .comment-item .com-content {
    display: table;
    width: 70%;
}

.comments .comment-item h4 a {
    font-size: 18px;
    color: #000000;
    float: left;
    margin-right: 10px;
}

.comments .comment-item span {
    font-size: 15px;
    color: #696969;
}

.comments .comment-item span i {
    font-size: 10px;
}

.comments .comment-item p {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1.9;
}

.comments .comment-item a {
    font-size: 14px;
    color: #ff9822;
    font-weight: 600;
    text-decoration: none;
}

.comment-form h4 {
    margin-bottom: 30px;
}

.comment-form .comment-input {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 9px 20px;
    outline: none;
    color: #696969;
}

.comment-form .comment-submit {
    text-transform: uppercase;
    background-color: #65ac4c;
    color: #fff;
    font-size: 14px;
    padding: 18px 24px;
}

.sidebar {
    background-color: #fafafa;
    padding: 10px;
}

.sidebar>div {
    border: 1px solid #f0f0f0;
    background: #fff;
}

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

.sidebar .sidebar-item ul {
    padding: 0 25px 0 25px;
    margin: 0 0 0 18px;
    list-style: none;
}

.footer-top .sidebar-item ul {
    list-style: none;
}

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

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

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

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

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

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

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

.sidebar ul li.recentcomments {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.sidebar ul li.recentcomments:hover:before {
    margin-left: 0;
}

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

.sidebar .sidebar-item ul.popular-posts,
.footer-top .sidebar-item ul.popular-posts {
    margin: 0;
}

.sidebar .sidebar-title {
    border-bottom: 4px solid #fafafa;
    padding: 0px 20px 15px;
    position: relative;
}

.sidebar .sidebar-title:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 100px;
    background-color: #65ac4c;
}

.sidebar form {
    position: relative;
    padding: 20px;
}

.sidebar form input {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px;
    outline: none;
}

.sidebar form button {
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 18px;
    color: #696969;
    background: transparent;
    outline: none;
    transform: translateY(-50%);
    font-weight: 500;
    color: #fff;
    background: #65ac4c;
    padding: 12px;
    border-radius: 3px;
    border: none;
}

.sidebar .sidebar-item ul.categores {
    padding: 10px 20px;
    margin: 0;
}

.sidebar .categores li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #696969;
    overflow: hidden;
    padding: 10px 0px;
}

.sidebar .categores li a {
    font-size: 14px;
    line-height: 30px;
    color: #696969;
    text-decoration: none;
}

.sidebar .categores li span {
    float: right;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    -webkit-transition: .25s;
    transition: .25s;
}

.sidebar .categores li:hover a {
    color: #ff9822;
    margin-left: 15px;
}

.sidebar .categores li:hover span {
    background-color: #ff9822;
    color: #fff;
}

.sidebar .categores li:last-child {
    border: none;
}

.sidebar .latest-posts {
    padding: 30px 20px;
}

.sidebar .latest-posts .blog-item {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar .latest-posts .blog-item:last-child {
    border: none;
    margin: 0px;
}

.sidebar .latest-posts .blog-item .image {
    margin-bottom: 15px;
}

.sidebar .latest-posts h4 a {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.sidebar .latest-posts h4 a:hover {
    color: #ff9822;
}

.sidebar .latest-posts ul {
    margin-bottom: 15px;
    overflow: hidden;
}

.sidebar .blog-item:last-child ul {
    margin: 0px;
}

.sidebar .latest-posts ul li {
    list-style: none;
    display: inline-block;
    float: left;
    color: #696969;
    margin-right: 30px;
}

.sidebar .latest-posts ul li:last-child {
    margin: 0px;
}

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

.sidebar .latest-posts ul li .icon {
    margin: 0 4px 0 0;
}

.sidebar .latest-posts ul li .icon:before {
    font-size: 14px;
}

.sidebar .popular-posts {
    padding: 30px 20px;
}

.sidebar .popular-posts .blog-item {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0px;
    margin: 0px;
}

.sidebar .popular-posts .blog-item:last-child,
.footer-top .popular-posts .blog-item:last-child {
    border: none;
    padding: 20px 0px 0px;
}

.footer-top .widget_Eventara_recent_posts_2 .popular-posts .blog-item:last-child {
    padding-top: 0;
}

.sidebar .popular-posts .image,
.footer-top .popular-posts .image {
    float: left;
    margin-right: 20px;
    width: 80px;
}

.sidebar .popular-posts .content,
.footer-top .popular-posts .content {
    display: table;
}

.sidebar .popular-posts h5 a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    text-transform: initial;
    font-weight: 600;
}

.sidebar .popular-posts span,
.footer-top .popular-posts span {
    font-size: 14px;
}

.sidebar .tagcloud {
    padding: 0 20px;
    overflow: hidden;
    margin: -5px;
}

.sidebar .tagcloud {}

.sidebar .tagcloud a {
    font-size: 14px !important;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 7px 18px;
    display: inline-block;
    margin: 5px;
    list-style: none;
    display: inline-block;
    float: left;
}

.sidebar .tagcloud a:hover {
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 0px;
}

.pagination li {
    margin-right: 10px;
    display: inline-block;
}

.pagination li a {
    color: #696969;
    border: 1px solid #696969;
    line-height: 1;
    text-align: center;
    padding: 10px 15px;
    display: block;
    border-radius: 50%;
}

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

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination>li.next>a,
.pagination>li.previous>a {
    padding: 10px 25px;
    border-radius: 0;
}

/*  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: 1.9;
}

/*  14  - Contact Us
----------------------------------------------*/
.contact .contact-form h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.contact .contact-form .contact-input {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #696969;
    outline: none;
}

.contact .contact-form .contact-submit {
    background-color: #65ac4c;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 26px;
    outline: none;
    font-size: 14px;
}

.contact .contact-form .contact-submit:hover {
    background-color: #ff9822;
}

.contact .contact-info {
    margin: 0px;
}

.contact .contact-info h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.contact .contact-info .info {
    padding: 0px;
    margin-bottom: 20px;
}

.contact .contact-info .event-social {
    padding: 0px;
    margin-left: 0;
}

/*  15  - Product
----------------------------------------------*/
.product p {
    font-size: 15px;
}

.product .product-header {
    border: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 14px 20px;
    margin-bottom: 30px;
}

.product .product-header p {
    margin: 0px;
    line-height: 30px;
}

.product .product-header p span {
    color: #ff9822;
}

.product .product-header .icon {
    float: right;
}

.product .product-header .icon span {
    font-size: 18px;
    color: #696969;
    cursor: pointer;
    margin-left: 5px;
}

.product .product-header .icon span:hover,
.product .product-header .icon .grid-active,
.product .product-header .icon .list-active {
    color: #65ac4c;
}

.product .product-header .icon .grid-active {
    color: #65ac4c;
}

.product .product-items {
    overflow: hidden;
    margin: -15px;
}

.product .product-item-grid {
    width: 29.9%;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin: 15px;
    float: left;
    text-align: center;
}

.product .product-items .pro-image {
    position: relative;
}

.product .product-item-grid .cd-item {
    width: 100% !important;
    margin: 0px !important;
}

.product .product-item-grid .pro-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

.product .product-item-grid:hover .pro-overlay {
    opacity: .98;
}

.product .product-item-grid .pro-content {
    padding: 20px;
    overflow: hidden;
}

.product .product-item-grid .pro-content h4 a,
.product .product-item-grid .pro-content span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.product .product-item-grid .pro-content span {}

.product .product-item-grid .pro-content p {
    display: none;
}

.product .product-item-grid .pro-content .pro-button {
    display: none;
}

.product .product-item-grid .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.product .product-item-grid .icon:nth-child(3) {
    left: 22%;
}

.product .product-item-grid .icon.add_to_cart_button {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    outline: none;
}

.product .product-item-grid .icon.product-search {
    right: 22%;
}

.product .product-item-grid .icon span {
    height: 40px;
    width: 40px;
    color: #ff9822;
    border: 1px solid #ff9822;
    display: inline-block;
    border-radius: 100%;
    line-height: 2.5;
    margin-right: 5px;
    -webkit-transition: .25s;
    transition: .25s;
    transform: scale(0);
}

.product .product-item-grid .icon span:hover {
    color: #fff;
    background-color: #ff9822;
    border: 1px solid #ff9822;
}

.product .product-item-grid .icon span:before {
    margin: 0px;
    font-size: 16px;
}

.product .product-item-grid .icon span:after {
    display: none;
}

.product .product-item-grid .pro-item:hover .icon span {
    transform: scale(1);
}

.product .cd-slider {
    margin-bottom: 0px;
}

.product .cd-slider li {
    list-style: none;
}

.product .cd-slider-navigation li {
    list-style: none;
}

.product .cd-slider-navigation li a {
    color: #000000;
    opacity: 1;
}

.woocommerce .star-rating {
    height: 1.1em;
}

.cd-slider-navigation li a::before,
.cd-slider-navigation li a::after {
    background: #000;
}

.product .cd-item-info {
    display: table;
    text-align: left;
    padding: 40px 40px 40px 0px;
}

.product .cd-item-info h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.product .cd-item-info h4 a {
    color: #333;
    text-decoration: none;
}

.product .cd-item-info span {
    webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}

/*.product  .cd-item-info span{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}*/
.product .cd-item-info p {
    color: #696969;
    margin-top: 0px;
    margin-bottom: 25px;
}

.product .product-item-list {
    width: 96.6%;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    margin: 15px 15px 30px 15px;
}

.product .product-item-list .pro-content {
    display: table;
    padding: 16px 30px;
    position: relative;
}

.product .product-item-list .pro-content h4 a,
.product .product-item-list .pro-content span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.product .product-item-list .pro-overlay {
    display: none;
}

.product .product-item-list .icon {
    display: none;
}

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

.product .product-item-list .pro-button .add_to_cart_button:hover span {
    color: #fff;
}

.product .product-item-list .pro-image {
    margin: 0px;
    width: 30%;
    float: left;
}

.product .product-item-list .pro-rating {
    position: absolute;
    right: 30px;
    top: 30px;
}

.pro-rating a {
    color: #ff9822;
}

.product .pro-button {
    margin: 0px;
}

.product .pro-button li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.product .pro-button button {
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #ff9822;
    padding: 14px 20px;
    outline: none;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 0;
}

.product .pro-button a {
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #65ac4c;
    padding: 10px 20px;
}

.product .pro-button button:hover {
    background-color: #ff9822;
    border: 2px solid #ff9822;
    color: #fff;
}

.product .pro-button a:hover {
    background-color: #65ac4c;
    border: 2px solid #65ac4c;
    color: #fff;
}

.product .pagination {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.product-sidebar-bg {
    background-color: #fafafa;
    padding: 10px;
}

.product-sidebar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.por-sidebar-item {
    margin-bottom: 40px;
}

.por-sidebar-item>h4 {
    margin-bottom: 20px;
}

.product-sidebar form {
    position: relative;
    margin-top: 20px;
}

.product-sidebar form input {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px;
    outline: none;
}

.product-sidebar form button {
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 18px;
    color: #696969;
    background: transparent;
    outline: none;
}

.product-sidebar .pro-categories .panel-group {
    margin: 0px;
}

.product-sidebar .pro-categories .panel-group .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #f7f7f7;
}

.product-sidebar .pro-categories .panel-group .panel:first-child {
    padding-top: 0px;
}

.product-sidebar .pro-categories .panel-group .panel:last-child {
    border: none;
    padding-bottom: 0px;
}

.product-sidebar .pro-categories .panel-default>.panel-heading {
    background-color: #fff;
    border: none;
    padding: 0px;
}

.product-sidebar .pro-categories .panel-title {
    line-height: 2;
}

.product-sidebar .pro-categories .panel-title a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
}

.product-sidebar .pro-categories .panel-title a:hover {
    color: #ff9822;
}

.product-sidebar .pro-categories .panel-title span {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #f7f7f7;
    border-radius: 100%;
    text-align: center;
    line-height: 2.5;
    -webkit-transition: .25s;
    transition: .25s;
}

.product-sidebar .pro-categories .panel-title span.minus {
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}

.product-sidebar .pro-categories .panel-title a:hover span {
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}

.product-sidebar .pro-categories .panel-title .collapsed span.plus {
    opacity: 1;
}

.product-sidebar .pro-categories .panel-title span.plus {
    opacity: 0;
}

.product-sidebar .pro-categories .panel-title .collapsed span.minus {
    opacity: 0;
}

.product-sidebar .pro-categories .panel-title span.minus {
    opacity: 1;
}

.product-sidebar .pro-categories .panel-body {
    padding: 0px;
    border: none !important;
}

.product-sidebar .pro-categories .panel-body a {
    display: block;
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
}

.product-sidebar .pro-categories .panel-body a:hover {
    color: #ff9822;
}

.product-sidebar .rel-product {
    margin: 0px;
}

.product-sidebar .rel-product li {
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0px;
}

.product-sidebar .rel-product li:first-child {
    padding-top: 0px;
}

.product-sidebar .rel-product li:last-child {
    padding-bottom: 0px;
    border: none;
}

.product-sidebar .rel-product .image {
    float: left;
    margin-right: 10px;
}

.product-sidebar .rel-product .content {
    display: table;
}

.product-sidebar .rel-product h5 a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #696969;
    text-decoration: none;
}

.product-sidebar .rel-product span {
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
}

.product-sidebar .rel-product .pro-rating {
    position: relative;
    line-height: 18px;
}

.product-sidebar .rel-product .pro-rating a {
    font-size: 12px;
}

.product-sidebar .pro-filter {
    position: relative;
}

.product-sidebar .pro-filter p {
    font-size: 14px;
    font-weight: 600;
    color: #ff9822;
    margin-bottom: 10px;
}

.product-sidebar .pro-filter p span:first-child {
    color: #333333;
}

.product-sidebar .pro-filter input {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff9822;
}

.pro-details {
    /*margin-bottom: 70px;*/
}

.pro-details .details h3 {
    font-size: 30px;
    font-weight: 600;
}

.pro-details .details span {
    font-size: 30px;
    font-weight: 600;
    color: #ff9822;
}

.pro-details .details p {
    font-size: 15px;
}

.pro-details .details select {
    font-size: 14px;
    color: #696969;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    padding: 8px 24px;
    margin-bottom: 20px;
    margin-right: 30px;
    outline: none;
}

.pro-details .details .qnt {
    overflow: hidden;
    margin-bottom: 20px;
}

.pro-details .details .qnt a {
    font-size: 14px;
    color: #000000;
    height: 42px;
    width: 42px;
    text-align: center;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    display: inline-block;
    line-height: 3;
    float: left;
}

.pro-details .details .qnt a:hover {
    color: #ff9822;
}

.pro-details .details .qnt input {
    font-size: 14px;
    color: #696969;
    border: 1px solid #f7f7f7;
    padding: 8.5px 10px;
    outline: none;
    text-align: center;
    width: 56px;
    margin: 0px -1px;
    float: left;
}

.pro-details .details button {
    background-color: #ff9822;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    max-width: 370px;
    padding: 18px 15px;
}

.pro-description {
    clear: both;
}

.pro-description .nav-tabs {
    border-bottom: 4px solid #fafafa;
    margin-bottom: 30px;
    margin-left: 0;
}

.pro-description .nav-tabs>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    border: none;
    border-bottom: 4px solid #fafafa;
    margin-bottom: -3px;
    padding: 10px 0px;
    margin-right: 40px;
}

.pro-description .nav-tabs>li>a:hover {
    background: transparent;
    border: none;
}

.pro-description .nav-tabs>li.active>a,
.pro-description .nav-tabs>li.active>a:focus,
.pro-description .nav-tabs>li.active>a:hover {
    color: #ff9822;
    background: transparent;
    border: none;
    border-bottom: 4px solid #ff9822;
}

.pro-description .pro-reviews {
    margin-bottom: 30px;
}

.pro-description h4 {
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 4px solid #fafafa;
    padding-bottom: 25px;
    position: relative;
}

.pro-description h4:before {
    position: absolute;
    height: 4px;
    width: 100px;
    left: 0;
    bottom: -4px;
    background-color: #65ac4c;
}

.pro-description .review-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px;
}

.pro-description .review-item:last-child {
    border: none;
}

.pro-description .review-item .image {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.pro-description .review-item .image img {
    width: 100%;
}

.pro-description .review-item .content {
    display: table;
}

.pro-description .review-item .content .title {
    overflow: hidden;
}

.pro-description .review-item .content h5 {
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.pro-description .review-item .content span {
    float: left;
    font-size: 15px;
    line-height: 18px;
}

.pro-description .review-item .content .star-rating {
    color: #ff9822;
}

.pro-description .review-item .content .pro-rating {
    float: right;
    line-height: 18px;
    margin-bottom: 10px;
}

.pro-description .review-item p {
    margin: 0px;
}

.pro-description .review-form .form-item {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 12px 15px;
    margin-bottom: 30px;
    outline: none;
    font-size: 14px;
    color: #696969;
}

.pro-description .review-form span {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #696969;
    line-height: 3.4;
}

.pro-description .review-form .pro-rating {
    line-height: 3.3;
}

.pro-description .review-form button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: #65ac4c;
    color: #fff;
    outline: none;
    padding: 18px 26px;
}

.shop-cart .shop-table {
    margin-bottom: 60px;
}

.shop-cart table {
    border-color: #e4e7e9;
    border-radius: 3px;
}

.shop-cart table thead {
    background-color: #ff9822;
}

.shop-cart table tr th {
    text-align: center;
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

.shop-cart table tr .title {
    text-align: left;
}

.woocommerce .shop-cart table tr td {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    border-color: #f0f0f0;
    border-right: none;
    padding: 15px 30px;
    overflow: hidden;
}

.woocommerce .shop-cart table tr td.product-remove a {
    display: inline-block;
}

.shop-cart table tr td:last-child {
    border-right: 1px solid #f0f0f0;
}

.shop-cart table tr .product-thumbnail {
    text-align: left;
}

.shop-cart table tr .product-thumbnail .image {
    float: left;
    margin-right: 20px;
}

.shop-cart table tr .product-thumbnail .content {
    display: table;
    margin-top: 28px;
}

.shop-cart table tr .product-thumbnail h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0;
}

.shop-cart table tr .product-thumbnail h4 a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.shop-cart table tr:hover .product-thumbnail h4 a {
    color: #ff9822;
}

.shop-cart table tr span {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    -webkit-transition: .25s;
    transition: .25s;
}

.shop-cart table tr:hover span {
    color: #ff9822;
}

.shop-cart table tr .quantity a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 36px;
    height: 42px;
    width: 42px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    text-align: center;
    float: left;
}

.shop-cart table tr .quantity a:hover {
    background-color: #ff9822;
    border: 1px solid #ff9822;
    color: #fff;
}

.shop-cart table tr .quantity input {
    color: #000000;
    text-align: center;
    width: 60px;
    float: left;
    margin: 0px -1px;
    border: 1px solid #f0f0f0;
    padding: 5px 8px;
    outline: none;
    line-height: 30px;
}

.shop-cart table tr .quantity input:focus {
    border: 1px solid #ff9822;
}

.shop-cart table tr:hover .quantity input {
    color: #ff9822;
}

.shop-cart table tr .total-cart {
    border-right: none;
}

.shop-cart table tr .remove-cart {
    width: 120px;
}

.shop-cart table tr .remove-cart span {
    height: 18px;
    width: 18px;
    background-color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    cursor: pointer;
}

.shop-cart table tr:hover .remove-cart span {
    background-color: #ff9822;
}

.shop-cart table tr .coupon {
    float: left;
}

.shop-cart table tr .coupon input:first-child {
    width: 285px;
    border: 1px solid #f0f0f0;
    border-radius: 3px 0px 0px 3px;
    padding: 8px 15px;
    outline: none;
    background-color: transparent;
    color: #696969;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    float: left;
}

.shop-cart table tr .coupon button {
    background-color: #65ac4c;
    color: #fff;
    padding: 9px 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    border-radius: 0px 3px 3px 0px;
}

.shop-cart table tr .update {
    float: right;
}

.shop-cart table tr .update button,
.shop-cart table tr .update a {
    background-color: #ff9822;
    color: #fff;
    padding: 9px 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    border-radius: 3px;
}

.shop-cart table tr .update button {
    color: #fff;
    background-color: #65ac4c;
}

.shop-cart table tr .update a {
    float: right;
    margin-left: 20px;
}

.shop-cart .shipping h4,
.cart_totals h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.shop-cart .shipping select {
    font-size: 14px;
    color: #696969;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 7px 15px;
    outline: none;
    margin-bottom: 20px;
}

.shop-cart .shipping select:nth-child(2) {
    width: 100%;
}

.shop-cart .shipping select:nth-child(3) {
    width: 48%;
    float: left;
}

.shop-cart .shipping select:nth-child(4) {
    width: 48%;
    float: right;
}

.shop-cart .shipping input {
    background-color: #ff9822;
    color: #fff;
    padding: 8px 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    border-radius: 4px;
}

.cart_totals p {
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    color: #696969;
    padding: 4px 15px;
    margin-bottom: 20px;
}

.cart_totals p span {
    float: right;
    color: #ff9822;
}

/*  16  - Video
----------------------------------------------*/
.home-video {
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
}

.home-video .video-overlay {
    background: rgba(0, 0, 0, .5);
    padding: 240px 0px;
}

/*  16  - Newsletter
----------------------------------------------*/
.newsletter {
    background-color: #ff9822;
    padding: 55px 0px;
}

.newsletter h4 {
    width: 35%;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    float: left;
    margin: 0px;
    text-transform: capitalize;
}

.newsletter form {
    width: 65%;
    float: right;
    background-color: #fff;
    padding: 4px 0;
}

.newsletter form input:first-child {
    color: #fff;
    background-color: #ff9822;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px 20px;
    outline: none;
}

.newsletter form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.newsletter form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.newsletter form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.newsletter form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.newsletter form input.mailpoet_submit {
    font-size: 14px;
    border-radius: 3px;
    padding: 21px 35px;
    float: right;
    margin-left: 10px;
    outline: none;
}

.header-1 .newsletter form input.mailpoet_submit,
.header-2 .newsletter form input.mailpoet_submit {
    color: #fff;
}

header.header-1 .main-menu .menu-button {
    background-color: #fff;
    color: #696969;
}

header.header-dark .main-menu .menu-button {
    color: #fff;
}

.header-3 .newsletter form input.mailpoet_submit {
    color: #111;
}

.newsletter-two {
    background-color: #273142;
}

.newsletter-two form input:first-child {
    border: 1px solid #3d4655;
    background-color: #273142;
}

.newsletter-two form input:last-child {
    color: #fff;
    background-color: #ff9822;
    -webkit-transition: .25s;
    transition: .25s;
}

.newsletter-two form input:last-child:hover {
    background-color: #65ac4c;
}


/*  17  - Error
----------------------------------------------*/
.error h2 {
    font-size: 370px;
    color: #65ac4c;
}

.error h2 span {
    color: #ff9822;
}

.error h3 {
    font-size: 48px;
    line-height: 1.5;
    color: #65ac4c;
    text-transform: capitalize;
}

.error p {
    font-size: 20px;
    color: #010101;
    margin-bottom: 60px;
}

.error a {
    background-color: #65ac4c;
    color: #fff;
    padding: 13px 40px;
}

.error a:hover {
    background-color: #ff9822;
}

/*  18  - Footer
----------------------------------------------*/
footer {
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-align: center;
}

.site-footer {
    padding: 110px 0px;
}

.footer-logo {
    text-align: center;
    max-width: 100%;
    height: auto;
}

.footer-logo a {
    display: inline-block;
    margin-bottom: 30px;
}

footer p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

footer p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

footer p a:hover {
    text-decoration: none;
    color: #ff9822;
}

footer.footer-four .overlay {
    background-color: rgba(19, 27, 36, .9);
}

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

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

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

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

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

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

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

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

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

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

.show-admin-bar .main-menu.menu-fixed {
    top: 31px;
}

.show-admin-bar.vc_editor.compose-mode .main-menu.menu-fixed {
    top: 0;
}

.page-header.default-page-header {
    padding: 250px 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 0;
}

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

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

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

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

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

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

.banner-three ul {
    margin: 0;
}

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

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

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

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

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

.schedules-two .tab-content table td a {
    color: #aeaeae;
}

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

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

.breadcrumb li span {
    color: #ff9822;
}

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

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

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

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

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

.newsletter .mailpoet_paragraph .mailpoet_submit {
    float: right;
    padding: 20px;
    margin-right: 4px;
    border-radius: 3px;
}

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

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

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

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

.content form label {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#countdown {
    margin-left: 0;
}

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

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

.sidebar-item ul li {
    line-height: 1.3;
}

.sidebar .sidebar-item ul li h5,
.footer-top .sidebar-item ul li h5 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5;
}

.banner-eight video {
    mute: true;
}

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

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

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

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

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

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

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

.woocommerce .product_list_widget .star-rating {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .pro-button a.button.loading,
.product-item-list .pro-button a.button.loading {
    padding: 10px 20px;
}

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

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

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

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

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

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

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

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

.woocommerce .shop-cart .quantity .qty {
    margin-bottom: 0px;
}

.woocommerce input.button,
.woocommerce input.button:hover {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.coupon #coupon_code {
    width: 160px;
    padding: 10px 6px;
    font-size: 14px;
    font-weight: normal;
}

.woocommerce .coupon .button {
    padding: 11px 25px;
}

.woocommerce button.button.update-cart {
    font-weight: 500;
    font-size: 14px;
    padding: 11px 25px;
    color: #fff;
}

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

.woocommerce a.remove:hover,
.woocommerce input.button,
.woocommerce input.button:hover,
.woocommerce button.button.update-cart,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #FF9822;
}

.woocommerce button.button.update-cart:disabled[disabled] {
    background-color: #ebe9eb;
    color: #515151;
    padding: 11px 25px;
}

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

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

.comment-form .form-item {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 12px 15px;
    margin-bottom: 30px;
    outline: none;
    font-size: 14px;
    color: #696969;
}

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

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

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

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

.woocommerce a.added_to_cart {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.miti {
    list-style: none;
    margin: 0;
    cursor: pointer;
}

.miti li {
    float: left;
}

.miti li a:active,
.miti li a:focus,
.miti li a:hover,
.miti li a {
    text-decoration: none;
}

header .main-menu .menu_cart .feature_item {
    width: 100%;
}

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

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

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

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

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

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

header .navbar-right li .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
}

.dropdown-menu>li>a {
    white-space: inherit;
}

.no-results.not-found p {
    padding-top: 20px;
}

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

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

.page-numbers {
    list-style: none;
    margin-top: 30px;
    margin-left: 0;
}

.page-numbers li {
    display: inline-block;
}

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

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

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

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

/*----------------header mini cart------------------*/
.menu_cart .header-mini-cart {
    display: none;
}

.menu_cart:hover .header-mini-cart {
    display: block;
}

.header-mini-cart {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 300px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0px 5px 0 15px;
    z-index: 999;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    overflow: hidden;
}

.header-mini-cart ul.cart_list li {
    width: 100%;
    position: relative;
}

.header-mini-cart ul.cart_list li img {
    width: 70px;
}

.header-mini-cart ul.cart_list li a {
    margin: 10px 15px 10px 0;
    padding: 0;
}

.header-mini-cart span.quantity {
    display: block;
}

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

}

.header-mini-cart ul.cart_list li a.remove.remove_from_cart_button:hover {
    background-color: transparent;
    padding-left: 0;
}

.header-mini-cart .woocommerce-mini-cart__buttons .wc-forward,
.header-mini-cart .woocommerce-mini-cart__buttons .wc-forward:hover {
    background-color: #ff9822;
    color: #fff;
}

.header-mini-cart .woocommerce-mini-cart__buttons .checkout.wc-forward {
    margin-left: 10px;
}

.header-mini-cart .woocommerce-mini-cart__empty-message {
    padding: 20px 0;
    margin: 0;
}

.header-mini-cart .woocommerce-mini-cart__buttons a.button {
    font-weight: normal;
}

.product .product-item-grid .icon.ajax_add_to_cart.loading {
    padding: 0;
    line-height: 1.5;
}

.header-mini-cart .woocommerce-mini-cart__total {
    margin: 10px 0;
}

.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

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

.slider-item .slider-content {
    text-align: center;
}

.slider-item .slider-content h1 {
    font-size: 170px;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.slider-item .slider-content h1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.slider-item .slider-content h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.slider-item .slider-content h2 {
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
    letter-spacing: 8px;
}

.slider-item .slider-content-area {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

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

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

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

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

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

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

.banner-slider .carousel-inner .item.active .slider-content {
    transform: scale(1);
    opacity: 1;
}

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

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


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

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

header.header-seven .menu-six ul li ul,
header.header-seven .menu-six .navbar-right .dropdown-menu {
    background-color: #ee0034;
}

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

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

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


/*   speaker section  */
.speakers.speakers-eight {
    background-image: none;
}

.speakers.speakers-eight .section-header h3 {
    color: #000;
}

.speakers.speakers-eight .section-header p {
    color: #696969;
}

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

.speakers.speakers-eight .speaker-image {
    width: 268px;
    height: 268px;
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
}

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

.speakers.speakers-eight .speaker-image img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    position: relative;
    z-index: 9;
    top: 26px;
    left: 25px;
}

.speakers.speakers-eight .speaker-content {
    display: table;
    padding: 25px 10px 0px 0px;
}

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

.speakers.speakers-eight .speaker-social li {
    float: left;
}

.speakers.speakers-eight .speaker-social li a {
    display: block;
    margin-right: 8px;
    font-size: 16px;
}

.speakers.speakers-eight .speaker-social li a .fa-facebook {
    color: #475995;
}

.speakers.speakers-eight .speaker-social li a .fa-twitter {
    color: #6ab5e7;
}

.speakers.speakers-eight .speaker-social li a .fa-google-plus {
    color: #be463a;
}

.speakers.speakers-eight .speaker-social li a .fa-dribbble {
    color: #cb4d86;
}

.speakers.speakers-eight .speaker-social li a .fa-pinterest-p {
    color: #ae242b;
}

.speakers.speakers-eight .speaker-item .speaker-content p {
    margin-bottom: 10px;
}

.speakers.speakers-eight .speaker-item .speaker-content .title {
    margin: 15px 0;
}

.speakers.speakers-eight .speaker-item .speaker-content h4 a {
    color: #000;
}

.speakers.speakers-eight .speaker-item .speaker-content h4 a:hover {
    text-decoration: none;
    color: #ee0034;
}

.speakers.speakers-eight .speaker-item .speaker-content strong.designation {
    display: block;
    font-size: 14px;
    color: #696969;
    margin-top: 4px;
}



/*----------------------  schedule new section   -----------------------------*/
.overlay .section-header p,
.overlay .section-header h3 {
    color: #fff;
}

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

.dark-layout .overlay {
    background-color: rgba(0, 0, 0, 0) !important;
}

.schedules.schedules-uhv .schedule-tabs {
    background-color: #fff;
    overflow: hidden;
}

.schedules-5.schedules-uhv .schedule-tabs {
    background-color: transparent;
}

.schedules.schedules-uhv .nav-tabs {
    text-align: center;
    display: block;
    border: 0px;
    background-color: #ee0034;
    border-bottom: 1px solid #ebebeb;
    margin-left: 0;
}

.schedules-5.schedules-uhv .nav-tabs {
    border-bottom: none;
}

.schedules.schedules-uhv .nav-tabs li.active a {
    margin: 0;
    border: none;
}

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

.schedules-2.schedules-uhv .nav-tabs li.active a {
    color: #ee0034;
}

.schedules.schedules-uhv .nav-tabs li a {
    border-radius: 0;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 30px;
    border: none;
    outline: none;
}

.schedules-2.schedules-uhv .nav-tabs li a {
    background-color: #ee0034;
}

.schedules-2.schedules-uhv .nav-tabs li a,
.schedules-3.schedules-uhv .nav-tabs li a {
    color: #fff;
}

.schedules.schedules-uhv .nav-tabs li:last-child a:hover,
.schedules.schedules-uhv .nav-tabs li:last-child a:focus {
    border-right: 0px solid #65ac4c;
}

.schedule-list .schedule-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.schedule-list .col-md-6:nth-last-child(1) .schedule-item,
.schedule-list .col-md-6:nth-last-child(2) .schedule-item {
    border-bottom: none;
}

.schedule-list .schedule-speader {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 100%;
    margin-right: 30px;
}

.schedules-2 .schedule-list .schedule-speader,
.schedules-3 .schedule-list .schedule-speader {
    margin-right: 0;
}

.schedule-list .schedule-speader img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

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

.schedules-uhv .schedule-content h6 {
    margin-top: 5px;
}

.schedule-list .schedule-heading {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
}

.schedule-list .schedule-heading .time {
    color: #696969;
}

.schedule-list .schedule-heading .hall {
    color: #ee0034;
}

.schedule-list .session {
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 5px;
    color: #696969;
}

.schedule-list .speaker-name {
    font-size: 14px;
    color: #696969;
}




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

.pricing.pricing-uhv .section-header h3,
.pricing.pricing-uhv .section-header p {
    color: initial;
}

.pricing.pricing-uhv .pricing-item {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing.pricing-uhv .pricing-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.pricing.pricing-uhv .pricing-item .pricing-header {
    background-color: #ee0034;
}

.pricing.pricing-uhv .pricing-item .pricing-header .name {
    color: #fff;
    padding: 0px;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;
}

.pricing.pricing-uhv .pricing-item .pricing-header .amount {
    color: #fff;
    float: none;
    display: block;
    text-align: center;
    font-size: 60px;
}

.pricing.pricing-uhv .pricing-item .pricing-options {
    text-align: center;
    padding: 30px 0;
    border-bottom: none;
}

.pricing.pricing-uhv .pricing-item .pricing-options p {
    border-bottom: none;
    padding: 22px 0;
    margin: 0;
}

.pricing.pricing-uhv .pricing-item .pricing-options p:nth-child(even) {
    background-color: #f8f9f7;
}

.pricing.pricing-uhv .pricing-item .pricing-button {
    padding: 0;
    text-align: center;
    padding-bottom: 40px;
}

.pricing.pricing-uhv .pricing-item .pricing-button a {
    border: 2px solid #ee0034;
    padding: 18px 35px;
    display: inline-block;
    font-size: 14px;

}

.pricing.pricing-uhv .col-md-4 .pricing-item:hover .pricing-button a {
    background-color: #ee0034;
    color: #fff;
}



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

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

.sponsor-uhv .overlay {
    background-color: rgba(0, 0, 0, .8);
}

.sponsor-uhv .overlay .sponsor-type {
    color: #fff;
}

.sponsor-uhv .sponsor-type {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.sponsor.sponsor-uhv .sponsor-item {
    float: left;
    margin-bottom: 0;
}

.sponsor .platinum-sponsor .sponsor-item {
    width: calc(100% / 3);
}

.sponsor .gold-sponsor .sponsor-item {
    width: calc(100% / 4);
}

.sponsor .silver-sponsor .sponsor-item {
    width: calc(100% / 5);
}

.sponsor .platinum-sponsor .sponsor-item .sponsor-item-inner {
    margin: 15px;
}

.sponsor .gold-sponsor .sponsor-item .sponsor-item-inner {
    margin: 14px;
}

.sponsor .silver-sponsor .sponsor-item .sponsor-item-inner {
    margin: 12px;
}

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

.sponsor-six .sponsor-type {
    margin-bottom: 25px;
}

.sponsor-six .sponsor-type-item h6 {
    color: #fff;
    font-size: 18px;
    padding: 16px 25px;
    width: 300px;
    margin-bottom: -2px;
    display: inline-block;
    background-color: #ff0033;
}

.sponsor-six .sponsor-type {
    border-bottom: 1px solid #3B383D;
}

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

.become-sponsor-list {
    overflow: hidden;
    padding: 10px 0;
}

.become-sponsor-item {
    text-align: left;
    padding: 40px 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.become-sponsor-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

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

.become-sponsor-item .sponsor-content h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.become-sponsor-item .sponsor-content p {
    line-height: 30px;
    margin-bottom: 15px;
}

.become-sponsor-item .sponsor-content .sponsor-btn {
    color: #65ac4c;
    text-transform: uppercase;
    font-weight: 600;
}

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

.become-btn:hover {
    color: #fff;
}

/* hotels  */
.become-sponsor .section-header,
.venue-section .section-header {
    margin-bottom: 60px;
}

.venue-item {
    background-color: #fff;
    min-height: 360px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.venue-item:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
}

.venue-item .venue-thumb img {
    max-width: 100%;
}

.venue-item .venue-content {
    padding: 15px 30px 30px;
}

.venue-item .venue-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.venue-item .venue-content p {
    margin: 0;
}

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

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

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

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

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

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

.gallery-two.gallery.gallery-uhv .grid-sizer,
.gallery-two.gallery.gallery-uhv .grid-item {
    padding: 3px;
}

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



/*---------------  blog section  -------------*/
.home-blog-uhv {
    background-size: cover;
    background-position: 50% 50%;
}

.home-blog-uhv .overlay {
    background-color: rgba(0, 0, 0, .8);
}

.home-blog.home-blog-uhv .blog-item {
    background-color: #fff;
}

.newsletter-uhv,
.newsletter-uhv form input:first-child {
    background-color: #ee0034;
}

.widget_mailpoet_form.sidebar-item {
    overflow: hidden;
}

/*-----------  DARK HOMEPAGE VARIATION -----------*/
.banner-seven.banner-dark .banner-overlay {
    background-color: rgba(0, 0, 0, .7);
    background: none;
}

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



.dark-layout .banner-seven .seven-content-right {
    background-color: transparent;
}

.dark-layout .banner-seven .seven-content-right .content {
    background-color: transparent;
}

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

.dark-overlay-left {
    position: relative;
}

.dark-overlay-left:after {
    position: absolute;
    content: "";
    right: 50%;
    bottom: 0;
    width: 450px;
    height: 100%;
    background-color: #ee0034;
    transform: skew(17deg);
    transform-origin: bottom;
    z-index: 1;
}

.dark-overlay-right {
    position: relative;
}

.dark-overlay-right:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 450px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: skew(17deg);
    transform-origin: top;
    z-index: 1;
}

.modal-open .dark-layout .schedules.schedules-uhv .schedule-tabs {
    position: initial;
}

.modal-open .schedules-17.dark-overlay-left:after {
    background-color: transparent;
}

.dark-layout .banner-seven-content {
    position: relative;
    z-index: 2;
}

.dark-layout .banner-seven .seven-content-right .counter {
    color: #fff;
}

.dark-layout .banner-seven .seven-content-right .content>p {
    color: #fff;
    margin-top: 10px;
}

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

.dark-layout .banner-seven-content .content h3 {
    background-color: #ee0034;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 36px;
    display: inline-block;
}

.dark-layout .banner-seven-content .content h1 {
    color: #fff;
    font-size: 52px;
    margin: 0;
}

.dark-layout .banner-seven-content .content ul {
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
}

.dark-layout .banner-seven-content .content ul li,
.dark-layout .banner-seven-content .content ul li:last-child {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 12px 0 0;
}

.dark-layout .banner-seven-content .content ul li span {
    color: #ee0034;
    font-size: 30px;
    line-height: 1;
    margin: 0 10px 0 0;
}

.dark-layout .banner-seven .seven-content-left {
    overflow: visible;
}

.dark-layout .banner-seven-content .event-info {
    padding-left: 0;
    position: absolute;
    left: -10px;
    bottom: 10%;
    list-style: none;
    margin: 0;
}

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

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

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


/*  dark about */
.dark-layout .about-thumb {
    max-width: 970px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}

.dark-layout .about-thumb img {
    max-width: 100%;
}

.dark-layout .play {
    width: 115px;
    height: 115px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    text-align: center;
    color: #ee0034;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -56px;
    margin-left: -56px;
    z-index: 1;
}

.dark-layout .play i {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    font-size: 48px;
    line-height: 96px;
}

.dark-layout .play:hover {
    text-decoration: none;
}

.dark-layout .about {
    background-color: #1a242f;
}

.dark-layout .about-six .section-header h2 {
    color: #fff;
}

.dark-layout .about-six .section-header p {
    color: #fff;
}

.dark-layout .about .content {
    color: #fff;
    line-height: 30px;
}


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

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


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

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

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

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


/* speaker */
.dark-layout .speaker-items {
    position: relative;
    z-index: 2;
}

.speakers-nine .speaker-content {
    padding-top: 40px;
    padding-left: 20px;
}

.speakers-nine .speaker-content .name {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.speakers-nine .speaker-content .name a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.speakers-nine .speaker-content .name a:hover {
    color: #ee0034;
    text-decoration: none;
}

.speakers-nine .speaker-content p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

.speakers.speakers-nine .speaker-item {
    overflow: visible;
}

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

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

.speakers-nine .speaker-items .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}

.speakers-nine .speaker-item:hover .speaker-image {
    background-color: #ee0034;
}

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


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


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

.dark-layout .section-header h3 {
    color: #fff !important;
}

.dark-layout .section-header p {
    color: #fff !important;
}

.dark-price.pricing .pricing-item .pricing-header {
    padding: 0;
    background-color: transparent;
}

.dark-price.pricing .pricing-item .pricing-header .name {
    color: #ee0034;
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
}

.dark-price.pricing .pricing-item .pricing-header .amount {
    background-color: #ee0034;
    padding: 45px 0;
}

.dark-layout footer p a:hover {
    color: #ee0034;
}

.dark-layout .mobile-menu-area {
    background-color: #ee0034;
}

.dark-layout .mobile-menu-area .close {
    color: #ee0034;
}

/*-------- Mobile Menu ---------*/
.mobile-menu-area {
    display: none;
}

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

.mobile-menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    background-color: #E84B3A;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.open-mobile-menu .mobile-menu-area {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.open-mobile-menu .mobile-menu ul {
    transform: scaleY(1);
}

.mobile-menu>ul.m-menu {
    padding: 50px;
}

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

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

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

.mobile-menu ul li a {
    font-size: 21px;
    line-height: 35px;
    color: #fff;
    outline: none;
}

.mobile-menu ul li a:hover {
    text-decoration: none;
}

.mobile-menu ul li a .badge {
    display: none;
}

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

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

.mobile-menu>ul>li>a:focus,
.mobile-menu>ul>li .sub-menu li a:focus {
    text-decoration: none;
}


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

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

.ms-btn-group {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
}

.open-mobile-menu .ms-btn-group {
    bottom: 0;
}

.ms-btn-group .ms-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    margin: 5px;
    color: #535353;
}

.ms-btn-group .ms-btn:hover {
    text-decoration: none;
}

.boxed .body-wrapper {
    max-width: 1230px;
    margin: auto;
    background-color: #fff;
}

.boxed .main-menu.menu-fixed {
    max-width: 1230px;
}

.boxed section,
.boxed header,
.boxed footer,
.boxed .home-map,
.boxed .entry-footer {
    max-width: 1230px;
    margin: auto;
}

/*   banner 12  */
.banner.banner-12 {
    height: 1000px;
}

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

.banner.banner-12 .content {}

.banner.banner-12 .content h2 {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

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


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

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

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

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

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

.quadruple {
    width: 570px;
    height: 570px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 150px;
    padding: 30px;
    transform: rotate(-45deg);
}

.quadruple-inner {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 25px;
    width: 100%;
    height: 100%;
    border-radius: 130px;
}

.quarduple-inner-inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 120px;
}

.countdown-box {
    transform: rotate(45deg);
}

.countdown-box .countdown {
    list-style: none;
    padding: 0;
    overflow: hidden;
    padding: 70px 50px;
    position: relative;
}

.countdown-box .countdown:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}

.countdown-box .countdown:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
}

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

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

.countdown-box .countdown .clock-item .count-text {
    font-size: 14px;
    line-height: 1;
    color: #000;
}

/*  schedule 4  */

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

.schedules-4 .schedule-item {
    width: 25%;
    float: left;
}

.schedules-4 .schedule-item-inner {
    background-color: #fff;
    margin: 4px;
    border: 1px solid #ebebeb;
}

.schedules.schedules-4 .speaker-pic img {
    border-radius: 50%;
}

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

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


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


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

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

.schedule-content {
    padding: 20px;
}

.schedules-2 .schedule-content,
.schedules-3 .schedule-content {
    padding: 0 20px;
}

.schedule-content .time {
    font-size: 14px;
    color: #696969;
    margin: 0;
    font-weight: 400;
}

.schedule-content p {
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.schedule-content .venue {
    color: #ff0032;
    font-weight: 400;
    margin: 0;
}

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

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

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

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

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

.speakers.speakers-eight.newyear .speaker-item .speaker-content h4 span {
    display: block;
    font-size: 14px;
    color: #696969;
    margin-top: 4px;
}

.speakers.speakers-eight.newyear .speaker-item .speaker-content h4 {
    margin: 20px 0 15px 0;
}

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

.banner.banner-ten .content-left .counter {
    line-height: 1;
}

.banner.banner-ten .content-left .years {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-right: 35px;
    display: inline-block;
    transform: translateY(-40px);
}

.banner.banner-ten .content-left {
    width: 50%;
    float: left;
    padding-right: 0;
    bottom: 100px;
}

.banner.banner-ten .content-right {
    width: 50%;
    float: left;
    bottom: 100px;
}

.banner.banner-ten .content-left .date {
    color: #ffffff;
    font-size: 24px;
    padding: 20px 0;

    margin: 0;
}

.banner.banner-ten .content-left .vanue {
    color: #ffffff;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.banner.banner-ten .content-left:before {
    display: none;
}

.banner-ten .content-left h2 {
    font-size: 80px;
    line-height: 1px;
    color: #ff0033;
    background-color: #ffffff;
    text-align: right;
    width: 100%;
    display: block;
    padding: 50px 10px;
    margin: 0;
}

.banner-ten .content-left ul li {
    list-style: none;
    display: block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
}

.banner-ten .content-left ul {
    margin-bottom: 4px;
    margin-top: 12px;
    z-index: 9;
    position: relative;
    max-width: 585px;
    text-align: left;
    float: right;
}

.banner-ten .content-left ul li i {
    margin-right: 10px;
    font-size: 22px;
    line-height: 20px;
    color: #ff0033;
}

.banner-ten .content-right {
    text-align: left;
    padding-left: 0;
}

.banner-ten .content-right>.content {
    min-width: 100%;
}

.banner-ten .content-right h2 {
    font-size: 80px;
    line-height: 1px;
    color: #ff0033;
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    display: block;
    padding: 50px 0px;
    padding-left: 15px;
    margin: 0;
}

.banner-ten .content-right:before {
    display: none;
}

.banner-ten .content-right ul#countdown {
    margin-bottom: 35px;
    margin-left: 20px;
    z-index: 9;
    position: relative;
}

.banner-ten .content-right .clock-item {
    margin-bottom: 10px;
}

.banner-ten .content-right .clock-item span {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    height: 80px;
    width: 100px;
    display: inline-block;
    border-radius: 100%;
    line-height: 100px;
    margin-bottom: 0;
    background-color: transparent;
}

.banner-ten .content-right .clock-item p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px;
}

.banner-ten .content-right .clock-item:nth-child(1) span {
    background-color: transparent;
}

.banner-ten .content-right .clock-item:nth-child(2) span {
    background-color: transparent;
}

.banner-ten .content-right .clock-item:nth-child(3) span {
    background-color: transparent;
}

.banner-ten .content-right .clock-item:nth-child(4) span {
    background-color: transparent;
}

/* event shedule eight timeline */
.schedule-eight .section-header {
    margin-bottom: 85px;
}

.schedule-eight .left {
    float: left;
}

.schedule-eight .right {
    float: right;
}

.event-schedule-timeline {
    position: relative;
}

.event-schedule-timeline::after {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;

}

.event-schedule-item {
    width: 100%;
    overflow: hidden;
    margin-top: -25px;
}

.event-schedule-timeline .event-schedule-item:first-child {
    margin-top: 0;
}

.event-schedule-item .esc-item {
    width: 50%;
    position: relative;
}

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

}

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

}

.esc-item.right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 30px;
    height: 5px;
    background-color: #fff;
    transform: translateY(-50%);
}

.esc-item.left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 30px;
    height: 5px;
    background-color: #fff;
    transform: translateY(-50%);
}

.esc-item.right .esc-item-content {
    margin-left: 55px;
    border-radius: 5px;
}

.esc-item.left .esc-item-content {
    margin-right: 50px;
}

.event-schedule-item .section-content-inner {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}

.event-schedule-item .esc-item-content .section-author {
    overflow: hidden;
    width: 100%;
}

.event-schedule-item .section-author .author-thumb {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;

}

.event-schedule-item .section-author .author-thumb img {
    min-width: 100%;
}

.event-schedule-item .section-author .author-designation {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.event-schedule-item .section-author .author-designation h5 {
    color: #000;
    font-size: 16px;
    line-height: 24px;

}

.event-schedule-item .section-author .author-designation p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.event-schedule-item .section-content {}

.event-schedule-item .section-content h4 {
    color: #000;
    font-size: 20px;
    margin: 10px 0;
}

.event-schedule-item .section-content p {
    color: #666666;
    font-size: 14px;
}

.esc-item.right .section-time {
    position: absolute;
    left: -190px;
    top: 50%;
    transform: translateY(-50%);
}

.esc-item.left .section-time {
    position: absolute;
    right: -190px;
    top: 50%;
    transform: translateY(-50%);
}

.esc-item .section-time p {
    color: #fff;
    padding: 9px 11px;
    font-size: 14px;
    background-color: #ff0033;
    position: relative;
    margin-bottom: 0;
    border-radius: 3px;
}

.esc-item.right .section-time p::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ff0033;
}

.esc-item.left .section-time p::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-right: 8px solid #ff0033;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
}

/*  speaker ten  */

.speakers-ten .top-speaker .speaker-content {
    background-color: transparent;
    text-align: left;
    color: #ffffff;
    padding-left: 0;
}

.speakers-ten .top-speaker .speaker-content h4 a {
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}

.speakers-ten .top-speaker .speaker-content span {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.speakers-ten .top-speaker .speaker-content:hover h4 a {
    color: #ff0033;

}

.speakers-ten .others-speaker .speaker-image {
    width: 143px;
    float: left;
}

.speakers-ten .others-speaker .speaker-image {
    width: 143px;
    float: left;
}

.speakers-ten.speakers-three .others-speaker .speaker-content {
    padding: 10px 10px 10px 15px;
    background-color: transparent;
    text-align: left;
}

.speakers-ten .others-speaker .speaker-content {

    float: left;
}

.speakers-ten .others-speaker .speaker-content h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}

.speakers-ten .others-speaker .speaker-content h4 a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}

.speakers-ten .others-speaker .speaker-content span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

.speakers-ten .col-md-3 {
    padding: 0;
}

.speakers-ten .speaker-item:hover .speaker-content h4 a {
    color: #ff0033;
}

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

}

.banner-eleven .content-right {
    width: 50%;
    float: left;
    bottom: 50%;
    transform: translateY(70%);
}

.banner-eleven .content-right::before {
    display: none;
}

.banner-eleven.banner .content-left::before {
    display: none;
}

.banner-eleven .content-left .day-counter {
    width: 400px;
    height: 400px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
}

.banner-eleven .content-left span {
    display: block;
}

.banner-eleven .content-left .day-counter .counter {
    color: #0066ff;
    padding-top: 70px;
    font-size: 250px;
}

.banner-eleven .content-left .day-counter .years {
    color: #0066ff;
    font-size: 36px;
    line-height: 1;
}

.banner-eleven .content-right .content {
    max-width: 100%;
}

.banner-eleven .content-right .content h3 {
    color: #fff;
    font-size: 72px;
    line-height: 75px;
    font-family: poppins;
    margin-bottom: 10px;
    margin-right: 320px;
}

.banner-eleven .content-right .content ul {}

.banner-eleven .content-right .content ul li {
    display: block;
    margin-bottom: 10px;
}

.banner-eleven .content-right .countdown {
    margin: 100px 0;
    position: relative;
    padding-left: 40px;
}

.banner-eleven .content-right .countdown::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
}

.banner-eleven .content-right .clock-item span {
    font-size: 30px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 20px;
    background-color: #0066ff;
}

/* schedule style 5 css */
.schedules-5 .schedule-tabs {
    background-color: transparent;
}

.schedules-5 .nav-tabs li {
    margin: 0px;
    width: 25%;
}

.schedules-5 .nav-tabs li a {
    background-color: #fff;
    color: #0033ff;
    margin-right: 1px;
}

.schedules-5 .nav-tabs li.active a {
    background-color: #0033ff;
    color: #fff;
}

.schedules-5 .nav-tabs {
    margin-bottom: 1px;
    background-color: transparent;
    border-bottom: none;
}

.schedules-5 .schedule-list .col-md-3 {
    padding: 0;
}

.schedules-5 .schedule-list .schedule-item {
    padding: 0;
    border-bottom: none;
    margin-right: 1px;
    margin-bottom: 1px;
}

.schedules-5 .schedule-list .col-md-3:nth-child(odd) .schedule-item.bg-clr {
    background-color: rgba(0, 26, 41, 0.7);
}

.schedules-5 .schedule-list .col-md-3:nth-child(even) .schedule-item.bg-clr {
    background-color: rgba(49, 70, 81, 0.7);
}

.schedules-5 .schedule-list .col-md-3:nth-child(6) .schedule-item.bg-clr,
.schedules-5 .schedule-list .col-md-3:nth-child(8) .schedule-item.bg-clr,
.schedules-5 .schedule-list .col-md-3:nth-child(12) .schedule-item.bg-clr {
    background-color: rgba(49, 70, 81, 0.7);
}

.schedules-5 .schedule-list .col-md-3:nth-child(10) .schedule-item.bg-clr {
    background-color: rgba(0, 26, 41, 0.7);
}

.schedules-5 .schedule-item .schedule-speader {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    margin: 0 0 20px 0;
    padding: 20px;
}

.schedules-5 .schedule-item .speaker-thumb {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.schedules-5 .schedule-item .author-name {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    text-align: left;
}

.schedules-5 .schedule-item .speaker-thumb img {}

.schedules-5 .schedule-item .speaker-name a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.schedules-5 .schedule-item .designation {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.schedules-5 .schedule-item .schedule-content {
    display: block;
    width: 100%;
    padding: 35px 25px;
}

.schedules-5 .schedule-item .schedule-content .time,
.schedules-5 .schedule-item .schedule-content .hall {
    color: #fff;
    font-size: 14px;
    font-family: poppins;
    font-weight: 300;
}

.schedules-5 .schedule-item .schedule-content p,
.schedules-5 .schedule-item .schedule-content p a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0 !important;
}

/* speaker eleven */
.speakers-eleven .overlay {
    background-color: #001A29;
}

.speakers-eleven .section-header {
    margin-bottom: 80px;
}

.speakers-eleven .speaker-item {
    background-color: #28323d;
    overflow: visible;
    margin-bottom: 60px;
    transition: all .4s ease;
}

.speakers-eleven .speaker-item:hover {
    background-color: #EE0034;
}

.speakers-eleven .speaker-content {
    background-color: transparent;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;

}

.speakers-eleven .speaker-image {
    width: 94%;
    transform: translateY(-20px);
}

.speakers-eleven .speaker-image img {
    min-width: 100%;
}

.speakers-eleven .speaker-content h4 a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

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

.speakers-eleven.seccolor .speaker-content h4 a,
.speakers-eleven.seccolor .speaker-content span {
    color: #222222;
}

.speakers-eleven.seccolor .speaker-item:hover .speaker-content h4 a,
.speakers-eleven.seccolor .speaker-item:hover .speaker-content span {
    color: #fff;
}

.speakers-eleven.padding-120 {
    padding-bottom: 60px;
}

.pricing-eight .overlay {
    background-color: transparent;
}

.pricing-eight .pricing-item .pricing-options {
    border-right: none;
    border-left: none;
}

.pricing-eight .pricing-item {
    background-color: #28323d;
    transition: all .4s ease;
}

.pricing-eight .pricing-item:hover {
    background-color: #0033ff;
}

.pricing.pricing-eight .col-md-4 .pricing-item .pricing-header {
    background-color: #fff !important;
}

.pricing.pricing-eight .col-md-4 .pricing-item .pricing-options {
    border-left: 0 !important;
    border-right: 0 !important;
}

.pricing.pricing-eight .col-md-4 .pricing-item .pricing-button {
    background-color: transparent !important;
}

.pricing.pricing-eight .col-md-4 .pricing-item .pricing-options p span.off {
    background-color: #c9c9c9;
}

.pricing-eight .pricing-item-inner {
    background-color: #fff;
    width: 92%;
}

.pricing-eight .pricing-item .pricing-header .amount sup {
    top: -15px;
    font-size: 50%;
}

.pricing-eight .pricing-item .pricing-header .amount,
.pricing-eight .pricing-item .pricing-header .name {
    color: #0033ff;
}

.pricing-eight .pricing-item .pricing-button {
    background-color: transparent;
}

.pricing-eight .pricing-item .pricing-button a {
    color: #fff;
    font-size: 16px;
    font-family: poppins;
}

.pricing-eight .pricing-item .pricing-options p span {
    background-color: #EF225B;
}

/*blog eight start here*/

.home-blog-eight {
    background-size: cover;
    background-repeat: no-repeat;
}

.home-blog-eight .section-header h3 {
    color: #fff;
}

.home-blog-eight .section-header p {
    color: #fff;
}

.home-blog-eight .blog-item {
    background-color: #28323d;
    transition: all .4s ease;
}

.home-blog-eight .image {
    position: relative;
    width: 94%;

}

/*  gradient overlay  */
.gradient-overlay {
    position: relative;
}

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

.home-blog-eight .image img {
    min-width: 100%;
}

.home-blog-eight .blog-item:hover {
    box-shadow: none;
    background-color: #0033ff;
}

.home-blog-eight .blog-item:hover img {
    transform: scale(1.1);
}

.home-blog-eight .image .content {
    position: absolute;
    left: 0;
    bottom: -90px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    color: #fff;
}

.home-blog-eight .blog-item-inner:hover>.image>.content {
    bottom: 0;
}

.home-blog-eight .image .content h4 {
    line-height: 0;
}

.home-blog-eight .image .content h4 a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    transition: all .4s ease;
}

.home-blog-eight .image .content p,
.home-blog-eight .item-content .post-meta li,
.home-blog-eight .image .content a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.home-blog-eight .image .content p+p {
    margin-top: 8px;
}

.home-blog-eight .post-meta {
    border: none;
    color: #fff;
    float: right;
    margin-bottom: 0;
    padding: 22px 0;
    text-align: right;
    padding-right: 8px;
}

.home-blog-eight .red-more-btn {
    float: left;
    color: #fff;
    padding: 22px 25px;
}

.home-blog-eight .red-more-btn a {
    color: #fff;
    padding-right: 5px;
}

.home-blog-eight .post-meta a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
}

/* get touch */
.get-touch .overlay {
    background-color: #001a29f7;
}

.get-touch .map-wrapper {
    border: 10px solid #000;
    position: relative;
}

.get-touch .home-map .map {
    height: 550px;
}

.get-touch .home-map #home-map {
    height: 100%;
}

.get-touch .register-form {
    max-width: 435px;
    width: 100%;
    height: auto;
    background-color: #001A29;
    position: absolute;
    top: 25px;
    left: 25px;

}

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

}

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

}

.get-touch .register-form-inner p {
    margin-bottom: 5px;
}

.get-touch .register-form input {
    width: 100%;
    padding: 8px 15px;
    background-color: #001A29;
    margin-bottom: 10px;
    border: 1px solid #0C2534;
    color: #fff;
}

.get-touch .register-form textarea {
    min-width: 100%;
    padding: 8px 15px;
    background-color: #001A29;
    border: 1px solid #0C2534;
    color: #fff;
    margin-bottom: 10px;
    height: 150px;
}

.get-touch .register-form input[type="submit"] {
    padding: 15px 40px;
    font-size: 16px;
    background-color: #0033ff;
    margin-bottom: 0;
}

.get-touch .register-button {
    text-align: left;
}

/*wave circle effect start here*/
.wave-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1;
}

.wave-pulse {
    height: 1px;
    width: 1px;
    margin: 0 auto;
    border: none;
}

.wave-pulse:after,
.wave-pulse:before {
    content: '';
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 0px solid #ffffff;
    -webkit-animation: stm_zoom_big 5.25s linear 5.25s infinite;
    animation: stm_zoom_big 5.25s linear 5.25s infinite;

}

.wave-pulse:before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.wave-pulse-2:after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.wave-pulse-2:before {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.wave-pulse-3:after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.wave-pulse-3:before {
    -webkit-animation-delay: 3.75s;
    animation-delay: 3.75s
}

.wave-pulse-4:after {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.wave-pulse-4:before {
    -webkit-animation-delay: 5.25s;
    animation-delay: 5.25s
}


@keyframes stm_zoom_big {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        border: 2px solid #fff;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        border: 2px solid #fff;
    }
}

.schedules-15 .col-md-4 .schedule-item .schedule-item-head {
    background-color: #65ac4c;
}

.schedules-15 .schedule-item .schedule-item-head {
    text-align: center;
    padding: 13px 0;
}

.schedules-15 .schedule-item .schedule-item-head h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.schedules-15 .schedule-item .schedule-item-head p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.schedules-15 .col-md-4 {
    margin-bottom: 60px;
}

.siw-item {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.siw-item:last-child {
    border-bottom: none;
}

.siw-item .siw-item-thumb {
    width: 70px;
    height: 70px;
    background-color: gray;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.siw-item .siw-item-thumb img {
    border-radius: 50%;
}

.siw-item .siw-item-content {
    display: table;
}

.schedules-15 .siw-item .siw-item-content .time,
.siw-item .siw-item-content .time {
    color: #ff9822;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 4px;
}

.siw-item .siw-item-content p,
.siw-item .siw-item-content .location {
    color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.schedules-15 .schedule-button {
    background-color: #65ac4c;
    color: #fff;
    padding: 14px 30px;
    margin-top: 50px;
    display: inline-block;
}

.schedules-15 .schedule-item-wrapper {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

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

.schedules-16 .schedule-item-head {
    text-align: left;
    position: relative;
}

.schedules-16 .schedule-item-head h5 {
    color: #fff;
    margin-bottom: 6px;
    font-size: 18px;
}

.schedules-16 .schedule-item-head p {
    color: #fff;
}

.schedules-16 .schedule-item-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 50px;
    height: 4px;
    background-color: #ff9822;
}

.schedules-16 .siw-item {
    padding: 15px 0;
    border-bottom: none;
}

.schedules-16 .siw-item .siw-item-content .time {
    color: #ff9822;
}

.siw-item .siw-item-content p,
.siw-item .siw-item-content a {
    color: #fff;
}

.schedules-15 .siw-item .siw-item-content p,
.schedules-15 .siw-item .siw-item-content a {
    color: #000000;
}

.schedules-16 .siw-item .siw-item-content .location {
    color: #888888;
}

.schedules-17 .tab-content .schedule-list {
    padding-left: 5px;
    padding-right: 5px;
}

.schedule-thumb-outer {
    position: relative;
    overflow: hidden;
}

.schedules-17 .tab-content .schedule-list .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.schedules-17 .schedule-item {
    background-color: #181818;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
}

.schedules-17 .schedule-content {
    padding: 10px 0px 10px 10px;

}

.schedules-17 .schedule-content p {
    color: #fff;
}

.schedules-17 .schedule-content p.time {
    color: #b1b1b1;
}

.schedules-17 .schedule-thumb {
    position: relative;
    overflow: hidden;
}

.schedules-17 .large-image {
    position: absolute;
    left: -12px;
    bottom: -50px;
    width: 50px;
    height: 126px;
    background: #EE0034;
    transform: rotate(-45deg);
    line-height: 0px;
    cursor: pointer;
}

.schedules-17 .large-image img {
    transform: rotate(45deg) translateX(43px) translateY(30px);
}

.schedules-17.schedules.schedules-uhv .schedule-tabs {
    background-color: #000;
}

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

.schedules.schedules-uhv.schedules-17 .nav-tabs {
    background-color: #000;
    border-bottom: none;
    margin-bottom: 10px;
}

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

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

.schedules-17 .modal-content .event-content a {
    color: #fff;
}

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

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

.schedules-17 .modal-content .event-content ul {
    margin-left: 0;
}

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

.schedules-17 .modal-content .event-content ul {
    list-style-type: none;
}

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

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

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

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

.schedules-17 .modal-content .close {
    position: absolute;
    top: 6px;
    right: -32px;
    color: #fff;
    opacity: 1;
    z-index: 1;
    width: 100px;
    height: 22px;
}

.schedules-17 .modal-content .close:after {
    position: absolute;
    content: '';
    width: 53px;
    height: 120px;
    background: #EE0034;
    transform: rotate(-45deg);
    left: 21px;
    top: -60px;
    z-index: -1;
}

.schedules-17 .schedule-content p.session-title {
    cursor: pointer;
}

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

/* events grid */
.fs-item {
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.fs-thumb {
    position: relative;
    width: 260px;
    height: 300px;
    overflow: hidden;
    float: left;
}

.fs-content {
    display: table;
    padding: 25px 20px 20px 30px;
}

.fs-content h5 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.fs-content h5>a {
    color: inherit;
    font-size: inherit;
    line-height: 1.5;
    text-transform: capitalize;
    -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;
}

.fs-content h5>a:hover {
    color: #ffc100;
}

.fs-content .fs-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.fs-content .fs-info li {
    color: #696969;
    line-height: 1.9;
}

.fs-content .fs-info li span {
    color: #000;
    margin-right: 5px;
}

.fs-content .custom-btn {
    padding: 7px 26px;
    color: #000;
    border: 2px solid #ffc100;
    display: inline-block;
    text-transform: uppercase;
    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;
}

.fs-content .custom-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.feature-show-section .section-header {
    padding-bottom: 40px;
    text-align: center;
}

.fs-thumb .fs-date {
    min-width: 60px;
    height: 60px;
    border-radius: 3px;
    background-color: #ffc100;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    padding: 10px 5px;
}

.fs-thumb .fs-date span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 1.1;
}

.fs-thumb .fs-date span:first-child {
    font-size: 24px;
    font-weight: 700;
}

.fs-item .fs-thumb img {
    -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;
}

.fs-item:hover .fs-thumb img {
    transform: scale(1.2);
}

.fs-item .fs-content .cata {
    font-size: 16px;
    color: #ffc100;
    text-transform: uppercase;
}

.fs-item .fs-content p {
    margin-bottom: 10px;
    font-size: 14px;
}


/*   event details  */
section.event-details {
    background: #f5f4f4;
}

.event-single {
    background-color: #fff;
}

.event-single .entry-header {
    padding: 30px 30px 0px 30px;
}

.event-single .entry-header h3 {
    margin-top: 0;
}

.event-single .entry-footer {
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #ebebeb;
}

.event-single .entry-content {
    padding: 0px 30px 0px 30px;
}

.event-single h3 {
    line-height: 1.3;
}

.event-single .post-meta {
    padding-left: 0;
}

.event-single .post-meta li span {
    margin-right: 7px;
}


.event-single .tabs-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

.event-single .tabs-menu li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    margin-left: 3px;
    width: auto;
    height: auto;
    line-height: 1;
}

.event-single .tabs-menu li a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 15px;
    text-transform: uppercase;
    display: block;
    outline: none;
}

.event-single .tabs-menu li a:hover,
.event-single .tabs-menu li.active a:focus,
.event-single .tabs-menu li.active a {
    color: #ffc100;
    text-decoration: none;
}

.event-single .tabs-menu li:first-child a {
    padding-left: 0;
}

.event-single .about-content {
    margin-bottom: 30px;
}

.single-event-schedule .event-schedule-list .event-schedule-item h5 {
    margin: 0;
}

.single-event-schedule .event-schedule-list .event-schedule-item .time-part {
    width: 40%;
    float: left;
}

.single-event-schedule .event-schedule-list .event-schedule-item {
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

.single-event-schedule .event-schedule-list .event-schedule-item .session-part {
    width: 40%;
    float: left;
}

.single-event-schedule .event-schedule-list .event-schedule-item .room-part {
    width: 20%;
    float: left;
    text-align: left;
}

.single-event-schedule .event-schedule-list .event-schedule-item .room-part i {
    margin-right: 5px;
}

.single-event-schedule .event-schedule-list .event-schedule-item:nth-child(odd) {
    background-color: #fafafa;
}

.single-event-schedule .event-schedule-list .event-schedule-item:first-child {
    border-top: 1px solid #f0f0f0;
}

.single-event-schedule .event-schedule-list .event-schedule-item:last-child {
    border-bottom: none;
}

.single-event-schedule .event-schedule-list {
    width: 100%;
    margin-bottom: 30px;
}

.single-event-schedule .event-schedule .event-schedule-list {
    padding-bottom: 20px;
}

.event-member {
    text-align: center;
}

.event-member .event-speaker,
.event-member .event-guest {
    margin-bottom: 30px;
    text-align: left;
}

.event-member .event-speaker h5,
.event-member .event-guest>h5 {
    margin-bottom: 15px;
}

.event-member-item {
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
}

.event-member-item .event-member-item-inner {
    margin: 0 10px;
}

.event-member-item .event-member-thumb {}

.event-member-item .event-member-content {
    padding: 20px 0;
    text-align: left;
    padding-right: 20px;
}

.event-member-item .event-member-content h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.event-member-item .event-member-content p {
    margin-bottom: 0;
}



.ticket-table table {
    border: none;
}

.ticket-table thead {
    background-color: #000;
}

.ticket-table thead th {
    color: #fff;
    border: none;
    text-align: center;
    padding: 17px 0;
}

.ticket-table tbody td {
    text-align: center;
    border-right: none;
    border-color: #e6eff3;
}

.ticket-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.ticket-table tbody td:last-child {
    border-right: 1px solid #e6eff3;
}

.ticket-table tbody td:first-child {
    border-left: 1px solid #e6eff3;
}

.ticket-table tbody td .image {
    float: left;
    margin-right: 10px;
}

.ticket-table tbody td .content {
    display: table;
    padding: 10px 0;
    text-align: left;
}

.ticket-table tbody td .content p {
    margin: 0;
}

.ticket-table tbody td .content h5 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}

.ticket-table tbody td .content h5>a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
}

.ticket-table tbody td,
.ticket-table tbody td span {
    color: #000;
    font-weight: 700;
}

.ticket-table tbody td.quantity input {
    line-height: normal;
    width: 50px;
    padding: 4px 12px;
    border: 1px solid #e6eff3;
}

.ticket-table th,
.ticket-table td {
    padding: 18px 15px;
}





/*  event sidebar */
.event-sidebar {
    background-color: transparent;
    padding: 0;
}

.event-sidebar>div {
    border: none;
    background-color: transparent;
}

.event-sidebar .sidebar-item {
    background-color: #fff;
}

.event-sidebar .sidebar-title {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.event-sidebar .sidebar-title:before {
    display: none;
}

.event-sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 20px;
    padding-top: 0;
}

.event-sidebar .event-detail li {
    line-height: 1.5;
    padding: 10px 0;
    overflow: hidden;
}

.event-sidebar .event-detail .event-details-left-text {
    width: 48%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-weight: bold;
}

.event-sidebar .event-detail .event-details-right-text {
    width: 50%;
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}

.event-sidebar .event-detail .map-title {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    font-weight: bold;
}

.event-sidebar .event-detail .map {
    width: 100%;
    height: 200px;
    display: block;
}



.event-sidebar .eo-thumb {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px
}

.event-sidebar .eo-info-list-left {
    width: 45%;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.event-sidebar .eo-info-list-right {
    width: 52%;
    float: right;
    color: #696969;
    font-size: 14px;
    padding-left: 10px;
}

.event-sidebar .event-orgainizer-info ul li {
    overflow: hidden;
    padding: 5px 0;
}

.event-sidebar .event-orgainizer-info .eo-info-desc {
    color: #000;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.event-sidebar .event-orgainizer-info ul li p {
    font-size: 14px;
    color: #696969;
    margin-bottom: 0;
}



.event-sidebar .es-type-item {
    overflow: hidden;
    text-align: center;
    padding: 10px 15px;
}

.event-sidebar .es-type-item:first-child {
    padding-top: 0;
}

.event-sidebar .es-type-item h5 {
    margin-bottom: 6px;
}

.event-sidebar .es-type-item .emsponsor-item {
    width: 50%;
    float: left;
}

.event-sidebar .es-type-item .emsponsor-item-inner {
    margin: 10px;
}

.event-sidebar .es-type-item .emsponsor-item-inner img {
    width: 100%;
}

/*  upcoming show section css */
.upcoming-show {
    background-size: cover;
}

.overlay .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.overlay .section-header h3 {
    color: #fff;
}

.overlay .section-header p {
    color: #fff;
}

.uc-show-list .uc-show-item {
    width: 100%;
    border-bottom: 1px solid #202728;
    padding: 20px 0;
    overflow: hidden;
}

.uc-show-list .uc-show-item:last-child {
    border-bottom: none;
}

.uc-show-list .uc-show-item .uc-show-content {
    width: 45%;
    float: left;
}

.uc-show-list .uc-show-item .uc-show-countdown {
    width: 35%;
    float: left;
    height: 20px;
    text-align: center;
}

.uc-show-list .uc-show-item .uc-show-button {
    width: 20%;
    float: left;
    text-align: right;
}

.uc-show-list .uc-show-item .uc-show-content .uc-show-date {
    min-width: 60px;
    height: 60px;
    background-color: #ffc100;
    padding: 10px 5px;
    float: left;
    margin-right: 30px;
    text-align: center;
    border-radius: 3px;
}

.uc-show-list .uc-show-item .uc-show-content .uc-show-date span {
    display: block;
    line-height: 1.1;
    font-size: 12px;
    color: #fff;
}

.uc-show-list .uc-show-item .uc-show-content .uc-show-date span:first-child {
    font-size: 24px;
    font-weight: 700;
}

.uc-show-list .uc-show-item .uc-show-content .uc-show-text {
    display: table;
}

.uc-show-list .uc-show-item .uc-show-content .uc-show-text h6 {
    margin: 0;
}

.uc-show-list .uc-show-item .uc-show-content .uc-show-text h6>a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    line-height: 1.5;
}

.uc-show-list .uc-show-item .uc-show-content .uc-show-text p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.uc-show-list .uc-show-item .uc-show-button .custom-btn {
    padding: 7px 26px;
    color: #fff;
    background-color: #ffc100;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    display: inline-block;
    margin-top: 6px;
}

.uc-show-list .uc-show-item .uc-show-button a.custom-btn {
    background-color: #ffc100;
}

.uc-show-list .uc-show-item.soldout .uc-show-button .custom-btn {
    background-color: #df6c4f;
}

.uc-show-list .countdown {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.uc-show-list .countdown .clock-item {
    float: left;
    text-align: center;
    padding: 0 20px;
}

.uc-show-list .countdown .clock-item .count-number {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}

.uc-show-list .countdown .clock-item .count-text {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1;
}



.uc-show-list .uc-show-item.cancelled .uc-show-content .uc-show-date {
    background-color: #696969;
}

.uc-show-list .uc-show-item.cancelled .uc-show-content .uc-show-text h6>a,
.uc-show-list .uc-show-item.cancelled .uc-show-content .uc-show-text p {
    color: #696969;
}

.uc-show-list .cancelled .countdown .clock-item .count-number,
.uc-show-list .cancelled .countdown .clock-item .count-text {
    color: #696969;
}

.uc-show-list .uc-show-item.cancelled .uc-show-button .custom-btn {
    background-color: #696969;
}

.uc-show-list .uc-show-item.cancelled {
    cursor: not-allowed;
}

.uc-show-list .uc-show-item.free .uc-show-button .custom-btn {
    background-color: #00a78e;
}

.view-more-btn {
    padding: 10px 26px;
    background-color: #ffc100;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    border-radius: 3px;
}

.view-more-btn:hover {
    color: #fff;
}



/* upcoming event countdown */
.uc-event-live-info-section {
    background-size: cover;
}

.uc-event-live-info-section .overlay {
    padding-top: 110px;
    padding-bottom: 220px;
}

.uc-event-live-info-section .section-header {
    text-align: left;
    margin-bottom: 30px;
}

.uc-event-live-info-section .event-countdown {}

.uc-event-live-info-section .event-countdown .countdown {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.uc-event-live-info-section .countdown .clock-item {
    float: left;
    text-align: center;
    margin: 10px;
}

.uc-event-live-info-section .countdown .clock-item .count-number {
    width: 80px;
    height: 90px;
    color: #ffc100;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.uc-event-live-info-section .countdown .clock-item .count-text {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.uc-event-live-info-section .event-date-address {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.uc-event-live-info-section .event-date-address li {
    width: 50%;
    float: left;
}

.uc-event-live-info-section .event-date-address li .icon-image {
    width: 50px;
    height: 60px;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}

.uc-event-live-info-section .event-date-address li .event-date-address-content {
    display: table
}

.uc-event-live-info-section .event-date-address li .event-date-address-content span {
    display: block;
    color: #fff;
    font-size: 15px;
}

.uc-event-live-info-section .event-date-address li .button-group {}

.uc-event-live-info-section .button-group a.ticket {
    padding: 7px 20px;
    background-color: #ffc100;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #ffc100;
    margin: 5px;
    border-radius: 1px;
}

.uc-event-live-info-section .button-group a.ticket:hover {
    background-color: #000;
    border-color: #fff;
}

.uc-event-live-info-section .button-group a.details {
    padding: 7px 20px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #fff;
    margin: 5px;
    border-radius: 1px;
}

.uc-event-live-info-section .button-group a.details:hover {
    background-color: #ffc100;
    border-color: #ffc100;
}

/* sponsors 7*/
.em-sponsors-section .section-header {
    padding-bottom: 40px;
}

.em-sponsors-section .em-sponsor-head {
    padding-bottom: 30px;
}

.em-sponsors-section .em-sponsor-head h4 {
    color: #000;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}

.em-sponsors-section .em-sponsor-head p {
    margin-bottom: 0;
    color: #696969;
}

.em-sponsors-section .em-sponsor-type-item {
    padding-bottom: 60px;
    overflow: hidden;
}

.em-sponsors-section .em-sponsor-type-item:last-child {
    padding-bottom: 0;
}

.em-sponsors-section .em-sponsor-item-inner img {
    width: 100%;
}

.em-sponsors-section .em-sponsor-type-item.presentedby .em-sponsor-wrapper {
    max-width: 800px;
    margin: auto;
}

.em-sponsors-section .em-sponsor-type-item.presentedby .emsponsor-item {
    width: 49%;
    display: inline-block;
}

.em-sponsors-section .em-sponsor-type-item.presentedby .em-sponsor-item-inner {
    margin: 15px;
}


.em-sponsors-section .em-sponsor-type-item.poweredby .emsponsor-item {
    width: 33%;
    display: inline-block;
}

.em-sponsors-section .em-sponsor-type-item.poweredby .em-sponsor-item-inner {
    margin: 15px;
}

.em-sponsors-section .em-sponsor-type-item.partnerby .emsponsor-item {
    width: 19.5%;
    display: inline-block;
}

.em-sponsors-section .em-sponsor-type-item .emsponsor-item-inner {
    padding: 10px;
}

.em-sponsors-section .sponsor-button {
    padding: 14px 36px;
    margin-top: 50px;
}

/* video image gallery  */
.video-image-gallery .gallery-thumb {
    margin: 15px 0;
    position: relative;
}

.video-image-gallery .gallery-thumb .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 1;
}

.video-image-gallery .tabs-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}

.video-image-gallery .tabs-menu li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    margin-left: 3px;
}

.video-image-gallery .tabs-menu li a {
    outline: none;
}

.video-image-gallery .gallery-container {
    overflow: hidden;
    width: 100%;
}

/*  event social media css */
.event-social.style2 li {
    margin-right: 10px;
}

.event-social.style2 li a {
    width: auto;
    height: auto;
    border-radius: 3px;
    font-size: 14px;
}

.event-social.style2 li a i {
    padding: 15px 20px;
    border-right: 1px solid #fff;
}

.event-social.style2 li a span {
    padding: 15px 20px;
}

.event-social.style2 li .share-icon {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ebebeb;
    position: relative;
}

.event-social.style2 li .share-icon:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-radius: 2px;
    background: #fff;
}

.entry-footer .event-social.style2 {
    margin: 0;
}

.event-social.style2 li:nth-child(2) a {
    background-color: #3b5998;
}

.event-social.style2 li:nth-child(3) a {
    background-color: #55acee;
}

.event-social.style2 li:nth-child(4) a {
    background-color: #dc4e41;
    ;
}

.header-style-9 {
    background-color: #0a60ff;
}

.header-style-9 .menu-six {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-top {
    overflow: hidden;
    padding: 12px 0;
}

.header-top-left {
    float: left;
}

.header-top-left p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.header-top-left p span {
    color: #ffea00;
    font-style: italic;
}

.header-top-right {
    float: right;
}

.header-top-right {
    color: #ffffff;
}

.header-top-right a {
    color: #fff;
}

.header-top-right a span,
.header-top-right a span:hover {
    color: #ffea00;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
}

.header-top-right a:hover {
    color: #fff;
}

.menuV9 {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

header.header-style-9 .main-menu {
    min-height: 81px;
    background-color: #0a60ff;
}

header .main-menu .menuV9 ul li a {
    color: #222222;
}

header .main-menu .menuV9 ul.navbar-nav li ul li>a {
    color: #fff;
}

header .main-menu .menuV9 .menu_cart>span {
    color: #ffea00;
    margin: 0;
    height: 62px;
    width: 62px;
    border-radius: 100%;
    background-color: #005aff;
    position: relative;
}

header .main-menu .menuV9 .menu_cart>span i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    transform: translate(-50%, -50%);
}

header .main-menu .menuV9 .navbar-brand {
    padding: 10px 15px;
}

header .main-menu ul li a {
    padding: 30px 18px;
}

header .main-menu .menuV9 .menu_cart>span:before {
    display: none;
}

header .main-menu .menuV9 .menu_cart {
    padding: 10px 15px;
    background-color: #ffea00;
    line-height: 0;
    list-style: none;
}

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

.header-cart-ticket-option li {
    float: left;
}

header .main-menu .menuV9 .header-cart-ticket-option {
    margin-bottom: 0;
}

header .main-menu .menuV9 .menu_cart .item-counter {
    line-height: 1.7;
}

/*------------ Banner Search ----------------*/
.banner-search {
    height: 100vh;
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner.banner-search .banner-content {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
    text-align: center;
    max-width: 788px;
}

.banner-content p {
    font-size: 16px;
    color: #ffffff;
}

.banner-search .content h1 {
    color: #ffea00;
    margin-bottom: 10px;
    font-size: 54px;
}

.banner-content .search-box {
    max-width: 820px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    background: #0342b8;
    padding: 5px;
    border-radius: 7px;
}

.banner-content .search-box form {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
}

.banner-content .search-box form .selectOption {
    float: left;
    width: 30%;
    position: relative;
}

.banner-content .search-box form .selectOption select {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 18px 30px;
    color: #222222;
    outline: none;
    border-right: 1px solid #f0f0f0;
    cursor: pointer;
}

.banner-content .search-box form .selectOption>i {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(300%, -50%);
    font-size: 22px;
}

.banner-content .search-box form input {
    width: 70%;
    float: left;
    background-color: transparent;
    border: none;
    padding-left: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
    outline: none;
}

.banner-content .search-box form .search-submit {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 20px;
    color: #222222;
    background-color: #ffea00;
    padding: 0 20px;
}

.search-box form select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/*------------------ Upcoming Event  -------------------*/
.upcoming-event {
    background-color: #fafafa;
}

.upcoming-event .section-header,
.featured-event .section-header {
    margin-bottom: 50px;
}

.section-wrapper {
    overflow: hidden;
}

.events-type {
    text-align: center;
    margin-bottom: 20px;
}

.events-type-list {
    overflow: hidden;
    display: inline-block;
}

.events-type-list li {
    list-style: none;
    display: inline-block;
}

.events-type-list li a {
    color: #222222;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 4px 20px;
    margin: 2px;
    border-radius: 25px;
    background-color: transparent;
    outline: none;
}

.events-type-list li.active a {
    background-color: #ffea00;
}

.events-type-list li a:hover,
.events-type-list li a:focus,
.events-type-list li a:active {
    background-color: #ffea00;
    text-decoration: none;
}

.upcoming-event-title {
    float: left;
    max-width: 370px;
    height: auto;
}

.upcoming-event-desc {
    float: right;
    width: calc(100% - 370px);
}

.upcoming-event-title .event-item {
    margin-right: 30px;
}

.upcoming-event .event-item {
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
}

.upcoming-event .event-item {
    padding: 20px;
}

.event-item-inner {
    text-align: center;
    border: 1px solid #ebebeb;
    overflow: hidden;
    border-radius: 3px;
}

.event-item-padding {
    padding: 20px 15px;
}

.event-item-inner h4 {
    margin-bottom: 5px;
}

.event-subtitle {
    margin-bottom: 8px;
}

.event-icon {
    margin-top: 10px;
    margin-bottom: 20px;
}

.event-title {
    margin-bottom: 25px;
}

.event-item-inner p {
    margin-bottom: 20px;
}

.event-item-inner>a {
    display: inline-block;
    color: #ffffff;
    background-color: #005aff;
    padding: 10px 25px;
    border-radius: 30px;
}

.event-item-inner>a:hover {
    color: #fff;
}

.event-item-inner h4 {
    font-size: 24px;
}

.event-date-inner p {
    color: #222222;
    margin: 0;
}

.event-thumb {
    position: relative;
}

.upcoming-event .event-thumb {
    position: relative;
    float: left;
    height: 340px;
    width: 350px;
}

.upcoming-event .event-thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 1;
    opacity: 0.83;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.35s ease-in-out;
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
}

.event-date {
    background-color: #005aff;
    height: 62px;
    width: 62px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(30%, 30%);
}

.event-date-inner {
    height: inherit;
    width: inherit;
    border-radius: inherit;
    background-color: #ffea00;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 5px;
    text-align: center;
}

.event-date-inner h4 {
    line-height: 0.5;
    margin-top: 15px;
}

.event-date-inner i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upcoming-event-count {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.upcoming-event-count ul {
    margin-left: 0;
}

.upcoming-event-count .clock-item {
    display: inline-block;
    margin: 0 10px;
}

.upcoming-event-count .clock-item span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.upcoming-event-count .clock-item p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    color: #ffffff;
}

.event-content {
    text-align: left;
}

.upcoming-event .event-content {
    display: table;
    text-align: left;
    width: calc(100% - 350px);
}

.event-content h4 {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 0;
}

.event-content h4 a {
    color: inherit;
}

.event-content h4 a:active,
.event-content h4 a:focus {
    outline: none;
    text-decoration: none;
}

.upcoming-event .event-content.event-item-padding {
    padding: 20px 30px;
}

.time-location {
    margin-top: 20px;
    margin-left: 0;
}

.time-location li {
    list-style: none;
    font-size: 16px;
    margin-top: 0;
}

.time-location li span {
    color: #005aff;
}

.organizer-ticket {
    overflow: hidden;
}

.organizer {
    float: left;
}

.organizer-img {
    float: left;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.organizer-intro {
    display: table;
    color: #696969;
}

.organizer-intro .organizer-name {
    color: #005aff;
    display: block;
}

.organizer-intro .organizer-name a {
    color: inherit;
}

.organizer-desig {
    font-size: 14px;
    display: block;
    line-height: 1.2;
}

.event-price {
    float: right;
    color: #696969;
}

.ticket-price {
    color: #005aff;
    display: block;
}

.ticket a {
    color: inherit;
}

.featured-event {
    background-color: #ffffff;
}

.featured-event.padding-120 {
    padding-bottom: 90px;
}

.featured-event .event-content p {
    margin-bottom: 20px;
}

.featured-event .col-md-4 {}

.featured-event .event-item {
    margin-bottom: 30px;
    margin-left: 2px;
    margin-right: 2px;
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, .46);
}

.featured-event .event-item-inner {
    border: none;
}

.featured-event .event-item-padding {
    padding: 20px 20px;
}

@media only screen and (min-width: 993px) {

    .multi-gallery-section .section-wrapper .col-md-4:nth-child(3n+1),
    .featured-event .event-wrapper .col-md-4:nth-child(3n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 992px) {

    .multi-gallery-section .section-wrapper .col-md-4:nth-child(2n+1),
    .featured-event .event-wrapper .col-md-4:nth-child(2n+1) {
        clear: left;
    }
}

/* ---------- Multi Gallery Section ------------ */
.multi-gallery-section {
    background-color: transparent;
}

.multi-gallery-section .gallery-item {
    background-color: #ffffff;
    position: relative;
    text-align: center;
    margin: 35px 20px;
    width: auto;
}

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

.multi-gallery-section .gallery-item>span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-5deg);
    z-index: 1;
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
}

.multi-gallery-section .gallery-item-inner {
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
    transition: all 0.5s ease;
}

.multi-gallery-section .gallery-item-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.multi-gallery-section .gallery-thumb {
    overflow: hidden;
    position: relative;
}

.multi-gallery-section .gallery-thumb-ovarlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.multi-gallery-section .gallery-icon {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    font-size: 57px;
    transition: all 0.5s ease;
    z-index: 99;
}

.multi-gallery-section .gallery-item:hover .gallery-thumb-ovarlay {
    opacity: 1;
}

.multi-gallery-section .gallery-item:hover .gallery-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    color: #ffffff;
}

.multi-gallery-section .gallery-item:hover span {
    transform: rotate(4deg);
}

.multi-gallery-section .gallery-title {
    margin-top: 25px;
}

.multi-gallery-section .gallery-title h4 {
    color: inherit;
}

.multi-gallery-section .gallery-title h4 a {
    color: inherit;
}

/*---------------- Testimonial -----------------*/
.section-wrapper {
    overflow: hidden;
}

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

.community-section .section-header h3,
.community-section .section-header p {
    color: #fff;
}

.community-member-quote {
    text-align: center;
    padding: 68px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% - 375px);
    float: left;
    margin-right: 15px;
}

.member-thumb {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.member-thumb-inner {
    height: inherit;
    width: inherit;
    border-radius: inherit;
    overflow: hidden;
    border: 1px solid #ffea00;
}

.quote-icon {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    border: 1px solid #ffea00;
    background-color: #222222;
    color: #ffea00;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 25px;
    line-height: 2.2;
    transform: translate(-8%, -5%);
}

.member-title {
    margin-bottom: 25px;
}

.member-content h4 {
    color: #ffea00;
    font-size: 24px;
    margin-bottom: 13px;
    text-transform: none;
    font-weight: 400;
}

.member-content h4 a {
    color: inherit;
}

.member-content span {
    font-size: 14px;
    color: #ffffff;
}

.member-content p {
    font-size: 16px;
    font-style: italic;
    color: #dddddd;
    margin: 0 auto;
    max-width: 650px;
}

.members {
    float: right;
}

.members-list {
    width: 360px;
    overflow-y: auto;
    height: 540px;
    margin-left: 0;
}

.members-list li {
    list-style: none;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.members-list li:last-child {
    border-bottom: none;
}

.members-list li a {
    display: block;
    padding: 14px 14px 23px 14px;
    outline: none;
}

.members-list li .event-date {
    float: left;
    position: relative;
    transform: none;
    margin-right: 20px;
}

.members-list li .event-date-inner {
    height: inherit;
    width: inherit;
    border-radius: inherit;
    background-color: #ffea00;
    margin-left: 5px;
    text-align: center;
    overflow: hidden;
    padding-top: 0px;
}

.member-intro {
    display: table;
}

.member-intro .member-name {
    display: block;
    color: #222222;
}

.member-intro .member-pos {
    color: #696969;
}

.event-date-inner span:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffea00;
    z-index: 99;
    opacity: 0.8;
}

/* ------------- Multi Event Blog ---------------- */

.blog-gradient {
    background-color: #ffffff;
    padding-bottom: 90px;
}

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

.blog-gradient .blog-item {
    margin-bottom: 30px;
}

.blog-gradient .col-md-6:nth-last-child(1) .blog-item {
    margin-bottom: 0;
}

.blog-gradient .col-md-6:nth-last-child(2) .blog-item {
    margin-bottom: 0;
}

.blog-gradient .blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-gradient .blog-thumb img {
    transition: all 0.3s ease;
}

.blog-gradient .blog-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #f8efe4;
    padding: 30px;
    z-index: 99;
}

.blog-gradient .metapost {
    margin-bottom: 5px;
    color: #fff;
}

.blog-gradient .metapost a,
.metapost a:hover {
    color: #fff;
}

.blog-gradient .blog-content h3 {
    color: #f8efe4;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    text-transform: none;
    margin: 0;
}

.event-date-inner a {
    display: block;
    ;
    position: relative;
}

.event-date-inner a:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffea00;
    z-index: 99;
    opacity: 0.8;
}

.blog-gradient .blog-content h3 a {
    color: inherit;
    display: inline-block;
}

.blog-gradient .blog-item:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-gradient .blog-thumb {
    position: relative;
}

.blog-gradient .blog-thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 1;
    opacity: 0.83;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.35s ease-in-out;
}

.blog-gradient .col-md-6:nth-child(1) .blog-item .blog-thumb:after {
    background: linear-gradient(to bottom, transparent 0%, #0043a5 100%);
}

.blog-gradient .col-md-6:nth-child(2) .blog-item .blog-thumb:after {
    background: linear-gradient(to bottom, transparent 0%, #cc096d 100%);
}

.blog-gradient .col-md-6:nth-child(3) .blog-item .blog-thumb:after {
    background: linear-gradient(to bottom, transparent 0%, #f99a15 100%);
}

.blog-gradient .col-md-6:nth-child(4) .blog-item .blog-thumb:after {
    background: linear-gradient(to bottom, transparent 0%, #41dbfb 100%);
}

.contact-section {
    overflow: hidden;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section .section-padding {
    padding: 65px 0;
}

.contact-desc {
    position: relative;
}

.contact-desc:before {
    content: '';
    width: 25%;
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -10%) rotate(20deg);
    background-color: #0359f8;
}

.contact-desc {
    z-index: 999;
    background-color: #0359f8;
}

.contact-desc .section-header {
    text-align: left;
    position: relative;
    margin-bottom: 0;
}

.contact-desc h3 {
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
}

.contact-desc span {
    color: #ffffff;
}

.contact-desc>span {
    font-size: 14px;
    color: #ffffff;
}

.contact-item {
    max-width: 775px;
    padding: 12px 20px;
    background-color: #ffffff;
    border-radius: 2px;
    transform: translateX(-25%);
    margin-top: 30px;
}

.contact-item-list {
    overflow: hidden;
    margin: 0;
}

.contact-item-list li {
    list-style: none;
    float: left;
    margin: 10px 25px 10px 0px;
    overflow: hidden;
}

.widget-about .contact-item-list li {
    float: none;
}

.contact-item-list .event-date {
    position: relative;
    transform: none;
    float: left;
    margin-right: 15px;
    height: 50px;
    width: 50px;
}

.contact-item-list li>span {
    font-size: 16px;
    color: #0359f8;
    display: table;
    line-height: 3;
}

.contact-item-list li i.fa-volume-control-phone {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.contact-item-list .event-date-inner i {
    font-size: 21px;
}

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

.ticket-section .ticket-item {
    padding: 0 70px;
    border-right: 1px solid #ebebeb;
}

.ticket-section {
    padding-bottom: 70px;
}

.ticket-section .ticket-item {
    padding-left: 0;
    margin-bottom: 50px;
}

.ticket-section .col-ticket:nth-child(even) .ticket-item,
.ticket-section .col-ticket:nth-child(even) .ticket-item {
    padding-left: 70px;
    padding-right: 0px;
    border-right: none;
}

.ticket-section .ticket-item h2 {
    font-size: 60px;
    margin-bottom: 15px;
    text-transform: none;
}

.ticket-section .ticket-item h2 {
    color: #03c7d9;
}

.ticket-section .col-ticket:nth-child(2) .ticket-item h2,
.ticket-section .col-ticket:nth-child(3) .ticket-item h2 {
    color: #fec400;
}

.ticket-section .ticket-item h3 {
    font-size: 30px;
    color: #222222;
    text-transform: none;
}

.ticket-section .ticket-item p {
    margin-top: 25px;
}

.ticket-section .ticket-item-list-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.ticket-section .ticket-item-list {
    overflow: hidden;
    width: 100%;
}

.ticket-section .ticket-item-list-left {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
}

.ticket-section .ticket-item-list-right {
    float: right;
}

.ticket-section .ticket-item-list li {
    list-style: none;
    width: 50%;
    float: left;
}

.ticket-section .ticket-item-list li i {
    margin-right: 5px;
}

.ticket-section .ticket-item-list li i {
    color: #03c7d9;
}

.ticket-section .col-ticket:nth-child(2) .ticket-item-list li i,
.ticket-section .col-ticket:nth-child(3) .ticket-item-list li i {
    color: #fec400;
}

.ticket-section .col-ticket .ticket-item-list li i.fa-times {
    color: #ff0000 !important;
}

.ticket-section .festival-button {
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    background-color: #03c7d9;
}

.ticket-section .col-ticket:nth-child(2) .festival-button,
.ticket-section .col-ticket:nth-child(3) .festival-button {
    background-color: #fec400;
}

.ticket-section .festival-button:hover {
    color: #ffffff;
}

/* ------------- footer 2-------------------- */
.footer-section {
    background-color: #0a60ff;
    text-align: left;
}

.footer-top {
    background-color: #ffffff;
}

.footer-top.section-padding {
    padding: 100px 0 75px 0;
}

.footer-widget-title {
    margin-bottom: 20px;
}

.footer-widget-title h4 {
    color: #222222;
    font-size: 24px;
    text-transform: none;
    margin-top: 15px;
}

.footer-top .footer-widget-title .footer-logo {
    overflow: hidden;
    text-align: left;
}

.footer-logo a {
    display: inline-block;
}

.footer-widget-body p {
    color: #696969;
}

.footer-widget-body .contact-item-list {
    margin-top: 25px;
}

.footer-widget-body .contact-item-list li {
    margin: 0 0 10px 0;
}

.footer-widget-body .contact-item-list li:last-child {
    margin-bottom: 0px;
}

.footer-widget-body .contact-item-list .event-date {
    height: 40px;
    width: 40px;
}

.footer-widget-body .contact-item-list li>span {
    color: #696969;
    line-height: 2.5;
}

.footer-top .popular-posts .blog-item {
    list-style: none;
    overflow: hidden;
    margin-bottom: 15px;
}

.footer-top .popular-posts .content {
    color: #696969;
}

.footer-top .popular-posts h5 a {
    font-size: 15px;
    text-decoration: none;
    text-transform: initial;
    font-weight: normal;
    color: #696969;
}

.footer-bottom {
    padding: 33px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    display: inline-block;
    font-style: italic;
    color: #ffea00;
}

.footer-bottom a:hover {
    color: #ffea00;
}

/*------------------- Newsletter -----------------*/
.header-3 .newsletter h4 {
    color: #000000;
}

.newsletter .mailpoet_paragraph .mailpoet_text[type="email"] {
    background-color: #fff;
    color: #111 !important;
    position: relative;
}

.newsletter .mailpoet_paragraph .mailpoet_text::placeholder {
    color: #696969 !important;
}

/* For IE10 */
.search-box form select::-ms-expand {
    display: none;
}

/* some global css */
body.boxed {
    padding: 60px 0;
}

body.boxed .body-wrapper .main-menu.menu-fixed.transparent-menu {
    margin-top: 60px;
}

.no-overlay>.overlay {
    background-color: transparent !important;
}

.no-overlay.dark-overlay-left::after,
.no-overlay.dark-overlay-right::after {
    display: none;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.no-padding,
.padding0 {
    padding: 0;
}

.no-margin,
.margin0 {
    margin: 0;
}

.dark {
    color: #fff;
}

.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h1 {
    color: #fff;
}

.no-list-style {
    list-style: none;
    margin: 0;
}

.relative {
    position: relative;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px;
}





/*  update homepage 12-09-18  */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.navbar-logo {
    display: block;
}

.show-admin-bar header.header-10 .main-menu.menu-fixed,
header.header-10 {
    margin-top: 0;
    top: 0;
}

header.header-10 .main-menu {
    background-color: #f7fbff;
    position: relative;
    border-bottom: 2px solid #ff4600;
}

header.header-10 .main-menu:after {
    content: '';
    position: absolute;
    left: -120px;
    top: 0;
    width: 35.33%;
    background-color: #ff4600;
    height: 100.5%;
    z-index: -1;
    transform: skew(35deg);
}

header.header-10 .main-menu .navbar-nav li a {
    color: #010101;
}

header.header-10 .main-menu .menu_cart>span {
    color: #28b99b;
}

header.header-10 .main-menu .menu_cart .item-counter {
    background-color: #ff4600;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    header.header-10 .main-menu .menu_cart .item-counter {
        background-color: #fff;
        color: #ff4600;
    }
}

header.header-10 .main-menu .menu-button {
    background-color: #ff4600;
}

@media only screen and (max-width: 990px) {
    header.header-10 .main-menu {
        background-color: #ff4600;
    }

    header.header-10 .menu-header {
        flex-grow: 1;
        text-align: center;
        padding-top: 20px;
    }

    header.header-10 .menu-header img {
        display: inline-block;
    }

    header.header-10 .menu-area {
        flex-grow: 1;
    }

    header.header-10 .main-menu .menu-button {
        color: #ff4600;
        background-color: #fff;
    }

    header.header-10 .main-menu .menu_cart>span:before {
        background-color: #fff;
        color: #ff4600;
    }

    header.header-10 .main-menu .navbar-nav li a {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    header.header-10 .menu-area {
        display: none;
    }

    header.header-10 .main-menu .navbar-toggle {
        float: none;
        margin: 0;
        display: block !important;
    }

    header.header-10 .navbar-logo {
        flex-grow: 1;
        text-align: left;
    }

    header.header-10 .menu-header {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding-top: 0;
    }

    header.header-10 .flex-container {
        min-height: 90px;
    }

    header.header-10 .main-menu {
        border-bottom: none;
    }
}

@media only screen and (max-width: 1200px) {
    header.header-10 .main-menu:after {
        left: -90px;
    }
}

@media only screen and (min-width: 1400px) {
    header.header-10 .main-menu:after {
        left: -60px;
    }
}


header .main-menu ul li ul,
header .main-menu .dropdown-menu {
    margin: 0;
}

header.header-10 .main-menu .navbar-nav li ul li a,
header.header-10 .main-menu ul li ul li>a {
    color: #fff;
}

header.header-10 .main-menu ul li ul li>a:hover,
header.header-10 .main-menu ul li ul li>a:focus,
header.header-10 .main-menu ul li ul li.active>a,
header.header-10 .main-menu ul li ul li.active>a:hover {
    background-color: #fff;
    color: #ff4600;
}

header.header-10 .main-menu .navbar-brand {
    padding: 13px 0;
}

header.header-10.home-12 .main-menu .navbar-brand {
    padding: 30px 0;
}




/*  banner */
.banner.banner-11 {
    background-repeat: no-repeat;
    background-image: url(../../images/12-09-18/banner-bottom-color.png), url(../../images/12-09-18/banner-music.png);
    background-position: bottom, left top;
    background-size: inherit;
    height: auto;
    min-height: 700px;
}

.banner-flex {
    display: flex;
    align-items: center;
    min-height: 700px;
}

.banner-11 .be_countdown {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px !important;
    justify-content: space-between;
    max-width: 80%;
}

.banner-11 .be_countdown li {
    text-align: center;
}

.banner-11 .be_countdown li .count-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.banner-11 .be_countdown li .count-number.days {
    color: #ff4600;
}

.banner-11 .be_countdown li .count-number.hours {
    color: #28b99b;
}

.banner-11 .be_countdown li .count-number.minutes {
    color: #1ba1d2;
}

.banner-11 .be_countdown li .count-number.seconds {
    color: #8d6dc4;
}


.banner-11 .be_countdown li .count-text {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 4px;
}

.banner-11 .left-content {
    max-width: 500px;
    width: 100%;
}

.banner-11 .left-content h2 {
    line-height: 1.2;
    font-size: 48px;
    margin: 0;
    padding: 0;
}

.banner-11 .banners-content p {
    display: none;
}

.banner-11 .left-content .title1 {
    color: #ff4600;
}

.banner-11 .left-content .title2 {
    color: #28b99b;
}

.banner-11 .left-content .title3 {
    color: #000;
}

.banner-11 .left-content .title4 {
    color: #000;
}

.banner-11 .left-content .title4 span {
    color: #ff4600;
}

.banner-11 .left-content .custom-btn {
    background-color: #ff4600;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    border-radius: 3px;
}

.banner-11 .right-content {
    padding: 30px 0;
}

.banner-11 .right-content img {
    transform: translateX(100px);
}

@media only screen and (max-width: 1024px) {
    .banner-11 .right-content img {
        transform: translateX(0px);
    }
}

@media only screen and (max-width: 990px) {
    .banner-11 .right-content img {
        transform: translateX(0px);
    }

    .banner-11 {
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }

}



@media only screen and (max-width: 990px) {

    /*.banner-flex {
        flex-direction: row-reverse;
    }*/
    .banner-11 .left-content {
        margin: auto;
        padding: 70px 0 0 0;
    }

    .banner-flex {
        flex-wrap: wrap;
    }

    .banner-11 .be_countdown {
        justify-content: space-around;
    }

    .banner-11 .be_countdown {
        margin: auto;
        padding-bottom: 20px;
    }

    .banner-11 .right-content {
        padding-bottom: 70px;
    }

    .section-header.style2,
    .section-heaer.style2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}



@media only screen and (max-width: 767px) {
    .banner-11 .left-content h2 {
        font-size: 36px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 400px) {
    .els-flex .els-heading span {
        padding: 15px 0;
    }
}

/*---event-date-location-section--*/

.event-date-location-section {
    padding: 20px 0;
}

.els-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.els-heading {
    display: flex;
    align-items: center;
}

.els-heading h6 {
    font-size: 16px;
    margin-right: 15px;
    color: #ff4600;
}

.els-content {
    display: flex;
    flex-wrap: wrap;
}

.els-content-item {
    display: flex;
    align-items: center;
}

.els-content-item .els-icon {
    margin-right: 15px;
}

.els-content-item .els-text p {
    margin-bottom: 0;
}

.els-content-item .els-text h6 {
    font-size: 16px;
    margin-bottom: 2px;
}

.els-content-item:first-child {
    margin-right: 60px;
}

.els-content-item:first-child h6 {
    color: #08b38e;
}

.els-content-item:last-child h6 {
    color: #d3135a;
}


@media only screen and (max-width: 1200px) {
    .els-flex {
        justify-content: center;
    }

    .els-heading {
        margin-bottom: 30px;
    }
}



@media only screen and (max-width: 640px) {
    .els-content-item:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .els-content {
        justify-content: center;
        text-align: left;
    }

    .els-heading {
        flex-wrap: wrap;
        justify-content: center;
    }

    .event-date-location-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 990px) {
    .els-content {
        text-align: left;
    }
}

@media only screen and (max-width: 400px) {
    .els-flex .els-heading span {
        padding: 15px 0;
    }

    .section-header.style2,
    .about-event-flex,
    .speaker-10 .speaker-item {}

    .schedules-18 .schedule-day:first-child {
        margin-right: 0;
    }

    .schedules-18 .schedule-day:last-child {
        margin-left: 0;
    }

    .ticket-info-head h3,
    .ticket-info-head .price {
        font-size: 20px !important;
    }

    .section-header.style2.white h3,
    .section-header.style2 h3 {
        line-height: 1.3;
        margin-bottom: 10px;
        font-size: 30px;
    }
}



/* about event */
.about-event-section {}

.about-event-flex {
    display: flex;
    position: relative;
}

.about-event-flex:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
}

.about-event-left {
    padding-right: 30px;
}

.about-event-right {
    padding-left: 30px;
}

.about-event-left,
.about-event-right {
    flex-grow: 1;
    width: 50%;
}

.about-event-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.aout-event-item-img {
    min-width: 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.about-event-item-content {}

.about-event-item-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.about-event-item-content p {
    margin-bottom: 0;
}

.about-event-item:first-child {
    padding-top: 0;
}

.about-event-item:first-child h5 {
    color: #ff4600;
}

.about-event-item:nth-child(2) h5 {
    color: #26b99a;
}

.about-event-item:nth-child(3) h5 {
    color: #1ba1d2;
}

.about-event-item:nth-child(4) h5 {
    color: #8d6dc4;
}



.section-heaer.style2 {}

.section-heaer.style2 p:empty {
    display: none;
}

.section-heaer.style2 h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ff4600;
    margin-top: 0;
    font-size: 20px;
}

.section-heaer.style2 h3 {
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2;
    font-size: 36px;
}


@media only screen and (max-width: 990px) {
    .about-event-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }

    .about-event-left {
        padding-right: 15px;
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }

    .about-event-right {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 50px;
    }

    .about-event-flex:after {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .about-event-item {
        flex-wrap: wrap;
        text-align: center;
    }

    .aout-event-item-img {
        margin: auto;
        margin-bottom: 10px;
    }

}




/*  event schedule */
.even-schedule-flex {
    display: flex;
}

.schedules-18 .section-heaer.style2 {
    flex-grow: 1;
    max-width: 400px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}

.section-header.style2 h3,
.section-heaer.style2 h3 {
    margin-bottom: 12px;
}

.section-header.style2 p,
.section-heaer.style2 p {
    font-size: 16px;
}

.schedules-18 .section-heaer.style2 .custom-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff4600;
    border-radius: 3px;
    color: #fff;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.schedules-18 .section-heaer.style2 .custom-btn:hover {
    background-color: #f45214;
}

.schedule-wrapper-flex {
    flex-grow: 2;
    display: flex;
}

.schedule-wrapper-flex .schedule-day {
    flex-grow: 1;
}

.schedules-18 .schedule-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.schedules-18 .schedule-item:last-child {
    border-bottom: none;
}

.schedules-18 .schedule-item .schedule-image {
    margin-right: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.schedules-18 .schedule-item .schedule-image {
    max-width: 100%;
}

.schedules-18 .schedule-item .schedule-content {
    padding: 0;
}

.schedules-18 .schedule-day {
    position: relative;
    background: #fff;
    padding-top: 20px;
}

.schedules-18 .schedule-day:first-child {
    margin-right: 20px;
}

.schedules-18 .schedule-day:last-child {
    margin-left: 20px;
}

.schedules-18 .schedule-day:first-child h3 {
    color: #ff4600;
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

.schedules-18 .schedule-day:first-child .time {
    color: #ff4600;
}

.schedules-18 .schedule-day:last-child .time {
    color: #28b99b;
}

.schedules-18 .schedule-day:last-child h3 {
    color: #28b99b;
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}



@media only screen and (max-width: 990px) {
    .even-schedule-flex {
        flex-wrap: wrap;
    }

    .schedules-18 .section-heaer.style2 {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .schedules-18 .schedule-item .schedule-content {
        text-align: left;
    }
}


@media only screen and (max-width: 640px) {
    .schedule-wrapper-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .schedules-18 .schedule-day {
        margin-bottom: 50px;
    }

    .schedules-18 .schedule-day:last-child {
        margin-bottom: 0;
    }

    .schedules-18 .schedule-day:first-child {
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .schedules-18 .schedule-day:last-child {
        margin-left: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media only screen and (max-width: 400px) {
    .schedules-18 .schedule-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .schedules-18 .schedule-image {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .schedules-18 .schedule-content {
        text-align: center !important;
        flex-basis: 300px;
    }
}

/*  side image */
.side-image2,
.side-image3,
.side-image {
    position: relative;
    overflow: hidden;
}

.side-image2:after,
.side-image3:after,
.side-image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    background-image: url(../../images/12-09-18/left.png);
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
    background-position: left;
}

.side-image2:before,
.side-image3:before,
.side-image:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-image: url(../../images/12-09-18/right.png);
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
    background-position: right;
}

.side-image2:after {
    background-image: url(../../images/12-09-18/left1.png);
}

.side-image2:before {
    background-image: url(../../images/12-09-18/right1.png);
}

.side-image3:after {
    background-image: url(../../images/12-09-18/left2.png);
}

.side-image3:before {
    background-image: url(../../images/12-09-18/right2.png);
}



@media only screen and (max-width: 1400px) {

    .side-image2:after,
    .side-image3:after,
    .side-image:after {
        left: -60px;
    }

    .side-image2:before,
    .side-image3:before,
    .side-image:before {
        right: -60px;
    }

}


@media only screen and (max-width: 990px) {

    .side-image2:after,
    .side-image3:after,
    .side-image:after {
        display: none;
    }

    .side-image2:before,
    .side-image3:before,
    .side-image:before {
        display: none;
    }

}





/*   speaker */
.speaker-10 {
    background-image: url(../../images/12-09-18/speaker/bg.jpg);
}

.section-header.style2 {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.section-header.style2.white p,
.section-header.style2.white h3 {
    color: #fff;
    margin-bottom: 5px;
}

.section-header.style2 p {
    max-width: 650px;
    margin: auto;
}

.speaker-10 .speaker-item {}

.speaker-10 .speaker-item .speaker-image {
    position: relative;
    overflow: hidden;
}

.speaker-10 .speaker-item .speaker-image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30%;
    width: 100%;
    height: 30%;
    opacity: 0;
    background: linear-gradient(to bottom, transparent -0%, #ff4600 100%);
    transition: all 0.3s ease;
}

.speaker-10 .speaker-item .speaker-image:hover:after {
    bottom: 0;
    opacity: 0.8;
}

.speaker-10 .speaker-item .speaker-image .cata {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    z-index: 2;
    font-size: 20px;
}

.speaker-10 .speaker-item .speaker-image .social-share-option {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #fff;
    z-index: 2;
}

.speaker-10 .speaker-item .speaker-image .social-share-option>i {
    font-size: 20px;
}

.speaker-10 .speaker-item .speaker-image .social-share-option .social-media-list {
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
    transform: translateY(-30%);
}

.speaker-10 .speaker-item .speaker-image:hover .social-share-option .social-media-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.speaker-10 .speaker-item .speaker-image a img {
    transition: all 0.3s ease;
    width: 100%;
}

.speaker-10 .speaker-item img {
    width: 100%;
}

.speaker-10 .speaker-item .speaker-image:hover a>img {
    transform: scale(1.1);
}

.speaker-10 .speaker-item .speaker-image .social-share-option .social-media-list li a {
    color: #fff;
}

.speaker-10 .speaker-item .speaker-image .speaker-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    z-index: 2;
}

.speaker-10 .speaker-item .speaker-image .speaker-content h6.name {
    margin: 0;
    padding: 0;
}

.speaker-10 .speaker-item .speaker-image .speaker-content .name a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
}

.speaker-10 .speaker-item .speaker-image .speaker-content .designation {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}


@media only screen and (max-width: 500px) {
    .speaker-10 .col-xs-6 {
        width: 100%;
    }

}

/*    pricing ticket info   */


.ticket-info-item-main {
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.ticket-info-item {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ticket-info-item:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

.ticket-info-item-main.fullpass .ticket-info-item-secondary {
    transform: skew(-31.7deg);
}

@media only screen and (max-width: 992px) {
    .ticket-info-item-main.fullpass .ticket-info-item-secondary {
        transform: skew(-62.4deg);
    }
}

@media only screen and (max-width: 650px) {
    .ticket-info-item-secondary {
        transform: skew(-37.3deg) !important;
    }
}

.ticket-info-item-secondary {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    transform: skew(-69deg);
    transform-origin: bottom left;
    z-index: -1;
}

.ticket-info-item.fullpass:after {
    transform: skew(-30.7deg);
    background-color: rgba(141, 109, 196, 0.04);
}

.ticket-info-item.onepass:after {
    background-color: rgba(255, 70, 0, 0.04);
}

.ticket-info-item.twopass:after {
    background-color: rgba(40, 185, 155, 0.04);
}


@media only screen and (max-width: 990px) {
    .ticket-info-item.fullpass:after {
        transform: skew(-68.7deg);
    }

    .ticket-info-item {
        text-align: left;
    }
}


@media only screen and (max-width: 767px) {
    .ticket-info-item.fullpass:after {
        transform: skew(-57.7deg);
    }

    .ticket-info-item.onepass:after {
        transform: skew(-57.7deg);
    }

    .ticket-info-item.twopass:after {
        transform: skew(-57.7deg);
    }

    .ticket-info-item {
        text-align: left;
    }
}



@media only screen and (max-width: 767px) {

    .text-align-center,
    .vc_btn3-container.vc_btn3-left {
        text-align: center;
    }
}

@media only screen and (max-width: 420px) {
    .ticket-info-item.fullpass:after {
        transform: skew(-30.7deg);
    }

    .ticket-info-item.onepass:after {
        transform: skew(-30.7deg);
    }

    .ticket-info-item.twopass:after {
        transform: skew(-30.7deg);
    }

    .ticket-info-item {
        text-align: left;
    }
}

.ticket-info-head {
    overflow: hidden;
    padding: 20px 30px;
    border-bottom: 1px solid #ff4600;
    margin-bottom: 20px;
}

.ticket-info-head h3 {
    font-size: 30px;
    float: left;
    color: #ff4600;
    margin: 0;
}

.ticket-info-head .price {
    float: right;
    color: #ff4600;
    font-size: 30px;
    position: relative;
    line-height: 1;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.ticket-info-head .price>span {
    position: absolute;
    left: -12px;
    top: 0px;
    font-size: 15px;
}

.ticket-info-item .desc-text {
    max-width: 480px;
    padding: 0 30px;
}

.desc-area {
    padding: 0 15px 25px;
    overflow: hidden;
}

.info-list {
    width: 66.66%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.info-button {
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
}

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

.info-list ul li {
    line-height: 2.3;
    margin-right: 26px;
    display: inline-block;
    min-width: 170px;
}

.pricing-15-10 .ticket-info-item .desc-area .info-list ul li:nth-child(2n) {
    margin-right: 0;
}

.info-list ul li i {
    margin-right: 4px;
}

.info-list .fa-check-circle {
    color: #03c7d9;
}


.info-list .fa-times-circle {
    color: #ff4600;
}

.ticket-info-item .custom-btn {
    background-color: #ff4600;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 3px;
}


.twopass .ticket-info-head {
    border-color: #28b99b;
}

.twopass .ticket-info-head .price,
.twopass .ticket-info-head h3 {
    color: #28b99b;
}

.twopass.ticket-info-item .custom-btn {
    background-color: #28b99b;
}


.fullpass .ticket-info-head {
    border-color: #8d6dc4;
}

.fullpass .ticket-info-head .price,
.fullpass .ticket-info-head h3 {
    color: #8d6dc4;
}

.fullpass.ticket-info-item .custom-btn {
    background-color: #8d6dc4;
}

.fullpass.ticket-info-item .info-list ul li {
    line-height: 2.4;
}




/*  multi gallery  */
.multi-gallery-section.style2 {}

.multi-gallery-section .gallery-item {
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: 35px 20px;
    width: auto;
    display: block;
}

.multi-gallery-section .gallery-item>span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-5deg);
    z-index: 1;
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15)
}

.multi-gallery-section .gallery-item-inner {
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
    transition: all 0.5s ease
}

.multi-gallery-section .gallery-item-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1
}

.multi-gallery-section .gallery-thumb {
    overflow: hidden;
    position: relative
}

.multi-gallery-section .gallery-thumb-ovarlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease
}

.multi-gallery-section .gallery-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    font-size: 57px;
    transition: all 0.5s ease;
    z-index: 99
}

.multi-gallery-section .gallery-item:hover .gallery-thumb-ovarlay {
    opacity: 1
}

.multi-gallery-section .gallery-item:hover .gallery-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    color: #fff
}

.multi-gallery-section .gallery-item:hover span {
    transform: rotate(4deg)
}

.multi-gallery-section .gallery-title {
    margin-top: 25px
}

.multi-gallery-section .gallery-title h4 {
    color: inherit
}

.multi-gallery-section .gallery-title h4 a {
    color: inherit
}




/*   blog   */
.home-blog-10 {}

.home-blog-10 .blog-item {
    position: relative;
    z-index: 2;
    background: #fff;
}

.home-blog-10 .blog-item,
.home-blog-10 .blog-thumb {
    overflow: hidden;
}

.home-blog-10 .blog-thumb img {
    transition: all 0.3s ease;
    width: 100%;
}

.home-blog-10 .blog-item:hover .blog-thumb img {
    transform: scale(1.1);
}

.home-blog-10 .blog-item:hover .blog-content img {
    transform: scale(1);
}

.home-blog-10 .blog-content {
    padding: 25px 0;
    overflow: hidden;
    padding-right: 10px;
}

.home-blog-10 .meta-post.style2 {
    width: 60px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-blog-10 .meta-post.style2 li {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.home-blog-10 .meta-post.style2 li .social-media-list {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #fff;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
    list-style: none;
}

.home-blog-10 .meta-post.style2 li:hover .social-media-list {
    transform: scaleY(1);
    margin: 0;
}

.home-blog-10 .meta-post.style2 li .social-media-list li {
    padding: 0;
    float: none;
    border-right: none;
}

.home-blog-10 .meta-post.style2 li .social-media-list li a {
    display: block;
    padding: 10px 0;
}

.home-blog-10 .meta-post.style2 li .social-media-list li a:hover {
    color: #fff;
}

.home-blog-10 .meta-post.style2 li .social-media-list li:hover a.facebook {
    background-color: #3a559f;
}

.home-blog-10 .meta-post.style2 li .social-media-list li:hover a.twitter {
    background-color: #50abf1;
}

.home-blog-10 .meta-post.style2 li .social-media-list li:hover a.linkedin {
    background-color: #0e76a8;
}

.home-blog-10 .meta-post.style2 li .social-media-list li:hover a.gplus {
    background-color: #db4437;
}



.home-blog-10 .meta-post.style2 li:last-child {
    border-bottom: none;
}

.home-blog-10 .meta-post.style2 li span {
    display: block;
    line-height: 1;
    margin-top: 7px;
}


.home-blog-10 .content-part {
    width: calc(100% - 80px);
    float: right;
    text-align: left;
}


.home-blog-10 .blog-content .content-part {}

.home-blog-10 .blog-content .content-part h4 {
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}

.home-blog-10 .blog-content .content-part h4 a {
    font-size: inherit;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.home-blog-10 .blog-content .content-part .post-meta {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.home-blog-10 .blog-content .content-part .post-meta li {
    color: #000;
}

.home-blog-10 .blog-content .content-part .post-meta li a {
    color: #02c7d9;
    margin-left: 4px;
}

.home-blog-10 .blog-content .content-part h4 a:hover {
    color: #02c7d9;
}

.home-blog-10 .blog-content .content-part .default-button {
    padding: 9px 25px;
    background-color: #ff4600;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease;
}

.home-blog-10 .blog-content .content-part .default-button:hover {
    background-color: #02c7d9;
}

.home-blog-10 .blog-item {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .03);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .03);
    display: inline-block;
}

.home-blog-10 .blog-item:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .08);
}


/*  sponsor section css  */



.sponsor-section {}

.sponsor-section .plutinam-sponsors {}

.sponsor-section .gold-sponsors {
    overflow: hidden;
    text-align: center;
}

.sponsor-section .silver-sponsors {
    overflow: hidden;
    text-align: center;
}

.sponsor-section .gold-sponsors .sponsor-item {
    width: 50%;
    float: left;
}

.sponsor-section .silver-sponsors .sponsor-item {
    width: 33.33%;
    float: left;
}

.sponsor-section .sponsor-item {
    padding: 20px 30px;
    text-align: center;
}

.sponsor-section .sponsor-item img {
    max-width: 90%;
    margin: auto;
}

.sponsor-section .section-heaer.style2 .custom-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff4600;
    border-radius: 3px;
    color: #fff;
    transition: all 0.3s ease;
}



@media only screen and (max-width: 992px) {
    .vc-breaker {
        width: 100% !important;
        text-align: center;
    }

    .vc-breaker .vc_btn3-container.vc_btn3-left {
        text-align: center;
    }

    .vc-breaker .schedules-18 .schedule-item {
        justify-content: center;
    }

    .schedules-18 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 520px) {
    .sponsor-section .gold-sponsors .sponsor-item {
        width: 80%;
        margin: auto;
        float: none;
    }

    .sponsor-section .silver-sponsors .sponsor-item {
        width: 80%;
        margin: auto;
        float: none;
    }
}





.newsletter-seven,
.newsletter-seven form input:first-child {
    background-color: #28b99b;
}

.newsletter-seven form input:first-child {
    margin-top: 4px;
}

.newsletter-seven form input:last-child {
    color: #28b99b;
    padding: 18px 35px;
    margin-top: 4px;
}

footer.footer-six {}

.newsletter-seven p {
    font-family: 'Oswald', sans-serif;
}

.vc_btn3.vc_btn3-style-custom {
    background-image: none;
}

/* Home 10 CSS */
.header-dark .main-menu.menu-fixed {
    background-color: #000 !important;
}

header.header-dark .main-menu .menu_cart>span {
    color: #5da0cf;
}

header.header-dark .main-menu .menu_cart .item-counter {
    color: #fff;
}

/* banner section */

.banner-15-10 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: calc(100vh - 94px) !important;
    background-color: #000;
}

.banner-15-10 video {}

.banner-counter-area-15-10 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

.banner-counter-15-10 {
    position: relative;
}

.counter-15-10 .counter {
    font-size: 280px;
    font-weight: 700;
    color: #fff;
    line-height: 270px;
    text-shadow: 0px 1px 0px #ff0000;
}

.dot-15-10 {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
}

.counter-text-15-10 {}

.counter-text-15-10 h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    font-size: 48px;
    margin: 0;
    text-shadow: 0px 1px 0px #ff0000;
}

.banner-left-15-10 {
    max-width: 150px;
    text-align: right;
    word-break: break-word;
    position: absolute;
    top: 0%;
    left: 0%;
}

.banner-left-15-10 h3 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px;
    margin: 10px 0;
}

.banner-sp-15-10 {
    width: 130px;
    height: 130px;
}

.banner-left-15-10 .banner-sp-15-10 {
    transform: translateY(-14px);
    transform: translateX(20px);
}

.banner-left-15-10 .banner-sp-15-10 span {
    width: 0;
    height: 0;
    border-bottom: 130px solid #e82d52;
    border-left: 130px solid transparent;
    display: inline-block;
}

.banner-right-15-10 {
    max-width: 150px;
    text-align: left;
    word-break: break-word;
    position: absolute;
    top: 19px;
    right: 0%;
}

.banner-right-15-10 h3 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px;
    margin: 10px 0;
}

.banner-right-15-10 .banner-sp-15-10 span {
    width: 0;
    height: 0;
    border-bottom: 130px solid #5da0cf;
    border-right: 130px solid transparent;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .banner-15-10 {
        height: calc(100vh - 94px) !important;
    }

    .counter-15-10 .counter {
        font-size: 224px;
        line-height: 210px;
    }

    .counter-text-15-10 h2 {
        font-size: 42px;
    }

    .dot-15-10 {
        height: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-15-10 {
        height: calc(100vh - 154px) !important;
    }

    .counter-15-10 .counter {
        font-size: 150px;
        line-height: 150px;
    }

    .counter-text-15-10 h2 {
        font-size: 28px;
    }

    .dot-15-10 {
        width: 30px;
        height: 22px;
    }

    .banner-left-15-10 h3,
    .banner-right-15-10 h3 {
        font-size: 24px;
    }

    .banner-left-15-10 .banner-sp-15-10 span {
        border-bottom: 110px solid #e82d52;
        border-left: 110px solid transparent;
    }

    .banner-right-15-10 .banner-sp-15-10 span {
        border-bottom: 110px solid #5da0cf;
        border-right: 110px solid transparent;
    }

    .banner-right-15-10 h3 {
        transform: translateY(-30px)
    }
}

@media only screen and (max-width: 768px) {
    .counter-15-10 .counter {
        font-size: 155px;
        line-height: 160px;
    }

    .banner-left-15-10,
    .banner-right-15-10 {
        display: none;
    }

    .counter-text-15-10 h2 {
        line-height: 1.3;
        padding: 0 15px;
    }

    .dot-15-10 {
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-15-10 {
        height: calc(100vh - 90px) !important;
    }
}

@media only screen and (max-width: 576px) {
    .counter-15-10 .counter {
        font-size: 130px;
    }

    .dot-15-10 {
        width: 21px;
        height: 21px;
    }
}

@media only screen and (max-width: 450px) {
    .counter-15-10 .counter {
        font-size: 96px;
        line-height: 125px;
    }

    .dot-15-10 {
        height: 15px;
    }
}

/* service section */

.service-section {
    position: relative;
    padding-bottom: 90px;
}

.service-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.service-thumb {
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

.service-thumb img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-thumb:hover img {
    transform: scale(1.2);
    -webkit-filter: grayscale(50%);
}

.service-content {
    width: 50%;
    padding: 15px;
    text-align: center;
    background: #e82d52;
    position: relative;
    align-items: center;
    display: flex;
}

.service-content::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -8px;
    transform: translateY(-50%) rotate(45deg);
    width: 0;
    height: 0;
    border-bottom: 20px solid #e82d52;
    border-right: 20px solid transparent;
    z-index: 1;
}

.service-section .icon-thumb {
    overflow: hidden;
    height: 95px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
}

.icon-thumb span {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-thumb span:last-child {
    transform: translateY(-50px) scale(0);
    opacity: 0;
}

.service-content:hover .icon-thumb span:last-child {
    transform: translateY(-55px) scale(1);
    opacity: 1;
}

.service-content:hover .icon-thumb span:first-child {
    transform: translateY(-50px) scale(0);
    opacity: 0;
}

.service-content h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.2;
}

.service-content h4 {
    color: #fff;
    margin-bottom: 10px;
}

.service-content .service-content-inner p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.service-content p:empty {
    display: none;
}

.service-content p>a {
    color: #d3294c;
    margin: 0 5px;
}

.service-content ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.service-content ul li {
    list-style: none;
    color: #fff;
    width: 100%;
}

@media (min-width: 992px) {
    .service-content ul li {
        width: 50%;
    }
}

.service-content ul li>span {
    display: block;
}

.service-btn {
    display: block;
}

.service-btn a {
    display: inline-block;
    background: #e82d52;
    padding: 13px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 1px;
    margin-top: 30px;
    text-transform: uppercase;
}

.service-btn a:hover {
    background-color: #ff9822;
    color: #fff;
}

.servive-left {
    flex-direction: row-reverse;
}

.servive-left .service-item:last-child .service-content {
    width: 100%;
    position: static;
    background: transparent;
    text-align: left;
    padding: 40px 15px 0px 0px;
}

.servive-left .service-item:last-child .service-content::after {
    display: none;
}

.servive-right .service-item:nth-child(2) {
    flex-direction: row-reverse;
}

.servive-right .service-item:nth-child(1) .service-content {
    background: #6cbb82;
}

.servive-right .service-item:nth-child(1) .service-content::after {
    border-color: #6cbb82;
}

.servive-right .service-item:nth-child(2) .service-content {
    background: #5da0cf;
}

.servive-right .service-item:nth-child(2) .service-content::after {
    left: 96%;
    transform: rotate(224deg);
    border-color: #5da0cf;
}

.servive-right .service-item:nth-child(3) .service-content {
    background: #846dc0;
}

.servive-right .service-item:nth-child(3) .service-content::after {
    border-color: #846dc0;
}

@media only screen and (max-width: 1200px) {
    .servive-left {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
        padding-top: 60px;
    }

    .service-item {
        width: 100%;
    }

    .service-thumb img {
        width: 100%;
    }

    .servive-right .service-item:nth-child(2) .service-content::after {
        left: 98%;
    }

    .icon-thumb {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 990px) {
    .service-btn {
        overflow: hidden;
        width: 100%;
        margin-bottom: 30px;
    }

    .servive-right .service-item:nth-child(2) .service-content::after {
        left: 97%;
    }

    .service-content ul li {
        float: none;
        margin-bottom: 15px;
    }

    .service-content ul li:nth-child(2) {
        margin-bottom: 0;
    }

    .servive-left .service-item:last-child .service-content,
    .service-content ul {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    section.service-section {
        padding: 0 15px;
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 576px) {
    .service-thumb {
        width: 100%;
    }

    .service-thumb img {
        max-width: 100%;
    }

    .service-content {
        width: 100%;
    }

    .service-content::after {
        display: none;
    }

    .service-content ul li:nth-child(2) {
        margin-left: 0;
    }

    .service-content h3 {
        font-size: 30px;
        line-height: 36px;
    }
}


/* counter section start here */

.counter-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.counter-content {
    text-align: center;
}

.counter-content p {
    margin: 0;
}

.counter-content p:empty {
    display: none;
}

.counter-content h2 {
    color: #fff;
    line-height: 1.5;
    margin: 0;
    font-size: 48px;
}

.counter-content h2>span {
    color: #e82d52;
    font-family: 'Oswald', sans-serif;
}

.counter-content .countdown {
    text-align: center;
    display: flex;
    margin-top: 15px;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.counter-content .countdown li {
    list-style: none;
    flex-basis: 150px;
}

.counter-content .countdown li>span {
    font-size: 60px;
    color: #e82d52;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.counter-content .countdown li:nth-child(2) span {
    color: #6cbb82;
}

.counter-content .countdown li:nth-child(3) span {
    color: #5da0cf;
}

.counter-content .countdown li:nth-child(4) span {
    color: #846dc0;
}

.counter-content .countdown li>p {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.counter-btn {
    display: block;
    margin-top: 40px;
}

.counter-btn a {
    display: inline-block;
    background: #fff;
    color: #e82d52;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 1px;
}

.counter-btn a:hover {
    background-color: #e82d52;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .counter-content h2 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 576px) {
    .counter-content .countdown li {
        flex-basis: 200px;
    }
}

@media only screen and (max-width: 400px) {
    .counter-section {
        padding: 120px 15px;
    }

    .counter-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .section-header h3 {
        font-size: 28px;
    }
}

/* speaker section start here */

.speaker-15-10 {
    position: relative;
}

.speaker-15-10 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.speaker-15-10 .section-header {
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
}

.speaker-15-10 .section-header h3 {
    color: #fff;
    margin-bottom: 0;
}

.speaker-15-10 .section-header p {
    color: #fff;
}

.speaker-15-10 .speaker-item .speaker-image::after {
    display: none;
}

.speaker-15-10 .speaker-bottom {
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

.speaker-15-10 .speaker-item .speaker-image .speaker-content .name a {
    display: inline-block;
    line-height: 26px;
}

.speaker-15-10 .speaker-item .speaker-image .speaker-content .name a:hover {
    color: #ff9822;
}

@media only screen and (max-width: 990px) {
    .speaker-15-10 .speaker-bottom .speaker-item {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .speaker-15-10 .speaker-top .speaker-item {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .speaker-15-10 .speaker-bottom {
        padding-top: 0;
    }

    .speaker-15-10 .speaker-item .speaker-image a img {
        max-width: 100%;
    }

    .speaker-15-10 .col-xs-6.col-sm-6.col-md-6,
    .speaker-15-10 .col-xs-6.col-sm-6.col-md-4 {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .speaker-15-10 .section-header h3 {
        margin-bottom: 10px;
    }

    .speaker-15-10 .speaker-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* event time start here */

.schedules-15-10 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.schedules-15-10 .section-header h3 {
    color: #fff;
}

.schedules-15-10 .section-header p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.schedules-15-10 .tab-content table {
    border: none;
    margin: 0;
}

.schedules-15-10 .tab-content table th {
    background: #2c2f3f;
    font-family: 'Oswald', sans-serif;
}

.schedules-15-10 tr {
    background: rgba(44, 39, 57, .8);
}

.schedules-15-10 tr:nth-of-type(odd) {
    background: rgba(12, 8, 32, .9);
}

.schedules-15-10 .tab-content table td:first-child {
    border-left: none;
}

.schedules-15-10 .tab-content table td:last-child {
    border-right: none;
}

.schedules-15-10 .tab-content table td {
    border-bottom: none;
}

.schedules-15-10 .tab-content table td {
    color: #fff;
}

.schedules-15-10 .tab-content table td:hover {
    color: #ff9822;
}

.schedules-15-10 .tab-content table td {
    padding: 13px 15px;
}

.schedules-15-10 .tab-content table th {
    padding: 27px 15px;
    background-color: #2c2f3f !important;
}

.schedules-15-10 .tab-content table td.spekers img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.schedules-15-10 .tab-content .schedule-table {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .schedules-15-10 {
        padding: 120px 15px;
    }

    .schedules-15-10 .tab-content .schedule-table {
        border: none;
    }
}

/* pricing section */

.pricing-15-10 {
    background: #0c0820;
    position: relative;
}

.pricing-15-10 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../images/15-10-18/speaker/bg-overlay.png);
}

.pricing-15-10 .ticket-info-item-main {
    position: static;
}

.pricing-15-10.side-image3::before,
.pricing-15-10.side-image3::after {
    display: none;
}

.pricing-15-10 .section-header h3,
.pricing-15-10 .section-header p {
    color: #fff;
}

.pricing-15-10 .ticket-info-item-main {
    background: #6cbb82;
    margin-bottom: 30px;
}

.pricing-15-10 .ticket-info-head h3,
.pricing-15-10 .ticket-info-head .price {
    color: #fff;
}

.pricing-15-10 .ticket-info-head {
    border-color: rgba(255, 255, 255, .2);
}

.pricing-15-10 .ticket-info-item .desc-text {
    color: #fff;
}

.pricing-15-10 .info-list .fa-check-circle,
.pricing-15-10 .info-list .fa-times-circle,
.pricing-15-10 .info-list ul li {
    color: #fff;
}

.pricing-15-10 .ticket-info-item .desc-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.pricing-15-10 .ticket-info-item .desc-area .info-list ul li {
    min-width: 180px;
}

.pricing-15-10 .ticket-info-item .custom-btn {
    background: #fff;
    color: #6cbb82;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
}

.pricing-15-10 .ticket-info-item .custom-btn:hover {
    background: #e82d52;
    color: #fff;
}

.pricing-15-10 .twopass.ticket-info-item .custom-btn {
    background-color: #fff;
    color: #5da0cf;
}

.pricing-15-10 .twopass.ticket-info-item .custom-btn:hover {
    background: #e82d52;
    color: #fff;
}

.pricing-15-10 .twopass {
    background-color: #5da0cf;
}

.ticket-info-15-10 form .banner-input {
    width: 100%;
    background: rgba(145, 124, 198, .57);
    border: none;
    padding: 12px 20px;
    color: #ccc4e4;
    outline: none;
}

.ticket-info-15-10 form .banner-submit {
    background-color: #fff;
    color: #846dc0;
    padding: 17px 30px;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.ticket-info-15-10 form p {
    margin-bottom: 0;
}

.ticket-info-15-10 form span.ajax-loader {
    display: inline-block !important;
}

.ticket-info-15-10 form .banner-submit:hover {
    background: #e82d52;
    color: #fff;
}

.ticket-info-15-10 form {
    padding: 30px;
}

.ticket-info-item-main.ticket-info-15-10 {
    background: #846dc0;
}

.ticket-info-item-main.ticket-info-15-10 .ticket-info-head {
    margin-bottom: 0;
}

.pricing-15-10 textarea.contact-input {
    width: 100%;
    border: none;
    margin-bottom: 30px;
    background: rgba(145, 124, 198, .57);
    color: #fff;
    padding: 15px;
    max-height: 115px;
}

.ticket-info-item-main.ticket-info-15-10 span {
    display: block;
    color: #fff;
    padding: 7px 0px 5px 0;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #ccc4e4;

}

:-moz-placeholder {
    color: #ccc4e4;

}

::-moz-placeholder {
    color: #ccc4e4;

    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc4e4;

}

@media only screen and (max-width: 767px) {
    .ticket-info-item-main.ticket-info-15-10 .ticket-info-head h3 {
        text-align: center;
        width: 100%;
    }

    .pricing-15-10 .ticket-info-item .desc-area {
        display: inherit;
    }
}

@media only screen and (max-width: 576px) {
    .pricing-15-10 .ticket-info-item .custom-btn {
        float: none;
    }
}

@media only screen and (max-width: 400px) {

    .pricing-15-10 .ticket-info-head h3,
    .pricing-15-10 .ticket-info-head .price {
        font-size: 18px !important;
    }

}

/* sponsor section start here */

.sponsor-15-10 {
    background: url(../../images/15-10-18/event/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sponsor-15-10 .section-header p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.sponsor-15-10 .sponsor-button {
    background: #5da0cf;
    color: #fff;
}

.sponsor-15-10 .sponsor-button:hover {
    background: #e82d52;
    color: #fff;
}

/* blog section start here */

.blog-15-10 {
    position: relative;
}

.blog-15-10 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-15-10 .section-header {
    position: relative;
    z-index: 1;
}

.blog-15-10 .section-header h3 {
    color: #fff;
}

.blog-15-10 .section-header p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.blog-15-10 .col-md-4.col-sm-6.col-xs-12 .blog-item {
    background: #6cbb82;
    margin-bottom: 0;
}

.blog-15-10 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .blog-item {
    background: #5da0cf;
}

.blog-15-10 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .blog-item {
    background: #846dc0;
}

.blog-15-10 .blog-item .content {
    border: none;
}

.blog-15-10 .blog-item .content h5 {
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
}

.blog-15-10 .blog-item .content>span {
    color: #fff;
    margin-bottom: 15px;
}

.blog-15-10 .blog-item .content>span>a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.blog-15-10 .blog-item .content>span>a:hover {
    color: #e82d52;
}

.blog-15-10 .blog-item .content h5>a {
    display: inline-block;
    color: #fff;
}

.blog-15-10 .blog-item .content h5>a:hover {
    color: #e82d52;
}

.blog-15-10 .blog-item .content p {
    color: #fff;
    font-size: 16px;
}

.blog-15-10 .blog-footer {
    padding: 17px 30px;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-footer .viewall {
    margin-left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;

}

.blog-footer .viewall:hover {
    color: #e82d52;
    padding-left: 10px;
}

.blog-footer .blog-comment,
.blog-footer .blog-comment a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.blog-15-10 .blog-footer {
    border: none;
    border-top: 1px solid #79c08d;
}

.blog-15-10 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .blog-item .blog-footer {
    border-top: 1px solid #6ba8d2;
}

.blog-15-10 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .blog-item .blog-footer {
    border-top: 1px solid #8f7ac4;
}

@media only screen and (max-width: 990px) {
    .blog-15-10 .col-md-4.col-sm-6.col-xs-12 .blog-item {
        text-align: left;
        margin-bottom: 30px;
    }
}

/* newsletter-15-10 section start here */

.newsletter-15-10 {
    padding: 100px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item {
    overflow: hidden;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item h4 {
    font-size: 36px;
    line-height: 2;
    margin-bottom: 10px;
    color: #fff;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item {
    text-align: center;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item h4 {
    font-size: 36px;
    line-height: 2;
    margin: 0 0 15px;
    color: #fff;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_text {
    width: 100% !important;
    padding: 16px 20px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #bfbdc5;
    border-radius: 2px;
    margin-bottom: 30px;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item :placeholder {
    color: #fff;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_text:focus {
    border: 2px solid #bfbdc5;
    color: #fff;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_submit {
    padding: 17.5px 25px;
    background-color: #ee0034;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_submit:hover {
    background-color: #ee0034;
}

@media (min-width: 768px) {
    .newsletter-15-10 .widget_mailpoet_form.sidebar-item form.mailpoet_form {
        display: flex;
        justify-content: center;
    }

    .newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_text {
        width: 500px !important;
        padding: 9px 20px;
        margin-bottom: 0;
        border-right: none;
    }

    .newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_text:focus {
        border-right: none;
    }

    .newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_submit {
        border-radius: 2px;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }

    .newsletter-15-10 .widget_mailpoet_form.sidebar-item .mailpoet_text {
        border-radius: 2px;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }
}

.newsletter-15-10 #mailpoet_form_1 .mailpoet_paragraph {
    margin-bottom: 0;
}

/* footer section start here */

.footer-15-10 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.footer-15-10 .footer-identity {
    width: 250px;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-15-10 p {
    font-size: 16px;
    line-height: 30px;
}

.footer-15-10 .event-social {
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-15-10 .event-social li a {
    background: transparent;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #6cbb82;
}

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

/* Set a style for all buttons */
.popup-btn {
    background-color: #ff1d4d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.popup-btn:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #ff1d4d;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
    z-index: 2;
}

.branch-form {
    padding: 20px 40px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 60%;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 15px;
    top: -20px;
    color: #ff4600;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #ff4600;
    cursor: pointer;
    opacity: 1;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn {
        width: 100%;
    }
}

.branch-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.branch-content h4 {
    margin-bottom: 15px;
}

.branch-content {
    border-top: 1px solid #ededed;
    padding-top: 30px;
    text-align: justify;
}

.per-info h6 {
    margin: 0px 0px 5px 0px;
}

.branch-content p {
    margin-bottom: 15px;
}

.branch-thumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.branch-thumb img {
    width: 80px;
    border-radius: 100%;
    height: 80px;
}

.branch-thumb .per-info {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.branch-thumb .per-info p {
    margin-bottom: 0;
}

.branch-bottom {
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.branch-bottom button {
    background: #ff4600;
    transition: all .3s ease;
}

.branch-bottom button a {
    color: #fff;
    outline: none;
}

.branch-bottom button:hover {
    background: #000;
}

.branch-bottom .speaker-social {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}

.branch-bottom .speaker-social li {
    list-style: none;
}

.branch-bottom .speaker-social li a {
    padding: 0 5px;
    margin: 0 2px;
    outline: none;
    color: #ff4600;
}

.branch-bottom .speaker-social li a:hover {
    color: #000;
}

.schedules-indi .schedule-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    width: calc(100% / 2);
    float: left;
}

.schedules-indi .schedule-day:first-child h3 {
    color: #ff4600;
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

.schedule-content .clickable {
    cursor: pointer;
    font-size: 20px !important;
    text-transform: capitalize;
    transition: all .15s ease-in-out;
}

.schedule-content .clickable:hover {
    color: #ff4600;
}

.imgcontainer img {
    padding: 15px 40px 0px;
}

@media only screen and (max-width: 767px) {
    .modal-content {
        width: 90%;
        margin-top: 120px;
    }

    .imgcontainer {
        margin: 0;
    }

    .branch-form,
    .branch-bottom {
        padding: 20px;
    }

    .branch-top p {
        margin-bottom: 15px;
    }

    .close {
        right: 0;
        top: -40px;
    }

    .schedules-indi .schedule-item {
        width: calc(100% / 1);
    }
}

/* Css For GDPR */
.comment-form-cookies-consent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

span.wpcf7-list-item {
    margin: 0 0 15px 0;
}

.service-item .service-images {
    margin: 0 auto -10px;
}

/*23-04-19 update home page css*/
.body-index-11 {
    background: #031231;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
    font-family: 'Poppins', sans-serif;
}

.style-11 .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.style-11 .section-header,
.style-11 .section-wrapper {
    position: relative;
    z-index: 1
}

.style-11 .section-header h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    position: relative;
}

.home-12 .section-header h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .style-11 .section-header h2 {
        font-size: 36px;
    }
}

.style-11 .section-header h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../images/11-04-19/shape.png) no-repeat center;
}

.style-11 .section-header p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 60px;
}

/* menu section start here */
.main-menu.menu-two.home11 {
    background: rgba(18, 26, 81, .50);
}

.main-menu.menu-two.home11.menu-fixed.menu-two-bg {
    background: #031231;
}

header .main-menu.home11 .menu-button,
header .main-menu.home11 .menu_cart>span:before,
header .main-menu.home11 .menu_cart .check_out {
    background: #00fcfa;
    color: #031231;
}

header .main-menu.home11 .menu_cart .featured_content>h3 a:hover,
header .main-menu.home11 .menu_cart .featured_content>.remove:hover {
    color: #f25a4c;
}

header .main-menu.home11 ul li ul li>a:hover,
header .main-menu.home11 ul li ul li>a:focus,
header .main-menu.home11 ul li ul li.active>a,
header .main-menu.home11 ul li ul li.active>a:hover {
    color: #00fcfa;
    background: #031231;
}

/* banner banner-seven style-11 start here */
.banner.banner-seven.style-11 {
    background: rgba(18, 26, 81, .100);
}

.banner.banner-seven.style-11 .banner-overlay {
    background: rgba(18, 26, 81, .100);
}

.banner.banner-seven.style-11 .banner-overlay .banner-shap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../images/11-04-19/banner/shap.png) no-repeat center right;
}

@media only screen and (min-width: 1390px) {

    .banner.banner-seven.style-11,
    .banner-seven.style-11 .seven-content-left {
        height: 800px;
    }
}

.banner.banner-seven.style-11 .banner-seven-content {}

.banner.banner-seven.style-11 .banner-seven-content .df-al {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner.banner-seven.style-11 .seven-content-left {
    padding-top: 60px;
}

.banner.banner-seven.style-11 .content {}

.banner.banner-seven.style-11 .content h2 {
    font-size: 32px;
    color: #fff;
    line-height: 42px;
    max-width: 100%;
    margin: 0;
}

.banner.banner-seven.style-11 .content h2 span {
    font-size: 32px;
    color: #00fcfa;
    line-height: 42px;
}

.banner.banner-seven.style-11 .content p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 20px 0;
}

.banner.banner-seven.style-11 .content form {}

.banner.banner-seven.style-11 .content form input[type="email"] {
    width: 100%;
    height: 60px;
    background: #121a51;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    color: #fff;
    font-weight: 400;
    outline: none;
}

.banner.banner-seven.style-11 .content form input[type="submit"] {
    width: 100%;
    height: 60px;
    background: #00fcfa;
    border: none;
    border-radius: 8px;
    color: #121a51;
    font-weight: 600;
    outline: none;
    text-transform: uppercase;
    margin-left: -5px;
    transform: translateY(-1px);
    margin-top: 20px;
}

.banner.banner-seven.style-11 .content .follow-touch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us {
    width: 100%;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us,
.banner.banner-seven.style-11 .content .follow-touch .get-touch {
    display: flex;
    flex-wrap: wrap;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us span {
    width: 96px;
}

.banner.banner-seven.style-11 .content .follow-touch .get-touch span {
    width: 130px;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us span,
.banner.banner-seven.style-11 .content .follow-touch .get-touch span {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li,
.banner.banner-seven.style-11 .content .follow-touch .get-touch ul li {
    list-style: none;
    width: calc(100% / 4);
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li a,
.banner.banner-seven.style-11 .content .follow-touch .get-touch ul li a {
    width: 45px;
    height: 51px;
    line-height: 51px;
    display: inline-block;
    text-align: center;
    background: #f99d46;
    color: #fff;
    position: relative;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li a::before,
.banner.banner-seven.style-11 .content .follow-touch .get-touch ul li a::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #14003d;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li:nth-child(2) a {
    background: #f25a4c;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li:nth-child(3) a {
    background: #85c65e;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li:nth-child(4) a {
    background: #11a3d4;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li:nth-child(5) a {
    background: #006e68;
    margin-left: 23px;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li:nth-child(6) a {
    background: #874c2e;
    margin-left: 23px;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li:nth-child(7) a {
    background: #ae56a4;
    margin-left: 23px;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li:nth-child(8) a {
    background: #ee58a2;
    margin-left: 23px;
}

.banner.banner-seven.style-11 .content .follow-touch .follow-us ul li a i {}

.banner.banner-seven.style-11 .content .follow-touch .get-touch {
    width: 100%;
    margin-top: 40px;
}

.banner.banner-seven.style-11 .content .follow-touch .get-touch ul {
    width: calc(100% - 130px);
    margin: 0;
}

.banner.banner-seven.style-11 .content .follow-touch .get-touch ul li a {
    background: #f35c2f;
}

.banner.banner-seven.style-11 .content .follow-touch .get-touch ul li:nth-child(2) a {
    background: #85c65e;
    margin-left: 23px;
}

.banner.banner-seven.style-11 .content .follow-touch .get-touch ul li a {}

.banner.banner-seven.style-11 .content .follow-touch .get-touch ul li a i {}

.banner.banner-seven.style-11 .eleven-content-right {
    position: relative;
}

.banner.banner-seven.style-11 .eleven-content-right .shap-1,
.banner.banner-seven.style-11 .eleven-content-right .shap-2 {
    position: absolute;
    content: "";
    width: 140px;
    height: 160px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.banner.banner-seven.style-11 .eleven-content-right .shap-1 {
    top: -100px;
    left: 60px;
}

.banner.banner-seven.style-11 .eleven-content-right .shap-2 {
    bottom: -120px;
    right: 80px;
}

/*.eleven-content-top img {*/
/*    width: 150px;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    top: -120px;*/
/*    left: 60px;*/
/*}*/
/*.eleven-content-bottom img {*/
/*    width: 150px;*/
/*    height: auto;*/
/*    right: 60px;*/
/*    bottom: -120px;*/
/*    position: absolute;*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*  .banner.banner-seven.style-11 .eleven-content-right,.banner.banner-seven.style-11 .eleven-content-right,.banner.banner-seven.style-11 .eleven-content-bottom{*/
/*    display:none;*/
/*}*/
/*}*/

.banner.banner-seven.style-11 .eleven-content-right .thumb {
    width: 310px;
    height: 360px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin: 0 auto;
}



@media only screen and (min-width: 400px) {
    .banner.banner-seven.style-11 .content .follow-touch .follow-us ul {
        width: calc(100% - 96px);
    }
}

@media only screen and (min-width: 576px) {
    .banner.banner-seven.style-11 .content .follow-touch .follow-us {
        width: 60%;
    }

    .banner.banner-seven.style-11 .content .follow-touch .get-touch {
        width: 40%;
        margin-top: 0;
    }

    .banner.banner-seven.style-11 .content h2,
    .banner.banner-seven.style-11 .content h2 span {
        font-size: 42px;
        line-height: 52px;
    }

    .banner.banner-seven.style-11 .seven-content-left {
        padding-top: 0;
    }

    .banner.banner-seven.style-11 .content form input[type="email"] {
        width: 360px;
        border-radius: 4px 0px 0px 4px;
    }

    .banner.banner-seven.style-11 .content form input[type="submit"] {
        width: 185px !important;
        border-radius: 0px 4px 4px 0px;
        margin-top: 0;
    }
}




/* sponsor section style 11 start here 11-04-19 */
.sponsor.style-11 {
    background: rgba(18, 26, 81, .70);
    position: relative;
    z-index: 1;
}

.sponsor.style-11 .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px 0;
}

.sponsor.style-11 .section-wrapper::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #575e7f;
}

.sponsor.style-11 .section-wrapper .sponsor-item {
    width: calc(100% / 1);
}

.sponsor.style-11 .section-wrapper .sponsor-inner a {
    display: block;
}

@media only screen and (min-width: 768px) {
    .sponsor.style-11 .section-wrapper .sponsor-item {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 992px) {
    .sponsor.style-11 .section-wrapper .sponsor-item {
        width: calc(100% / 4);
    }
}

@media only screen and (min-width: 1200px) {
    .sponsor.style-11 .section-wrapper .sponsor-item {
        width: calc(100% / 5);
        margin-bottom: 0;
        padding: 0 40px;
    }
}


/* about section start here 11-04-19*/
.about.style-11 {
    background: rgba(18, 26, 81, .70);
}

.about.style-11 .about-left-part {
    margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
    .about.style-11 .about-left-part {
        margin-bottom: 0px;
    }
}

.about.style-11 .about-left-part .about-title {}

.about.style-11 .about-left-part .about-title h2 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about.style-11 .about-left-part .about-title h2 span {
    font-size: 150px;
    color: #00fcfa;
    font-weight: 700;
}

.about.style-11 .about-left-part .about-title h2 b {
    color: #00fcfa;
    font-weight: 600;
}

.about.style-11 .about-left-part .about-content p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}

.about.style-11 .about-left-part .about-content .about-button {
    text-align: left;
    margin-top: 40px;
}

.about.style-11 .about-button li a {
    color: #000;
}

.about.style-11 .about-button li:first-child a {
    background: #00fcfa;
}

.about.style-11 .about-button li:last-child a {
    background: #f25a4c;
}

.about.style-11 .about-left-part .about-content .about-button .default-button {}

.about.style-11 .about-right-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about.style-11 .about-right-part .time-count {
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .about.style-11 .about-right-part .time-count {
        width: 30%;
    }
}

.about.style-11 .about-right-part .time-count ul {
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .about.style-11 .about-right-part .time-count ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.about.style-11 .about-right-part .time-count ul li {
    list-style: none;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #85c65e;
    width: 106px;
    height: 123px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about.style-11 .about-right-part .time-count ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #13124b;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.about.style-11 .about-right-part .time-count ul li:nth-child(2) {
    background: #f25a4c;
}

.about.style-11 .about-right-part .time-count ul li:nth-child(3) {
    background: #11a3d4;
}

.about.style-11 .about-right-part .time-count ul li:nth-child(4) {
    background: #006e68;
}

.about.style-11 .about-right-part .time-count ul li span,
.about.style-11 .about-right-part .time-count ul li p {
    color: #fff;
    width: 100%;
}

.about.style-11 .about-right-part .time-count ul li span {
    font-size: 36px;
    font-weight: 600;
    display: block;
    transform: translateY(10px);
}

.about.style-11 .about-right-part .time-count ul li p {
    margin-bottom: 0;
    transform: translateY(-20px);
}

.about.style-11 .about-right-part .about-video-part {
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .about.style-11 .about-right-part .about-video-part {
        width: 70%;
    }
}

.about.style-11 .about-right-part .about-video-part .video-thumb {
    position: relative;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content {}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .content {
    position: absolute;
    top: 30px;
    left: 30px;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .content p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .title {
    position: absolute;
    top: 130px;
    left: 50px;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .title h5 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: #f25a4c;
    position: relative;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .title h5::before {
    position: absolute;
    content: "\f2a0";
    left: -25px;
    top: -5px;
    width: 30px;
    height: 30px;
    color: #f25a4c;
    font-weight: 600;
    font-family: FontAwesome;
    transform: rotate(-25deg);
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .title h5::after {
    position: absolute;
    content: "";
    top: -35px;
    left: -20px;
    width: 100%;
    height: 12px;
    background: url(../../images/11-04-19/shape.png) no-repeat left top;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    color: #f25a4c;
    background: #fff;
    font-size: 20px;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .play:hover {
    background: #00fcfa;
    color: #fff;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .message {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #85c65e;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.about.style-11 .about-right-part .about-video-part .video-thumb .video-content .message:hover {
    text-decoration: none;
    color: #fff;
}


/*speaker style-11 start here 11-04-19*/
.speaker.style-11 {}

.speaker.style-11 .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.speaker.style-11 .section-wrapper .speaker-item {
    width: calc(100% / 1);
}

@media only screen and (min-width: 576px) {
    .speaker.style-11 .section-wrapper .speaker-item {
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 992px) {
    .speaker.style-11 .section-wrapper .speaker-item {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 1200px) {
    .speaker.style-11 .section-wrapper {
        margin: 0 -15px;
    }

    .speaker.style-11 .section-wrapper .speaker-item {
        width: calc(100% / 4);
    }
}

.speaker.style-11 .section-wrapper .speaker-inner {
    margin: 15px;
    position: relative;
}

.speaker.style-11 .section-wrapper .speaker-thumb {
    position: relative;
    width: 269px;
    height: 310px;
    margin: 0 auto;
    background: #031231;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.speaker.style-11 .section-wrapper .speaker-inner .land-img {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.speaker.style-11 .section-wrapper .speaker-content {
    text-align: center;
    margin-top: 25px;
}

.speaker.style-11 .section-wrapper .speaker-content h6 {
    margin-bottom: 10px;
    font-weight: 500;
}

.speaker.style-11 .section-wrapper .speaker-content h6 a {
    font-size: 20px;
    color: #fff;
}

.speaker.style-11 .section-wrapper .speaker-content p {
    color: #fff;
}


/* event schdule style-11 start here 11-04-19 */
.event-schdule.style-11 {
    background: rgba(18, 26, 81, .70);
}

.event-schdule.style-11 .section-wrapper {
    position: relative;
    z-index: 1;
}

.event-schdule.style-11 .tab-selector {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: none;
}

.event-schdule.style-11 .tab-selector li {
    position: relative;
    list-style: none;
    text-align: center;
    width: 107px;
    height: 123px;
    margin: 10px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #85c65e;
}

.event-schdule.style-11 .tab-selector li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: #13124b;
}

.event-schdule.style-11 .tab-selector li:nth-child(2) {
    background: #f25a4c;
}

.event-schdule.style-11 .tab-selector li:nth-child(3) {
    background: #11a3d4;
}

.event-schdule.style-11 .tab-selector li:nth-child(4) {
    background: #006e68;
}

@media only screen and (min-width: 576px) {
    .event-schdule.style-11 .tab-selector li {
        margin: 0;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .event-schdule.style-11 .tab-selector li {
        margin-right: 50px;
    }
}

.event-schdule.style-11 .tab-selector li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-top: 28px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: none;
}

.event-schdule.style-11 .tab-selector li a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    transform: translateY(-14px);
}

.event-schdule.style-11 .tab-selector li a:hover,
.event-schdule.style-11 .tab-selector li a:focus {
    background: none;
    outline: none;
}

.event-schdule.style-11 .tab-content {}

.event-schdule.style-11 .tab-content .tab-pane {
    display: none;
}

.event-schdule.style-11 .tab-content .tab-pane.active {
    display: inherit;
}

.event-schdule.style-11 .tab-content .speaker-list {
    margin: 0;
}

.event-schdule.style-11 .tab-content .speaker-list li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.event-schdule.style-11 .tab-content .speaker-list>li:nth-child(even) {
    margin-left: 30px;
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-thumb {
    width: 90px;
}

@media only screen and (min-width: 768px) {
    .event-schdule.style-11 .tab-content .day-1 {
        margin-left: 25px;
    }

    .event-schdule.style-11 .tab-content .day-2 {
        margin-left: 175px;
    }

    .event-schdule.style-11 .tab-content .day-3 {
        margin-right: 200px;
    }

    .event-schdule.style-11 .tab-content .day-4 {
        margin-right: 30px;
    }

    .event-schdule.style-11 .tab-content .day-3 .speaker-list li,
    .event-schdule.style-11 .tab-content .day-4 .speaker-list li {
        flex-direction: row-reverse;
    }

    .event-schdule.style-11 .tab-content .day-3 .speaker-list>li:nth-child(even),
    .event-schdule.style-11 .tab-content .day-4 .speaker-list>li:nth-child(even) {
        flex-direction: row-reverse;
        margin-right: -35px;
        margin-left: 0;
    }

    .event-schdule.style-11 .tab-content .day-3 .speaker-list li .speaker-content,
    .event-schdule.style-11 .tab-content .day-4 .speaker-list li .speaker-content {
        text-align: right;
        padding-right: 20px;
    }

    .event-schdule.style-11 .tab-content .day-3 .speaker-list li .speaker-content ul,
    .event-schdule.style-11 .tab-content .day-4 .speaker-list li .speaker-content ul {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 992px) {
    .event-schdule.style-11 .tab-content .day-1 {
        margin-left: 140px;
    }

    .event-schdule.style-11 .tab-content .day-2 {
        margin-left: 295px;
    }

    .event-schdule.style-11 .tab-content .day-3 {
        margin-right: 325px;
    }

    .event-schdule.style-11 .tab-content .day-4 {
        margin-right: 168px;
    }
}

@media only screen and (min-width: 1200px) {
    .event-schdule.style-11 .tab-content .day-1 {
        margin-left: 240px;
    }

    .event-schdule.style-11 .tab-content .day-2 {
        margin-left: 395px;
    }

    .event-schdule.style-11 .tab-content .day-3 {
        margin-right: 425px;
    }

    .event-schdule.style-11 .tab-content .day-4 {
        margin-right: 268px;
    }
}


.event-schdule.style-11 .tab-content .day-1 .speaker-list li .speaker-thumb a {
    background: #85c65e;
}

.event-schdule.style-11 .tab-content .day-2 .speaker-list li .speaker-thumb a {
    background: #f25a4c;
}

.event-schdule.style-11 .tab-content .day-3 .speaker-list li .speaker-thumb a {
    background: #11a3d4;
}

.event-schdule.style-11 .tab-content .day-4 .speaker-list li .speaker-thumb a {
    background: #006e68;
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-thumb a {
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-thumb a {}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-thumb a img {}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-content {
    width: calc(100% - 90px);
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-content a {
    color: #fff;
    font-size: 16px;
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-content ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-content ul li {
    list-style: none;
    padding-right: 20px;
    color: #fff;
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-content ul li i {
    padding: 0 5px;
}

.event-schdule.style-11 .tab-content .speaker-list li .speaker-content ul li:last-child {
    padding-right: 0;
}


/* pricing section start here style-11 11-04-19*/
.pricing.style-11 {
    background: rgba(18, 26, 81, .100);
}

.pricing.style-11 .section-wrapper {}

.pricing.style-11 .pricing-item {
    padding: 40px;
    border: 1px solid #00fcfa;
    border-radius: 3px;
    position: relative;
    margin-top: 100px;
    transition: all .3s ease;
}

.pricing.style-11 .pricing-item:hover {
    background: #0e1847;
}

.pricing.style-11 .pricing-item .pricing-thumb {
    position: absolute;
    width: 140px;
    height: 140px;
    line-height: 140px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #00fcfa;
    border-radius: 5px;
    z-index: 1;
    transition: all .3s ease;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.pricing.style-11 .pricing-title {
    text-align: center;
    padding-top: 70px;
}

.pricing.style-11 .pricing-title h5 {
    margin: 0;
    margin-bottom: 45px;
    position: relative;
    color: #fff;
    font-size: 24px;
}

.pricing.style-11 .pricing-title h5::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../images/11-04-19/shape.png) no-repeat center;
}

.pricing.style-11 .pricing-title p {
    font-size: 14px;
    color: #fff;
}

.pricing.style-11 .pricing-content {}

.pricing.style-11 .pricing-content ul {
    margin: 0;
    position: relative;
    z-index: 1;
}

.pricing.style-11 .pricing-content ul li {
    list-style: none;
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
}

.pricing.style-11 .pricing-content ul li::before {
    position: absolute;
    content: "\f00c";
    top: 50%;
    left: 0;
    color: #00fcfa;
    font-family: FontAwesome;
    transform: translateY(-50%);
}

.pricing.style-11 .pricing-content ul li.close-offer::before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #f25a4c;
}

.pricing.style-11 .pricing-button {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    right: -1px;
    padding: 0;
    background: #00fcfa;
    text-align: center;
    transition: all .3s ease;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.pricing.style-11 .pricing-button .price {
    transform: translateY(115px) translateX(20px);
}

.pricing.style-11 .pricing-button .price span {
    display: block;
    font-size: 30px;
    color: #031231;
    font-weight: 700;
    transition: all .3s ease;
}

.pricing.style-11 .pricing-button .price a {
    display: block;
    font-size: 14px;
    transition: all .3s ease;
    color: #031231 !important;
}

.pricing.style-11 .pricing-button .price a:hover {
    color: #f25a4c !important;
}



/* event-sponsor style-11 start here 11-04-19 */
.event-sponsor.style-11 {
    background: rgba(18, 26, 81, .70);
}

.event-sponsor.style-11 .section-wrapper {}

.event-sponsor.style-11 .section-wrapper .default-button {
    padding: 15px 35px;
    background: #00fcfa;
    color: #031231;
    transition: all .3s ease;
}

@media only screen and (max-width: 991px) {
    .event-sponsor.style-11 .section-wrapper .default-button {
        margin-top: 40px;
    }
}

/*.event-sponsor.style-11 .section-wrapper .default-button:hover {
    background: #f25a4c;
    color: #fff;
}*/
.event-sponsor.style-11 .section-wrapper .sponsor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.event-sponsor.style-11 .sponsor-list .sponsor-item {
    width: calc(100% / 1);
    text-align: center;
    padding: 15px 0;
}

@media only screen and (min-width: 500px) {
    .event-sponsor.style-11 .sponsor-list .sponsor-item {
        width: calc(100% / 2);
    }
}

@media only screen and (min-width: 768px) {
    .event-sponsor.style-11 .sponsor-list .sponsor-item {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 992px) {
    .event-sponsor.style-11 .section-wrapper .sponsor-list {
        padding-bottom: 60px;
    }

    .event-sponsor.style-11 .section-wrapper .sponsor-list:last-child {
        padding-bottom: 0;
    }

    .event-sponsor.style-11 .sponsor-list .sponsor-item {
        width: calc(100% / 5);
        padding: 0;
    }
}

.event-sponsor.style-11 .sponsor-list .sponsor-item .sponsor-thumb {}




/* blog style-11 start here 11-04-19 */
.blog.style-11 {
    background: rgba(18, 26, 81, .100);
}

.blog.style-11 .section-wrapper {}

.blog.style-11 .section-wrapper .post-item {
    margin-bottom: 20px;
}

.blog.style-11 .section-wrapper .col-md-4.col-sm-6.col-xs-12:last-child .post-item {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .blog.style-11 .section-wrapper .post-item {
        margin-bottom: 0px;
    }
}

.blog.style-11 .post-item .post-thumb {
    position: relative;
    overflow: hidden;
}

.blog.style-11 .post-item .post-thumb>a {
    display: block;
}

.blog.style-11 .post-item .post-thumb>a>img {
    display: block;
    transition: all .3s ease;
}

.blog.style-11 .post-item:hover .post-thumb>a>img {
    transform: scale(1.04);
}

.blog.style-11 .post-item .post-thumb .author-comment {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

.blog.style-11 .post-item .post-thumb .author-comment>a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}

.blog.style-11 .post-item .post-thumb .author-comment a:last-child {
    margin-right: 0;
}

.blog.style-11 .post-item .post-thumb .author-comment a img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog.style-11 .post-item .post-thumb .author-comment>a>i {
    margin-right: -10px
}

.blog.style-11 .post-item .post-content {
    padding: 30px;
    background: #0e1847;
}

.blog.style-11 .post-item .post-content h6 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
}

.blog.style-11 .post-item .post-content h6 a {
    color: #fff;
    transition: all .3s ease;
}

.blog.style-11 .post-item:hover .post-content h6 a {
    color: #00fcfa;
}

.blog.style-11 .post-item .post-content .post-meta {
    border: none;
    padding: 0;
    margin: 0;
}

.blog.style-11 .post-item .post-content .post-meta li {
    color: #fff;
}

.blog.style-11 .post-item .post-content .post-meta li i {
    margin-right: 10px;
}

.blog.style-11 .post-item .post-content .post-meta li a {
    color: #fff;
    font-size: 14px;
}




/* parallax section start here 11-045-19 */
.parallax {
    position: relative;
}

.parallax-window {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/* newsletter newsletter-seven style-11 stat here 11-04-19 */
.newsletter.newsletter-seven.style-11 {
    background: #00fcfa;
}

.newsletter.newsletter-seven.style-11 p {
    color: #031231;
    font-family: 'Poppins', sans-serif;
}

.newsletter.newsletter-seven.style-11 form input:first-child {
    background: #00fcfa;
    border-color: #031231;
    color: #031231;
}

.newsletter.newsletter-seven.style-11 ::-webkit-input-placeholder {
    color: #031231;
    font-family: 'Poppins', sans-serif;
}

.newsletter.newsletter-seven.style-11 ::-moz-placeholder {
    color: #031231;
    font-family: 'Poppins', sans-serif;
}

.newsletter.newsletter-seven.style-11 ::-moz-placeholder {
    color: #031231;
    font-family: 'Poppins', sans-serif;
}

.newsletter.newsletter-seven.style-11 form input:last-child {
    background: #031231;
    color: #00fcfa;
    padding: 20px 40px;
}

/* footer-six style-11 start here */
.footer-six.style-11 {
    background: url(../../images/11-04-19/footer/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-six.style-11 p a:hover {
    color: #00fcfa;
}

/*home 11 development css*/
#mailpoet_form_2 .mailpoet_text,
#mailpoet_form_2 .mailpoet_textarea {
    width: 360px !important;
    border-radius: 4px 0px 0px 4px !important;
    float: left !important;
}

#mailpoet_form_2 .mailpoet_text,
#mailpoet_form_2 .mailpoet_textarea {
    background: #121a51 !important;
    border: none;
    padding-left: 20px !important;
    color: #fff !important;
    font-weight: 400;
    outline: none;
}

.newsletter.newsletter-seven.style-11 input.mailpoet_submit {
    width: 196px !important;
    height: 60px;
    background: #00fcfa;
    border: none;
    border-radius: 8px;
    color: #121a51;
    font-weight: 600;
    outline: none;
    text-transform: uppercase;
    margin-left: -5px;
    transform: translateY(-1px);
    margin-top: 3px;
}

section.pricing.style-11.padding-120 .pricing-content p {
    color: #FFF;
    margin-bottom: 10px;
}

section.pricing.style-11.padding-120 .pricing-content p span {
    margin-right: 10px;
}

section.pricing.style-11.padding-120 .pricing-content p span i.fa.fa-check {
    color: #00fcfa !important;
    display: inline-block !important;
}

section.pricing.style-11.padding-120 .pricing-content p span i.fa.fa-times {
    color: #f25a4c !important;
    display: inline-block !important;
}

/* 25-04-19 fixing working start here */
@media only screen and (max-width: 1024px) {

    .banner.banner-seven.style-11 .row,
    .sponsor.style-11 .row,
    .about.style-11 .row,
    .speaker.style-11 .row,
    .event-schdule.style-11 .row,
    .pricing.style-11 .row,
    .event-sponsor.style-11 .row,
    .blog.style-11 .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-seven.style-11 {
        height: 1000px;
    }

    .banner.banner-seven.style-11 .banner-seven-content {
        padding-top: 200px;
    }

    .banner.banner-seven.style-11 .content form input[type="submit"],
    input.mailpoet_submit {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {

    .banner.banner-seven.style-11 .eleven-content-right,
    .banner.banner-seven.style-11 .banner-overlay .banner-shap {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .banner.banner-seven.style-11 {
        height: 800px;
    }
}

@media only screen and (max-width: 575px) {
    .banner.banner-seven.style-11 .banner-seven-content {
        padding-top: 80px;
    }

    .banner.banner-seven.style-11 .content .follow-touch .get-touch {
        display: none;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .banner.banner-seven.style-11 .eleven-content-right::before {
        left: 30px;
    }

    .banner.banner-seven.style-11 .eleven-content-right::after {
        right: 40px;
    }

    .banner.banner-seven.style-11 .content form input[type="submit"] {
        margin-top: 20px;
    }

    .banner.banner-seven.style-11 .content form input[type="submit"],
    .banner.banner-seven.style-11 .content form input[type="email"] {
        border-radius: 8px;
    }

    .banner.banner-seven.style-11 .content .follow-touch .follow-us,
    .banner.banner-seven.style-11 .content .follow-touch .get-touch {
        width: 100%;
    }
}









/* additional css */
.banner.banner-seven.style-11 .seven-content-left {
    padding-top: 0;
}

@media only screen and (max-width: 1199px) {
    .banner.banner-seven.style-11 .content .follow-touch .get-touch {
        display: none;
    }

    .banner.banner-seven.style-11 .banner-overlay .banner-shap,
    .banner.banner-seven.style-11 .eleven-content-right .shap-1,
    .banner.banner-seven.style-11 .eleven-content-right .shap-2 {
        display: none;
    }

    .banner.banner-seven.style-11 .content .follow-touch .follow-us ul {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .event-schdule.style-11 .tab-content .speaker-list li {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 575px) {
    .about.style-11 .about-right-part .time-count ul {
        padding-bottom: 20px;
    }

    #mailpoet_form_1 .mailpoet_form {
        background: transparent;
    }

    .event-schdule.style-11 .tab-content .speaker-list li .speaker-content a {
        line-height: 20px;
    }

    .event-schdule.style-11 .tab-content .speaker-list li .speaker-content ul li {
        padding: 0;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    .banner.banner-seven.style-11 .content .follow-touch .follow-us,
    .banner.banner-seven.style-11 .content .follow-touch .get-touch {
        width: 70%;
    }

    #mailpoet_form_2 .mailpoet_text,
    #mailpoet_form_2 .mailpoet_textarea,
    .banner.banner-seven.style-11 .content form input[type="submit"] {
        width: 100% !important;
        border-radius: 8px !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {

    .about.style-11 .about-right-part .time-count,
    .about.style-11 .about-right-part .about-video-part {
        width: 50%;
    }

    .about.style-11 .about-right-part .time-count ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .about.style-11 .about-right-part .time-count ul li {
        margin: 15px 25px;
    }

    .banner.banner-seven.style-11 .content .follow-touch .follow-us {
        width: 48%;
    }
}

/* min width responsive */
@media only screen and (min-width: 1390px) {

    .banner.banner-seven.style-11,
    .banner-seven.style-11 .seven-content-left {
        height: 800px;
    }
}

.modal-backdrop {
    position: absolute;
}



/* =====   home page 12   ===== */
header.header-10.home-12 {
    margin-top: 81px;
}

header.header-10.home-12 nav.main-menu.menu-fixed {
    background-color: #fff;
    position: fixed;
    border-bottom: none;
    min-height: 81px;
}

header.header-10.home-12 nav.main-menu.menu-fixed.animated.fadeInDown {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

header.header-10.home-12 .main-menu::after {
    display: none;
}

header.header-10.home-12 .main-menu .menu-button,
header.header-10.home-12 .main-menu .menu-button:hover,
header.header-10.home-12 .main-menu .menu_cart .item-counter {
    background-color: #f7437c;
}

header.header-10.home-12 .main-menu .menu-button {
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
}


/*  banner home 12 */
.banner.banner-seven.style-11.home-12 {
    background: url(../../images/23-06-19/banner/01.jpg) no-repeat;
    background-position: center center;
}

.banner.banner-seven.style-11.home-12 .content h2 {
    max-width: 90%
}

.banner.banner-seven.style-11.home-12 .content form {
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
}

.banner.banner-seven.style-11.home-12 .content form input[type="email"] {
    background: #fff;
    color: #27009c;
    height: 50px;
}

.banner.banner-seven.style-11.home-12 .content form input[type="submit"] {
    background: #f7437c;
    color: #fff;
    height: 50px;
    transform: translateY(0px);
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
}

.banner.banner-seven.style-11.home-12 ::-webkit-input-placeholder {
    color: #27009c;
}

.banner.banner-seven.style-11.home-12 ::-moz-placeholder {
    color: #27009c;
}

.banner.banner-seven.style-11.home-12 ::-moz-placeholder {
    color: #27009c;
}

.banner.banner-seven.style-11.home-12 ::-ms-input-placeholder {
    color: #27009c;
}

.banner.banner-seven.style-11.home-12 .content .follow-touch .follow-us span,
.banner.banner-seven.style-11.home-12 .content .follow-touch .get-touch span {
    width: 55px;
}

.banner.banner-seven.style-11.home-12 .content .follow-touch .follow-us ul,
.banner.banner-seven.style-11.home-12 .content .follow-touch .get-touch ul {
    width: calc(100% - 55px);
}

.banner.banner-seven.style-11.home-12 .content .follow-touch .follow-us ul li,
.banner.banner-seven.style-11.home-12 .content .follow-touch .get-touch ul li {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.banner.banner-seven.style-11.home-12 .content .follow-touch .get-touch {
    display: inherit;
}


/*  about  */
.about.style-11.home-12 {
    background-size: cover !important;
    background-position: center !important;
}

.about.style-11.home-12 .about-left-part {
    position: relative;
}

.about.style-11.home-12 .about-left-part::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/about.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    transform: translateY(-75px) translateX(-160px);
}

.about.style-11.home-12 .about-left-part .about-title {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.about.style-11.home-12 .about-left-part .about-title::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/shape.png) no-repeat;
    width: 100%;
    height: 15px;
    transform: translateY(15px);
}

.about.style-11.home-12 .about-left-part .about-title h2 {
    font-weight: 700;
    margin: 0;
    color: #121a51;
}

.about.style-11.home-12 .about-left-part .about-title h2 span {
    font-size: 36px;
    color: #f7437c;
}

.about.style-11.home-12 .about-left-part .about-content p {
    color: #696969;
}

.about.style-11.home-12 .about-left-part .about-content .about-button {
    overflow: visible;
}

.about.style-11.home-12 .about-left-part .about-content .about-button .default-button {
    color: #fff;
}

.about.style-11.home-12 .about-left-part .about-content .about-button .default-button:hover {
    transform: translateY(-5px);
}

.about.style-11.home-12 .about-button li:first-child a {
    background: #f7437c;
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
}

.about.style-11.home-12 .about-button li:last-child a {
    background: #9160ff;
    box-shadow: 0px 10px 10px 0px rgba(145, 96, 255, .30);
}

.about.style-11.home-12 .about-right-part {
    position: relative;
    height: 480px;
}

.about.style-11.home-12 .about-right-part .about-list {
    list-style: none;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    content: "";
    box-shadow: 0px 0px 10px 0px rgba(137, 137, 137, .10);
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(1) {
    left: 0;
    top: 0;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(2) {
    left: 50%;
    top: 0;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(2) .post-item:after {
    background: url(../../images/23-06-19/about/02.png);
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(2) .post-item,
.about.style-11.home-12 .about-right-part .about-list:nth-child(5) .post-item {
    width: 170px;
    height: 170px;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(2) .post-item .post-thumb,
.about.style-11.home-12 .about-right-part .about-list:nth-child(5) .post-item .post-thumb {
    padding: 30px;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(3) {
    right: 55%;
    top: 155px;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(3) .post-item:after {
    background: url(../../images/23-06-19/about/03.png);
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(4) {
    left: 60%;
    bottom: 155px;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(4) .post-item:after {
    background: url(../../images/23-06-19/about/04.png);
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(5) {
    left: 0;
    bottom: 0;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(5) .post-item:after {
    background: url(../../images/23-06-19/about/05.png);
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(6) {
    right: -20px;
    bottom: 0;
}

.about.style-11.home-12 .about-right-part .about-list:nth-child(6) .post-item:after {
    background: url(../../images/23-06-19/about/06.png);
}

@keyframes wave-animation {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0;
    }
}

.about.style-11.home-12 .about-right-part .about-list .post-item {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

.about.style-11.home-12 .about-right-part .about-list .post-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background: url(../../images/23-06-19/about/01.png);
    transition: all .4s ease;
    -webkit-animation: wave-animation 5s infinite linear;
    -moz-animation: wave-animation 5s infinite linear;
}

.about.style-11.home-12 .about-right-part .about-list:hover .post-item:after {
    -webkit-animation: wave-animation 0s infinite linear;
    -moz-animation: wave-animation 0s infinite linear;
}

.about.style-11.home-12 .about-right-part .about-list .post-thumb {
    padding: 20px;
    z-index: 1;
    position: relative;
}

.about.style-11.home-12 .about-right-part .about-list .post-content {
    z-index: 1;
    position: relative;
}

.about.style-11.home-12 .about-right-part .about-list .post-content p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}



/* Speakers start here  */
.speakers.home-12 {
    background: url(../../images/23-06-19/bg-image/speaker-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.speakers.home-12 .section-header {
    position: relative;
}

.speakers.home-12 .section-header::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/speaker.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    background-position: center;
}

.speakers.home-12 .section-header h3 {
    color: #121a51;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}

.speakers.home-12 .section-header h3::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/shape.png) no-repeat;
    width: 100%;
    height: 15px;
    left: 50%;
    transform: translateY(70px) translateX(-50%);
    background-position: center;
}

.speakers.home-12 .section-header h3 span {
    color: #f7437c;
}

.speakers.home-12 .section-header p {
    color: #696969;
    z-index: 1;
    position: relative;
}

.speakers.home-12 .speaker-item {
    box-shadow: 0px 0px 10px 0px rgba(137, 137, 137, .10);
}

.speakers.home-12 .speaker-item .speaker-image {
    position: relative;
}

.speakers.home-12 .speaker-item .speaker-thumb {
    width: calc(100% - 50px);
    overflow: hidden;
}

.speakers.home-12 .speaker-item .speaker-thumb img {
    transition: all .3s ease;
}

.speakers.home-12 .speaker-item:hover .speaker-thumb img {
    transform: scale(1.1);
}

.speakers.home-12 .speaker-item .s-media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transform: rotate(90deg) translate(-180px, -180px);
    width: calc(100% - 50px);
    position: absolute;
}

.speakers.home-12 .speaker-item .s-media .s-media-title {
    width: 40%;
    padding: 12px;
    background: #9160ff;
    position: relative;
}

.speakers.home-12 .speaker-item .s-media .s-media-title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #9160ff;
    right: -6px;
    transform: rotate(45deg);
    bottom: 18px;
    border-radius: 3px;
}

.speakers.home-12 .speaker-item .s-media .s-media-title span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
}

.speakers.home-12 .speaker-item .s-media .s-media-icon {
    width: 60%;
    background: #fff;
}

.speakers.home-12 .speaker-item .s-media .s-media-icon ul {
    margin: 0;
    display: flex;
}

.speakers.home-12 .speaker-item .s-media .s-media-icon ul li {
    list-style: none;
}

.speakers.home-12 .speaker-item .s-media .s-media-icon ul li a {
    display: block;
    padding: 12px 17px;
    border-right: 1px solid #ededed;
}

.speakers.home-12 .speaker-item .s-media .s-media-icon ul li a:hover {
    background: #f7437c;
    color: #fff;
}

.speakers.home-12 .speaker-item .s-media .s-media-icon ul li a i {
    transform: rotate(-90deg);
}

.speakers.home-12 .speaker-item .speaker-content {
    padding: 30px;
    background: #fff;
}

.speakers.home-12 .speaker-item .speaker-content h4 {
    margin-bottom: 5px;
}

.speakers.home-12 .speaker-item .speaker-content h4 a {
    color: #2f0b6c;
}

.speakers.home-12 .speaker-item:hover .speaker-content h4 a {
    color: #f7437c;
}

.speakers.home-12 .speaker-item .speaker-content p {}

.speakers.home-12 .speaker-item .speaker-content .speaker-info-list {
    margin: 40px 0;
    margin-bottom: 15px;
}

.speakers.home-12 .speaker-item .speaker-content .speaker-info-list li {
    list-style: none;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #ededed;
}

.speakers.home-12 .speaker-item .speaker-content .speaker-info-list li:last-child {
    border-bottom: 1px solid #ededed;
}

.speakers.home-12 .speaker-item .speaker-content .speaker-info-icon {
    width: 14%;
    text-align: center;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 15px 0;
    margin: -30px 15px;
    position: relative;
}

.speakers.home-12 .speaker-item .speaker-content .speaker-info-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color: #f7437c;
}

.speakers.home-12 .speaker-item .speaker-content .speaker-info-addres {
    width: calc(100% - 14%);
    padding: 25px 0;
    margin: -30px 0px;
}

.speakers.home-12 .text-center .default-button {
    background-color: #9160ff;
    padding: 13px 30px;
    box-shadow: 0px 10px 10px 0px rgba(145, 96, 255, .30);
    margin-top: 40px;
}

.speakers.home-12 .text-center .default-button:hover {
    background-color: #f7437c;
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
    transform: translateY(-5px);
}

/*   counter-section home-12 start here   */
.counter-section.home-12 {
    background: url(../../images/23-06-19/bg-image/counter-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.counter-section.home-12 .counter-content h3 {
    color: #fff;
    font-weight: 500;
}

.counter-section.home-12 .counter-content h2 {
    max-width: 700px;
    margin: auto;
    font-size: 36px;
    line-height: 48px;
}

.counter-section.home-12 .counter-btn a {
    background: #9160ff;
    color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(145, 96, 255, .30);
}

.counter-section.home-12 .counter-btn a:hover {
    background-color: #f7437c;
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
    transform: translateY(-5px);
}

.counter-section.home-12 .counter-content .countdown {
    margin-top: 60px !important;
}

.counter-section.home-12 .counter-content .countdown li {
    position: relative;
    list-style: none;
    flex-basis: 120px;
    width: 120px;
    height: 120px;
    margin: 10px;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
}

.counter-section.home-12 .counter-content .countdown li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: repeat-x !important;
    background-position: bottom !important;
    -webkit-animation: wave-animation 5s infinite linear;
    -moz-animation: wave-animation 5s infinite linear;
}

.counter-section.home-12 .counter-content .countdown li:hover:after {
    -webkit-animation: wave-animation 0s infinite linear;
    -moz-animation: wave-animation 0s infinite linear;
}

.counter-section.home-12 .counter-content .countdown li:nth-child(1):after {
    background: url(../../images/23-06-19/counter/01.png);
}

.counter-section.home-12 .counter-content .countdown li:nth-child(2):after {
    background: url(../../images/23-06-19/counter/02.png);
}

.counter-section.home-12 .counter-content .countdown li:nth-child(3):after {
    background: url(../../images/23-06-19/counter/03.png);
}

.counter-section.home-12 .counter-content .countdown li:nth-child(4):after {
    background: url(../../images/23-06-19/counter/04.png);
}

.counter-section.home-12 .counter-content .countdown li>span {
    font-size: 30px;
    margin-top: 20px;
    display: inline-block;
    font-family: 'poppins', sans-serif;
}

.counter-section.home-12 .counter-content .countdown li:nth-child(1) span {
    color: #f7437c;
}

.counter-section.home-12 .counter-content .countdown li:nth-child(2) span {
    color: #7dcd00;
}

.counter-section.home-12 .counter-content .countdown li:nth-child(3) span {
    color: #ff41c3;
}

.counter-section.home-12 .counter-content .countdown li:nth-child(4) span {
    color: #00baff;
}

.counter-section.home-12 .counter-content .countdown li>p {
    font-weight: 600;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    position: relative;
    z-index: 1;
}



/*  schedules home-12  */
.schedules.home-12 {
    background: url(../../images/23-06-19/bg-image/Schedule-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.schedules.home-12 .section-header {
    position: relative;
    text-align: center;
}

.schedules.home-12 .section-header::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/Schedule.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    background-position: center;
}

.schedules.home-12 .section-header h2 {
    color: #121a51;
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
}

.schedules.home-12 .section-header h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.schedules.home-12 .section-header p {
    color: #696969;
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: auto;
}

.schedules.home-12 .section-header h2 span {
    color: #f7437c;
}

.schedules.home-12 .section-header h2::after {
    background: url(../../images/23-06-19/bg-image/shape.png) no-repeat;
    background-position: center;
}

.schedules.home-12 .section-wrapper {
    overflow: visible;
}

.schedules.home-12 .schedules-items {
    margin-bottom: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
}

.schedules.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(1) .schedule-wrapper .schedules-item:nth-child(2n+1) {
    background: #fffaff;
}

.schedules.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .schedule-wrapper .schedules-item {
    background: #fcfff8;
}

.schedules.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .schedule-wrapper .schedules-item:nth-child(2n+1) {
    background: #fff;
}

.schedules.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .schedule-wrapper .schedules-item:nth-child(2n+1) {
    background: #fffdf5;
}

.schedules.home-12 .schedule-header {
    text-align: center;
    padding: 25px 0;
    background: rgba(225, 73, 152, 1);
    background: linear-gradient(to right, rgba(225, 73, 152, 1) 0%, rgba(144, 96, 255, 1) 100%);
}

.schedules.home-12 .schedule-header h5 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.schedules.home-12 .schedules-item {
    padding: 20px;
    background: #fff;
}

.schedules.home-12 .schedules-item .schedule-head {
    position: relative;
}

.schedules.home-12 .schedules-item .schedule-time {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}

.schedules.home-12 .schedules-item .schedule-time .icon {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.schedules.home-12 .schedules-item .schedule-time .icon:after,
.schedules.home-12 .schedules-item .schedule-time .icon:before {
    position: absolute;
    content: "";
    background: #b898ff;
}

.schedules.home-12 .schedules-item .schedule-time .icon:after {
    height: 100%;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.schedules.home-12 .schedules-item .schedule-time.in .icon:after {
    display: none;
}

.schedules.home-12 .schedules-item .schedule-time .icon:before {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
}

.schedules.home-12 .schedules-item h5 {
    margin: 10px 0px 15px;
    font-size: 14px;
    line-height: 20px;
}

.schedules.home-12 .schedules-item h5 a {
    color: #121a51;
}

.schedules.home-12 .schedules-item .schedule-zone {}

.schedules.home-12 .schedules-item .schedule-dropdown-element {
    display: none;
}

.schedules.home-12 .schedules-item .open .schedule-dropdown-element p {
    margin: 0;
}

.schedules.home-12 .schedules-item .schedule-person {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
}

.schedules.home-12 .schedules-item .schedule-person .schedule-person-img {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.schedules.home-12 .schedules-item .schedule-person .schedule-desc {}

.schedules.home-12 .schedules-item .schedule-person .schedule-desc h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.schedules.home-12 .schedules-item .schedule-person .schedule-desc h6 a {
    color: #121a51;
}

.schedules.home-12 .schedules-item .schedule-person .schedule-desc span {
    color: #696969;
    font-size: 14px;
}

.schedules.home-12 .text-center {
    padding-bottom: 20px;
}

.schedules.home-12 .text-center .default-button {
    background-color: #9160ff;
    padding: 13px 30px;
    box-shadow: 0px 10px 10px 0px rgba(145, 96, 255, .30);
    margin-top: 40px;
}

.schedules.home-12 .text-center .default-button:hover {
    background-color: #f7437c;
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
    transform: translateY(-5px);
}


/*  pricing home-12   */

.pricing.home-12 {
    background: url(../../images/23-06-19/bg-image/pricing-bg.jpg) no-repeat;
}

.pricing.home-12 .section-header {
    position: relative;
    text-align: center;
}

.pricing.home-12 .section-header::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/pricing.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    background-position: center;
}

.pricing.home-12 .section-header h2 {
    color: #121a51;
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
}

.pricing.home-12 .section-header h2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.pricing.home-12 .section-header p {
    color: #696969;
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: auto;
}

.pricing.home-12 .section-header h2 span {
    color: #f7437c;
}

.pricing.home-12 .section-header h2::after {
    background: url(../../images/23-06-19/bg-image/shape.png) no-repeat;
    background-position: center;
}

.pricing.home-12 .pricing-items {}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .pricing-item {
    background: #f7437c;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .pricing-item:after,
.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .pricing-item:before {
    background: #f7437c;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .pricing-item .price .amount {
    color: #f7437c;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(2) .pricing-item .pricing-options p span {
    color: #f7437c;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item {
    background: #7dcd00;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item .pricing-header {
    background: #fff;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item:after,
.col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item:before {
    background: #7dcd00;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item .price .amount {
    color: #7dcd00;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item .pricing-options p span {
    color: #7dcd00;
    background: transparent;
}

.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item .pricing-button a {
    color: #fff;
}

.pricing.home-12 .pricing-items .pricing-item {
    background: #9160ff;
    padding: 10px 0px;
    padding-bottom: 0;
    border-radius: 0 90px 0 90px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0px 10px 10px 0px rgba(145, 96, 255, .30)
}

.pricing.home-12 .pricing-items .pricing-item:hover,
.pricing.home-12 .col-md-4.col-sm-6.col-xs-12:nth-child(3) .pricing-item:hover {
    transform: translateY(-10px);
}

.pricing.home-12 .pricing-items .pricing-item:hover:after {
    bottom: 0;
}

.pricing.home-12 .pricing-items .pricing-item:hover:before {
    top: 0;
}

.pricing.home-12 .pricing-items .pricing-item:after,
.pricing.home-12 .pricing-items .pricing-item:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 320px;
    background: #9160ff;
    transition: all .3s ease;
}

.pricing.home-12 .pricing-items .pricing-item:after {
    right: 0;
    bottom: 100px;
    border-radius: 5px 0 0 5px;
}

.pricing.home-12 .pricing-items .pricing-item:before {
    left: 0;
    top: 40px;
    border-radius: 0 5px 5px 0
}

.pricing.home-12 .pricing-items .pricing-item .pricing-header {
    background: #fff;
    border-bottom: 1px solid #ededed;
    border-radius: 0 90px 0 0;
}

.pricing.home-12 .pricing-items .pricing-item .pricing-header .name {
    color: #121a51;
    margin-bottom: 5px;
}

.pricing.home-12 .pricing-items .pricing-item .pricing-header p {
    margin-bottom: 0;
}

.pricing.home-12 .pricing-items .pricing-item .pricing-options {}

.pricing.home-12 .pricing-items .pricing-item .pricing-options p {
    border-bottom: none;
    margin-bottom: 0;
}

.pricing.home-12 .pricing-items .pricing-item .pricing-options p span {
    background: transparent;
    color: #9160ff;
}

.pricing.home-12 .pricing-items .pricing-item .price {
    text-align: center;
    background: #fff;
    padding-bottom: 15px;
    border-radius: 0 0 0 90px;
}

.pricing.home-12 .pricing-items .pricing-item .price span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    transform: translateY(-14px);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #121a51;
}

.pricing.home-12 .pricing-items .pricing-item .price .amount {
    color: #9160ff;
}

.pricing.home-12 .pricing-items .pricing-item .price .amount span {
    background: transparent;
    padding: 0;
    padding-left: 7px;
    transform: translateY(0px);
    font-size: inherit;
    color: inherit;
}

.pricing.home-12 .pricing-items .pricing-item .pricing-button {
    background: transparent;
    text-align: center;
    padding: 0px;
}

.pricing.home-12 .pricing-items .pricing-item .pricing-button a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 22px 0;
}





/* event-sponsor style-11 home-12 */
.event-sponsor.style-11.home-12 {
    background: url(../../images/23-06-19/bg-image/sponsor.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.event-sponsor.style-11.home-12 .section-header h2 span {
    color: #f7437c;
}

.event-sponsor.style-11.home-12 .section-header h2::after {
    background: url(../../images/23-06-19/bg-image/shape.png) no-repeat;
    background-position: center;
}

.event-sponsor.style-11.home-12 .section-wrapper .default-button {
    color: #fff;
    margin-bottom: 20px;
    background-color: #f7437c;
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
}

.event-sponsor.style-11.home-12 .section-wrapper .default-button:hover {
    transform: translateY(-5px);
}

/*  blog section start here  */
.blog.style-11.home-12 {}

.blog.style-11.home-12 .section-header {
    position: relative;
}

.blog.style-11.home-12 .section-header::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/blog.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    background-position: center;
}

.blog.style-11.home-12 .section-header h2 {
    color: #121a51;
    position: relative;
    z-index: 1;
}

.blog.style-11.home-12 .section-header p {
    color: #696969;
    position: relative;
    z-index: 1;
}

.blog.style-11.home-12 .section-header h2 span {
    color: #f7437c;
}

.blog.style-11.home-12 .section-header h2::after {
    background: url(../../images/23-06-19/bg-image/shape.png) no-repeat;
    background-position: center;
}

.blog.style-11.home-12 .section-wrapper .post-item:hover .post-content h6 a {
    color: #f7437c;
}

.blog.style-11.home-12 .section-wrapper .post-item:hover .post-content .blog-footer .default-button {
    background-color: #f7437c;
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
}

.blog.style-11.home-12 .post-item .post-content {
    background: #fff;
    margin-top: 10px;
}

.blog.style-11.home-12 .post-item .post-content .post-meta li a {
    color: #121a51;
    text-transform: uppercase;
}

.blog.style-11.home-12 .post-item .post-content h6 {
    margin-top: 10px;
}

.blog.style-11.home-12 .post-item .post-content h6 a {
    text-decoration: underline;
    color: #121a51;
}

.blog.style-11.home-12 .post-item .post-content .blog-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.blog.style-11.home-12 .post-item .post-content .blog-footer .default-button {
    background-color: #9160ff;
    padding: 13px 30px;
    box-shadow: 0px 10px 10px 0px rgba(145, 96, 255, .30);
}

.blog.style-11.home-12 .post-item .post-content .blog-footer .social-share-option {
    cursor: pointer;
}

.blog.style-11.home-12 .post-item .post-content .blog-footer .social-share-option>i {
    color: #cdcdcd;
}

.blog.style-11.home-12 .post-item .post-content .blog-footer .social-share-option:hover ul {
    transform: scaleX(1) translateY(-50%);
}

.blog.style-11.home-12 .post-item .post-content .blog-footer .social-share-option ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    transform: scaleX(0) translateY(-50%);
    transform-origin: right;
    position: absolute;
    width: 37%;
    right: 30px;
    top: 50%;
    justify-content: space-around;
    transition: all .3s ease;
}

.blog.style-11.home-12 .post-item .post-content .blog-footer .social-share-option ul li {
    list-style: none;
}

.blog.style-11.home-12 .post-item .post-content .blog-footer .social-share-option ul li a {}

.blog.style-11.home-12 .text-center {
    padding: 15px 0;
}

.blog.style-11.home-12 .text-center .default-button {
    background-color: #9160ff;
    padding: 13px 30px;
    box-shadow: 0px 10px 10px 0px rgba(145, 96, 255, .30);
    margin-top: 60px;
}

.blog.style-11.home-12 .text-center .default-button:hover {
    background-color: #f7437c;
    box-shadow: 0px 10px 10px 0px rgba(247, 67, 124, .30);
    transform: translateY(-5px);
}

/*  social media  */
.facebook {
    color: #4267b2;
}

.twitter {
    color: #1da1f2;
}

.dribbble {
    color: #f7437c;
}

.pinterest {
    color: #e12444;
}

.instagram {
    color: #414c8a;
}

.behance {
    color: #dc71a0;
}

.banner.banner-seven.style-11.home-12 .content form {
    justify-content: space-between;
}

.banner.banner-seven.style-11.home-12 .content p.mailpoet_paragraph {
    margin: 0;
}

.banner.banner-seven.style-11.home-12 #mailpoet_form_1 .mailpoet_text {
    width: 373px;
}

.banner.banner-seven.style-11.home-12 #mailpoet_form_1 .mailpoet_submit {
    width: 100% !important;
    margin-left: 0;
}

.banner.banner-seven.style-11.home-12 #mailpoet_form_1 .mailpoet_message {
    width: 100%;
}

.banner.banner-seven.style-11 .content form {
    display: flex;
    flex-wrap: wrap;
}





/* banner banner-seven home-13  */
.banner.home-13 {
    background: url(../../images/01-12-19/banner/bg.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.home-13 .seven-content-left .content h2 {
    font-size: 80px;
    font-family: 'Fredoka One', cursive;
    text-transform: capitalize;
    font-weight: 400;
    max-width: 100%;
    line-height: 1;
    margin-left: 0;
}

.banner.home-13 .seven-content-left .content p {
    font-size: 18px;
    color: #fff;
}

.banner.home-13 .seven-content-left .counter-btn a {
    margin-right: 10px;
}

.banner.home-13 .seven-content-left .counter-btn a:first-child {
    color: #2ecc80;
}

.banner.home-13 .seven-content-left .counter-btn a:first-child:hover {
    color: #fff;
    background: #2ecc80;
}

/* shape-style */
.shape-style {
    position: relative;
}

.shape-style:after,
.shape-style:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 1;
    background-size: cover;
}

.shape-style:before {
    background: url(../../images/01-12-19//shape-top.png) no-repeat;
    top: 0;
}

.shape-style:after {
    background: url(../../images/01-12-19//shape-bottom.png) no-repeat;
    bottom: 0;
}

/* about home 13*/
.about.home-13 {}

.about.home-13 .about-thumb {}

.about.home-13 .about-thumb .post-thumb {
    text-align: center;
}

.about.home-13 .about-thumb .post-thumb img {}

.about.home-13 .about-left-part {}

.about.home-13 .about-left-part .about-title {
    position: relative;
    padding-bottom: 10px;
}

.about.home-13 .about-left-part .about-title h2 {
    margin: 0 0 15px;
    font-size: 48px;
    font-family: 'Fredoka One', cursive;
    text-transform: capitalize;
}

.about.home-13 .about-left-part .about-title .shape-img {
    position: absolute;
    top: -35px;
    left: 330px;
    z-index: -1;
}

.about.home-13 .about-left-part .about-content {}

.about.home-13 .about-left-part .about-content>p {
    margin-bottom: 30px;
}

.about.home-13 .about-left-part .about-content ul {
    margin: 0;
}

.about.home-13 .about-left-part .about-content ul li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.about.home-13 .about-left-part .about-content ul li .ac-thumb {
    margin-right: 15px;
}

.about.home-13 .about-left-part .about-content ul li .ac-thumb img {}

.about.home-13 .about-left-part .about-content ul li .ac-content {
    width: calc(100% - 90px);
}

.about.home-13 .about-left-part .about-content ul li .ac-content h5 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #002f54;
}

.about.home-13 .about-left-part .about-content ul li .ac-content p {}


/* counter up */
.counter-section.home-13 {
    background: url(../../images/01-12-19/counter/bg.jpg);
    position: relative;
    overflow: hidden;
}

.counter-section.home-13 .count-shape {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
}

.counter-section.home-13 .count-shape .cs-1,
.counter-section.home-13 .count-shape .cs-2 {
    position: absolute;
    top: 0;
}

.counter-section.home-13 .count-shape .cs-1 {
    left: 0;
    animation: big-count 5s linear infinite;
}

.counter-section.home-13 .count-shape .cs-2 {
    right: 0;
    animation: big-count 5s linear infinite;
}

.counter-section.home-13 .counter-content {
    z-index: 1;
    position: relative;
}

@keyframes big-count {
    0% {
        transform: translateY(10px) rotateY(25deg);
    }

    50% {
        transform: translateY(0px) rotateY(0deg);
    }

    100% {
        transform: translateY(10px) rotateY(25deg);
    }
}



.counter-section.home-13 .counter-content h2 {
    margin: 0 auto 15px;
    font-family: 'Fredoka One', cursive;
    text-transform: capitalize;
    max-width: 800px;
}

.counter-section.home-13 .counter-content p {
    color: #fff;
}

.counter-section.home-13 .counter-content .countdown {
    margin-top: 40px !important;
}

.counter-section.home-13 .counter-content li {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-image: linear-gradient(to top, #23cc88, #44ce76, #5ecf63, #76cf4d, #8ecf35);
    flex-basis: auto;
    margin: 15px;
    padding: 15px;
}

.counter-section.home-13 .counter-content li:nth-child(2) {
    background-image: linear-gradient(to top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.counter-section.home-13 .counter-content li:nth-child(3) {
    background-image: linear-gradient(to top, #01cbad, #00c5ca, #00bce3, #00b0f1, #47a1f2);
}

.counter-section.home-13 .counter-content li:nth-child(4) {
    background-image: linear-gradient(to top, #e85aca, #f54fb1, #fd4997, #ff497d, #fc4e65);
}

.counter-section.home-13 .counter-content li>span {
    font-size: 36px;
    color: #fff;
    font-family: 'poppins', sans-serif;
}

.counter-section.home-13 .counter-content li>p {
    font-size: 16px;
    font-family: 'poppins', sans-serif;
}

.counter-section.home-13 .counter-content .countdown .clock-item {}

.counter-section.home-13 .counter-content .countdown .clock-item .count-number {}

.counter-section.home-13 .counter-content .countdown .clock-item .count-text {}

.counter-section.home-13 .counter-content .counter-btn {}

.counter-section.home-13 .counter-content .counter-btn a {
    box-shadow: 0px 10px 10px rgba(255, 255, 255, .30);
}

.counter-section.home-13 .counter-content .counter-btn a:first-child {
    color: #39cd77;
}

.counter-section.home-13 .counter-content .counter-btn a:first-child:hover {
    color: #fff;
}

.counter-section.home-13 .counter-content .counter-btn span {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin: 0 10px;
    text-transform: uppercase;
}




/* schedule-eight home-13 */
.schedule-eight.home-13 .section-header {
    margin-bottom: 0
}

.schedule-eight.home-13 .section-header h2 {
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
    text-transform: capitalize;
}

.schedule-eight.home-13 .tab-content {
    position: relative;
}

.schedule-eight.home-13 .tab-content:after,
.schedule-eight.home-13 .tab-content:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #eaebec;
    left: 50%;
    transform: translateX(-50%);
}

.schedule-eight.home-13 .tab-content:after {
    bottom: 0;
}

.schedule-eight.home-13 .tab-content:before {
    top: 0;
}

.schedule-eight.home-13 .schedule-tabs ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 60px;
    border: none;
}

.schedule-eight.home-13 .schedule-tabs ul li {
    float: none;
}

.schedule-eight.home-13 .nav-tabs>li>a {
    text-align: center;
    border: none;
    padding: 15px 25px;
    box-shadow: 0 10px 10px rgba(38, 204, 133, .10);
    margin: 10px;
    border-radius: 4px;
    color: #2ecc80;
}

.schedule-eight.home-13 .nav-tabs>li.active>a {
    background-image: linear-gradient(to right, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
    color: #fff;
    box-shadow: 0 10px 10px rgba(255, 99, 70, .10);
}

.schedule-eight.home-13 .nav>li>a:focus,
.schedule-eight.home-13 .nav>li>a:hover {
    background-image: linear-gradient(to right, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
    color: #fff;
    box-shadow: 0 10px 10px rgba(255, 99, 70, .10);

}

.schedule-eight.home-13 .nav-tabs>li>a h3 {
    color: inherit;
    margin: 0;
    font-weight: 700;
    font-family: 'Fredoka One', cursive;
    font-size: 30px;
}

.schedule-eight.home-13 .event-schedule-item .section-content-inner {
    box-shadow: 0 0 10px rgba(136, 136, 136, .10);
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
}

.schedule-eight.home-13 .event-schedule-item .section-content-inner .section-thumb {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #eaebec;
    box-shadow: 0 0 10px rgba(136, 136, 136, .10);
}

.schedule-eight.home-13 .event-schedule-item .section-content-inner .section-content {
    width: calc(100% - 175px);
}

.schedule-eight.home-13 .event-schedule-item .section-content p {
    margin-bottom: 15px
}

.schedule-eight.home-13 .event-schedule-item .section-content-inner .section-content span {
    color: #3cc674;
}

.schedule-eight.home-13 .event-schedule-timeline::after {
    background: #eaebec;
    transform: translateX(-50%);
}

.schedule-eight.home-13 .esc-item.left::after,
.schedule-eight.home-13 .esc-item.right::after {
    height: 28px;
    width: 70px;
    z-index: -1;
    top: 25%;
}

.schedule-eight.home-13 .esc-item.right::before,
.schedule-eight.home-13 .esc-item.left::before {
    box-shadow: 0 0 20px rgba(85, 85, 85, .20);
    width: 28px;
    height: 28px;
    border-width: 8px;
    right: -17px;
    top: 25%;
}

.schedule-eight.home-13 .esc-item.right::before {
    left: -12px;
}

.event-schedule-timeline .event-schedule-item:nth-child(1) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(7) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(13) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(20) .esc-item:before {
    background: #3cc674;
}

.event-schedule-timeline .event-schedule-item:nth-child(1) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(7) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(13) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(20) .esc-item:after {
    background-image: linear-gradient(to right, #ffffff, #fafeff, #efffff, #e6fffe, #e6fff0);
}

.event-schedule-timeline .event-schedule-item:nth-child(2) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(8) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(14) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(21) .esc-item:before {
    background: #f56644;
}

.event-schedule-timeline .event-schedule-item:nth-child(2) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(8) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(13) .esc-item .section-content span {
    color: #f56644;
}

.event-schedule-timeline .event-schedule-item:nth-child(2) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(8) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(14) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(21) .esc-item:after {
    background-image: linear-gradient(to right, #ffece8, #fff0f2, #fef5f9, #fdfafd, #ffffff);
}

.event-schedule-timeline .event-schedule-item:nth-child(3) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(9) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(15) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(22) .esc-item:before {
    background: #05c6a9;
}

.event-schedule-timeline .event-schedule-item:nth-child(3) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(9) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(15) .esc-item .section-content span {
    color: #05c6a9;
}

.event-schedule-timeline .event-schedule-item:nth-child(3) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(9) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(15) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(22) .esc-item:after {
    background-image: linear-gradient(to right, #ffffff, #fcfeff, #f4feff, #ecffff, #e6fffb);
}

.event-schedule-timeline .event-schedule-item:nth-child(4) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(10) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(15) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(22) .esc-item:before {
    background: #df5ac3;
}

.event-schedule-timeline .event-schedule-item:nth-child(4) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(10) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(16) .esc-item .section-content span {
    color: #df5ac3;
}

.event-schedule-timeline .event-schedule-item:nth-child(4) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(10) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(15) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(22) .esc-item:after {
    background-image: linear-gradient(to right, #fff1fc, #fdf5fe, #fdf9ff, #fdfcff, #ffffff);
}

.event-schedule-timeline .event-schedule-item:nth-child(5) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(11) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(16) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(23) .esc-item:before {
    background: #8bc937;
}

.event-schedule-timeline .event-schedule-item:nth-child(5) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(11) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(17) .esc-item .section-content span {
    color: #8bc937;
}

.event-schedule-timeline .event-schedule-item:nth-child(5) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(11) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(16) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(23) .esc-item:after {
    background-image: linear-gradient(to right, #ffffff, #f4ffff, #ddffff, #d4fff1, #ebffcf);
}

.event-schedule-timeline .event-schedule-item:nth-child(6) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(12) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(17) .esc-item:before,
.event-schedule-timeline .event-schedule-item:nth-child(24) .esc-item:before {
    background: #5daae7;
}

.event-schedule-timeline .event-schedule-item:nth-child(6) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(12) .esc-item .section-content span,
.event-schedule-timeline .event-schedule-item:nth-child(18) .esc-item .section-content span {
    color: #5daae7;
}

.event-schedule-timeline .event-schedule-item:nth-child(6) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(12) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(17) .esc-item:after,
.event-schedule-timeline .event-schedule-item:nth-child(24) .esc-item:after {
    background-image: linear-gradient(to right, #e4f3ff, #edf5ff, #f5f8ff, #fbfbff, #ffffff);
}


/* video-section */
.video-section.home-13 {
    background: #007200;
    position: relative;
    overflow: hidden;
}

.video-section.home-13 .section-header {
    max-width: 500px;
}

.video-section.home-13 .section-header h2 {
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
    color: #fff;
    line-height: 1.2;
}

.video-section.home-13 .section-header p {
    color: #fff;
    max-width: 375px;
}

.video-section.home-13 .section-header a {
    padding: 16px 51px;
    background: #fff;
    color: #007200;
    border-radius: 2px;
    margin-top: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 10px 10px rgba(255, 255, 255, .30);
    display: inline-block;
}


/* event-activation */
.event-activation.home-13 {}

.event-activation.home-13 .section-header {
    margin-bottom: 60px;
}

.event-activation.home-13 .section-header h2 {
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
    text-transform: capitalize;
}

.event-activation.home-13 .section-wrapper {}

.event-activation.home-13 .section-wrapper .event-item {
    text-align: center;
    padding: 60px 30px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.event-activation.home-13 .section-wrapper .event-item .event-thumb {
    padding-bottom: 20px;
}

.event-activation.home-13 .section-wrapper .event-item .event-thumb img {
    width: auto;
    max-width: 100%;
}

.event-activation.home-13 .section-wrapper .event-item .event-content {
    text-align: center;
}

.event-activation.home-13 .section-wrapper .event-item .event-content a {
    font-size: 18px;
    color: #002f54;
    font-weight: 500;
    display: inline-block;
}


/* sponsor home-13 */
.sponsor.home-13 {
    background: url(../../images/01-12-19/sponsor/bg.jpg);
}

.sponsor.home-13 .section-header h2 {
    color: #fff;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    text-transform: capitalize;
}

.sponsor.home-13 .sponsor-button {
    color: #fff;
    border-radius: 4px;
    background-image: linear-gradient(to right, #23cc88, #44ce76, #5ecf63, #76cf4d, #8ecf35);
    box-shadow: 0 18px 30px rgba(38, 204, 133, .30);
}


/* pricing home-13  */
.pricing.home-13 {}

.pricing.home-13 .section-header {}

.pricing.home-13 .section-header h2 {
    color: #002f54;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    text-transform: capitalize;
}

.pricing.home-13 .section-header p {
    color: #555555;
}

.pricing.home-13 .pricing-items {}

.pricing.home-13 .pricing-items .pricing-item {
    position: relative;
    transition: all .5s ease;
}

.pricing.home-13 .pricing-items .pricing-item:hover {
    box-shadow: 0 18px 24px rgba(255, 114, 58, .36);
}

.pricing.home-13 .pricing-items .pricing-item.first {
    background-image: linear-gradient(to right, #23cc88, #44ce76, #5ecf63, #76cf4d, #8ecf35);
}

.pricing.home-13 .pricing-items .pricing-item.first:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #23cc88, #44ce76, #5ecf63, #76cf4d, #8ecf35);
}

.pricing.home-13 .pricing-items .pricing-item.first:hover {
    box-shadow: 0 18px 24px rgba(35, 204, 136, .36);
}

.pricing.home-13 .pricing-items .pricing-item.second {
    background-image: linear-gradient(to right, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.pricing.home-13 .pricing-items .pricing-item.second:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.pricing.home-13 .pricing-items .pricing-item.second .pricing-options .price h3,
.pricing.home-13 .pricing-items .pricing-item.second .pricing-options .price p {
    color: #ffb400;
}

.pricing.home-13 .pricing-item.second .pricing-button {
    background-image: linear-gradient(to right, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.pricing.home-13 .pricing-items .pricing-item.third {
    background-image: linear-gradient(to right, #01cbad, #00c5ca, #00bce3, #00b0f1, #47a1f2);
}

.pricing.home-13 .pricing-items .pricing-item.third:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #01cbad, #00c5ca, #00bce3, #00b0f1, #47a1f2);
}

.pricing.home-13 .pricing-items .pricing-item.third .pricing-options .price h3,
.pricing.home-13 .pricing-items .pricing-item.third .pricing-options .price p {
    color: #47a1f2;
}

.pricing.home-13 .pricing-item.third .pricing-button {
    background-image: linear-gradient(to right, #01cbad, #00c5ca, #00bce3, #00b0f1, #47a1f2);
}

.pricing.home-13 .pricing-items .pricing-item.third:hover {
    box-shadow: 0 18px 24px rgba(1, 203, 173, .36);
}

.pricing.home-13 .pricing-items .pricing-item .pricing-header {
    background: transparent !important;
    padding-bottom: 0;
}

.pricing.home-13 .pricing-items .pricing-item .pricing-header .price-thumb {
    text-align: center;
}

.pricing.home-13 .pricing-items .pricing-item .pricing-header .price-thumb img {}

.pricing.home-13 .pricing-items .pricing-item .pricing-header .price-thumb h2 {
    color: #fff;
    text-align: right;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.pricing.home-13 .pricing-items .pricing-item .pricing-options {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(../../images/01-12-19/pricing/shape.png);
    mask-image: url(../../images/01-12-19/pricing/shape.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border-bottom: 5px;
}

.pricing.home-13 .pricing-items .pricing-item .pricing-options .price {
    margin-bottom: 20px;
}

.pricing.home-13 .pricing-items .pricing-item .pricing-options .price h3 {
    margin: 0;
    color: #86cf3b;
    font-size: 36px;
    margin-bottom: 10px;
}

.pricing.home-13 .pricing-items .pricing-item .pricing-options .price p {
    margin-bottom: 0;
    color: #86cf3b;
    padding-bottom: 10px;
}

.pricing.home-13 .pricing-item .pricing-options p {
    border-bottom: none;
    margin-bottom: 0;
}

.pricing.home-13 .pricing-item .pricing-options p span.active {
    background: #64ce56 !important;
}

.pricing.home-13 .pricing-item .pricing-options p span.off {
    background: #ff6565 !important;
}

.pricing.home-13 .pricing-item .pricing-button {
    display: inline-block;
    background-image: linear-gradient(to right, #23cc88, #44ce76, #5ecf63, #76cf4d, #8ecf35);
    color: #fff;
    padding: 15px 55px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 4px;
    text-decoration: none;
}


/* multi-gallery-section home-13 */
.multi-gallery-section.home-13 .section-header h2 {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    text-transform: capitalize;
}


/* testimonial home-13 */
.testi-shape {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.testi-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.testi-shape-2 {
    position: absolute;
    right: -100px;
    bottom: 0;
}

.testimonial.home-13 {
    background: url(../../images/01-12-19/testimonial/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.testimonial.home-13 .section-header {
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
}

.testimonial.home-13 .section-header h2 {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.testimonial.home-13 .section-header p {
    color: #fff;
}

.testimonial.home-13 .section-wrapper {}

.testimonial.home-13 .section-wrapper .testimonial-item {}

.testimonial.home-13 .section-wrapper .testimonial-inner {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial.home-13 .section-wrapper .testimonial-head {
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
}

.testimonial.home-13 .section-wrapper .testimonial-head .testi-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial.home-13 .section-wrapper .testimonial-head .testi-top .testimonial-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial.home-13 .section-wrapper .testimonial-head .testi-top .name-des {
    padding-left: 10px;
    padding-right: 20px;
}

.testimonial.home-13 .section-wrapper .testimonial-head .testi-top .name-des h5 {
    margin: 0;
    color: #002f54;
    font-size: 20px;
    text-transform: capitalize;
}

.testimonial.home-13 .section-wrapper .testimonial-head .testi-top .name-des span {
    display: inline-block;
    color: #002f54;
    font-size: 16px;
}

.testimonial.home-13 .section-wrapper .testimonial-body {
    padding: 20px;
}

.testimonial.home-13 .section-wrapper .testimonial-body p {
    margin-bottom: 0;
}

.testimonial.home-13 .section-wrapper .testimonial-footer {
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.testimonial.home-13 .section-wrapper .testimonial-footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.testimonial.home-13 .section-wrapper .testimonial-footer ul li {
    padding: 5px;
    list-style: none;
}

.testimonial.home-13 .section-wrapper .testimonial-footer ul li i {
    color: #fed643;
}

.testimonial.home-13 .section-wrapper .testimonial-footer img {}

.video-player video {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: auto;
    height: 873px;
}

.esc-item-content .section-content-inner .section-thumb img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    max-width: 100%;
}

/*  */
h2.wp-block-heading {
    font-size: 20px;
    padding-left: 20px;
}

.wp-block-search__inside-wrapper {
    position: relative;
}