.tp-leftarrow {
    display: none;
}

.tp-rightarrow {
    display: none;
}
.slider-fix{
    background-color:rgba(255, 255, 255, 0.158);
}

.header2{
    position: relative !important;
    color: #242424 !important;
    font-size: 35px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    display: inline-block !important;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
}

@media only screen and (max-width: 1023px) {
    .fixed-header .sticky-header {
        display: inline;
    }
}
@media only screen and (max-width: 768px){
    .main-menu .collapse.in, .main-menu .collapsing{
        width:90vw;
        overflow:hidden;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 550px){
    .main-menu .collapse.in, .main-menu .collapsing{
        margin-left:5px;
        margin-right:5px;
    }
}
@media only screen and (max-width: 1023px) {
    .top-left {
        display: none;
    } 
}
@media only screen and (max-width: 991px) {
    #video{
        width:100%;
        height: 500px;
    }
    .iframehotfix{
        width:100%
    }
}
.navmobile{
    display:none;
}
@media only screen and (max-width: 768px){
    .logo-box{
        position: absolute !important;
        top:0;
        right:0;
    }
    a{
        position: relative;
        z-index:10
    }
    .navbar-toggle{
        margin:15px 5px !important;
    }
    .sticky-inner-container .logo{
        position: absolute;
        margin-top: 5px;
    }
    .navigation{
        margin:0 10px;
    }
}
.navigation{
    border:none !important;
}