/* Pages CSS */
.spage {
    min-height: 660px;
}

.spage .tabs {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
}

.spage .tabs li {
    margin-bottom: 10px;
}

.spage .tabs li a {
    color: #959595;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.spage .tabs li a[active],
.spage .tabs li a:hover {
    color: #3498db;
}

.spage .tabs li a[active]:before,
.spage .tabs li a:hover:before {
    background: #3498db;
}

.spage .tabs li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #a8a8a8;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.spage {
    margin-top: 50px;
}

.spage h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.spage .inner {
    color: #7a7e83;
    padding-right: 40px;
}

.spage .photos img {
    border-radius: 0 !important;
}

.spage .owl-prev,
.spage .owl-next {
    background: #97d1eb;
    opacity: 1;
    width: 80px;
    height: 64px;
    top: 55%;
    margin-top: -32px;
    left: -40px;
}

.spage .owl-prev:hover,
.spage .owl-next:hover {
    background: #9ad6f0;
}

.spage .owl-prev {
    margin-top: -96px;
    font-size: 20px;
    border-bottom: 1px solid #7abedc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.spage .owl-next {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.spage .owl-prev i,
.spage .owl-next i {
    position: relative;
    font-size: 20px;
    top: 20px;
    left: 0;
    margin-top: 0;
}

.spage .col-right {
    position: absolute;
    left: 50%;
    width: 100%;
    padding-right: 0;
}

.award {
    border-radius: 25px;
    width: 300px !important;
    height: auto !important;
}

.htitle h2 {
    font-weight: 700;
    font-family: 'Poiret One', cursive;
    font-size: 30px;
    margin-bottom: 20px;
    color: #3498db;
}

.scarousel {
    margin-bottom: 75px;
}

#CDSWIDFRR {
    display: inline-block;
}

@media (max-width: 991px) {

    .spage .inner {
        margin-bottom: 50px;
    }

    .spage .col-right {
        position: inherit;
        left: inherit;
        width: inherit;
    }

    .spage .owl-prev,
    .spage .owl-next {
        width: 50px;
        height: 40px;
        top: inherit;
        bottom: -20px;
        margin-top: 0;
        left: 50%;
        border-radius: 0;
    }

    .spage .owl-prev {
        margin-left: -50px;
    }

    .spage .owl-prev i,
    .spage .owl-next i {
        top: 9px;
        vertical-align: text-top;
    }

    .spage .col-right {
        padding-right: 15px;
    }

    .spage .owl-next {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .spage .owl-prev {
        border-bottom: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

}
