/*===========================
	Start Hero Area CSS
=============================*/
.slider {
    min-height: 180px;
}

.slider .single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .single-slider .text {
    margin-top: 120px;
}

.slider.index2 .single-slider .text {
    margin-top: 150px;
}

.slider .single-slider h1 {
    color: #2C2D3F;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

.slider .single-slider h1 span {
    color: #2c79ff;
}

.slider .single-slider p {
    color: #2C2D3F;
    margin-top: 27px;
    font-weight: 400;
}

.slider .single-slider .button {
    margin-top: 30px;
}

.slider .single-slider .btn {
    color: #fff;
    background: #2c79ff;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.slider .single-slider .btn:last-child {
    margin: 0;
}

.slider .single-slider .btn.primary {
    background: #2C2D3F;
    color: #fff;
}

.slider .single-slider .btn.primary:before {
    background: #2c79ff;
}

.slider .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.slider .owl-carousel .owl-nav div {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(0, 0, 0, 3%);
    color: #fff;
    font-size: 26px;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
    background: rgb(0, 0, 0, 15%);
    color: #fff;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
    animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
    animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
    animation: fadeInDown 1s both 1.5s;
}

/*===========================
  End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/
.schedule {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 230px;
}

.schedule .schedule-inner {
    position: relative;
    transform: translateY(-50%);
    z-index: 9;
}

.schedule .single-schedule {
    position: relative;
    text-align: left;
    z-index: 3;
    border-radius: 5px;
    background: #2c79ff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.schedule .single-schedule .inner {
    overflow: hidden;
    position: relative;
    padding: 30px;
    z-index: 2;
}

.schedule .single-schedule:before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #2c79ff;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.schedule .single-schedule:hover:before {
    opacity: 0.8;
}

.schedule .single-schedule:hover {
    transform: translateY(-5px);
}

.schedule .single-schedule .icon i {
    position: absolute;
    font-size: 110px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: -1;
    visibility: visible;
    opacity: 0.2;
    right: -25px;
    bottom: -30px;
}

.schedule .single-schedule span {
    display: block;
    color: #fff;
}

.schedule .single-schedule h4 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    margin-top: 13px;
}

.schedule .single-schedule p {
    color: #fff;
    margin-top: 22px;
}

.schedule .single-schedule a {
    color: #fff;
    margin-top: 25px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.schedule .single-schedule a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.schedule .single-schedule a:hover:before {
    width: 100%;
    width: 100%;
}

.schedule .single-schedule a i {
    margin-left: 10px;
}

.schedule .single-schedule .time-sidual {}

.schedule .single-schedule .time-sidual {
    overflow: hidden;
    margin-top: 17px;
}

.schedule .single-schedule .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 3px;
}

.schedule .single-schedule .time-sidual li:last-child {
    margin: 0;
}

.schedule .single-schedule .time-sidual li span {
    display: inline-block;
    float: right;
}

.schedule .single-schedule .day-head .time {
    font-weight: 400;
    float: right;
}

/*=============================
  End Schedule CSS
===============================*/
.tp-header__main {
    box-shadow: 0px;
    margin-bottom: 0px;
}

.slider-login {
    position: relative;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 480px;
    padding: 0 15px;
    background: rgb(255, 255, 255, 90%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: calc(-480px - 60px);
    float: right;
}

@media(max-width:1920px) {
    .slider .single-slider {
        height: 520px;
    }

    .slider-login {
        width: 350px;
        height: 400px;
        padding: 0 10px;
        margin-top: calc(-400px - 60px);
    }
}

@media(max-width:1680px) {
    .slider .single-slider {
        height: 460px;
    }

    .slider-login {
        width: 320px;
        height: 360px;
        padding: 0 5px;
        margin-top: calc(-360px - 50px);
    }
}

@media(max-width:1440px) {
    .slider .single-slider {
        height: 400px;
    }

    .slider-login {
        width: 300px;
        height: 340px;
        padding: 0px;
        margin-top: calc(-340px - 30px);
    }
}

@media(max-width:1200px) {
    .slider .single-slider {
        height: 450px;
    }

    .slider-login {
        width: 300px;
        height: 340px;
        margin-top: calc(-340px - 55px);
    }
}

@media(max-width:992px) {
    .slider .single-slider {
        height: 350px;
    }
}

@media(max-width:768px) {
    .slider .single-slider {
        height: 280px;
    }
}

@media(max-width:576px) {
    .slider .single-slider {
        height: 180px;
    }

    .slider .owl-carousel .owl-nav div {
        height: 28px;
        width: 28px;
        line-height: 28px;
        font-size: 16px;
    }
}

#adimage img{
    width: 100%;
}

#adimage .close {
    height: 22px;
    width: 22px;
    background-color: rgb(0, 0, 0, 50%);
    position: absolute;
    top: 0;
    right: 0;
}

#adimage .close i{
    color: #fff;
    padding: 3px;
}