.hs-item {
    min-height: 590px;
}

section {
    content-visibility: auto;
}

.location-box {
    background: #f6783a;
}

.location-box .main-loaction-box {
    text-align: center;
    padding: 10px 10px;
}

.location-box h5 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.inner-icon.reels {
    margin-top: 0rem;
}

.testimonial-slider .ts-author-pic {
    width: 135px !important;
    height: 135px !important;
}

.current-affairs th {
    border: 1px solid #ccc !important;
    background-color: #ddd;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.current-affairs tr td a {
    color: #020031;
}

/*new section service*/

.new-service-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 100px;
}

.single_course {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
    border-radius: 30px;
}

.single_course .course_head {
    position: relative;
    overflow: hidden;
    height: 295px;
}

.single_course .course_head img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single_course:hover {
    box-shadow: 0px 10px 30px rgba(0, 35, 71, 0.1);
}

.single_course:hover .course_head img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.single_course:hover .course_content {
    background: #fff;
}

.single_course .course_content {
    padding: 30px 26px;
    background: #f9f9ff;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*height: 260px;*/
}

.single_course:hover .price {
    background: #002347;
    color: #fff;
}

.single_course .price {
    position: absolute;
    top: -34px;
    right: 15px;
    z-index: 2;
    color: #fff;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 50px;
    background: #fe5400;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_course .course_content .tag {
    padding: 5px 21px;
    font-size: 13px;
    color: #fff;
    background: #002347;
    text-transform: uppercase;
}

.single_course .course_content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 1.5rem !important;
    margin-bottom: 12px;
}

.single_course:hover h4 a {
    color: #fe5400 !important;
}

.single_course .course_content h4 a {
    color: #002347 !important;
    font-size: 1.2rem;
}

.single_course .course_content p {
    margin: 0;
    margin-bottom: 20px;
}

h2.course-new {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.single_course .course_content a.button {
    background: #fe5400;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 25px;
}

.ias-class {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .single_course .course_head {
        height: 100%;
    }
}

@media screen and (max-width: 550px) {
    .single_course {
        margin: 0px 20px;
    }
    .single_course .course_head {
        height: 100%;
    }
}