.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #189ab4;
}

.slicknav_menu {
    background: transparent;
    margin-top: 0px !important;
}

.slicknav_nav {
    margin-top: -3px;
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
    top: 0px;
}

.slider-height {
    min-height: 850px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-height {
        min-height: 850px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .slider-height {
        min-height: 550px;
    }
}

.slider-height2 {
    min-height: 509px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

@media (max-width: 767px) {
    .slider-height2 {
        min-height: 300px;
    }
}

.slider-area {
    margin-top: -1px;
}

    .slider-area .hero__caption {
        padding-right: 29px;
    }

@media (max-width: 767px) {
    .slider-area .hero__caption {
        padding-right: 0px;
    }
}

.slider-area .hero__caption h1 {
    font-size: 53px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
    line-height: 62px;
    text-shadow: 3px 4px 8px rgba(0,0,0,0.6);
}

@media (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 27px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 41px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption h1 {
        font-size: 44px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 50px;
    }
}

.slider-area .hero__caption p {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 39px;
    font-family: "Muli", sans-serif;
}

@media (max-width: 767px) {
    .slider-area .hero__caption p {
        margin-bottom: 30px;
    }
}

.hero-overly {
    position: relative;
    z-index: 0;
}

    .hero-overly::before {
        position: absolute;
        content: "";
        background-color: rgba(32, 54, 38, 0.3);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-repeat: no-repeat;
    }

.slider-area .hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-cap h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .slider-area .hero-cap h2 {
        font-size: 40px;
    }
    .slider-area .hero__caption h1 {
        font-size: 32px;
        margin-top: 50px;
    }
    .slider-area .hero__caption {
        padding-right: 0px;
        text-align: center;
    }
    .hero-text {
        font-size: 14px !important;
        text-align: center;
        line-height: 1.8;
    }
    .hero-btn-box {
        text-align: center;
    }
    .slider-container {
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        /*right: -17px;*/
        overflow-y: scroll;
        text-align: center;
        width: 100%;
    }
    .slick-slide {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .slider-container::-webkit-scrollbar {
        display: none;
    }

    .post-btn {
        padding: 15px;
    }
    .aerospace .content h2 {
        font-size: 35px !important;
    }
    .aero-image img {
        margin-bottom: 50px;
    }
    .animated{
        display:none;
    }
  
}


.slider-caption-strip p {
    font-size: 20px;
    text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.6);
    max-width: 620px;
}

.single-slider.slider-height.d-flex.align-items-center.slick-slide:before {
    content: '';
    background: rgb(13 146 232 / 20%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:  rgb(23 118 77);
    background:linear-gradient(130deg, rgb(32 169 111) 0%, rgb(25 46 89) 0%, rgba(255, 255, 255, .1) 100%);
    z-index: -999;
}