body {
    --ck-z-default: 100;
    --ck-z-modal: calc(var(--ck-z-default) + 999);
}

a {
    color: #F37D20;
}

a:focus, a:hover {
    color: #85b240;
    text-decoration: none;
}


.tracking-detail {
    padding: 3rem 0;
}

#tracking {
    margin-bottom: 0rem;
}

[class*=tracking-status-] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

[class*=tracking-status-] {
    padding: 1.6rem 0
}

.tracking-item {
    border-left: 1px solid #e5e5e5;
    position: relative;
    /*padding:2rem 1.5rem .5rem 2.5rem;*/
    font-size: .9rem;
    min-height: 5rem
}

.tracking-item:last-child {
    padding-bottom: 1.5rem
}

.tracking-item .tracking-date {
    margin-bottom: .5rem
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: .4rem;
    font-weight: normal;
}

.tracking-item .tracking-content {
    padding: .5rem .8rem;
    background-color: #f4f4f4;
    border-radius: .5rem;
    font-weight: normal;
}

.tracking-item .tracking-content span {
    display: block;
    color: #888;
    font-size: 85%;
    font-weight: normal;
}

.tracking-item .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff
}

.tracking-item .tracking-icon.status-sponsored {
    background-color: #f68
}

.tracking-item .tracking-icon.status-delivered {
    background-color: #4cbb87
}

.tracking-item .tracking-icon.status-deliveryoffice {
    background-color: #f7dc6f
}

.tracking-item .tracking-icon.status-attemptfail {
    background-color: #b789c7
}

.tracking-item .tracking-icon.status-exception {
    background-color: #d26759
}

.tracking-item .tracking-icon.status-inforeceived {
    background-color: #214977
}

.tracking-item .tracking-icon.status-intransit {
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    font-size: .6rem
}

@media (min-width: 992px) {
    .tracking-item {
        margin-left: 10rem
    }

    .tracking-item .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right
    }

    .tracking-item .tracking-date span {
        display: block
    }

    .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent
    }
}

.session-title {
    padding: 10px 10px 5px;
    border-radius: 5px;
}

.session-content {
    border-left: 1px solid #e5e5e5;
}

.add-reminder {
}

a {
    color: #F37D20;
}

.time-title-big {
    color: #28190D;
}

.time-title {
    color: #F37D20;
}

.btn-success, .badge-success, .label-success, .bg-success {
    background-color: #85B240 !important;
}

.btn-primary, .badge-primary, .label-primary, .bg-primary {
    background-color: #F37D20 !important;
    border-color: #F37D20;
}

.text-primary {
    color: #F37D20 !important;
}

.text-success {
    color: #85B240;
}

.text-primary {
    color: #F37D20;
}

.text-dark {
    color: #28190D;
}

.bg-dark {
    background-color: #28190D;;
}

/*Google place search box */
.pac-container {
    z-index: 10510 !important;
}

#map {
    height: 100%;
    width: 100%;
}

/*Joe Started Here*/

.header-heading h2 {
    text-align: center;
    font-weight: 600;
    margin: 25px 0;
    font-size: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 15px;
}

.header-heading h3, .list-group-item .font-weight-bold {
    text-align: left;
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 15px;
}

.btn-warning, .btn-success, {
    color: #ffffff;
}

.btn-warning:hover, .btn-success:hover {
    color: #ffffff;
    background-color: #f47e1f;
    border-color: #f47e1f;
}

.fancy-bg {
    border-radius: 0;
    padding: 200px 30px;
    margin: -1.5rem 0 0 0;
}

.pb-4, .pt-4, .py-4 {
    padding: 0;
    margin: 0;
}

.search-box {
    padding: 0 300px;
    max-width: 100%;
    flex: 0 0 100%;
}

h2.sessionDate {
    font-weight: 600;
    font-size: 1.2rem;
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    margin-bottom: 2.5rem;
}

.sessionDate {
    font-weight: 600;
    font-size: 1rem;
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
}

.btn-link {
    font-size: 0.75rem;
    color: #f47e1f;
}

.btn-link:hover {
    text-decoration: none;
    color: #f47e1f;
}

.google-button {
    height: 40px;
    border-width: 0;
    background: white;
    color: #737373;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
    transition-property: background-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
    padding-bottom: 5px;

&
:focus,

&
:hover {
    box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

&
:active {
    background-color: #e5e5e5;
    box-shadow: none;
    transition-duration: 10ms;
}

}

.google-button__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 8px 8px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
}

.google-button__text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', arial, sans-serif;
}

.footer-outer {
    background-color: #28190d;
    color: #fff;
}

.footer-front {
    padding: 50px 0 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    height: 200px;
}

.bg-success {
    background: #85b23f;
}

.text-success {
    color: #85b23f !important;
}

a.text-success:hover, a.text-success:focus {
    color: #f47e1f !important;
}

.sched-modal-links {
    font-size: 1.1rem;
    font-weight: 500;
}

.fa.text-success, .fa.text-primary, .dropdown-item .fa.text-dark {
    margin-right: 10px;
}

.text-primary {
    color: #f47e1f !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #f47e1f;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #85b23f;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #85b23f;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}


.btn-outline-danger {
    background-color: transparent;
    border-color: #f47e1f;
}

.btn-outline-danger:hover {
    border-color: #85b23f;
    color: #85b23f;
}

.btn-outline-danger:active {
    background-color: transparent;
    border-color: #85b23f;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #f47e1f;
}

.btn-outline-primary:hover {
    background-color: #f47e1f !important;
    color: #FFFFFF;
}

a.btn-create {
    background-color: #85B240;
    color: #ffffff;
}

a.btn-create:hover {
    background-color: #f47e1f;
    color: #ffffff;
}

a.btn-create:active {
    background-color: transparent;
    border-color: #85b23f;
}

.nav.navbar-right > li > a {
    color: #F37D20;
}

.nav.navbar-right > li > a:focus, .nav.navbar-right > li > a:hover {
    color: #85b240;
    text-decoration: none;
}

.navbar-nav.nav-item > li > a {
    color: #F37D20;
}

.col-lg-12 nav.bglight {
    background-color: #eee !important;
    margin-top: 50px;
}

.list-group-item.active {
    background-color: #F37D20;
    border-color: #F37D20;
}

.page-item.active .page-link {
    background-color: #85b240;
    border-color: #85b240;
}

.rounded-circle-session-filter {
    border-radius: 50% !important;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: -2px 10px;
}

.select-css {
    display: block;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.3;
    padding: .5em 1.5em .25em .4em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: .5em;
    border-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('https://timetickets.co.tz/img/orange-arrow.png');
    /*linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);*/
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css-nav {
    display: block;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 1.3;
    padding: .5em 1.5em .25em .4em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 4px 0 0 6px;
    border-radius: .5em;
    border-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /*linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);*/
    background-repeat: no-repeat, repeat;
    background-position: right -0.05em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

@media (max-width: 767px) {

    li.nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        padding: 5px 0;
    }
}

dl {
    width: auto;
    overflow: hidden;
    margin: 0px;
    border-bottom: 1px solid #D0D0D0;
}

dt {
    float: left;
    width: 150px;
    /* adjust the width; make sure the total of both is 100% */
    background: #f7f7f7;
    text-align: right;
    padding: 5px;
}

dd {
    float: left;
    width: 50%;
    padding: 5px;
}

.ck-editor__editable {
    min-height: 150px;
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 10055 !important;
}

.paymentInstructions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.paymentInstructions ul li {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.bg-orange {
    background-color: #f47e1f !important;
}

/* customizing colors and dimensions */

.dropdown-menu {
    min-width: 15rem;
}

.dropdown-item {
    padding: .95rem 1.5rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoInstagram:hover {
    background-color: #c13584;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoWebsite:hover {
    background-color: #f77737;
}

.social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoInstagram:hover i, .social-network a.icoWebsite:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/*.social-network a {
    background-color: #D3D3D3;
}*/

a.icoFacebook {

    background-color: #3B5998;
}

a.icoTwitter {
    background-color: #33ccff;
}

a.icoInstagram {
    background-color: #c13584;
}

a.icoLinkedin {
    background-color: #007bb7;
}

a.icoWebsite {
    background-color: #f77737;
}

/*New Schedule design */

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Poppins', sans-serif;
font-family: 'Lora', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

/***

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title{
    position:relative;
    padding:245px 0px 120px;
    text-align:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
}

.page-title .inner-box{
    position:relative;
}

.page-title h1{
    font-size:48px;
    font-weight:800;
    color:#ffffff;
    letter-spacing:1px;
    line-height:1.4em;
    text-transform:uppercase;
}

.page-title .bread-crumb{
    position:relative;
    color:#ffffff;
}

.page-title .bread-crumb li{
    position:relative;
    color:#f77737;
    margin-right:10px;
    font-size:22px;
    font-weight:500;
    font-style:italic;
    padding-right:10px;
    display:inline-block;
    text-transform:capitalize;
    font-family: 'Lora', serif;
}

.page-title .bread-crumb li:after{
    position:absolute;
    content:'/';
    right:-5px;
    top:0px;
    color:#ffffff;
    font-size:14px;
}

.page-title .bread-crumb li a{
    position:relative;
    color:#ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li a.current{
    position:relative;
    color:#f77737;
}

.page-title .bread-crumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-title .bread-crumb li:last-child::after{
    display:none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size:14px;
    color:#666666;
    line-height:1.8em;
    font-weight:400;
    background:#ffffff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#F37D20;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.4em;
    font-family: 'Raleway', sans-serif;
}

.no-padding{
    padding:0px !important;
}

input,button,select,textarea{

}

p,
.text{
    position:relative;
    line-height:1.8em;
    font-family: 'Poppins', sans-serif;
}

.strike-through{
    text-decoration:line-through;
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}

.small-container{
    max-width:780px;
    margin:0 auto;
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}

.theme-btn{
    display:inline-block;
    text-align:center;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.grey-bg{
    background-color:#fafafa;
}

.centered{
    text-align:center;
}

/*Sec Title*/

.sec-title{
    position:relative;
    padding-bottom:30px;
    margin-bottom:50px;
}

.sec-title h2{
    position:relative;
    color:#222222;
    font-size:36px;
    font-weight:800;
    line-height:1.2em;
    margin-bottom:5px;
    text-transform:uppercase;
}

.sec-title .text{
    position:relative;
    font-size:17px;
    color:#777777;
    font-style:italic;
    font-family: 'Lora', serif;
}

.sec-title.centered{
    text-align:center;
}

.sec-title.centered::after{
    left:50%;
    margin-left:-30px;
}

.sec-title:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:60px;
    height:1px;
    background-color:#F37D20;
}

.sec-title.light h2,
.sec-title.light .text{
    color:#ffffff;
}

/*Btn Style One*/

.btn-style-one{
    position:relative;
    padding:12px 51px;
    line-height:24px;
    color:#ffffff;
    text-align:center;
    font-size:15px;
    font-weight:800;
    background:#F37D20;
    letter-spacing:1px;
    border-radius:3px;
    border:2px solid #F37D20;
    text-transform:uppercase;
    font-family: 'Raleway', sans-serif;
}

.btn-style-one:hover{
    color:#F37D20;
    background:none;
    border-color:#F37D20;
}

/*Btn Style Two*/

.btn-style-two{
    position:relative;
    padding:12px 51px;
    line-height:24px;
    color:#ffffff;
    text-align:center;
    font-size:15px;
    font-weight:800;
    background:#F37D20;
    letter-spacing:1px;
    border-radius:3px;
    border:2px solid #F37D20;
    text-transform:uppercase;
    font-family: 'Raleway', sans-serif;
}

.btn-style-two:hover{
    color:#F37D20;
    background:none;
    border-color:#F37D20;
}

.theme_color{
    color:#F37D20;
}

/*Social Icon One*/

.social-icon-one{
    position:relative;
}

.social-icon-one li{
    position:relative;
    margin:0px 2px;
    display:inline-block;
}

.social-icon-one li a{
    position:relative;
    width:34px;
    height:34px;
    color:#ffffff;
    font-size:13px;
    line-height:34px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    background-color:rgba(0,0,0,0.55);
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.social-icon-one li a:hover{
    color:#ffffff;
    background-color:#F37D20;
}

/*Social Icon Two*/

.social-icon-two{
    position:relative;
}

.social-icon-two li{
    position:relative;
    margin-left:20px;
    display:inline-block;
}

.social-icon-two li a{
    position:relative;
    color:#ffffff;
    font-size:22px;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.social-icon-two li a:hover{
    color:#F37D20;
}

/*Social Icon Three*/

.social-icon-three{
    position:relative;
}

.social-icon-three li{
    position:relative;
    margin:0px 2px;
    display:inline-block;
}

.social-icon-three li.share{
    color:#121212;
    font-size:20px;
    margin-bottom:15px;
    width:100%;
    display:block;
    font-style:italic;
    font-family: 'Lora', serif;
}

.social-icon-three li a{
    position:relative;
    width:30px;
    height:30px;
    color:#969696;
    font-size:13px;
    line-height:28px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    border:2px solid #969696;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.social-icon-three li a:hover{
    color:#ffffff;
    border-color:#F37D20;
    background-color:#F37D20;
}

/*img{
    display:inline-block;
    max-width:100%;
}*/

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
    position:absolute;
    left:0px;
    top:0px;
    z-index:999;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sticky-header{
    position:fixed;
    opacity:0;
    visibility:hidden;
    left:0px;
    top:0px;
    width:100%;
    padding:0px 0px;
    background:#ffffff;
    z-index:0;
    border-bottom:1px solid #cccccc;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sticky-header .logo{
    padding:2px 0px;
}

.fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-upper{
    position:relative;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    z-index:5;
}

.main-header .header-upper .inner-container{
    position:relative;
    border-bottom:1px solid rgba(255,255,255,0.22);
}

.main-header .header-upper .inner-container:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:-4px;
    width:100%;
    height:1px;
    background-color:rgba(255,255,255,0.22);
}

.header-style-two .header-upper{
    position:relative;
    background:#1a1f2e;
}

.header-style-two .logo-outer{
    padding:5px 0px 10px !important;
}

.main-header .logo-outer{
    position:relative;
    float:left;
    z-index:25;
    padding:25px 0px;
}

.main-header .logo-outer .logo img{
    position:relative;
    display:inline-block;
    max-width:100%;
}

.main-header .header-upper .upper-right{
    position:relative;
    float:right;
}

.main-header .header-upper .nav-outer{
    position:relative;
    float:right;
}

.main-header .nav-outer .more-options{
    position:relative;
    float:right;
    margin: 50px 0px 25px 35px;
}

/*Search Box*/

.main-header .nav-outer .dropdown-outer{
    position:relative;
}

.main-header .nav-outer .dropdown-outer .search-box-btn{
    position:relative;
    width:45px;
    height:45px;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    line-height:42px;
    border-radius:50%;
    background-color:#F37D20;
}

.main-header .nav-outer .dropdown-outer .dropdown-menu{
    top:80px;
    padding:0px;
    width:250px;
    border-radius:0px;
    border-top:2px solid #F37D20;
}

.main-header .search-panel .form-container{
    padding:20px 20px;
}

.main-header .search-panel .form-group{
    position:relative;
    margin:0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
    display:block;
    width:100%;
    color:#000000;
    line-height:24px;
    padding:7px 40px 7px 15px;
    height:40px;
    border:1px solid #e0e0e0;
    background:#ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
    border-color:#F37D20;
}

.main-header .search-panel .search-btn{
    position:absolute;
    right:0px;
    top:0px;
    width:40px;
    height:40px;
    text-align:center;
    color:#555555;
    font-size:12px;
    background:none;
    cursor:pointer;
}

.fixed-header .main-menu{
    padding-top:0px;
}

.header-style-two .main-menu{
    padding-top:0px;
}

.main-menu{
    position:relative;
    float:left;
    padding-top:18px;
}

.main-menu .navbar-collapse{
    padding:0px;
}

.main-menu .navigation{
    position:relative;
    margin:0px;
}

.main-menu .navigation > li{
    position:relative;
    float:left;
    margin-right:30px;
    padding:15px 0px 15px;
}

.main-menu .navigation > li:last-child{
    margin-right:0px;
}

.sticky-header .main-menu .navigation > li{
    padding:0px;
    margin-right:0px;
}

.main-menu .navigation > li > a{
    position:relative;
    display:block;
    padding:25px 0px;
    font-size:15px;
    color:#ffffff;
    line-height:30px;
    font-weight:500;
    opacity:1;
    text-transform:uppercase;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.header-style-two .header-upper .upper-right .social-boxed{
    margin-top:35px;
}

.sticky-header .main-menu .navigation > li > a{
    padding:13px 15px !important;
    color:#333333;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
    display:none;
}

.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a{
    color:#F37D20;
    opacity:1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
    color:#ffffff !important;
    background:#F37D20;
}

.main-menu .navigation > li:hover > a:after{
    opacity:1;
}

.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top:100%;
    width:240px;
    z-index:100;
    display:none;
    padding:0px 0px;
    background:#fefefe;
    border-top:2px solid #F37D20;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
    left:auto;
    right:0px;
}

.main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
    border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
    border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    padding:12px 20px;
    line-height:22px;
    font-weight:500;
    font-size:14px;
    color:#222222;
    text-align:left;
    text-transform:capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
    color:#ffffff;
    background-color:#F37D20;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
    font-family: 'FontAwesome';
    content: "\f105";
    position:absolute;
    right:10px;
    top:12px;
    width:10px;
    height:20px;
    display:block;
    line-height:21px;
    font-size:16px;
    font-weight:normal;
    text-align:center;
    z-index:5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
    color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
    position:absolute;
    left:100%;
    top:0px;
    width:240px;
    z-index:100;
    display:none;
    background:#fefefe;
    border-top:2px solid #F37D20;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    width:100%;
    border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
    border-bottom:none;
}

.main-menu .navigation > li > ul > li  > ul > li >
    position:relative;
    display:block;
    padding:12px 20px;
    line-height:22px;
    font-weight:500;
    font-size:14px;
    color:#222222;
    text-align:left;
    text-transform:capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
    color:#ffffff;
    background-color:#F37D20;
}

.main-menu .navigation > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    top:0px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
    position:absolute;
    right:10px;
    top:6px;
    width:34px;
    height:30px;
    border:1px solid #ffffff;
    text-align:center;
    font-size:16px;
    line-height:26px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    display:none;
}

/*Search Form*/

.header-style-two{
    position:relative;
}

.header-style-two .header-lower .search-form{
    position:relative;
    width:270px;
    z-index:12;
}

.header-style-two .header-lower .search-form .form-group{
    position:relative;
    display:block;
    margin:0px;
    max-width:300px;
}

.header-style-two .header-lower .search-form .form-group input[type="text"],
.header-style-two .header-lower .search-form .form-group input[type="search"]{
    position:relative;
    display:block;
    width:100%;
    line-height:23px;
    height:45px;
    font-size:14px;
    background:none;
    border-radius:4px;
    border:1px solid #ececec;
    padding:10px 10px 10px 20px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.header-style-two .header-lower .search-form .form-group input[type="search"]:focus{
    border-color:#F37D20;
}

.header-style-two .search-form .form-group input[type="submit"],
.header-style-two .search-form button{
    position:absolute;
    right:0px;
    top:-2px;
    width:50px;
    height:45px;
    line-height:48px;
    color:#b8b8b8;
    font-size:16px;
    background:none;
}

.header-style-two .header-lower{
    position:relative;
    background-color:#ffffff;
}

.header-style-two .main-menu .navigation > li{
    padding:0px;
    margin-right:30px;
}

.header-style-two.fixed-header .main-menu .navigation > li{
    margin-right:0px;
}

.header-style-two .main-menu .navigation > li > a{
    color:#222222;
    font-weight:500;
    padding-top:25px;
    padding-left:0px;
    padding-bottom:25px;
    padding-right:0px;
}

.header-style-two .main-menu .navigation > li.dropdown > a:before{
    right:22px;
}

.header-style-two .nav-outer{
    position:relative;
}

.header-style-two .outer-box{
    position:absolute;
    right:0px;
    top:18px;
}

/***

====================================================================
	Events Section
====================================================================

***/

.events-section{
    position:relative;
    padding:145px 0px 110px;
}

.event-block{
    position:relative;
    margin-bottom:40px;
}

.event-block .inner-box{
    position:relative;
}

.event-block .inner-box .image{
    position:relative;
}

.event-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.event-block .inner-box .lower-content{
    position:relative;
    padding:35px 22px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(241,241,241,1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(241,241,241,1);
    box-shadow: 0px 0px 18px 0px rgba(241,241,241,1);
}

.event-block .inner-box .lower-content h3{
    position:relative;
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
    text-transform:uppercase;
}

.event-block .inner-box .lower-content h3 a{
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.event-block .inner-box .lower-content h3 a:hover{
    color:#F37D20;
}

.event-block .inner-box .lower-content .text{
    position:relative;
    color:#777777;
    font-size:14px;
    line-height:1.8em;
    margin-bottom:15px;
}

.event-block .inner-box .lower-content .read-more{
    position:relative;
    color:#F37D20;
    font-size:16px;
    font-style:italic;
    font-family: 'Lora', serif;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.event-block .inner-box .lower-content .read-more:hover{
    color:#F37D20;
}

.event-block .inner-box:hover .lower-content{
    -webkit-box-shadow: 0px 0px 25px -3px rgba(164,163,163,1);
    -moz-box-shadow: 0px 0px 25px -3px rgba(164,163,163,1);
    box-shadow: 0px 0px 25px -3px rgba(164,163,163,1);
}
/***

====================================================================
	Speaker Section
====================================================================

***/

.speaker-section{
    position:relative;
    padding:145px 0px 150px;
}

.speaker-section.speaker-page{
    padding:120px 0px 80px;
}

.speaker-section.speaker-page .speaker-block{
    margin-bottom:40px;
}

.speaker-block{
    position:relative;
}

.speaker-block .inner-box{
    position:relative;
    padding-bottom:15px;
}

.speaker-block .inner-box .image{
    position:relative;
    overflow:hidden;
}

.speaker-block .inner-box .image .overlay-social-box{
    position:absolute;
    left:0px;
    bottom:-100px;
    width:100%;
    text-align:center;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
}

.speaker-block .inner-box:hover .image .overlay-social-box{
    bottom:30px;
}

.speaker-block .inner-box .image img{
    position:relative;
    border-radius:5px 5px 0px 0px;
}

.speaker-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.speaker-block .inner-box .lower-box{
    position:relative;
    padding:20px 0px;
    text-align:center;
    border-radius:0px 0px 5px 5px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(241,241,241,1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(241,241,241,1);
    box-shadow: 0px 0px 18px 0px rgba(241,241,241,1);
}

.speaker-block .inner-box .lower-box h3{
    position:relative;
    font-size:16px;
    font-weight:600;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.speaker-block .inner-box .lower-box h3 a{
    color:#222222;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.speaker-block .inner-box .lower-box .designation{
    position:relative;
    font-size:13px;
    color:#777777;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.speaker-block .inner-box:hover .lower-box{
    background-color:#F37D20;
}


.speaker-block .inner-box:hover .lower-box h3 a,
.speaker-block .inner-box:hover .lower-box .designation{
    color:#ffffff;
}

.speaker-section .owl-nav{
    display:none;
}

.speaker-section .owl-dots{
    position:relative;
    text-align:center;
    margin-top:35px;
}

.speaker-section .owl-dots .owl-dot{
    position:relative;
    display:inline-block;
    margin:0px 5px;
}

.speaker-section .owl-dots .owl-dot span{
    position:relative;
    display:block;
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#F37D20;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.speaker-section .owl-dots .owl-dot.active span,
.speaker-section .owl-dots .owl-dot:hover span{
    background:#F37D20;
}

.speaker-section .owl-dots .owl-dot:hover::before,
.speaker-section .owl-dots .owl-dot.active:before{
    position:absolute;
    content:'';
    left:-2px;
    top:-2px;
    right:-2px;
    bottom:-2px;
    border-radius:50%;
    border:1px solid #F37D20;
}

/***

====================================================================
	Schedule Section
====================================================================

***/

.schedule-section{
    position:relative;
    padding:20px 0px 150px;
}

/***
====================================================================
	Product Tabs Style
====================================================================
***/

.tab-section .prod-tabs{
    position:relative;
}

.tab-section .prod-tabs .tab-btns{
    position:relative;
    z-index:1;
    margin-bottom:20px;
    border:1px solid #ececec;
    background-color:#ffffff;
}

.tab-section .prod-tabs .tab-btns .tab-btn .date{
    position:relative;
    color:#b7b7b7;
    font-size:13px;
    font-weight:400;
    display:block;
}

.tab-section .prod-tabs .tab-btns .tab-btn{
    position:relative;
    display:block;
    font-size:18px;
    color:#222222;
    font-weight:500;
    cursor:pointer;
    line-height:1.6em;
    padding:15px 30px 16px;
    transition:all 500ms ease;
    text-transform:capitalize;
    border-bottom:1px solid #ececec;
}

.tab-section .prod-tabs .tab-btns .tab-btn:last-child{
    border:0px;
}

.tab-section .prod-tabs .tab-btns .tab-btn:hover .date,
.tab-section .prod-tabs .tab-btns .tab-btn.active-btn .date{
    color:rgba(255,255,255,0.60);
}

.tab-section .prod-tabs .tab-btns .tab-btn.active-btn,
.tab-section .prod-tabs .tab-btns .tab-btn:hover{
    color:#ffffff;
    background-color:#F37D20;
}

.tab-section .prod-tabs .tab-btns .tab-btn.active-btn:before{
    opacity:1;
}

.tab-section .prod-tabs .tabs-content{
    position:relative;
}

.tab-section .prod-tabs .tabs-content .tab{
    position:relative;
    padding:0px;
    display:none;
}

.tab-section .prod-tabs .tabs-content .tab.active-tab{
    display:block;
}

.tab-section .prod-tabs .tabs-content .tab .author-box{
    position:relative;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box{
    position:relative;
    padding:30px 30px 30px;
    background-color:#f4f4f4;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content{
    position:relative;
    padding-left:125px;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .author-image{
    position:absolute;
    left:0px;
    top:0px;
    width:96px;
    height:96px;
    border-radius:50%;
    overflow:hidden;
    border:8px solid #ffffff;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .name{
    position:relative;
    font-size:14px;
    color:#222222;
    font-weight:500;
    display:inline-block;
    margin-bottom:5px;
    font-family: 'Raleway', sans-serif;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .post-date{
    position:relative;
    color:#777777;
    font-size:13px;
    margin-left:40px;
    margin-bottom:5px;
    display:inline-block;
    font-family: 'Raleway', sans-serif;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content h3{
    position:relative;
    font-weight:700;
    font-size:18px;
    color:#222222;
    margin-bottom:8px;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .text{
    position:relative;
    color:#666666;
    font-size:13px;
    line-height:1.8em;
}

.tab-section .prod-tabs .tabs-content .tab .author-box:nth-child(2n + 0) .inner-box{
    background-color:#ffffff;
}

.tab-section .prod-tabs .tabs-content .tab .author-box:nth-child(2n + 0) .inner-box .content .author-image{
    border-color:#f1f1f1;
}
