/*-- Google Font --*/
@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");

/*-- Common Style --*/
*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
    color: #676767;
    outline: none;
    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 {
    font-family: "Urbanist", sans-serif;
    color: #222222;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a, button, img, input {
    transition: all 0.3s linear;
    outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
    outline: 0;
}
a:focus {
    color: none;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #f4da58;
}
ul, ol {
    padding: 0;
    list-style: none;
    margin: 0;
}
button, input[type="submit"] {
    cursor: pointer;
}
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;
}
/*-- Common Classes --*/

.section, .main-wrapper {
    float: left;
    width: 100%;
}
/*--Tab Content & Pane Fix--*/

.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: up 0.7s ease-out;
    animation: up 0.7s ease-out;
}
@-webkit-keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/*--Section Spacing--*/

.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;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
.section-padding-02 {
    padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
    .section-padding-02 {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 60px;
    }
}
/*--Section Title--*/

.section-title .title {
    font-size: 42px;
    line-height: 52px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #222222;
}
.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;
}
@media only screen and (max-width: 1199px) {
    .section-title .title {
        font-size: 48px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 36px;
        line-height: 48px;
    }
    .section-title .title span::before {
        bottom: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.section-title p {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
}
.section-title-02 .title {
    font-size: 42px;
    line-height: 52px;
    color: #222222;
	font-weight:600;
	padding-top:0px;
	margin-bottom:15px;
}

.section-title-02 p {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
	margin-bottom:10px;
}
@media only screen and (max-width: 991px) {
    .section-title-02 .title {
        font-size: 42px;
        line-height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title-02 .title {
        font-size: 36px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title-02 .title {
        font-size: 30px;
        line-height: 40px;
    }
}
/*--Swiper Pagination--*/

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #dfdfdf;
    width: 12px;
    height: 12px;
    transition: all 0.3s linear;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}
/*--  Preloader Styles  --*/

.theme-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0A0A0B;
    z-index: 9999999999;
}
.theme-loader .spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.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: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.theme-loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.theme-loader.theme-loader-02 .double-bounce1, .theme-loader.theme-loader-02 .double-bounce2 {
    background-color: #f4da58;
}
@-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);
    }
}
/*----------------------------------------*/

/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.3 - Button CSS
/*----------------------------------------*/

.btn-margin {
    margin-top: 40px;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.btn-wrap .btn {
    margin: 5px;
}
.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #f4da58;
    border-color: transparent;
    color: #000000;
    border-radius: 50px;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    height: 60px;
    line-height: 58px;
    padding: 0px 70px;
    border-width: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.btn:focus, .btn:focus:active {
    box-shadow: none;
}
.btn:hover {
    box-shadow: none;
    background: #171621;
    color: #ffffff;
}
.btn-2 {
    background-color: #f4da58;
}
.btn-round {
    border-radius: 100px;
}
.btn-square {
    border-radius: 0;
}
.btn-primary {
    background-color: #f4da58;
    border-color: #f4da58;
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #f4da58;
    border-color: #f4da58;
}
.btn-secondary {
    background-color: #171621;
    border-color: #171621;
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: #171621;
    border-color: #171621;
}
.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white:hover {
    color: #ffffff;
}
/*----------------------------------------*/

/*  02. Header CSS
/*----------------------------------------*/

/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    transition: all 0.3s linear;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
}
.header.sticky {
    background: #121e47;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    flex-shrink: 0;
	width:230px;
	padding:10px;
}
@media only screen and (max-width: 1199px) {
    .header-logo a img {
        width: 200px;
    }
}
.header-menu {
    position: relative;
}
.header-menu::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.header-menu::after {
    content: "";
    position: absolute;
    right: -70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.header-menu .main-menu {
    display: flex;
}
.header-menu .main-menu>li {
    position: relative;
    padding: 30px 20px;
}
@media only screen and (max-width: 1399px) {
    .header-menu .main-menu>li {
        padding: 30px 8px;
    }
}
.header-menu .main-menu>li a {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}
.header-menu .main-menu>li .menu-icon::after {
    content: '\f16c';
    font-family: "flaticon";
    font-size: 10px;
    color: #ffffff;
    margin-left: 5px;
    transition: all 0.3s linear;
}
.header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #f4da58;
}
.header-menu .main-menu>li.active-menu>a {
    color: #f4da58;
}
.header-menu .main-menu>li.active-menu>a::before {
    height: 30px;
    top: 65%;
    bottom: auto;
}
.header-menu .main-menu>li:hover>.menu-icon::after {
    color: #f4da58;
}
.header-menu .main-menu>li:hover>a {
    color: #f4da58;
}
.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);
}
.header-menu .main-menu>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    background: #ffffff;
    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: all 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;
    font-family: "Urbanist", sans-serif;
    color: #222222;
    display: block;
    position: relative;
    z-index: 1;
}
.header-menu .main-menu>li .sub-menu li.active>a {
    color: #f4da58;
}
.header-menu .main-menu>li .sub-menu li:hover>a {
    color: #f4da58;
    padding-left: 35px;
}
.header-meta {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header-toggle button {
    background: none;
    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 {
    background: #ffffff;
    border-bottom: 0;
}
.header-03 .header-menu .main-menu>li a {
    color: #000000;
}
.header-03 .header-menu .main-menu>li .menu-icon::after {
    color: #000000;
}
.header-03 .header-menu .main-menu>li.active-menu>.menu-icon::after {
    color: #000000;
}
.header-03 .header-menu .main-menu>li.active-menu>a {
    color: #000000;
}
.header-03 .header-menu .main-menu>li:hover>.menu-icon::after {
    color: #f4da58;
}
.header-03 .header-menu .main-menu>li:hover>a {
    color: #f4da58;
}
.header-03 .header-menu .main-menu>li .sub-menu {
    border-top: 3px solid #f4da58;
}
.header-03 .header-menu .main-menu>li .sub-menu li.active>a {
    color: #f4da58;
}
.header-03 .header-menu .main-menu>li .sub-menu li:hover>a {
    color: #f4da58;
}

.header-04 {
    background: #ffffff;
    border-bottom: 0;
}
.header-04.sticky {
    background: #ffffff;
    border-bottom: 0;
}
.header-04 .header-login .link-btn {
    border: 0px;
    background: #f4da58;
    color: #000000;
}
.header-04 .header-login .link-btn:hover {
    background: #171621;
    color: #ffffff;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}
@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
/*--
/*  2.2 - Offcanvas CSS
/*----------------------------------------*/

.offcanvas {
    background: #121f47;
    width: 320px;
}
@media only screen and (max-width: 575px) {
    .offcanvas {
        width: 280px;
    }
}
.offcanvas-header .close-btn {
    background: none;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
    transform: rotate(90deg);
    color: #f4da58;
}
.offcanvas-logo a img {
    width: 130px;
}
.offcanvas-menu .main-menu li {
    position: relative;
}
.offcanvas-menu .main-menu li a {
    display: block;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    padding: 5px 0px;
    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 {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #f4da58;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li .menu-expand::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background-color: #f4da58;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li.active>.menu-expand::after {
    height: 0;
}
.offcanvas-menu .main-menu li ul {
    padding-left: 6%;
    display: none;
}
/*----------------------------------------*/

/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/

/*--
/*  03 - Hero CSS
/*----------------------------------------*/

.mumbai-hero-section {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.mumbai-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;
}
.mumbai-hero-section .hero-content .sub-title {
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
	font-weight:700;
	margin-top:20px;
	margin-bottom:20px;
}

.mumbai-hero-section .hero-content .sub-title2 {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
	margin-top:90px;
}
.mumbai-hero-section .hero-content .title {
  font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.mumbai-hero-section .hero-btn .btn {
    height: 68px;
    line-height: 68px;
    padding: 0 85px;
    color: #000000;
    margin-top: 115px;
}
.mumbai-hero-section .hero-btn .btn:hover {
    background: #171621;
    color: #ffffff;
}
@media only screen and (max-width: 1399px) {
    .mumbai-hero-section {
        height: 700px;
		padding-top:14%;
    }
.mumbai-hero-section .hero-content .title {
  font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    }

    .mumbai-hero-section .hero-content .title::before {
        height: 130px;
    }
    .mumbai-hero-section .hero-content .title::after {
        top: 5px;
        height: 130px;
    }
}
@media only screen and (max-width: 991px) {
    .mumbai-hero-section {
        height: 820px;
    }

}
@media only screen and (max-width: 767px) {
    .mumbai-hero-section {
        height: 1100px;
    }
}

@media only screen and (max-width: 449px) {
    .mumbai-hero-section .hero-content .sub-title {
        font-size: 18px;
    }
    .mumbai-hero-section .hero-content .title {
        font-size: 26px;
		line-height:32px;
    }
    .mumbai-hero-section .hero-btn .btn {
        padding: 0 60px;
    }
}





.category-wrap {
    margin-top: -15px;
}
.category-content-wrap {
    padding-top: 30px;
}
@media only screen and (max-width: 767px) {
    .category-content-wrap {
        padding-top: 15px;
    }
}


.global-exposure-section {
    background: #dcf1f6;
}
.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 {
    margin-top: 20px;
}
.tab-menu .nav {
    justify-content: center;
}
.tab-menu .nav li {
    margin: 0 15px;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
    .tab-menu .nav li {
        margin: 0 10px;
    }
}
.tab-menu .nav li button {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #333333;
    border: 0;
    padding: 0;
    background: none;
    position: relative;
}
.tab-menu .nav li button::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: #333333;
    width: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 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;
}
@media only screen and (max-width: 767px) {
    .courses-tab-content {
        padding-top: 25px;
    }
}
.study-abroad {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}
.study-abroad .university-image {
    position: relative;
}
.study-abroad .university-image a {
    display: block;
}
.study-abroad .university-image a img {
    width: 100%;
    transition: all 0.3s linear;
}
.study-abroad .university-image .top-meta {
    position: absolute;
    top: 35px;
    left: 50px;
}
.study-abroad .university-content {
    background: #ffffff;
    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) {
    .study-abroad .university-content {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 449px) {
    .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;
}
@media only screen and (max-width: 1199px) {
    .study-abroad .university-content .title {
        font-size: 22px;
    }
}

.study-abroad:hover .university-image a img {
    transform: scale(1.1);
}



.mumbai-courses-section-03 {
    background: #002e5d;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mumbai-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;
}
.mumbai-courses-section-03 .section-title .title {
    color: #ffffff;
}
.mumbai-courses-section-03 .courses-content-wrap {
    padding-top: 70px;
}
@media only screen and (max-width: 767px) {
    .mumbai-courses-section-03 .courses-content-wrap {
        padding-top: 50px;
    }
}
.mumbai-courses-section-03 .single-course {
    border-radius: 10px;
    margin-top: 0px;
}
.mumbai-courses-section-03 .single-course .courses-content {
    background: #ffffff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
    padding: 40px 70px;
}
@media only screen and (max-width: 1199px) {
    .mumbai-courses-section-03 .single-course .courses-content {
        padding: 35px 35px;
    }
}
@media only screen and (max-width: 767px) {
    .mumbai-courses-section-03 .single-course .courses-content {
        padding: 35px 70px;
    }
}
@media only screen and (max-width: 575px) {
    .mumbai-courses-section-03 .single-course .courses-content {
        padding: 35px 35px;
    }
}
.mumbai-courses-section-03 .single-course .courses-content .title:hover a {
    color: #f4da58;
}
.mumbai-courses-section-03 .single-course .courses-content .courses-author .name a {
    color: #f4da58;
}
.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;
}
.courses-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .courses-active-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f4da58;
}


.mumbai-entrepreneurship-section {
    z-index: 1;
}
.entrepreneurship-left {
    max-width: 100%;
	text-align:left;
}
.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: 0px;
}
@media only screen and (max-width: 1199px) {
    .entrepreneurship-right {
        padding-left: 50px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .entrepreneurship-right {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .entrepreneurship-right {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.entrepreneurship-right::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 55%;
    background: #cccccc;
    border-radius: 10px;
    width: 1px;
    height: 550px;
    transform: translateY(-50%);
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    .entrepreneurship-right::after {
        display: none;
    }
}
.entrepreneurship-item {
    margin-top: 30px;
}
.entrepreneurship-item .entrepreneurship-icon {
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px 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: all 0.3s linear;
}
.entrepreneurship-item .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
.entrepreneurship-item .title:hover a {
    color: #f4da58;
}



.scholarship-wrap {
    padding-top: 0px;
}
.scholarship-content-wrap {
    padding-right: 0px;
}
@media only screen and (max-width: 1199px) {
    .scholarship-content-wrap {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .scholarship-accordion {
        margin-top: 50px;
    }
}
.scholarship-accordion .accordion-item {
    border: 0;
    box-shadow: 0px 0px 90px 0px 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 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.scholarship-accordion .accordion-item .accordion-button {
    padding: 10px 50px;
    padding-left: 85px;
}
.scholarship-accordion .accordion-item .accordion-button .title {
    font-size: 24px;
    color: #222222;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.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: #222222;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(90deg);
    transition: all 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: 30px 50px;
    padding-top: 0;
}
.scholarship-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.scholarship-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}
.scholarship-accordion .accordion-item .accordion-button:not(.collapsed) .scholarship-button {
    transform: rotate(-90deg);
}
.scholarship-accordion .accordion-item:hover .accordion-button .scholarship-button {
    transform: rotate(-90deg);
}
.scholarship-accordion-wrapper {
    display: flex;
    padding-top: 60px;
}
@media only screen and (max-width: 991px) {
    .scholarship-accordion-wrapper {
        display: block;
    }
}
.scholarship-accordion-wrapper .scholarship-col {
    width: 50%;
}
@media only screen and (max-width: 991px) {
    .scholarship-accordion-wrapper .scholarship-col {
        width: 100%;
    }
}
.scholarship-accordion-wrapper .scholarship-col:first-child {
    padding-right: 25px;
}
@media only screen and (max-width: 991px) {
    .scholarship-accordion-wrapper .scholarship-col:first-child {
        padding-right: 0px;
    }
}
.scholarship-accordion-wrapper .scholarship-col:last-child {
    padding-left: 25px;
}
@media only screen and (max-width: 991px) {
    .scholarship-accordion-wrapper .scholarship-col:last-child {
        padding-left: 0px;
    }
}
.scholarship-accordion-wrapper .accordion-item {
    border: 0;
    margin-bottom: 10px;
}
.scholarship-accordion-wrapper .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.scholarship-accordion-wrapper .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}





.team-wrap {
    margin-top: 20px;
}
.single-team {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px 15px 0px;
    margin-top: 30px;
    transition: all 0.3s linear;
	min-height:400px;
}
.single-team .team-img {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.single-team .team-img a {
    display: block;
}
.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: all 0.3s linear;
}
.single-team .team-img a img {
    width: 100%;
    transition: all 0.3s linear;
}
.single-team .team-content {
    position: relative;
    padding: 15px 0px 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: all 0.3s linear;
}
.single-team .team-content .team-social .social li {
    display: inline-block;
}
.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: #ffffff;
}
.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: #222222;
	margin-bottom:0px;
}
.single-team:hover {
    box-shadow: 0px 20px 50px rgba(0, 108, 226, 0.1);
}
.single-team:hover .team-img a::before {
    opacity: 1;
    visibility: visible;
}
.single-team:hover .team-img a img {
    transform: scale(1.1);
}
.single-team:hover .team-content .team-social {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -60px);
}


/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/

.sidebar-wrap {
    border-left: 1px solid #eeeeee;
    height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .sidebar-wrap {
        border-left: none;
        height: auto;
        padding-top: 0;
    }
}

/*--
/*  28.1 - Footer Widget CSS
/*----------------------------------------*/

.footer-widget {
    margin-top: 40px;
}
.footer-widget-title {
    font-size: 20px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.back-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    z-index: 20;
    border-radius: 50%;
    background-color: #f4da58;
    border: 0;
    transition: all 0.3s linear;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    transform: translateX(130%) rotate(90deg);
}
.back-btn:hover {
    background-color: #171621;
    color: #ffffff;
}
.back-btn.active {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
}
/*--
/*  28. Footer CSS
/*----------------------------------------*/

.footer-section {
    background-color: #171621;
    padding-top: 90px;
    padding-bottom: 40px;
}
.footer-section-02 {
    background-color: #0a1111;
}
.footer-section-03 {
    background-color: #000000;
}
.footer-widget-wrap {
    margin-top: -40px;
}
.copyright-text {
    margin-top: 30px;
}
.copyright-text p {
    font-size: 14px;
    color: #ffffff;
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(244 218 88 / 44%);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms 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);
    cursor: pointer;
    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::after {
    color: #f4da58;
}
.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 .15s ease-in-out,box-shadow .15s ease-in-out;
	height:50px;
}



.intro{background: #fff;}
.intro p{font-size: 18px; line-height: 28px; color: #19191b; text-align:center;}

.awards-ranking{background: #fdf6f6;}
.ranking{background: #ffffff; box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 14%); padding:20px;}

.accreditations{ background:#FFF;}
.accreditations_list{background: #ffffff; box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 14%); padding: 20px; min-height:380px; text-align:center;}
.accreditations_list h2{font-size: 18px; line-height: 24px; color: #19191b; font-weight:700; margin-bottom:10px;}
.accreditations_list img{ margin-bottom:20px;}



.advantage-section {
    background: url(../images/advantage-bg.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: 0px 0px 0px 30px;}
.advantage-text h4 {font-size: 20px; font-weight: 400; color:#19191b; font-weight:600; margin-bottom:5px;}
.advantage-text p {color: #19191b;	font-size: 17px; font-weight: 500; line-height: 24px; padding-right: 20px;}



.campus-facilities-section { background:#FFF;}
.campus_facilities_list {background: #ffffff; box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 14%); padding: 20px; height:100%;}
.campus_facilities_list h2 {font-size: 20px; line-height:26px; font-weight: 400; color:#19191b; font-weight:600; margin-bottom:5px;}
.campus_facilities_list p {color: #19191b;	font-size: 17px; font-weight: 500; line-height: 24px; padding-right: 20px;}
.campus_facilities_list img { border-radius:5px; margin-bottom:10px;}


.disciplines {background: #002e5d;}

ul.disciplines-list {
    width: 100%;
    list-style-type: none;
	padding-left:0px;
	margin-bottom:15px;
}

ul.disciplines-list li {
    display: block;
    margin-bottom: 5px;
    background: url(../images/correct.webp) no-repeat 0 0px;
    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: #fff;
}
.international-tie-ups-section p{
  font-size: 18px;
  line-height: 28px;
  color: #19191b;
  text-align:center;
}

.career-assistance-section {
    background: #f7f3eb;
}
.career-assistance-section p{
  font-size: 18px;
  line-height: 28px;
  color: #19191b;
  text-align:center;
}


.top-tier-section {
    background: #fff;
}
.top-tier-section p{
  font-size: 18px;
  line-height: 28px;
  color: #19191b;
  text-align:center;
}



.recruiters-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:solid 1px #CCCCCC;}

.items {white-space: nowrap; margin-bottom: 0; overflow: hidden;}
.item {
  display: inline-block;
  padding: 0;
  float: none;
  margin: 5px;
}


.testimonials-section {
    background: #fff;
}
.testimonials_video{
}
.testimonials_video iframe{ width:100%; height:260px; border:solid 1px #000000;
}

.faq-section {
    background: #fff;
}


.gallery-section {
 	background: #002e5d;
    position: relative;
    overflow: hidden;
    background: url(../images/gallery-bg.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery_list{}


.contact-section {
    background: #002e5d;
}
.single_address {
	border:solid 1px #FFFFFF;
    border-image: none;
    border-radius: 5px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    min-height: 240px;
}
.single_address i {
    font-size: 36px;
    margin-top: 10px;
	color:#ffca05;
}
.single_address h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: 20px;
	font-size:24px;
    color: #fff;
}
.single_address p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}

.top_reasons_list{background: #ffffff; padding:20px; text-align:center; min-height:220px;}
.top_reasons_list p{ font-size:20px; line-height:26px; color: #222222; font-weight: 400;}
.top_reasons_list img{ width:60px; margin-bottom:10px;}

.tac-2{box-shadow: 0px 0px 10px #00000033; height: 100px; display: flex; justify-content: center; align-items: center; background-color: #fecc00; padding: 15px 15px; margin-bottom: 20px; border-radius:10px;}
.taxt2 {margin-bottom: 0px; font-size: 24px; line-height:28px; color: black; font-weight: 700; text-align: center;}
.taxt2 span{ font-size:16px; display:block; font-weight:500;line-height: inherit;}

.ustudy-team-section{ background:#fdf6f6;}

.brand-default {
	padding: 0;
	margin: 0;
	list-style: none
}

.brand-default .brand {
	text-align: center
}

.brand-default .brand img {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .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)[6];
	grid-template-columns: repeat(6, 1fr);
	display: -ms-grid;
	display: grid
}

@media only screen and (max-width:575px) {
	.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;
}

.brand-default.brand-style--2 .brand::after {
	display: block;
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: 0;
	bottom: 0;
	border: 1px solid #f3d4d4;
	pointer-events: none
}

.brand-default.brand-style--2.no-border .brand::after {
	display: none
}

.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;
}

.brand-default.brand-style--2b .brand::after {
	display: block;
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: 0;
	bottom: 0;
	border: 1px solid #f3d4d4;
	pointer-events: none
}

.brand-default.brand-style--2b.no-border .brand::after {
	display: none
}




.features-item-02 {
    background: #ffffff;
    padding: 0 30px;
}

.features-item-02 img {
    height: 70px;
    transition: all 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: 0px;
	color:#222;
}
.features-item-02:hover::before {
    transform: translateY(0px) scaleX(0.93);
}
.features-item-02:hover img {
    transform: rotateY(180deg);
}



ul.banner_list {
    width: 100%;
    padding: 0px;
    list-style-type: none;
}

ul.banner_list li {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
    background: url(../images/list-icon.webp) no-repeat 0 0px;
    padding-left: 40px;
    text-decoration: none;
    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: 0px; padding: 0px;}
.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: solid 1px #FFFFFF; border-radius: 50%;}
.menu-bar-social ul li a:hover{background-color: #ffc20f; color: #002e5e; border: solid 1px #ffc20f;}



@media only screen and (min-width: 320px) and (max-width: 769px) {
.header-logo {
  flex-shrink: 0;
  width: 320px;
  padding: 0px;
}

.offcanvas-logo a img {
  width: 170px;
}

.mumbai-hero-section {
  height: 100%;
  padding-top: 30%;
}

.mumbai-hero-section .hero-content .title {
  font-size: 28px;
  line-height: 34px;
}

.mumbai-hero-section .hero-content .sub-title {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mumbai-hero-section .hero-content .title::before {
height: 120px;
}
.mumbai-hero-section .hero-content .title::after {
top: 5px; height: 120px;
}

.mumbai-hero-section .hero-content .sub-title {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tac-2{ margin-bottom:20px;}

.features-item-02 { margin-bottom:30px;}

.section-title-02 .title {
  padding-top: 0px;
}
.single-team{ min-height:100px;}

.scholarship-accordion .accordion-item .accordion-button .title {
  font-size: 18px;
  line-height:24px;
}
}


#clock {	width: 180px;	height: 180px;	border-radius: 50%;	background-color: rgb(230, 230, 230);	margin: auto;    margin-top: 4rem;}
span {
    display: block;
    width: 100%;
    margin: auto;
    color: red;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

    /* ------------- */

    .nice-select span {display: block;width: 100%;margin: auto;line-height: initial;text-align: left;font-size: 1rem;color: #65707a;padding: 0.45rem 11px;}
    .banner-form input, select{display: block;}
    .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: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        height: 50px;}
        .nice-select .list{width: 100%;height: 250px;overflow-x: hidden;overflow-y: auto;}
        .nice-select .option{font-size: 15px;}