﻿.quiz-learning-choose-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.quiz-learning-choose-area-shape1 {
    position: absolute;
    top: -5px;
    left: 0;
}

.quiz-learning-choose-img-box {
    position: relative;
    display: block;
}

.quiz-learning-choose-area-shape3 {
    position: absolute;
    right: 100px;
    bottom: -60px;
}

.single-quiz-learning-choose-box {
    position: relative;
    display: block;
}

    .single-quiz-learning-choose-box .img-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-top-left-radius: 100px;
    }

        .single-quiz-learning-choose-box .img-box::before {
            background: #1055a754 !important;
        }

        .single-quiz-learning-choose-box .img-box::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(var(--thm-base-rgb), 0.7);
            content: "";
            z-index: 1;
            opacity: 0;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .3s;
            transition-property: all;
        }

        .single-quiz-learning-choose-box .img-box img {
            width: 100%;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
            transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
        }

    .single-quiz-learning-choose-box .text-box.pdt60 {
        padding-top: 60px;
    }

    .single-quiz-learning-choose-box .text-box {
        position: relative;
        display: block;
    }

.sk-text-mb-right {
    text-align: right;
}

.single-quiz-learning-choose-box .text-box .icon {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-quiz-learning-choose-box .text-box.pdt60 {
    padding-top: 60px;
}

.single-quiz-learning-choose-box .text-box {
    position: relative;
    display: block;
}

    .single-quiz-learning-choose-box .text-box .icon span {
        position: relative;
        display: block;
        line-height: 0;
    }

        .single-quiz-learning-choose-box .text-box .icon span:before {
            color: #1055a7 !important;
        }

        .single-quiz-learning-choose-box .text-box .icon span:before {
            position: relative;
            display: block;
            color: var(--thm-primary);
            font-size: 60px;
            line-height: 60px;
        }


.single-quiz-learning-choose-box.style2 .img-box {
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
}

.single-quiz-learning-choose-box .text-box .count-outer {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--thm-font-4);
}

    .single-quiz-learning-choose-box .text-box {
        position: relative;
        padding: 20px;
        text-align: center;
    }

        .single-quiz-learning-choose-box .text-box .shap-01,
        .single-quiz-learning-choose-box .text-box .shap-02 {
            position: absolute;
            border-radius: 8px;
            z-index: 1; /* Bring shapes to the front */
        }

        .single-quiz-learning-choose-box .text-box .shap-01 {
            background: var(--color-primary);
            height: 111px;
            width: 122px;
            top: 13px;
            left: 120px;
        }

        .single-quiz-learning-choose-box .text-box .shap-02 {
            background: #2d3e50;
            height: 115px;
            width: 120px;
            top: 0px;
            left: -22px;
        }
        .single-quiz-learning-choose-box .text-box.pdb60 {
            padding-bottom: 60px;
        }
.sk-text-mb-left {
    text-align: left;
}
.student-choose-list ul li {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 14px;
    text-align: justify;
    position: relative;
    display: block;
    border-bottom: 1px solid #ede8e6;
    line-height: 30px;
}
/**/
.testimonial-area {
    background-image: url(/assets/img/banner/7.png);
}
.fun-factor-area.fun-bg-img {
    background-image: url(/assets/oxfordacademy-image/counter.jpg)!important;
}
/*.fun-factor-area {
    background: rgba(0, 0, 0, 0) url(/assets/img/banner/2.jpg) repeat scroll 0 0;
}*/
/*vission*/
.text-center {
    padding-left: 0px !important;
}
.textofcard {
    margin-top: 10px;
}
.card-style9 {
    position: relative;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    transition: all 500ms ease;
}
    .card-style9::before {
        background: var(--color-primary);
    }

    .card-style9::before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 20px;
        width: 50px;
        height: 4px;
        background: #25cdc7;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    .card-style9:hover::before {
        width: calc(100% - 115px)
    }

.icon-box {
    position: relative;
    padding-left: 20px
}

    .icon-box .box-circle {
        height: 70px;
        width: 42px;
        top: -5px;
        left: 1px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
        opacity: 0.2;
        z-index: 0;
        position: absolute
    }

        .icon-box .box-circle.primary {
            background: #25cdc7
        }


.card-style9 {
    position: relative;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(41,45,194,0.08);
    transition: all 500ms ease
}

    .card-style9 .card-body {
        padding: 43px 30px 30px 30px
    }

    .card-style9 .card-date {
        position: absolute;
        left: 30px;
        top: -20px;
        font-size: 14px;
        line-height: 24px;
        background-color: #25cdc7;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        padding: 8px 16px
    }

    .card-style9 .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 4px;
        background-color: #1e2434;
        margin-bottom: 34px !important
    }

        .card-style9 .image-box img {
            width: 100%;
            transition: all 500ms ease
        }

    .card-style9:hover .image-box img {
        transform: scale(1.05);
        opacity: 0.5
    }

    .card-style9::before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 20px;
        width: 50px;
        height: 4px;
        background: var( --color-primary);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    .card-style9:hover::before {
        width: calc(100% - 115px)
    }
    .card-style9 .card-date {
        background-color: var( --color-primary);
    }
.txtsz {
    font-weight: 400;
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
    color: var(--color-secondary);
}
.image-hover:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.cust-readMore-Index {
    color: var(--color-primary) !important;
}
@media (min-width: 1400px) {
    .Css-mission-img {
        height: 255px !important;
    }
}
.textofcard {
    margin-top: 10px;
}
/*facility*/
.product-img img{
    height:208px!important;
}
/*testinomial*/
/*Google Review*/
.g-review {
    background: #8ec4ab;
}

.card-custom {
    height: 415px;
    border-radius: 15px;
    border: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

    .card-custom:before,
    .card-custom:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .card-custom:before {
        top: -25px;
        left: -25px;
        background-color: #2d3e50; /* Google yellow */
    }

    .card-custom:after {
        top: -25px;
        right: -25px;
        background-color: var(--color-primary); /* Google Green */
    }

    .card-custom .bottom-corner:before,
    .card-custom .bottom-corner:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .card-custom .bottom-corner:before {
        bottom: -25px;
        left: -25px;
        background-color: var(--color-primary); /* Google Red */
    }

    .card-custom .bottom-corner:after {
        bottom: -25px;
        right: -25px;
        background-color: #2d3e50; /* Google Blue */
    }

    .card-custom img {
        border-radius: 50px;
        max-width: 100px; /* Set a max width for the image */
        margin: 7px auto; /* Center the image horizontally and add some top margin */
        display: block; /* Ensure the image is displayed as a block element */
    }

.card-body {
    padding: 18px;
    text-align: center;
}

    .card-body .person-img {
        width: 70px;
        max-width: 80px;
        margin: 10px auto;
        display: block;
    }

.person-name {
    font-size: 1em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
}

.star-icons {
    margin: 10px 0;
}

    .star-icons ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline-flex;
    }

        .star-icons ul li {
            margin-right: 5px;
        }

            .star-icons ul li i {
                color: #FFD700; /* Gold color for stars */
            }

.card-body h6 {
    font-size: 15px;
    margin-bottom: 10px;
}

.card-body a {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #db4437;
}

.card-text {
    font-size: 14px;
    margin-bottom: 0px;
}

element.style {
}

.reviews-body img {
    display: inline-block;
    width: 50%;
}

.beforepost-review img {
    width: 20px !important;
    height: 20px;
    margin-right: 5px;
}

.gimg {
    width: 20px;
}

.last-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .last-line .gimg {
        margin: 0px 10px;
        max-width: 30px;
    }

    .last-line a {
        margin-top: 0px;
        color: #db4437;
        text-decoration: none;
    }

.card-custom {
    border-radius: 0px;
}

.cust-col-md {
    margin: 5px;
}
/*facility*/
.itinerary-dayinfo {
    background-color: #f2f2f2;
    /*font: 18px "PT Sans";*/
    font-family: fira sans !important;
    /*   margin-top:5px;*/
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .itinerary-dayinfo span {
        background-color: var(--color-primary);
        display: inline-block;
        color: #fff;
        padding: 8px 16px;
        text-align: center;
        position: relative;
        margin-right: 12px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-right: 20px;
    }

        .itinerary-dayinfo span::after {
            width: 0;
            height: 0;
            position: absolute;
            right: -9.5px;
            top: 11px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid var(--color-primary);
            content: "";
        }
.text-justify {
    text-align: justify;
}
/*notice*/
.demof {
   
    background-size: cover;
    position: relative;
    height: 310px !important;
    overflow: hidden;
}
.demo5 ul {
    padding: 0;
    list-style: none;
    margin: 0px;
    width: 100%;
    overflow: hidden auto;
    padding: 20px;
    position: absolute;
}
.current-event-date {
    gap: 10px;
}
/*.event-date-wrapper {
    height: 70px;
}*/
.event-date {
  /*  height: 35px;
    width: 90px;*/
    background-color: var(--color-primary);
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.event-month {
    background: #ffffff;
    display: flex;
    height: 35px;
    width: 90px;
    justify-content: center;
    line-height: 40px;
    font-size: 15px;
    color: var(--color-secondary);
    border:dashed 1px var(--color-secondary);
}
.event-tour {
  /*  height: 70px;*/
    background: #ffffff;
    border: 1px solid var(--color-secondary);
    display: flex;
    justify-content: space-between;
    width: 720px;
    padding: 8px 30px 8px 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.event-box-text a{
    color: var(--color-secondary)!important;
}
.pagination li a{
    color: var(--color-primary);
}
/**/
.product-area {
    background-image: url(/assets/oxfordacademy-image/notice-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
/**/

.campus.v__2 {
    /*   background: var(--rt-heading);*/
    background: #2d3e50;
    padding:70px 0;
}
.campus.v__3 .campus__right--text--description {
    color: #fff;
}
.campus__single--item:hover .campus__single--item--title a::before {
    opacity: 1;
    width: 90%;
}

.campus__single--item:hover .campus__single--item--thumb img {
    transform: scale(1.1);
}

.campus__single--item--thumb {
    overflow: hidden;
    width: 100%;
}

    .campus__single--item--thumb img {
        width: 100%;
        transform: scale(1);
        transition: var(--transition);
    }

.campus__single--item--title {
    font-size: 26px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .campus__single--item--title {
        font-size: 22px;
    }
}

.campus__single--item--title a {
    display: inline-flex;
    gap: 10px;
    color: var(--rt-heading);
    position: relative;
    align-items: center;
    font-size: 20px;
}

    .campus__single--item--title a::before {
        position: absolute;
        content: "";
        bottom: 0;
        width: 10%;
        height: 1px;
        background: var(--rt-heading);
        transition: var(--transition);
        opacity: 0;
        left: 0;
    }

    .campus__single--item--title a span {
        transform: rotate(-30deg);
        transition: var(--transition);
    }

.campus__single--item--title:hover span {
    transform: rotate(0);
}

@media screen and (max-width: 992px) {
    .campus__wrapper .campus__link {
        margin-bottom: 50px;
    }
}

.campus__link--btn {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    transition: var(--transition);
}

    .campus__link--btn:hover {
        background: #fff;
        color: #bd0d46;
    }

.campus__right--text--title {
    color: #fff;
    margin-bottom: 30px;
    margin-top: -15px;
}

.campus__right--text--description {
    max-width: 500px;
    margin-left: 0;
}

.campus__paralax--image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    background-attachment: fixed;
}

@media screen and (max-width: 1200px) {
    .campus__paralax--image {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .campus__paralax--image {
        height: 250px;
    }
}
.Css-clr {
    color: #bfbaba;
}
