@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");

:root {
    --mainYellow: #fdbe02;
    --mainBlue: #173c68;
    --mainWhite: #fff;
    --mainBlack: #000;
    --mainRed: #ee3f37;
    --mainGrey: rgb(238, 238, 238);
    --mainGreen: #09910e;
    --mainWhiteAndGrey: rgb(243, 242, 242);
}

body,
html {
    font-family: "Questrial", sans-serif;
    /* padding: 0; */
    /* margin: 0; */
    overflow-x: hidden;
    /* box-sizing: border-box; */
    /* background: var(--mainWhite);
  color: var(--mainWhite); */
}

.bolding {
    font-weight: bold;
}

.second-navbar {
    /* background: grey !important; */
}

.second-navbar {
    background-color: #284876;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.91, 0.76);
    margin-top: 78px;
}

.first-navbar {
    /* background-color: rgb(243, 242, 242); */
    background-color: #f9f9f9;
}

.navbar-toggler {
    outline: none !important;
    border: none;
    font-size: 2rem;
    color: var(--mainBlue) !important;
    margin-left: 0rem;
}


.nav-link:hover {
    color: var(--mainGreen);
}

/* .nav-link {
  border-bottom: 0.1rem solid var(--mainGreen);
}

.nav-active {
  border-bottom: 0.1rem solid var(--mainGreen);
} */

.book-app {
    background-color: #284876;
}

.reg,
.login {
    border: 2px solid #faa93e;
    /* background-color: #f9f9f9; */
    border-radius: 10%;
}

.nav-link,
.nav-btn {
    color: var(--mainWhite);
    font-weight: bold;
}

/* Banner */
.banner-1 {
    min-height: 650px;
    /*min-height: calc(100vh - 101px);*/
    background: url("../img/slider_1.jpg") no-repeat center center/cover;
    /* background-position: center;
  background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */

    background-color: rgba(0, 0, 0, 1);
}

.banner-2 {
    min-height: 650px;
    /*min-height: calc(100vh - 101px);*/
    background: url("../img/slider_2.jpg") no-repeat center center/cover;
    background-color: rgba(0, 0, 0, 1);
    /* background-attachment: fixed; */
}

.banner-3 {
    min-height: 650px;
    /*min-height: calc(100vh - 101px);*/
    background: url("../img/slider_33.jpg") no-repeat center center/cover;
    background-color: rgba(0, 0, 0, 1);
    /* background-attachment: fixed; */
}

.btn-yellow {
    background: var(--mainYellow);
    text-transform: capitalize;
    font-size: 1.2rem;
    color: var(--mainBlack);
    border-radius: 0 !important;
}

.btn-yellow:hover {
    background: var(--mainBlack);
    color: var(--mainYellow);
}

.card-1,
.card-2,
.card-3 {
    color: var(--mainWhite);
    font-weight: bold;
    border-radius: 15%;
    padding: 20px;
    border-top: 18px solid rgb(15, 30, 92);
    /* box-shadow: 5px 5px 5px 5px white; */
    /* rgb(15, 29, 90); */
}

.margin-card {
    margin-top: -1.4rem !important;
}

/* second card */
.card-a,
.card-b,
.card-c,
.card-d {
    background-color: var(--mainBlue);
    color: var(--mainWhite);
    border-left: 5px solid #585050;
    /* border-right: 2px solid #585050; */
    border-bottom: 12px solid #efefef;
    font-weight: bold;
    opacity: 0.9;
    border-radius: 14px 20px 20px 15px;
    height: 300px;
}

.bg-top-service {
    background-color: var(--mainBlue);
}

.inform-card .card .body-icon {
    font-size: 50px;
}

.fl-video {
    /* height: 280px; */
    /* background: url("../img/uni.jpeg") no-repeat center center/cover; */
    background-color: #284876;
    /* Fallback color */
    border-radius: 10%;
    padding: 40px
        /* z-index: 2; */
}

.video-wala {
    /* width: 400px; */
    margin-top: 1rem;
    margin-bottom: 1rem;

    /* overflow: hidden; */
}

@media screen and (max-width: 570px) {
    .video-wala {
        height: 170px;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .video-wala {
        height: 210px;
        /* margin-top: 1rem; */
    }
}

.content {
    color: var(--mainBlack);
    padding: 0.5rem 0.5rem 0px 0.5rem;
}

.info-image {
    min-height: 50vh;
    /* background: url("../img/forest.jpg") no-repeat center center/cover; */
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/uni.jpg") no-repeat center center/cover; */
    /* background: linear-gradient(
      rgba(110, 105, 105, 0.7),
      rgba(124, 122, 122, 0.7)
    ),
    url("../img/uni.jpg") no-repeat center center/cover; */

    background: url("../img/online_processing.png") no-repeat center center/cover;
    /* background-attachment: fixed; */
    color: --var(--mainWhite);
    font-weight: bold;
    /* opacity: 0.9; */
}

.bg-card {
    padding: 0.2rem 0.4rem;
    /* color: #ff8b42;     */
    color: --var(--mainWhite);
    /* background-color: #77ee9f; */
    border-radius: 0.2rem;
}

.first-spacing {
    margin-top: 6rem;
}

@media screen and (max-width: 576px) {
    .first-spacing {
        margin-top: 14rem;
    }
}

@media screen and (max-width: 768px) {
    .first-spacing {
        margin-top: 14rem;
    }
}

/* @media screen and (max-width: 992) {
  .first-spacing {
    margin-top: 10rem;
  }
} */

/* slider */
/* .carousel-caption {
  bottom: 90px;
}

.carousel-indicators li {
  width: 70px;
  height: 36px;
  border: 1px solid #222;
}
.carousel-indicators .active {
  border: 1px solid #ff7474;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-title {
    font-size: 18px;
    margin-top: 20px;
  }
} */

.bg-courses-land {
    border-radius: 5px;
    color: rgb(255, 132, 16);
    margin: 5px auto;
    font-family: "Suez One", serif;
    font-size: 1.7rem;
    background: white;
    padding: 2px;
}

.fee {
    font-size: 1rem;
    color: black;
    margin: 5px auto;
    font-weight: bold;
    background: #402e2e;
    color: var(--mainWhite);
    padding: 3px;
    font-family: "Suez One", serif;
}

.career-icon {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--mainBlack);
    /* background-color: #f3b2f8; */
    padding: 0.5rem 1rem;
    border-radius: 10%;
    box-shadow: 1px 1px 1px 1px;
}

.fonting {
    font-size: 11px;
}

.service-icon {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #005fbf;
    padding: 0.5rem 1rem;
    border-radius: 10%;
    box-shadow: 1px 1px 1px 1px;
}

.orange-color {
    background: #f36d6d;
}

.pink-color {
    background: #f3b2f8;
}

.bg-process {
    background-color: rgb(255, 255, 255);
}

.process-icon {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1rem;
    /* color: var(--main) */
    /* background: #8cf3a6; */
    padding: 0.5rem 1rem;
    border-radius: 50%;
}

.bg-streams {
    background: linear-gradient(white, skyblue);
}

/* career */
.career-banner {
    min-height: calc(100vh - 101px);
    background: url("../img/career_vector.jpg") no-repeat center center/cover;
    /* background-attachment: fixed; */
}

/* featured */
.featured-container {
    position: relative;
    overflow: hidden;
}

.featured-search-icon {
    background: var(--mainWhite);
    display: inline-block;
    padding: 0.2rem 0.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1.2rem;
    transform: translateX(110%);
    transition: all 1s ease-in-out;
    cursor: pointer;
}

.featured-container:hover .featured-search-icon {
    transform: translateX(0%);
}

.featured-container img:hover {
    /* transform: translateX(0%); */
    opacity: 0.8;
}

.featured-download-icon {
    /* background: var(--mainWhite); */
    display: inline-block;
    padding: 0.2rem 0.4rem;
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 1.2rem;
    transform: translateX(110%);
    transition: all 1s ease-in-out;
    cursor: pointer;
    color: white;
}

#sponsor .download {
    position: relative;
    overflow: hidden;
    background-color: black;
    margin: 1rem;
}

.download:hover .featured-download-icon {
    transform: translateX(0%);
}

.download .featured-download-icon:hover {
    background-color: black;
}

/* card effect */

.card-effect {
    position: relative;
    overflow: hidden;
    /* background-color: black; */
    margin: 0.1rem;
}

.featured-effect-icon {
    /* background: var(--mainWhite); */
    /* display: inline-block; */
    padding: 2rem 3rem 0 0;
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 0.7rem;
    transform: translateX(110%);
    transition: all 1s ease-in-out;
    cursor: pointer;
    color: white;
}

.card-margin {
    margin-top: 4.2rem;
}

.card-effect:hover .featured-effect-icon {
    transform: translateX(0%);
}

.card-effect .know-more {
    font-size: 1rem;
    color: #fdbe02;
    background-color: black;
    padding: 0.7rem;
}

.card-effect .know-more:hover {
    background-color: #fdbe02;
    color: black;
    text-decoration: none;
}

/* .download img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)),
    url(EauDp1hUcAAE-bK.jpg);
} */

.download img:hover {
    opacity: 0.6;
}

.img-fluid {
    cursor: pointer;
}

#quotes {
    background: linear-gradient(rgb(0 97 88), rgba(0, 0, 0, 0.7)),
        url("../img/quotes-background.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f5f3f5;
}

#quotes .fa-quota-left {
    font-size: 40px;
}

#quotes img {
    max-width: 150px;
    border: 5px solid #fff;
    object-fit: cover;
    height: 150px;
}

#numbers {
    background: url("../img/timerr.png");
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f5f3f5;
}

.num-item {
    font-size: 1.5rem;
}

/* news */
#news .card-body {
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}

.index-card a {
    background: var(--mainRed);
    color: var(--mainWhite);
    padding: 0.7rem;
    font-weight: bold;
    text-decoration: none;
}

.index-card a:hover {
    background: var(--mainWhite);
    color: var(--mainRed);
    text-decoration: none;
}

/* abroad */
.abroad_step {
    background-color: var(--mainWhiteAndGrey);
}

/* career */
.bg-unis {
    background-color: var(--mainWhiteAndGrey);
    box-shadow: 2px 2px 2px 2px grey;
}

/* footer */
.footer-background {
    background: url("../img/footer_last.png") no-repeat center center/cover;
    /* background-color: #173c67;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
    color: #f5f3f5;
}

.copywright {
    background: black;
}

.foot a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.contact h6 {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

/* .carousel-item,
img:hover {
  opacity: 0.8;
} */

/* Career  */
.card-x,
.card-y,
.card-z {
    color: var(--mainBlack);
    font-weight: bold;
    border-radius: 5%;
}

.card-x {
    background-color: #bbb2bb;
}

.card-y {
    background-color: #a9f0dc;
}

.card-z {
    background-color: rgb(200, 218, 218);
}

.bg-campaign {
    border-radius: 50%;
    text-align: center;
    padding: 7rem 2rem;
    margin: auto;
}

/* career */
.pg-video {
    min-height: calc(100vh-200px);
}

.bg-career {
    background-color: rgb(245, 245, 245);
}

/* .ceo img {
  height: 100px;
  width: auto;
} */

.words {
    line-height: 170px;
    height: 170px;
    background-color: rgb(243, 241, 233);
}

.words p {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

/* abroad */

.apply-online-banner {
    min-height: calc(100vh - 101px);
    background: url("../img/online_mba.jpg") no-repeat center center/cover;
    background-color: rgb(243, 242, 242);
    /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}

.tree-banner {
    min-height: calc(100vh - 101px);
    background: url("../img/tree.png") no-repeat center center/cover;
    background-color: rgb(243, 242, 242);
    /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}

/* courses */

.bg-table-head {
    background-color: #e5e2e5;
}

.bg-table-body {
    background-color: rgb(243, 242, 242);
}

/* table */
.remove-border td {
    border: none !important;
    /* border-right: solid 1px #ccc !important; */
}

.remove-border td {
    border: none !important;
    /* border-right: solid 1px #ccc !important; */
}

/* fieldset and legend */

.bg-fieldset,
.bg-book-meeting {
    /* background-color: #f7f2f7; */
    background-color: rgb(243, 242, 242);
}

.bg-legend {
    background-color: #e5e2e5;
    font-size: 15px;
    font-weight: bold;
}

fieldset.scheduler-border {
    /* border: 1px groove #ddd !important; */
    border: none;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
}

/* legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
} */

.bg-meeting {
    border-color: rgb(192, 22, 192);
    background-color: #e5e2e5;
    border-radius: 5%;
    color: purple;
}

.bg-form {
    background-color: rgb(243, 242, 242);
    overflow-wrap: normal;
}

.btn-color {
    background-color: #ffffff;
    border: 1px ridge white;
    color: grey;
}

.form-control {
    /* border: 1px ridge white; */
}

/* about */
.steps {
    background: grey;
    border-radius: 50%;
    padding: 1.6rem 1.5rem;
}

.bg-steps {
    background-color: rgb(243, 242, 242);
}

/* text over image */
.wrapping {
    position: relative;
    text-align: center;
    color: black;
    box-shadow: 1rem;
}

/* bottom-left */

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    background-color: rgb(243, 242, 242);
    padding: 0px 10px 0px 10px;
}

.bottom-left>p {
    font-size: 8px;
    padding-bottom: 0px;
}

.items-spacing {
    padding-top: 12px;
}

/* top right */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    background-color: rgb(243, 242, 242);
    padding: 0px 10px 0px 10px;
}

.top-right>p {
    font-size: 8px;
    padding-bottom: 0px;
}

/* top left */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    background-color: rgb(243, 242, 242);
    padding: 0px 10px 0px 10px;
}

.top-left>p {
    font-size: 8px;
    padding-bottom: 0px;
}

/* bottom right */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 18px;
    background-color: rgb(243, 242, 242);
    padding: 0px 10px 0px 10px;
}

.bottom-right>p {
    font-size: 8px;
    padding-bottom: 0px;
}

.border-country {
    border-radius: 7%;
}

/* top-center */
.top-center {
    position: absolute;
    top: 15%;
    left: 50%;
    /* bottom: 100%; */
    transform: translate(-50%, -50%);
    background-color: rgb(243, 242, 242);
    /* font-size: 10px; */
}

#login .form-control input:focus {
    border-color: white;
}

.form-control:focus {
    border-color: #fff9f9;
    box-shadow: 2px 2px 2px 2px grey;
}

.apply-icon {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1rem;
    /* color: var(--main) */
    background: #f36d6d;
    padding: 1.2rem 1.8rem;
    border-radius: 50%;
}

.card-uni {
    box-shadow: 5px 5px 5px grey;
}

.enquiry-bg {
    background-color: rgb(11, 126, 21);
    /* background-color: rgb(243, 242, 242); */
    padding: 1rem;
}

.cust-border {
    box-shadow: 5px 5px 5px 5px grey;
}

.procedure-icon {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1rem;
    /* color: var(--main) */
    background: #f58c8c;
    padding: 0.2rem 0.7rem;
    border-radius: 50%;
}

/* classes */
.bg-classes {
    color: var(--mainBlue);
}

/* search */

.search-form .group_form input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .group_form input.form-control::-moz-placeholder {
    display: none;
}

.search-right {
    min-width: 220px;
}

.search-right form {
    width: 100%;
}

.group_form {
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 30px;
    overflow: hidden;
    transition: width 1s;
    backface-visibility: hidden;
}

.group_form input.form-control {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    width: 100%;
    height: 30px;
    margin: 0;
    z-index: 10;
}

input[type="text"].form-control {
    -webkit-appearence: none;
    -webkit-border-radius: 0;
}

.form-control-submit,
.search-label {
    width: 60px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    background: var(--mainBlue);
    border-radius: 10%;
}

.form-control-submit {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.search-label {
    z-index: 90;
}

.group_form.sb-search-open,
.no-js .sb-search-open {
    width: 100%;
}

.group_form.sb-search-open .search-label,
.no-js .sb-search .search-label {
    background: var(--mainBlue);
    color: #fff;
    z-index: 11;
}

.top_info {
    color: white;
    border-radius: 5px;
    font-weight: bold;
    background: var(--mainBlue);
    padding: 3px 7px;
}

.group_form.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
    z-index: 90;
}

/* boostrap tabs */

.tabs-link,
.nav-btn {
    color: var(--mainWhite);
    font-weight: bold;
}

.nav-pills .tabs-link.active,
.nav-pills .show>.tabs-link {
    color: var(--mainBlack);
    background-color: rgb(230, 230, 230);
}

.btn-preview {
    padding: 3px 7px;
}

.icon-teacher {
    border-radius: 50%;
    padding: 6px 6px;
    margin: 2px auto;
}

/* navbar */
.bg-mba-section {
    background-color: #f8f8f8;
}

/* color */
.green-color {
    color: #09910e;
}

.blue-color {
    color: #00edff;
}

.primary_blue_color {
    color: #284876;
}

/* coloring navbar */
.navbar-nav>li {
    /* float: left; */
    position: relative;
}

.second-navbar .navbar-nav .active a::after {
    border-bottom: 3px solid var(--mainWhite);
    bottom: -3px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
}

/* slider icon */
.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}

/* readmore */
#text,
#text1,
#text2,
#text3,
#text4,
#text5,
#text6,
#text7,
#text8 {
    display: none;
}

.toggling_button {
    background-color: #fff9f9;
    color: var(--mainBlack);
    font-weight: bold;
    padding: 6px;
    border-radius: 10%;
}

.toggling_button:hover {
    background-color: var(--mainBlack);
    color: #fff9f9;
    font-weight: bold;
    padding: 6px;
    border-radius: 10%;
}

/* index arrow */
.card-footer:hover {
    /* background: black; */
    /* background-color: #1a477e;   */
}

#flying {
    min-height: calc(40vh);
    background: url("../img/ieltting.png") no-repeat center center/cover;
}

/* #ielting {
  min-height: calc(40vh);
  background: url("../img/flying.png") no-repeat center center/cover;
} */

/* #ielts {
  min-height: calc(50vh);
  background: url("../img/flying.png") no-repeat center center/cover;
} */

.verticalLine {
    border-left: thin solid black;
}

.one-hr {
    border: none;
    height: 1px;
    background: black;
    width: 35%;
}

/* #text1 {
  display: none;
}

#text2 {
  display: none;
} */