@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Hero Header  */

.hero-header {
    /* background: linear-gradient(rgba(15, 23, 43, .9), #324ed4); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header-inner {
    /* background-position: center bottom -75px; */
    background-size: 100%;
}

.hero-header-inner h1 {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: black;
}

.hero-header-inner p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: black;
}

@media (min-width: 1800px) and (max-width: 2000px) {
    .hero-header-inner h1 {
        font-size: 42px;
    }

    .hero-header-inner p {
        font-size: 20px;
    }

    .header-head h3 {
        font-size: 42px;
        line-height: 55px;
    }

    .header-head p {
        font-size: 20px;
    }

    .join-team-card-head-content-box h5 {
        font-size: 30px;
    }

    .join-team-card-head-content-box p {
        font-size: 22px;
    }

    .join-team-card-body ul li h5 {
        font-size: 22px;
    }

    .join-team-card-body ul li small {
        font-size: 16px;
    }

    .join-team-card-body span {
        font-size: 22px;
    }

    .career-details-header-list li h5 {
        font-size: 28px;
        line-height: 40px;
    }

    .career-details-header-list li small {
        font-size: 22px;
        line-height: 36px;
    }

    .apply-now {
        font-size: 22px;
    }

    .career-detail-wrap h4 {
        font-size: 42px;
        line-height: 55px;
    }

    .career-detail-wrap p,
    .career-detail-wrap ul li {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .hero-header-inner {
        background-position: center center;
        background-size: cover;
    }

    .hero-header-inner h1 {
        font-size: 24px;
    }

    .header-head p {
        font-size: 16px;
        line-height: 30px;
    }

    .header-head h3 {
        font-size: 24px;
    }

    .join-team-card-head-content-box h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .join-team-card-head-content-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .join-team-card-body ul li {
        margin: 0 0 20px;
        min-width: 100%;
    }

    .join-team-card-body span {
        text-align: left;
        margin-left: 15px;
    }

    .career-details-header-list {
        margin: 0 -10px 15px -10px;
    }

    .career-details-header-list li {
        min-width: 100%;
        margin: 0 10px 20px;
    }

    .career-details-header-list li h5 {
        font-size: 20px;
        line-height: 25px;
    }

    .apply-now {
        float: left;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .career-detail-wrap {
        width: 100%;
        margin-top: -150px;
        margin-bottom: 100px;
    }

    .career-detail-wrap h4 {
        font-size: 24px;
        line-height: 35px;
    }

    .career-detail-wrap p {
        font-size: 16px;
        line-height: 26px;
    }
}

.header-head {
    width: 100%;
    padding: 50px 0;
}

.header-head h3 {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #181818;
    text-transform: capitalize;
}

.header-head p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #0A0A0A;
}

.join-team-wrap .header-head {
    padding-top: 0;
}

/*** Join Team ***/
.join-team-wrap .header-head {
    padding-top: 0;
}

.join-team-card {
    background: linear-gradient(138.81deg, #E3F2FF 11.67%, rgba(244, 250, 255, 0.92) 80.07%);
    box-shadow: inset 0px 0px 66.211px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 15px;
    margin: 0 15px 50px 15px;
}

.join-team-card .join-team-card-head {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.join-team-card-head-img-box {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 100px;
}

.join-team-card-head-img-box img {
    width: 40%;
    height: 40%;
}

.join-team-card-head-content-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.join-team-card-head-content-box h5 {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #181818;
}

.join-team-card-head-content-box p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #0A0A0A;
    margin-bottom: 0;
}

.join-team-card-body {
    width: 100%;
    padding: 0 0 20px 0;
}

.join-team-card-body ul {
    margin: 0 10px;
    padding: 0;
    list-style: none;
}

.join-team-card-body ul li {
    margin: 0 10px;
    min-width: 24%;
    display: inline-block;
}

.join-team-card-body ul li h5 {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #181818;
}

.join-team-card-body ul li small {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #0A0A0A;
}

.join-team-card-body span {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #263CA4;
    text-align: right;
    display: block;
    margin-top: 20px;
}

.Go_Back {
    color: #263CA4 !important;
}

.career-details-header-list {
    margin: 15px -10px;
    padding: 0;
    list-style: none;
}

.career-details-header-list li {
    margin: 0 10px;
    min-width: 24%;
    display: inline-block;
}

.career-details-header-list li h5 {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #181818;
}

.career-details-header-list li small {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #0A0A0A;
}

.apply-now,
.apply-now_1 {
    color: #fff;
    background: linear-gradient(90deg, #3958EC -19.27%, #253BA2 100%);
    border-radius: 10px;
    border: none;
    text-transform: capitalize;
    font-family: 'Outfit', sans-serif;
    margin-top: 25px;
    padding: 12px 12px !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    /* float: right; */
}

.apply-now:hover,
.apply-now_1:hover {
    color: #fff;
}

.career-detail-wrap {
    width: 100%;
    margin-top: -70px;
    margin-bottom: 200px;
}

.career-detail-wrap h4 {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #181818;
    margin: 40px 0 10px;
}

.career-detail-wrap p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #0A0A0A;
}

.career-detail-wrap p a {
    color: #0A0A0A;
}

.career-detail-wrap ul {
    margin: 0 20px;
    padding: 0;
}

.career-detail-wrap ul li {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #0A0A0A;
}

.career-detail-wrap .apply-now {
    float: left;
}

#applyPopup .modal-content {
    border-radius: 20px;
    padding: 30px;
}

#applyPopup .modal-content .modal-header {
    border: none;
}

#applyPopup .modal-content .modal-header .modal-title {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #181818;
}

#applyPopup .modal-content .form-control {
    background: #FFFFFF;
    border: 1.48864px solid #8291B9;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 12px 20px;
    margin-bottom: 15px;
}

#applyPopup .modal-content .form-control::placeholder {
    font-family: Outfit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(130, 145, 185, 0.67);
}

#applyPopup .apply-now {
    float: left;
}

.join-team-card-head-content-box h5 {
    font-size: 25px !important;
}

.join-team-card-head-content-box p {
    font-size: 17px !important;
}

@media (max-width:992px) {
    .join-team-card-head-content-box h5 {
        font-size: 18px !important;
    }
    .join-team-card-head-content-box p {
        font-size: 14px !important;
    }
    .join-team-card-head-content-box h5 {
        font-family: Outfit;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        color: #181818;
    }
    .join-team-card-head-content-box p {
        font-family: Outfit;
        font-style: normal;
        font-weight: 300;
        line-height: 17px;
        color: #0A0A0A;
        margin-bottom: 0;
    }
    .join-team-card-body ul li h5 {
        margin-bottom: 0 !important;
    }
    .join-team-card-body ul li {
        margin-bottom: 10px !important;
    }
}

/*** logo ***/

.logo-wrap {
    background: #FFFFFF;
    box-shadow: 5px 4px 28px rgba(112, 119, 133, 0.15);
    border-radius: 15px;
    padding: 40px 10px;
}

.logo-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.logo-wrap ul li {
    display: inline-block;
    width: 10%;
    margin: 0 1%;
}

.logo-wrap ul li img {
    width: 100%;
}

@media(max-width: 767px) {
    .logo-wrap ul li {
        width: 38%;
        margin: 10px 5%;
    }
}

.More_Details,
.Go_Back {
    cursor: pointer;

}

a {
    text-decoration: none;
}

body {
    background: url(../img/Website_clipart_arts/art_design/1.png),
        url(../img/Website_clipart_arts/art_design/2.png),
        url(../img/Website_clipart_arts/art_design/3.png),
        url(../img/Website_clipart_arts/art_design/4.png),
        url(../img/Website_clipart_arts/art_design/6.png),
        url(../img/Website_clipart_arts/art_design/7.png),
        url(../img/Website_clipart_arts/art_design/8.png),
        url(../img/Website_clipart_arts/art_design/9.png),
        url(../img/Website_clipart_arts/art_design/10.png);
    background-repeat: no-repeat;
    background-position-y: 7%, 7%, 7%, 27%, 27%, 47%, 47%, 67%, 67% !important;
    background-position-x: left, center, right, left, right, left, center, right, left !important;
    background-size: 15%, 12%;
}

#applyPopup .modal-content {
    border-radius: 20px;
    padding: 30px;
}

#applyPopup .modal-content .modal-header {
    border: none;
}

#applyPopup .modal-content .modal-header .modal-title {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #181818;
}

#applyPopup .modal-content .form-control {
    background: #FFFFFF;
    border: 1.48864px solid #8291B9;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 12px 20px;
    margin-bottom: 15px;
}

#applyPopup .modal-content .form-control::placeholder {
    font-family: Outfit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(130, 145, 185, 0.67);
}

#applyPopup .apply-now {
    float: left;
}

/* Changes in Mobile View  */

@media (max-width: 768px) {
    #Media_Partner_Heading {
      margin-bottom: 25px !important;
    }
    #Our_Faculty_Team .logo-wrap {
      padding: 10px !important;
    }
    .logo-wrap {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }
    .logo-wrap ul li {
      margin: 10px !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: 23% !important;
    }
    #Media_Parter_Container {
      padding-bottom: 0 !important;
    }
    .header-head h3{
      font-size: 30px;
    }
    .header-head{
      padding: 0 !important;
      padding-bottom: 15px !important;
    }
  }