/*===========================
        3.SLIDER css 
===========================*/


.single-slider {
    height: 700px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .single-slider {
            height: 650px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-slider {
            height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slider {
            height: 550px; 
        } 
        .single-slider .slider-content h2 {
            font-size: 30px !important;
        }    
        .single-slider .slider-content p {
            font-size: 18px !important;
        }
        .single-slider.bg_cover.d-flex.align-items-center.slick-slide {
            background-size: cover;
            background-attachment: initial;
            background-repeat: no-repeat;
            background-position: center;
        }    
    }
    @media (max-width: 767px) {
        .single-slider {
            height: 550px; } }
    .single-slider .slider-content h2 {
        font-size: 46px; }
        @media (max-width: 767px) {
            .single-slider .slider-content h2 {
                font-size: 30px !important; 
            }
            .single-slider .slider-content p {
                font-size: 18px !important;
            }
            .single-slider.bg_cover.d-flex.align-items-center.slick-slide {
                background-size: cover;
                background-attachment: initial;
                background-repeat: no-repeat;
                background-position: center;
            } 
        }
        .single-slider .slider-content h2 span {
            color: #3764eb; }

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.slider-active .slick-arrow i {
    font-size: 24px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00a9d1;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    cursor: pointer; }
.slider-active .slick-arrow:hover i {
    color: #fff;
    background-color: #00a9d1; }
.slider-active .slick-arrow.next {
    left: auto;
    right: 0px; }
.slider-active:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: 40px; }
.slider-active:hover .slick-arrow.next {
    left: auto;
    right: 40px; 
}

.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}

.noor-slider-content{
    position: absolute;
    top: 30%
}

.noor-slider-content .main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #00a9d1;
    padding: 0 45px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #00a9d1;
    text-transform: uppercase;
}
.noor-slider-content .main-btn:hover {
    background-color: transparent;
    color: #00a9d1;
}
