.header-top {
    padding: 20px 0px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
}

header {
    padding: 0px;
}

header .mainmenu {
    float: right;
    padding-top: 30px;
}

header .mainmenu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

header .mainmenu ul li {
    padding: 0px 17px;
}

header .mainmenu ul li:last-child {
    padding-right: 0px !important;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
    background: none;
}

header .mainmenu .navbar {
    margin: 0px;
    padding: 0px;
}

header .header-bottom {
    position: relative;
}

header .header-bottom .banner-contents {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    width: 100%;
}

header .header-bottom .owl-prev {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("img/icons/banner-left-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0;
    margin: 0px !important;
    display: inline-block;
    height: 64px;
    left: 5%;
    position: absolute;
    text-indent: -99999px;
    top: 45%;
    width: 33px;
    outline: none !important;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

header .header-bottom .owl-next {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("img/icons/banner-right-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0;
    margin: 0px !important;
    display: inline-block;
    height: 64px;
    right: 5%;
    position: absolute;
    text-indent: -99999px;
    top: 45%;
    width: 33px;
    outline: none !important;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

header .header-bottom:hover .owl-prev {
    opacity: 1;
    left: 2%;
}

header .header-bottom:hover .owl-next {
    opacity: 1;
    right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}

header .header-bottom .owl-dots {
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    max-width: 1140px;
    margin: auto;
    text-align: end;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    position: relative;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    background-color: #fff;
    top: 4px;
    left: 100%;
}

header .header-bottom .owl-theme .owl-dots .owl-dot:last-child span::after {
    display: none;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #a7c94c;
}
.navbar-toggler {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    padding: 9px 10px;
}

.navbar-dark .navbar-toggler {
    border: medium none;
}
.icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.icon-bar+.icon-bar {
    margin-top: 4px;
}


@media screen and (max-width: 1279px) {
    header .mainmenu ul li a {
        font-size: 16px;
    }

    header .mainmenu ul li {
        padding: 0px 14px;
    }

}


@media screen and (max-width: 1023px) {
    header .header-bottom .owl-dots {
        max-width: 640px !important;
    }

    header .mainmenu ul li {
        padding: 0px 10px;
    }

    header .mainmenu ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .header-top {
        padding-top: 7px;
        position: relative;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #000;
    }

    header .mainmenu ul li a {
        font-size: 12px;
    }

    header .header-bottom .owl-dots {
        max-width: 100% !important;
    }

    header .header-logo {
        text-align: center;
    }

    header .header-logo img {
        display: inline-block;
    }

    header .mainmenu .navbar {
        margin: 0;
        padding: 0;
    }
}