@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&amp;family=Urbanist:wght@300;400;500;600;700;800&amp;display=swap);
a:focus,
body,
button:focus,
img:focus,
input:focus {
    outline: 0;
}
.section-title .title,
.section-title-02 .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
}
.btn,
.btn:focus,
.btn:focus:active,
.btn:hover,
.scholarship-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.btn,
.footer-widget-title,
.header-menu .main-menu > li a,
.offcanvas-menu .main-menu li a,
.section-title .title,
.tab-menu .nav li button,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Urbanist, sans-serif;
}
.btn,
.progress-wrap,
.progress-wrap::after,
a,
button,
input[type="submit"] {
    cursor: pointer;
}
a,
a:focus,
a:hover,
button,
ul.banner_list li {
    text-decoration: none;
}
*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    color: #676767;
    visibility: visible;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
}
body[dir="rtl"] {
    text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
}
a,
button,
img,
input {
    transition: 0.3s linear;
    outline: 0;
}
a:focus {
    color: none;
}
a:hover {
    color: #f4da58;
}
ol,
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
img {
    max-width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}
.main-wrapper,
.section {
    float: left;
    width: 100%;
}
.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: 0.7s ease-out up;
    animation: 0.7s ease-out up;
}
@-webkit-keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.section-padding-02 {
    padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
    .section-padding-02 {
        padding-top: 100px;
    }
    .header-logo a img {
        width: 140px;
    }
}
@media only screen and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px;
    }
    .section-title-02 .title {
        font-size: 42px;
        line-height: 56px;
    }
}
.section-title .title {
    color: #222;
}
.gurugram-entrepreneurship-section,
.section-title .title span {
    position: relative;
    z-index: 1;
}
.section-title .title span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 95%;
    height: 2px;
    background: #f4da58;
    transform: translateX(-50%);
    z-index: -1;
}
.section-title p {
    font-size: 18px;
    line-height: 26px;
    color: #222;
}
.section-title-02 .title {
    color: #222;
    padding-top: 0;
    margin-bottom: 15px;
}
.section-title-02 p {
    font-size: 18px;
    line-height: 26px;
    color: #222;
    margin-bottom: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #dfdfdf;
    width: 12px;
    height: 12px;
    transition: 0.3s linear;
    opacity: 1;
}
.btn-2,
.courses-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.courses-active-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.theme-loader.theme-loader-02 .double-bounce1,
.theme-loader.theme-loader-02 .double-bounce2 {
    background-color: #f4da58;
}
.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0a0a0b;
    z-index: 9999999999;
}
.theme-loader .spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: -40px auto 100px -40px;
    left: 50%;
    top: 50%;
}
.theme-loader .double-bounce1,
.theme-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f4da58;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce;
}
.theme-loader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.btn-margin,
.footer-widget {
    margin-top: 40px;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.btn,
.single-team .team-content .team-social .social li {
    display: inline-block;
}
.btn-wrap .btn {
    margin: 5px;
}
.btn {
    position: relative;
    overflow: hidden;
    background-color: #f4da58;
    color: #000;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 58px;
    padding: 0 70px;
    border: 0 solid transparent;
    transition: 0.3s;
}
.header-menu .main-menu,
.header-meta,
.header-wrap {
    display: flex;
}
.btn:hover {
    background: #171621;
    color: #fff;
}
.btn-primary,
.btn-primary:hover {
    background-color: #f4da58;
    border-color: #f4da58;
}
.btn-round {
    border-radius: 100px;
}
.btn-square {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
}
.btn-secondary,
.btn-secondary:hover {
    background-color: #171621;
    border-color: #171621;
}
.btn-secondary {
    color: #fff;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #222;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white:hover,
.gurugram-courses-section-03 .section-title .title {
    color: #fff;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: 0 0;
    transition: 0.3s linear;
}
.header.sticky {
    background: #121e47;
}
.header-wrap {
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    flex-shrink: 0;
    width: 240px;
    padding: 10px;
}
.header-menu,
.offcanvas-menu .main-menu li,
.study-abroad .university-image {
    position: relative;
}
.header-menu::after,
.header-menu::before {
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    height: 100%;
    content: "";
}
.header-menu::before {
    left: -70px;
}
.header-menu::after {
    right: -70px;
}
.header-menu .main-menu > li {
    position: relative;
    padding: 30px 20px;
}
.header-menu .main-menu > li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.header-menu .main-menu > li .menu-icon::after {
    content: "\f16c";
    font-family: flaticon;
    font-size: 10px;
    color: #fff;
    margin-left: 5px;
    transition: 0.3s linear;
}
.entrepreneurship-item .title:hover a,
.gurugram-courses-section-03 .single-course .courses-content .courses-author .name a,
.gurugram-courses-section-03 .single-course .courses-content .title:hover a,
.header-03 .header-menu .main-menu > li .sub-menu li.active > a,
.header-03 .header-menu .main-menu > li .sub-menu li:hover > a,
.header-03 .header-menu .main-menu > li:hover > .menu-icon::after,
.header-03 .header-menu .main-menu > li:hover > a,
.header-menu .main-menu > li .sub-menu li.active > a,
.header-menu .main-menu > li.active-menu > .menu-icon::after,
.header-menu .main-menu > li.active-menu > a,
.header-menu .main-menu > li:hover > .menu-icon::after,
.header-menu .main-menu > li:hover > a,
.progress-wrap.progress-wrap-02::after {
    color: #f4da58;
}
.header-menu .main-menu > li.active-menu > a::before,
.header-menu .main-menu > li:hover > a::before {
    height: 30px;
    top: 65%;
    bottom: auto;
}
.header-menu .main-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}
.offcanvas-menu .main-menu li .menu-expand::after,
.offcanvas-menu .main-menu li .menu-expand::before {
    background-color: #f4da58;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    transition: 0.3s linear;
}
.header-menu .main-menu > li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    background: #fff;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    border-top: 3px solid #f4da58;
    opacity: 0;
    z-index: 99;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    visibility: hidden;
    transition: 0.3s linear;
}
.header-menu .main-menu > li .sub-menu li {
    padding: 0;
}
.header-menu .main-menu > li .sub-menu li a {
    padding: 5px 25px;
    font-size: 16px;
    color: #222;
    display: block;
    position: relative;
    z-index: 1;
}
.header-menu .main-menu > li .sub-menu li:hover > a {
    color: #f4da58;
    padding-left: 35px;
}
.header-meta {
    align-items: center;
    white-space: nowrap;
}
.header-toggle button {
    background: 0 0;
    border: 0;
    padding: 0;
}
.header-toggle button span {
    width: 25px;
    height: 2px;
    background: #f4da58;
    margin: 5px 0;
    display: block;
}
.header-toggle button span:last-child {
    margin-bottom: 0;
}
.header-03 {
    border-bottom: 1px solid #dedfe0;
}
.header-03.sticky,
.header-04,
.header-04.sticky {
    background: #fff;
    border-bottom: 0;
}
.header-03 .header-menu .main-menu > li .menu-icon::after,
.header-03 .header-menu .main-menu > li a,
.header-03 .header-menu .main-menu > li.active-menu > .menu-icon::after,
.header-03 .header-menu .main-menu > li.active-menu > a {
    color: #000;
}
.header-03 .header-menu .main-menu > li .sub-menu {
    border-top: 3px solid #f4da58;
}
.header-04 .header-login .link-btn {
    border: 0;
    background: #f4da58;
    color: #000;
}
.gurugram-hero-section .hero-btn .btn:hover,
.header-04 .header-login .link-btn:hover {
    background: #171621;
    color: #fff;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 1s sticky;
    animation: 1s sticky;
}
@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.offcanvas {
    background: #121f47;
    width: 320px;
}
.offcanvas-header .close-btn {
    background: 0 0;
    border: 0;
    font-size: 18px;
    color: #fff;
    transition: 0.3s linear;
}
.offcanvas-header .close-btn:hover {
    transform: rotate(90deg);
    color: #f4da58;
}
.offcanvas-logo a img {
    width: 130px;
}
.offcanvas-menu .main-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 0;
    position: relative;
}
.offcanvas-menu .main-menu li .menu-expand {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.offcanvas-menu .main-menu li .menu-expand::before {
    width: 16px;
    height: 2px;
}
.offcanvas-menu .main-menu li .menu-expand::after {
    width: 2px;
    height: 16px;
}
.offcanvas-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}
.offcanvas-menu .main-menu li ul {
    padding-left: 6%;
    display: none;
}
.gurugram-hero-section {
    height: 800px;
    margin-top: 0.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.gurugram-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(127deg, #121e48c4 33%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.gurugram-hero-section .hero-content .sub-title {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gurugram-hero-section .hero-content .sub-title2 {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-top: 90px;
}
.gurugram-hero-section .hero-content .title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 1;
}
.gurugram-hero-section .hero-btn .btn {
    height: 68px;
    line-height: 68px;
    padding: 0 85px;
    color: #000;
    margin-top: 115px;
}
@media only screen and (max-width: 1399px) {
    .header-menu .main-menu > li {
        padding: 30px 8px;
    }
    .gurugram-hero-section {
        height: 700px;
        padding-top: 14%;
    }
    .gurugram-hero-section .hero-content .title {
        font-size: 44px;
        line-height: 52px;
        font-weight: 800;
    }
    .gurugram-hero-section .hero-content .title::before {
        height: 130px;
    }
    .gurugram-hero-section .hero-content .title::after {
        top: 5px;
        height: 130px;
    }
}
@media only screen and (max-width: 991px) {
    .gurugram-hero-section {
        height: 820px;
    }
}
.category-wrap {
    margin-top: -15px;
}
.category-content-wrap {
    padding-top: 30px;
}
.accreditations,
.campus-facilities-section,
.career-assistance-section,
.global-exposure-section,
.intro,
.testimonials-section {
    background: #fff;
}
.global_exposure_content {
    text-align: left;
}
.global_exposure_content h2 {
    font-size: 24px;
    line-height: 30px;
    color: #19191b;
    font-weight: 600;
    margin-bottom: 10px;
}
.global_exposure_content p {
    font-size: 18px;
    line-height: 28px;
    color: #19191b;
}
.tab-menu,
.team-wrap {
    margin-top: 20px;
}
.tab-menu .nav {
    justify-content: center;
}
.tab-menu .nav li {
    margin: 0 15px;
    padding-top: 10px;
}
.tab-menu .nav li button {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border: 0;
    padding: 0;
    background: 0 0;
    position: relative;
}
.tab-menu .nav li button::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: #333;
    width: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}
.tab-menu .nav li button:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: auto;
    width: 100%;
}
.tab-menu .nav li button.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.courses-tab-content {
    padding-top: 35px;
}
.study-abroad {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}
.single-team .team-img a,
.study-abroad .university-image a {
    display: block;
}
.single-team .team-img a img,
.study-abroad .university-image a img {
    width: 100%;
    transition: 0.3s linear;
}
.study-abroad .university-image .top-meta {
    position: absolute;
    top: 35px;
    left: 50px;
}
.study-abroad .university-content {
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 25%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 5px 20px;
}
@media only screen and (max-width: 1199px) {
    .study-abroad .university-content {
        padding: 25px 30px;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .section-padding-02 {
        padding-top: 60px;
    }
    .section-title-02 .title {
        font-size: 36px;
        line-height: 48px;
    }
    .gurugram-hero-section {
        height: 1100px;
    }
    .category-content-wrap {
        padding-top: 15px;
    }
    .tab-menu .nav li {
        margin: 0 10px;
    }
    .courses-tab-content {
        padding-top: 25px;
    }
    .study-abroad .university-content {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 449px) {
    .gurugram-hero-section .hero-content .sub-title {
        font-size: 18px;
    }
    .gurugram-hero-section .hero-content .title {
        font-size: 26px;
        line-height: 32px;
    }
    .gurugram-hero-section .hero-btn .btn {
        padding: 0 60px;
    }
    .study-abroad .university-content {
        padding: 10px 15px;
    }
}
.study-abroad .university-content .university-meta span {
    font-size: 13px;
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    color: #838383;
    position: relative;
}
.study-abroad .university-content .title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.single-team:hover .team-img a img,
.study-abroad:hover .university-image a img {
    transform: scale(1.1);
}
.gurugram-courses-section-03 {
    background: #002e5d;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.gurugram-courses-section-03 .shape-1 {
    width: 1720px;
    height: 1300px;
    border: 50px solid #f4da58;
    border-radius: 50%;
    position: absolute;
    left: -45%;
    bottom: -165%;
    z-index: -1;
}
.gurugram-courses-section-03 .courses-content-wrap {
    padding-top: 70px;
}
.gurugram-courses-section-03 .single-course {
    border-radius: 10px;
    margin-top: 0;
}
.gurugram-courses-section-03 .single-course .courses-content {
    background: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 40px 70px;
}
@media only screen and (max-width: 1199px) {
    .study-abroad .university-content .title {
        font-size: 22px;
    }
    .gurugram-courses-section-03 .single-course .courses-content {
        padding: 35px;
    }
}
.courses-active .swiper-pagination,
.courses-active-02 .swiper-pagination {
    position: relative;
    margin-top: 10px;
}
.courses-active .swiper-pagination .swiper-pagination-bullet,
.courses-active-02 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.entrepreneurship-left {
    max-width: 100%;
    text-align: left;
}
.copyright-text,
.entrepreneurship-item,
.entrepreneurship-left .section-title {
    margin-top: 30px;
}
.entrepreneurship-left .topic-btn {
    margin-top: 45px;
}
.entrepreneurship-right {
    margin-top: -30px;
    position: relative;
    padding-left: 40px;
    padding-right: 0;
}
@media only screen and (max-width: 1199px) {
    .entrepreneurship-right {
        padding-left: 50px;
        padding-right: 0;
    }
    .scholarship-content-wrap {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .entrepreneurship-right {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 40px;
    }
    .entrepreneurship-right::after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .gurugram-courses-section-03 .courses-content-wrap {
        padding-top: 50px;
    }
    .gurugram-courses-section-03 .single-course .courses-content {
        padding: 35px 70px;
    }
    .entrepreneurship-right {
        padding-left: 0;
        padding-right: 0;
    }
}
.entrepreneurship-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    background: #ccc;
    border-radius: 10px;
    width: 1px;
    height: 550px;
    transform: translateY(-50%);
    z-index: -1;
}
.entrepreneurship-item .entrepreneurship-icon {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.11);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}
.entrepreneurship-item .entrepreneurship-icon img {
    transition: 0.3s linear;
}
.entrepreneurship-item .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
.scholarship-wrap {
    padding-top: 0;
}
.scholarship-content-wrap {
    padding-right: 0;
}
.scholarship-accordion .accordion-item {
    border: 0;
    box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.06);
    margin-top: 35px;
    position: relative;
}
.scholarship-accordion .accordion-item::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -5px;
    background: #212121;
    width: 100%;
    height: 95%;
    z-index: -1;
}
.scholarship-accordion .accordion-item:first-of-type {
    margin-top: 0;
}
.scholarship-accordion .accordion-item:first-of-type .accordion-button,
.scholarship-accordion-wrapper .accordion-item:first-of-type,
.scholarship-accordion-wrapper .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.scholarship-accordion .accordion-item .accordion-button {
    padding: 10px 50px 10px 85px;
}
.scholarship-accordion .accordion-item .accordion-button .title {
    font-size: 24px;
    color: #222;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.brand-default.brand-style--2.no-border .brand::after,
.brand-default.brand-style--2b.no-border .brand::after,
.scholarship-accordion .accordion-item .accordion-button::after {
    display: none;
}
.scholarship-accordion .accordion-item .accordion-button .scholarship-button {
    position: absolute;
    left: 35px;
    height: 32px;
    width: 32px;
    background: #f4da58;
    color: #222;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(90deg);
    transition: 0.3s linear;
}
.scholarship-accordion .accordion-item .accordion-button .scholarship-button i {
    font-size: 15px;
}
.scholarship-accordion .accordion-item .accordion-button:hover {
    z-index: 0;
}
.scholarship-accordion .accordion-item .accordion-body {
    font-size: 18px;
    line-height: 28px;
    color: #19191b;
    padding: 0 50px 30px;
}
.scholarship-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
.scholarship-accordion .accordion-item .accordion-button:not(.collapsed) .scholarship-button,
.scholarship-accordion .accordion-item:hover .accordion-button .scholarship-button {
    transform: rotate(-90deg);
}
.scholarship-accordion-wrapper {
    display: flex;
    padding-top: 60px;
}
.scholarship-accordion-wrapper .scholarship-col {
    width: 50%;
}
.scholarship-accordion-wrapper .scholarship-col:first-child {
    padding-right: 25px;
}
.scholarship-accordion-wrapper .scholarship-col:last-child {
    padding-left: 25px;
}
@media only screen and (max-width: 991px) {
    .scholarship-accordion {
        margin-top: 50px;
    }
    .scholarship-accordion-wrapper {
        display: block;
    }
    .scholarship-accordion-wrapper .scholarship-col {
        width: 100%;
    }
    .scholarship-accordion-wrapper .scholarship-col:first-child {
        padding-right: 0;
    }
    .scholarship-accordion-wrapper .scholarship-col:last-child {
        padding-left: 0;
    }
}
.scholarship-accordion-wrapper .accordion-item {
    border: 0;
    margin-bottom: 10px;
}
.single-team {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px 15px 0;
    margin-top: 30px;
    transition: 0.3s linear;
    min-height: 360px;
}
.single-team .team-img {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.single-team .team-img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff0 38%, #00000082 73%);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.3s linear;
}
.single-team .team-content {
    position: relative;
    padding: 15px 0 30px;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .single-team .team-content {
        padding: 15px 15px 30px;
    }
}
.single-team .team-content .team-social {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}
.single-team .team-content .team-social .social li + li {
    margin-left: 15px;
}
@media only screen and (max-width: 1399px) {
    .single-team .team-content .team-social .social li + li {
        margin-left: 12px;
    }
}
.single-team .team-content .team-social .social li a {
    font-size: 17px;
    transform: translate3d(0, 0, 0);
    color: #fff;
}
.single-team .team-content .team-social .social li:hover a {
    transform: translateY(-5px);
    color: #f4da58;
}
.single-team .team-content .name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}
.single-team .team-content .designation {
    font-size: 16px;
    line-height: 20px;
    color: #222;
}
.single-team:hover {
    box-shadow: 0 20px 50px rgba(0, 108, 226, 0.1);
}
.single-team:hover .team-img a::before {
    opacity: 1;
    visibility: visible;
}
.single-team:hover .team-content .team-social {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -60px);
}
.sidebar-wrap {
    border-left: 1px solid #eee;
    height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
    .sidebar-wrap {
        border-left: none;
        height: auto;
        padding-top: 0;
    }
}
.back-btn,
.progress-wrap {
    position: fixed;
    height: 45px;
    width: 45px;
    opacity: 0;
}
.footer-widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.back-btn {
    bottom: 20px;
    right: 20px;
    line-height: 50px;
    z-index: 20;
    border-radius: 50%;
    background-color: #f4da58;
    border: 0;
    transition: 0.3s linear;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: translateX(130%) rotate(90deg);
}
.back-btn:hover {
    background-color: #171621;
    color: #fff;
}
.back-btn.active {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
}
.footer-section {
    background-color: #171621;
    padding-top: 90px;
    padding-bottom: 40px;
}
.footer-section-02 {
    background-color: #0a1111;
}
.footer-section-03 {
    background-color: #000;
}
.footer-widget-wrap {
    margin-top: -40px;
}
.copyright-text p {
    font-size: 14px;
    color: #fff;
}
.progress-wrap {
    right: 50px;
    bottom: 50px;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(244 218 88 / 44%);
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: 0.2s linear;
}
.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #f4da58;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    transform: rotate(90deg);
    display: block;
    z-index: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #f4da58;
    stroke-width: 4;
    box-sizing: border-box;
}
.progress-wrap.progress-wrap-02 {
    box-shadow: inset 0 0 0 2px rgba(244, 218, 88, 0.3);
}
.progress-wrap.progress-wrap-02 svg.progress-circle path {
    stroke: #f4da58;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.banner-form-block {
    height: 100%;
    text-align: center;
}
.banner-form {
    padding: 25px;
    background-color: #ffffffc2;
    box-shadow: 15px 15px 15px #00000066;
    border-radius: 10px;
}
.banner-form-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #002e5e;
}
.banner-form-sub-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}
.banner-form input,
select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 50px;
}
.career-assistance-section p,
.international-tie-ups-section p,
.intro p,
.top-tier-section p {
    font-size: 18px;
    line-height: 28px;
    color: #19191b;
    text-align: center;
}
.awards-ranking,
.ustudy-team-section {
    background: #fdf6f6;
}
.accreditations_list,
.ranking {
    background: #fff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 14%);
}
.ranking {
    padding: 20px;
}
.accreditations_list {
    padding: 30px;
    min-height: 300px;
    text-align: center;
}
.accreditations_list h2 {
    font-size: 22px;
    line-height: 28px;
    color: #19191b;
    font-weight: 700;
    margin-bottom: 10px;
}
.accreditations_list p {
    font-size: 18px;
    line-height: 24px;
    color: #19191b;
}
.accreditations_list img {
    margin-bottom: 20px;
}
.advantage-section {
    background: url(../images/advantage-bg.webp) center/cover no-repeat fixed;
}
.advantage-box {
    margin-bottom: 40px;
}
.icon-box {
    width: 90px;
    height: 90px;
    line-height: 90px !important;
    text-align: center;
    float: left;
}
.icon-box i {
    color: #ffc400;
    font-size: 60px;
    margin-top: 10px;
}
.advantage-text {
    overflow: hidden;
    padding: 0 0 0 30px;
}
.advantage-text h4 {
    font-size: 20px;
    color: #19191b;
    font-weight: 600;
    margin-bottom: 5px;
}
.advantage-text p,
.campus_facilities_list p {
    color: #19191b;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding-right: 20px;
}
.campus_facilities_list {
    background: #fff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 14%);
    padding: 20px;
    height: 100%;
}
.campus_facilities_list h2 {
    font-size: 20px;
    line-height: 26px;
    color: #19191b;
    font-weight: 600;
    margin-bottom: 5px;
}
.campus_facilities_list img {
    border-radius: 5px;
    margin-bottom: 10px;
}
.contact-section,
.disciplines {
    background: #002e5d;
}
ul.disciplines-list {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 15px;
}
ul.disciplines-list li {
    display: block;
    background: url(../images/correct.png) no-repeat;
    padding-left: 40px;
    text-decoration: none;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
.international-tie-ups-section {
    background: #dcf1f6;
}
.recruiters-section,
.top-tier-section {
    background: #f7f3eb;
}
.recruiters_logo_box {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    z-index: 1;
}
.recruiters_logo_box img {
    border: 1px solid #ccc;
}
.items {
    white-space: nowrap;
    margin-bottom: 0;
    overflow: hidden;
}
.item {
    display: inline-block;
    padding: 0;
    float: none;
    margin: 5px;
}
.testimonials_video iframe {
    width: 100%;
    height: 260px;
    border: 1px solid #000;
}
.faq-section {
    background: #eef3f9;
}
.gallery-section {
    background: url(../images/gallery-bg.webp);
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single_address {
    border-image: none;
}
.single_address i {
    font-size: 36px;
    margin-top: 10px;
    color: #ffca05;
}
.single_address h4,
.taxt2 {
    font-size: 24px;
    font-weight: 700;
}
.single_address h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 20px;
    color: #fff;
}
.single_address p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}
.top_reasons_list {
    background: #fff;
    padding: 20px;
    text-align: center;
    min-height: 220px;
}
.top_reasons_list p {
    font-size: 20px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
}
.top_reasons_list img {
    width: 60px;
    margin-bottom: 10px;
}
.tac-2 {
    box-shadow: 0 0 10px #00000033;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fecc00;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.brand-default.brand-style--2 .brand::after,
.brand-default.brand-style--2b .brand::after {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    right: 0;
    bottom: 0;
    border: 1px solid #f3d4d4;
    pointer-events: none;
    display: block;
}
.taxt2 {
    margin-bottom: 0;
    line-height: 28px;
    color: #000;
    text-align: center;
}
.taxt2 span {
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.brand-default {
    padding: 0;
    margin: 0;
    list-style: none;
}
.brand-default .brand {
    text-align: center;
}
.brand-default .brand img {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    display: inline-block;
    padding: 15px;
}
.brand-default .brand a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}
.brand-default.brand-style--2 {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
    display: -ms-grid;
    display: grid;
}
@media only screen and (max-width: 575px) {
    .section-title-02 .title {
        font-size: 30px;
        line-height: 40px;
    }
    .offcanvas {
        width: 280px;
    }
    .gurugram-courses-section-03 .single-course .courses-content {
        padding: 35px;
    }
    .brand-default.brand-style--2 {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(2, 1fr);
    }
}
.brand-default.brand-style--2 .brand {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
}
.brand-default.brand-style--2b {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    display: -ms-grid;
    display: grid;
}
@media only screen and (max-width: 575px) {
    .brand-default.brand-style--2b {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.brand-default.brand-style--2b .brand {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}
.features-item-02 {
    background: #fff;
    padding: 0 30px;
}
.features-item-02 img {
    height: 70px;
    transition: 0.3s linear;
}
.features-item-02 .title {
    font-size: 22px;
    line-height: 35px;
    margin-top: 10px;
    font-weight: 700;
}
.features-item-02 p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    color: #222;
}
.features-item-02:hover::before {
    transform: translateY(0) scaleX(0.93);
}
.features-item-02:hover img {
    transform: rotateY(180deg);
}
ul.banner_list {
    width: 100%;
    padding: 0;
    list-style-type: none;
}
ul.banner_list li {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
    background: url(../images/list-icon.png) no-repeat;
    padding-left: 40px;
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 0;
    margin-top: 5px;
    font-weight: 600;
}
.menu-bar-social {
    display: inline-block;
    margin-right: 10px;
}
.menu-bar-social ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.menu-bar-social ul li {
    margin-right: 10px;
    list-style: none;
}
.menu-bar-social ul li a {
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.menu-bar-social ul li a:hover {
    background-color: #ffc20f;
    color: #002e5e;
    border: 1px solid #ffc20f;
}
@media only screen and (min-width: 320px) and (max-width: 769px) {
    .header-logo {
        flex-shrink: 0;
        padding: 0;
    }
    .offcanvas-logo a img {
        width: 170px;
    }
    .gurugram-hero-section {
        height: 100%;
        padding-top: 30%;
    }
    .gurugram-hero-section .hero-content .title {
        font-size: 28px;
        line-height: 34px;
    }
    .gurugram-hero-section .hero-content .title::before {
        height: 120px;
    }
    .gurugram-hero-section .hero-content .title::after {
        top: 5px;
        height: 120px;
    }
    .gurugram-hero-section .hero-content .sub-title {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .advantage-text p,
    .intro p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }
    .tac-2 {
        margin-bottom: 20px;
    }
    .features-item-02 {
        margin-bottom: 30px;
    }
    .entrepreneurship-left,
    .global_exposure_content {
        text-align: center;
    }
    .section-title-02 .title {
        padding-top: 0;
    }
    .section-title .title {
        font-size: 26px;
        line-height: 34px;
    }
    ul.disciplines-list li {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
    }
    .campus_facilities_list p,
    .career-assistance-section p,
    .entrepreneurship-item .title,
    .global_exposure_content p,
    .international-tie-ups-section p,
    .section-title p,
    .section-title-02 p,
    .single_address p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
    }
    .global_exposure_content h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .scholarship-accordion .accordion-item .accordion-button .scholarship-button {
        left: 20px;
    }
    .scholarship-accordion .accordion-item .accordion-button {
        padding: 10px 30px 10px 70px;
    }
    .scholarship-accordion {
        margin-top: 0;
    }
    .scholarship-accordion .accordion-item .accordion-button .title {
        font-size: 18px;
        line-height: 24px;
        color: #222;
    }
    .scholarship-accordion .accordion-item .accordion-body {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
}
.nice-select {
    display: block;
    width: 100%;
    padding: 0.65rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
    height: 50px;
}
.nice-select span {
    display: block;
    width: 100%;
    margin: auto;
    line-height: initial;
    text-align: left;
    font-size: 1rem;
    color: #65707a;
    padding: 0.45rem 11px;
}
.nice-select .list {
    width: 100%;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
