/****************************************************** */
/******************  Main Header style **************** */
/****************************************************** */
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fixed-header .header-upper {
    position: fixed;
    animation: sticky  1.2s;
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, .10);
}

@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}
@keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

.header-upper {
    background: #ffffff;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.header-inner {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*Header top */
.header-top {
    background: #f6f6f6;
}

.top-inner {
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 0;
    z-index: 9999;
}

.top-right > ul {
    display: flex;
    align-items: center;
}

.top-right > ul > li {
    border-left: 1px solid #d3d3d3;
    padding-left: 24px;
    margin-left: 24px;
    display: flex;
    align-items: center;
}

.top-right > ul > li:first-child {
    border-left: 0;
}

.top-right > ul > li > i {
    font-size: 14px;
    margin-right: 7px;
}

.language .nice-select {
    border: none;
    padding-left: 0;
    padding-right: 25px;
    font-family: inherit;
    background: transparent;
}

.language .nice-select:after {
    height: 6px;
    width: 6px;
}

.language .nice-select .list {
    left: -18px;
}

.top-right .follow-us > span {
    margin-right: 10px;
}

/** Header Main Menu */
.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation > li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.main-menu .navigation li.dropdown {
    padding-right: 10px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    right: 0;
    top: 35px;
    z-index: 11;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border-left: 1px solid #f3f3f314;
}

.main-menu .navigation li a {
    position: relative;
    display: block;
    font-weight: 500;
    opacity: 1;
    color: #000000;
    font-size: 14px;
    padding: 35px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation li:hover > a,
.main-menu .navigation li.current-menu-item > a {
    color: var(--primary-color, #fb2614);
}

.main-menu .navigation li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 0 0 10px #fff, 0 5px 15px -5px rgba(0,0,0,.2);
}

.main-menu .navigation li ul li {
    width: 100%;
    padding: 7px 20px;
    border-bottom: 1px solid #f2f2f2;
}

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

.main-menu .navigation li ul li a,
.fixed-header .main-menu .navigation li ul li a {
    padding: 8px 5px;
    line-height: 24px;
}

.main-menu .navigation li ul li ul {
    left: 100%;
    top: 0%;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-header .navbar-toggle {
    float: right;
    margin: 20px 0;
    cursor: pointer;
    transition: 0.5s;
    background: transparent;
}

.fixed-header .main-menu .navbar-header .navbar-toggle {
    margin: 15px 0;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 5px;
    background: #004976;
}

/* menu dots */
.menu-dots {
    width: 100px;
    color: white;
    display: flex;
    font-size: 25px;
    margin-left: 40px;
    align-items: center;
    justify-content: center;
    background: var(--primary-color, #fb2614);
}

/*Trending News */
.trending-news-title {
    width: 160px;
}

.trending-news-wrap {
    padding-right: 105px;
    width: calc(100% - 260px);
}

.trending-news-inner {
    display: flex;
    color: white;
    padding: 26px 0;
    align-items: center;
}

.marquee-title {
    padding-right: 45px;
    position: relative;
}

.marquee-title:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    top: 8px;
    right: 20px;
    background: white;
    border-radius: 50%;
}

.marquee-title a {
    color: white;
}

.marquee-title a:hover {
    text-decoration: underline;
    color: white;
}

.trending-news-wrap .slick-arrow {
    position: absolute;
    right: -50px;
    top: 50%;
    color: white;
    padding: 0 10px;
    cursor: pointer;
    line-height: 16px;
    background: transparent;
    transform: translateY(-50%);
}

.trending-news-wrap .next {
    border-left: 1px solid #ff8378;
    transform: translate(36px, -50%);
}


/* Header Two */
header-two-top .top-right span {
    font-family: 'Montserrat', sans-serif;
}

header-two-top .top-right span i {
    font-size: 20px;
    margin-right: 5px;
}

.header-two .trending-news {
    background: #1f2327;
}

.header-two .trending-news-title {
    background: #fb2614;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    margin-right: 20px;
    padding: 7px 20px 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.header-two .trending-news-inner {
    padding: 8px 0;
}

.header-two .marquee-title:after {
    display: none;
}

.header-two .marquee-title {
    padding-right: 20px;
    font-size: 14px;
}

.header-two .slick-arrow {
    height: 28px;
    width: 28px;
    padding: 0;
    right: -58px;
    font-size: 10px;
    border: 1px solid #363b3f;
}

.header-two .header-upper {
    background: #F5F5F5;
}

.header-special-menu button {
    display: flex;
    cursor: pointer;
    font-size: 14px;
    align-items: center;
    background: transparent;
}

.header-special-menu button span {
    margin: 0 8px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.special-menu-dropdown {
    position: absolute;
    background: white;
    min-width: 200px;
    top: 100%;
    display: none;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 0 0 10px #fff, 0 5px 15px -5px rgb(0 0 0 / 20%);
}

.special-menu-dropdown li {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
    font-family: 'Montserrat', sans-serif;
}

.special-menu-dropdown li a {
    padding: 3px;
    width: 100%;
    display: inline-block;
}

.menu-icons {
    display: flex;
    align-items: center;
}

.menu-icons a {
    font-size: 18px;
    margin-left: 25px;
    position: relative;
}

.menu-icons a:first-child {
    margin-left: 0;
}

.menu-icons a .notifications {
    position: absolute;
    height: 15px;
    width: 15px;
    right: -5px;
    top: -5px;
    color: white;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #fb2614;
    font-family: 'Montserrat', sans-serif;
}

/* header three */
.header-three .container-fluid {
    max-width: 1820px;
    padding: 0 50px;
}

.header-three .header-top {
    background: #1f2327;
    color: white;
}

.header-three .top-inner {
    padding: 0;
}

.header-three .social-style-one a {
    color: white;
}

.header-three .nice-select .option {
    color: #74787c;
}

.header-three .top-right > ul > li {
    border-color: #555759;
}

.online-news-inner {
    display: flex;
}

.header-news {
    display: flex;
    max-width: 1000px;
    margin-bottom: -74px;
}

.header-news:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1200px;
    left: 0;
    top: 0;
    z-index: -1;
    background: #f6f6f6;
}

.header-news .main-news-item-two {
    padding: 0 0 40px 40px;
    position: relative;
}

.header-news .main-news-item-two:after {
    position: absolute;
    content: '';
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    background: #fb2614;
}

.header-news .main-news-item-two:hover:after {
    height: 8px;
}

.online-news {
    border-top: 1px solid #f6f6f6;
}

.temper-date {
    padding: 30px 25px;
    border-left: 1px solid #f6f6f6;
}

.news-subscribe {
    padding: 13px 0;
}

/* Mobile Menu */
@media only screen and (max-width: 1400px) {
    .main-menu .navigation li a {
        padding: 25px 10px;
    }
    .main-menu .navigation li.dropdown .dropdown-btn {
        top: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-menu .navigation > li:last-child {
        margin-right: 0;
    } 
}

@media only screen and (min-width: 992px) {
    /*   header two */
    .header-two .main-menu .navigation > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }    
    .header-two .main-menu .navigation li.dropdown .dropdown-btn {
        top: 25px;
    } 
}

@media only screen and (max-width: 991px) {
    .main-menu .navigation li:before {
        content: none;
    }
    .main-header .logo-outer {
        position: absolute;
        width: 155px;
        top: 17px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 3;
    }
    .main-menu {
        width: 100%;
        position: relative;
    }
    .main-menu .navbar-header {
        display: block;
    }
    .main-menu .navbar-collapse {
        position: absolute;
        background: white;
        width: 100%;
        z-index: 20;
        box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, .10);
    }
    .main-menu .navigation {
        overflow: auto;
        margin: 25px 15px;
        max-height: 310px;
    }
    .main-menu .navigation li {
        float: none;
        padding: 0 10px;
        border-top: 1px solid #eee;
    }
    .main-menu .navigation li:last-child {
        border-bottom: 1px solid #eee;
    }
    .main-menu .navigation li.dropdown .dropdown-btn {
        display: block;
        top: 0;
        height: 100%;
        width: 40px;
        line-height: 40px;
    }
    .main-menu .navigation li a,
    .fixed-header .main-menu .navigation li a {
        padding: 8px 10px;
        line-height: 22px;
        font-weight: 500;
    }
    .main-menu .navigation li a:after {
        display: none;
    }
    .main-menu .navigation li ul {
        position: relative;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .main-menu .navigation li ul:after {
        display: block;
        clear: both;
        content: "";
    }
    .main-menu .navigation li ul li {
        padding: 0 20px;
        border-bottom: none;
    }
    .main-menu .navigation li ul li ul {
        left: auto;
    }
    /*    header two*/
    .header-two .slick-arrow {
        right: -54px;
    }
    .header-two .main-menu {
        position: inherit;
    }
    .header-two .main-menu .navbar-collapse {
        left: 0;
    }
    /*    header three */
    .header-three .header-upper {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    /*    header two */
    .header-two .top-inner {
        display: block;
        text-align: center;
    }
    .header-two .logo {
        padding: 10px 0;
    }
    .header-two .header-two-top {
        padding: 20px 0;
    }
}