.header .header-inner {
    position: static;
}
.header .nav li a {
    color: #000;
}
.navbar-nav .nav-item .nav-link {
    color: #000;
}
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item .nav-link:hover {
    color: #e5b73b;
}
.navigation-wrap.scroll-on {
    background-color: #fff;
}
.navbar-nav .nav-item .nav-link {
    color: #000 !important;
}
.start-header .nav-item.active .nav-link {
    color: #000 !important;
}
@media (max-width: 767px) {
    .start-style .navbar-light .navbar-toggler-icon:after, .start-style .navbar-light .navbar-toggler-icon:before {
        background-color: #000000;
    }
    .start-style .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #000000;
    }
}
/* ------- slider ------- */
.slider_gt {
    margin-bottom: 50px;
}
.slider_gt_img {
    text-align: center;
}
.slider_gt_img img {
    max-width: 100%;
}
@media screen and (min-width: 768px) { 
    .desktop-view {
        display: block;
    }
    .mobile-view {
        display: none;
    }
}
@media screen and (max-width: 767px) { 
    .slider_gt {
        margin-bottom: 0;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
}
/* ------- canadian ------ */
.event-countdown {
    margin-bottom: 80px;
}
.event-countdown .countdown {
    padding: 40px 0;
    background:#095763;
    border-bottom: none;
    justify-content: center;
}
#timer {
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#timer div {
    display: inline-block;
    min-width: 150px;
    border-right: 1px solid #fff;
}
#timer div:last-child {
    border-right: none;
}
#timer div span {
    color: #fff;
    display: block;
    font-size: .35em;
    font-weight: 600;
    text-transform: capitalize;
}
.event_logo {
    text-align: center;
    border-right: 1px dotted #fff;
}
.event_logo img {
    max-width: 70%;
}
.event_text h2 {
    font-family: "Allura";
    font-size: 58px;
    color: #fff;
    text-transform: capitalize;
}
.contact-side {
    background: #095763;
    width: 100%;
    padding: 40px 0px;
    border-top: 1px dotted #fff;
}
.item-icon svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}
.item-text p {
    margin: 0 0 8px;
    font-weight: 600;
    color: #fff;
}
.item .bottom-footer_socials ul {
    padding: 0;
}
.item .bottom-footer_socials ul li a svg {
    fill: #fff;
}
.item .bottom-footer_socials ul li a {
    margin: 15px;
}
@media screen and (max-width: 991px) {
    #timer {
        font-size: 2em;
    }
    #timer div { 
        min-width: 70px;
    }
    .item .bottom-footer_socials ul li a {
        margin: 10px;
    }
}
@media screen and (max-width: 767px) {
    .event-countdown {
        margin-bottom: 50px;
    }
    .event_logo {
        border-right: none;
        margin-bottom: 20px;
    }
    .item-icon, .item-text {
        text-align: center;
        margin-bottom: 20px;
    }
}
/* ------------------------- */
.visit-booth {
    margin-bottom: 80px;
}
.visit-booth-title {
    margin: 0 auto 20px;
}
.visit-booth-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #095763;
    padding: 0 0 10px;
    text-transform: capitalize;
    text-align: center;
}
.visit-booth-text p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.visit-booth-button {
    text-align: center;
    margin-bottom: 50px;
}

.visit-booth-button button {
    padding: 10px 25px;
    background: #095763;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 18px;
    border: 1px solid #fff;
}
.visit-booth-button button:hover,.visit-booth-button button:active,.visit-booth-button button:focus {
    border: 1px solid #095763 !important;
    background: transparent !important;
    color: #095763 !important;
    box-shadow: none;
}
.typewriter {
	width: 21.5ch;
	white-space: nowrap;
	overflow: hidden;
	border-right: 1px solid #212121;
	animation:  text 2s steps(100) alternate infinite;
    margin-left: 5px;
}

@keyframes cursor {
	0%, 100% { 
    border-color: #212121; 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 27ch; 
  }
}
@media screen and (max-width: 991px) {
    .visit-booth-title h2 {
        font-size: 22px;
        margin: 0;
        text-align: center;
        line-height: 1.5;
    }
    .visit-booth-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .visit-booth {
        margin-bottom: 50px;
    }
}
/* ----- Booth Event ------ */
.booth-event {
    margin-bottom: 80px;
}
.booth-detail {
    padding: 20px;
}
.booth-detail h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.booth-detail ul {
    padding: 0 0 0 17px;
    list-style: square;
}
@media screen and (max-width: 767px) {
    .booth-event {
        margin-bottom: 50px;
    } 
}
/* ----- Event Maps ------ */
.event-maps {
    margin-bottom: 80px;
}
.event-maps-title {
    text-align: left;
    margin-bottom: 10px;
}
.event-maps-box iframe {
    width: 100%;
    height: 47vh;
}
.event-maps-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #095763;
    padding: 0 0 10px;
    text-transform: capitalize;
}
.event-maps-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.event-maps-text p {
    margin-bottom: 5px;
    text-align: justify;
}
.event-maps-text a {
    padding: 10px 25px;
    background: #095763;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}
.event-maps-text img {
    margin-top: 30px;
    max-width: 45%;
    margin-right: 15px;
}
@media screen and (max-width: 991px) {
    .event-maps-title h2 {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    .event-maps-text {
        margin-bottom: 30px;
    }
    .event-maps {
        margin-bottom: 50px;
    }
    .event-maps-text img {
        max-width: 100%;
        margin-right: 0;
    }
}
/* ----- Our Team ------ */
.team {
    margin-bottom: 80px;
}
.our-team-title {
    text-align: center;
    width: 80%;
    margin: 0 auto 40px;
}
.our-team-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #095763;
    padding: 0 0 10px;
    display: flex;
    justify-content: center;
}
.our-team_box {
    display: flex;
    align-items: center;
}
.our-team-img {
    border-radius: 580px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.our-team-text h4 {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}
.our-team-text p {
    text-transform: capitalize;
}
.our-team .owl-prev, .our-team .owl-next {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 1;
    background: #095763;
    color: #fff;
    border: none;
    border-radius: 60px;
}
.our-team .owl-prev {
    left: -50px;
}
.our-team .owl-next {
    right: -50px;
}
.rayzon_md {
    width: 100%;
    margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
    .our-team-text h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .our-team-title h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .our-team_box {
        margin-bottom: 20px;
    }
    .team {
        margin-bottom: 50px;
    }
    .our-team-title h2 {
        font-size: 15px;
        padding: 0;
    }
    .our-team .owl-nav {
        text-align: center;
    }
    .our-team .owl-prev, .our-team .owl-next {
        position: static;
        margin: 5px;
    }
    .our-team {
        padding: 0 15px;
    }
    .rayzon_md {
        margin-bottom: 35px;
    }
}
.career-form .modal-dialog-centered {
    max-width: 40%;
}
.career-form .modal-header {
    background: #00505c;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.modal-header .modal-title {
    text-transform: capitalize;
}
.career-form h2#msg {
    font-size: 18px;
}
.career-form .modal-body select {
    width: 100%;
    padding: 9px 10px;
    border-color: #ced4da;
    border-radius: .25rem;
    margin-bottom: 15px;
    height: 45px;
    font-size: 13px;
    color: #495057;
    outline: none;
}
.career-form .modal-body input {
    font-size: 14px;
}
.apply_now_submit  button#sub {
    padding: 10px 25px;
    background: #095763;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0;
}
.apply_now_submit button.close {
    padding: 12px 25px;
    background: #095763;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #fff;
    opacity: 1;
    text-shadow: none;
}
.certificates {
    margin-bottom: 80px;
}
.certificates-title {
    text-align: center;
    margin-bottom: 30px;
}
.certificates-title {
    text-align: center;
}
.certificates-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #095763;
    padding: 0 0 10px;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    .certificates-title h2 {
        font-size: 22px;
    }
    .product-certificates-text ul {
        padding: 0 0 0 10px;
    }
    .career-form .modal-dialog-centered {
        max-width: 100%;
        margin: 15px;
    }
}
@media screen and (max-width: 767px) {
    .product-certificates-text ul {
        padding: 30px 0 0 10px;
    }
    .certificates {
        margin-bottom: 50px;
    }
    .certificates-title {
        margin-bottom: 0;
    }
}

.countdown-bg:before {
    content: '';
    position: absolute;
    background: url(../images/event-expo/charka.png);
}