/* Hero CSS */
.single_slide {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    height: 600px;
}

.single_slide .welcome_slide_text {
    position: relative;
    z-index: 1;
}

.single_slide .welcome_slide_image {
    position: relative;
    z-index: 1;
}

.single_slide .welcome_slide_image img {
    display: block;
    margin: auto;
    max-width: 240px;
}

.welcome_slides {
    position: relative;
    z-index: 10;
}

.welcome_slides .owl-dots {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.welcome_slides .owl-dots .owl-dot {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
}

.welcome_slides .owl-dots .owl-dot.active {
    background-color: #0f99f3;
}

.welcome_slides .owl-prev,
.welcome_slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 100;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #070a57 !important;
    color: #ffffff !important;
    margin-top: -25px;
    left: 20px;
    top: 50%;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}


.welcome_slides .owl-prev:hover, .welcome_slides .owl-prev:focus,
.welcome_slides .owl-next:hover,
.welcome_slides .owl-next:focus {
    color: #0f99f3;
}

.welcome_slides .owl-next {
    left: auto;
    right: 20px;
}

.welcome_slides:hover .owl-prev,
.welcome_slides:hover .owl-next, .welcome_slides:focus .owl-prev,
.welcome_slides:focus .owl-next {
    opacity: 1;
    visibility: visible;
}

.welcome_slides.modern-slides .single_slide {
    height: 750px;
}

#slide2 .logo{
    width: 200px;
}
#slide2 .title{
    font-family: abeatbykai !important;
    letter-spacing: 0.5rem;
    font-size: 6rem;
    font-weight: 600;
    color: white;
}
#slide2 .greetings{
    font-size: 3rem;
    letter-spacing: 6px;
    color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome_slides.modern-slides .single_slide {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_slides.modern-slides .single_slide {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_slides.modern-slides .single_slide {
        height: 500px;
    }

    .single_slide {
        height: 450px;
    }

    .welcome_slides .owl-prev,
    .welcome_slides .owl-next {
        left: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .welcome_slides .owl-next {
        right: 20px;
    }

    #slide2 .greetings{
        font-size: 1.5rem;
        letter-spacing: 6px;
        color: white;
    }

    #slide2 .title{
        font-size: 3rem;
        font-weight: 600;
    }
}