@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
button {
    display: inline-block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
/************************** Header css **************************/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: transparent;
    transition: 0.5s;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-header.scroll {
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-header.scroll .upper-list {
    margin-top: -36px;
}

.main-header.scroll .logo {
    width: 270px;
}

.upper-list {
    background: #2b2c6c;
    padding: 6px 0;
    position: relative;
    transition: 0.5s;
}



.upper-list .align-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upper-list .box-1 .info-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upper-list .box-1 .info-list li {
    padding: 0 10px;
}

.upper-list .box-1 .info-list li span {
    color: #ffffff;
    font-size: 16px;
    padding-right: 7px;
}

.upper-list .box-1 .info-list li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.upper-list .box-2 .social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upper-list .box-2 .social-list li span {
    color: #ffffff;
    font-size: 16px;
    padding-right: 7px;
}

.upper-list .box-2 .social-list li {
    padding: 0 12px;
}

.upper-list .box-2 .social-list li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.main-header .logo {
    width: 315px;
    transition: 0.5s;
}

.main-header .nav-item {
    padding: 0 7px;
}

.main-header .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500 !important;
    color: #2b2c6c !important;
    transition: 0.5s;
    text-transform: uppercase;
}

.main-header .nav-item .nav-link:hover {
    color: #008341 !important;
}

.nav-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn ul li {
    padding: 0 5px;
}

.nav-btn .book-btn {
    background-color: #008341;
    border: 1px solid #008341;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 16px;
}

.nav-btn .book-btn:hover {
    background-color: #2b2c6c;
    border: 1px solid #2a2b69;
    color: #fff !important;
}

.nav-btn .book-btn-2 {
    background-color: #c96243;
    border: 1px solid #c96243;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 16px;
}

.nav-btn .book-btn-2:hover {
    background-color: #292a66;
    border: 1px solid #2a2b69;
    color: #fff !important;
}

/************************** Header css end **************************/
.main-banner {
    background-image: url('../images/banner-img.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}

.main-banner .content-box {
    position: relative;
}

.main-banner .content-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2c6c;
    padding-bottom: 5px;
}

.main-banner .content-box h1 {
    font-size: 47px;
    color: #000;
    font-weight: 700;
    line-height: 59px;
    text-transform: uppercase;
}

.main-banner .content-box .para {
    color: #404040;
    padding: 5px 0 17px;
}

.main-banner .content-box .contact-us {
    background-color: #2b2c6c;
    padding: 12px 35px;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
}


.our-mission {
    padding: 60px 0;
}

.our-mission .sec-title {
    text-align: center;
    padding-bottom: 30px;
}

.our-mission .sec-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2c6c;
    padding-bottom: 5px;
}

.our-mission .sec-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.our-mission .content-box {
    background-color: #c1c1c1;
    padding: 20px 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.our-mission .content-box h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
}

.our-mission .content-box p {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0;
}

.our-mission .content-box h6 {

    color: #fbea00;

    font-size: 20px;

    padding: 7px 0;

    font-weight: 600;
}

.our-mission .content-box ul {}

.our-mission .content-box ul li {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0;
}

.our-mission .content-box ul li i {
    font-size: 16px;
    padding-right: 5px;
}

.our-mission .content-box .read-more {
    color: #ffffff;
    text-decoration: underline;
}

.our-mission .blue-back {
    background-color: #0086f3;
}

.our-mission .green-back {
    background-color: #00b158;
}

.our-mission .orange-back {
    background-color: #c96243;
}

.our-mission .theme-back {
    background-color: #2b2c6c;
}

.sec-about {
    padding: 40px 0 60px;
}

.sec-about .border-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sec-about .img-box img {
    height: 100%;
    object-fit: cover;
}

.sec-about .content-box {
    background: #f5f5f5;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px 50px;
}

.sec-about .content-box h3 {
    font-size: 15px;
    color: #8aa7da;
    font-weight: 500;
}

.sec-about .content-box h2 {
    font-size: 34px;
    color: #2b2c6c;
    font-weight: 700;
    text-transform: capitalize;
}

.sec-about .content-box .para {
    color: #404040;
    font-size: 15px;
    padding: 4px 0;
    margin: 0;
}

.sec-about .more-btn {
    background: #e5716b;
    border: 1px solid #e5716b;
    padding: 10px 20px;
    color: #fff;
    margin-top: 15px;
}

.sec-about .prime-list {
    padding-left: 30px;
}

.sec-about .prime-list li {
    color: #404040;
    padding: 3px 0;
    position: relative;
}

.sec-about .prime-list li::before {
    content: '\f058';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: -28px;
    font-size: 15px;
    color: #fff;
    transform: translateY(-50%);
}

.sec-about .link-list {
    width: 100%;
    padding-top: 10px;
}

.sec-about .link-list li {}

.sec-about .link-list li a {
    background-color: #2b2c6c;
    border: 1px solid #2b2c6c;
    border-radius: 7px;
    padding: 9px 20px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 14px;
}

.sec-affiliation {
    padding: 60px 0;
    background: #ededed;
    position: relative;
}

.sec-affiliation .sec-title {
    margin-bottom: 30px;
    text-align: center;
}

.sec-affiliation .sec-title h3 {
    font-size: 20px;
    color: #2b2c6c;
    font-weight: 700;
}

.sec-affiliation .sec-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.sec-affiliation .services-box {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1111;
    height: 100%;
    position: relative;
    border: 2px solid #c96243;
}

.sec-affiliation .services-box .img-box {
    margin-bottom: 15px;
}

.sec-affiliation .services-box .img-box img {
    height: 260px;
    width: 100%;
    object-fit: contain;
}

.sec-affiliation .services-box h6 {
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 5px;
    line-height: 24px;
}

.sec-affiliation .services-box .para {
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 5px;
}

.sec-affiliation .services-box .read-link {
    color: #8251ce;
    text-decoration: underline;
}

.sec-affiliation .mange-box {
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #3260c2;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
    margin-bottom: 20px;
}

.sec-affiliation .mange-box .profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sec-affiliation .mange-box .profile-list li {}

.sec-affiliation .mange-box .profile-list li .img-box {
    width: 140px;
    height: 140px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
    text-align: center;
}

.sec-affiliation .mange-box .profile-list li .img-box .pro-img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.sec-affiliation .mange-box .profile-list li .mange-detail {}

.sec-affiliation .mange-box .profile-list li .mange-detail h5 {
    font-size: 20px;
    font-weight: 600 !important;
    color: #fff !important;
}

.sec-affiliation .mange-box .profile-list li .mange-detail h6 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.sec-affiliation .mange-box .contact-detail {
    margin-top: 10px;
}

.sec-affiliation .mange-box .contact-detail ul {}

.sec-affiliation .mange-box .contact-detail ul li {
    padding: 3px 0;
}

.sec-affiliation .mange-box .contact-detail ul li a {
    font-size: 18px;
    font-weight: 500 !important;
    color: #000000 !important;
}

.sec-affiliation .mange-box .contact-detail ul li a i {
    color: #ba2426;
    font-size: 20px;
    margin-right: 5px;
}

.sec-affiliation .mange-box .contact-detail .para {
    color: #fff;
}

.sec-affiliation .mange-box .contact-detail .read-more-btn {

    background-color: #c96243;

    border: 1px solid #c96243;

    border-radius: 7px;

    padding: 8px 18px;

    color: #fff !important;

    font-size: 15px;

    margin-top: 10px;
}



.academics-programs {
    padding: 60px 0;
}

.academics-programs .sec-title {
    text-align: center;
    padding-bottom: 40px;
}

.academics-programs .sec-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2c6c;
    padding-bottom: 5px;
}

.academics-programs .sec-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.academics-programs .acd-box {
    padding: 10px;
    text-align: center;
}

.academics-programs .acd-box .img-box {
    padding: 10px;
    position: relative;
    text-align: center;
    border: 3px solid #2b2c6c;
    border-radius: 50%;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

.academics-programs .acd-box .img-box .acd-img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.academics-programs .acd-box .img-box .icon-box {

    position: absolute;

    bottom: 0;

    right: 0;

    background-color: #fff;

    padding: 10px;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.academics-programs .acd-box h5 {

    font-weight: 600;

    font-size: 20px;

    padding-bottom: 5px;

    line-height: 24px;

}

.academics-programs .acd-box .para {

    font-weight: 300;

    font-size: 16px;

    padding-bottom: 5px;
}

.academics-programs .acd-box .apply-btn {

    color: #2b2c6c;

    font-weight: 600;
}

.student-life {
    padding: 80px 0 0;
    position: relative;
}

.student-life::before {
    content: '';
    background-image: url('../images/student-banner.jpg');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
    width: 100%;
}

.student-life .sec-title {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

.student-life .sec-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 5px;
}

.student-life .sec-title h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.student-life .card-box {

    position: relative;

    background-color: #fff;

    padding: 40px 35px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.student-life .card-box .icon-box {}

.student-life .card-box .icon-box .card-icon {}

.student-life .card-box h5 {

    font-weight: 600;

    font-size: 20px;

    padding: 15px 0;

    line-height: 24px;
}

.student-life .card-box .para {

    font-weight: 300;

    font-size: 16px;

    padding-bottom: 5px;
}

.sec-counter {
    position: relative;
    width: 100%;
    padding: 60px 0 30px;
    z-index: 1;
}

.sec-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sec-counter .counter-box {
    text-align: center;
    position: relative;
    text-align: center;
}

.sec-counter .counter-box .count {
    font-size: 60px;
    font-weight: 500;
    color: #404040;
    line-height: 60px;
    display: inline-block;
}

.sec-counter .counter-box span {
    font-size: 50px;
    font-weight: 500;
    color: #2b2c6c;
    line-height: 55px;
}

.sec-counter .counter-box h6 {
    font-size: 17px;
    font-weight: 400;
    color: #7c7c7c;
    padding-top: 5px;
}



.sec-contact {
    background-image: url('../images/contact-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}

.sec-contact .contact-box {
    padding: 35px 40px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #e7e7e7;
    text-align: center;
}

.sec-contact .contact-box h4 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}

.sec-contact .contact-box h5 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2c6c;
    padding-bottom: 5px;
}

.sec-contact .contact-box .para {
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
}

.sec-contact .contact-box h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sec-contact .contact-box h6 a {
    color: #2b2c6c;
    font-weight: 500;
}

.sec-contact .contact-box .input-box {
    padding: 8px 0;
}

.sec-contact .contact-box .input-box .c-input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 13px 15px;
    font-size: 16px;
    color: #747474;
    border-radius: 0;
}

.sec-contact .contact-box .input-box .c-input:focus {
    box-shadow: unset;
}

.sec-contact .contact-box .submit-btn {
    margin-top: 10px;
}

.sec-contact .contact-box .submit-btn a {
    background: #2b2c6c;
    padding: 12px 40px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    border-radius: 15px;
}

/*sec-tours-box*/
.sec-gallery {
    padding: 60px 0;
}

.sec-gallery .sec-title {
    text-align: center;
    padding-bottom: 50px;
}

.sec-gallery .sec-title h2 {

    font-size: 40px;

    color: #000;

    font-weight: 700;

    line-height: 50px;

    text-transform: uppercase;
}

.sec-gallery .sec-title h3 {

    font-size: 22px;

    font-weight: 700;

    color: #2b2c6c;

    padding-bottom: 5px;
}

.sec-gallery .box-1 {
    position: relative;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.sec-gallery .box-1 .img-box {
    position: relative;
    overflow: hidden;
}

.sec-gallery .box-1 .img-box::before {
    content: '';
    background: linear-gradient(0deg, #2b2c6c 13%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.sec-gallery .box-1 .img-box img {
    transition: 0.5s;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.sec-gallery .box-1 .img-box:hover img {
    transform: scale(1.1);
}


.sec-gallery .box-1 .content-box {
    position: absolute;
    bottom: 0;
    padding: 13px 22px;
    width: 100%;
    z-index: 999;
}

.sec-gallery .box-1 h4 {
    color: #fff;
    font-size: 20px;
    padding: 0 0 3px;
}

.sec-gallery .box-1 h6 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    font-weight: 300;
}

.sec-gallery .box-1 .rates {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}


.footer-bg {
    background-color: #e1e1e1;
    padding: 55px 0 20px;
}

.footer-bg .footer-list h5 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2c6c;
    letter-spacing: 0px;
}

.footer-bg .footer-list .contact-list {
    padding: 14px 0 14px 30px;
}

.footer-bg .footer-list .contact-list li {
    padding: 6px 0;
    position: relative;
}

.footer-bg .footer-list .contact-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    transition: 0.5s;
}

.footer-bg .footer-list .contact-list li a:hover {
    color: #2b2c6c;
}

.footer-bg .footer-list .services-list {
    padding: 20px 0;
}

.footer-bg .footer-list .services-list li {
    padding: 10px 0;
    position: relative;
}

.footer-bg .footer-list .services-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    transition: 0.5s;
}

.footer-bg .footer-list .services-list li a:hover {
    color: #2b2c6c;
}

.footer-bg .footer-list .services-list li a i {
    color: #2b2c6c;
    padding-right: 7px;
}


.footer-bg .footer-list .contact-list li .call-icon {
    position: relative;
}

.footer-bg .footer-list .contact-list li .call-icon::before {
    content: '\f095';
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 700;
    color: #2b2c6c;
    position: absolute;
    top: 0px;
    left: -30px;
}

.footer-bg .footer-list .contact-list li .mail-icon {
    position: relative;
}

.footer-bg .footer-list .contact-list li .mail-icon::before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 700;
    color: #2b2c6c;
    position: absolute;
    top: 0px;
    left: -30px;
}

.footer-bg .footer-list .contact-list li .address-icon {
    position: relative;
}

.footer-bg .footer-list .contact-list li .address-icon::before {
    content: '\f3c5';
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 700;
    color: #2b2c6c;
    position: absolute;
    top: 0px;
    left: -30px;
}

.footer-bg .footer-list .cont-box {
    padding: 20px 0 10px;
}

.footer-bg .footer-list .cont-box .para {
    font-size: 14px;
    font-weight: 400;
    color: #01b3a7;
}

.footer-bg .footer-list .cont-box span {
    font-size: 12px;
    font-weight: 500;
    color: #797979;
}

.footer-bg .footer-list .page-list {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-bg .footer-list .page-list li {
    width: 50%;
    padding: 5px 0 0 15px;
    position: relative;
}

.footer-bg .footer-list .page-list li::before {
    content: '';
    background-color: #2b2c6c;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    position: absolute;
}

.footer-bg .footer-list .page-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: 0.5s;
}

.footer-bg .footer-list .page-list li a:hover {
    color: #008341;
}

.footer-bg .footer-list .get-in-btn {
    background-color: #008341;
    border: 2px solid #008341;
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    border-radius: 25px;
}

.footer-bg .footer-list .get-in-btn:hover {
    background-color: transparent;
    border: 2px solid #008341;
    color: #008341;
}

.lower-box {
    background-color: #2b2c6c;
    padding: 20px 0;
}

.lower-box .lower-para {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 30px;
}

.lower-box .lower-para a {
    color: #ffffff;
    font-weight: 600;
}

.lower-box .social-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lower-box .social-list li {
    padding: 0 8px;
}

.lower-box .social-list li a {
    font-size: 18px;
    color: #ffffff;
    transition: 0.5s;
}

.lower-box .social-list li a:hover {
    color: #ffffff;
}

.lower-box .p-link {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    transition: 0.5s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.lower-box .p-link:hover {
    color: #fff;
}

.inner-banner {
    background: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    margin-top: 150px;
}

.inner-banner::before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.inner-banner .content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-banner .content-box h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
}

.inner-banner .content-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.inner-banner .content-box ul li {
    padding: 0 5px;
}

.inner-banner .content-box ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}


.sec-inner-content {
    padding: 50px 0;
}

.sec-inner-content .content-box {
    padding: 20px 0;

}

.sec-inner-content .content-box h2 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
}

.sec-inner-content .content-box .para {
    color: #404040;
    font-size: 15px;
    padding: 4px 0;
    margin: 0;
}

.sec-inner-content .content-box .inner-list {
    list-style: disc;
    padding-left: 30px;
}

.sec-inner-content .content-box .inner-list li {
    color: #404040;
    font-size: 15px;
    padding: 4px 0;
    margin: 0;
}

.sec-inner-content .lower-name-box {
    text-align: center;
    padding: 10px;
}

.sec-inner-content .lower-name-box h5 {
    font-size: 20px;
    color: #2b2c6c;
    font-weight: 700;
}

.sec-inner-content .round-img-box {
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 4px solid #c96243;
}

.our-management {

    padding: 60px 0;
}

.our-management .sec-title {

    padding-bottom: 30px;

    text-align: center;
}

.our-management .sec-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2c6c;
    padding-bottom: 5px;
}

.our-management .sec-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.our-management .mange-box {
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #edf2fa;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
    margin-bottom: 15px;
    border: 2px solid #2b2c6c;
}

.our-management .mange-box .profile-list {
    text-align: center;
}

.our-management .mange-box .profile-list li {}

.our-management .mange-box .profile-list li .img-box {
    width: 120px;
    height: 120px;
    border: 4px solid #2b2c6c;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
}

.our-management .mange-box .profile-list li .img-box .pro-img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.our-management .mange-box .profile-list li .mange-detail {}

.our-management .mange-box .profile-list li .mange-detail h5 {
    font-size: 20px;
    font-weight: 600 !important;
    color: #000 !important;
    padding: 6px 0;
}

.our-management .mange-box .profile-list li .mange-detail h6 {
    font-size: 16px;
    font-weight: 500 !important;
    color: #2b2c6c !important;
}

.our-management .mange-box .contact-detail {
    margin-top: 10px;
}

.our-management .mange-box .contact-detail ul {}

.our-management .mange-box .contact-detail ul li {
    padding: 3px 0;
    text-align: center;
}

.our-management .mange-box .contact-detail ul li a {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-management .mange-box .contact-detail ul li a i {
    color: #2b2c6c;
    font-size: 18px;
    margin-right: 5px;
}

.our-management .staff-tab-box {

    padding: 0 0 30px;
}

.our-management .staff-tab-box .nav .nav-item {
    padding: 5px;
}

.our-management .staff-tab-box .nav .nav-item .nav-link {
    background-color: #edf2fa;
    border: 1px solid #edf2fa;
    border-radius: 7px;
    color: #2b2c6c;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.our-management .staff-tab-box .nav .nav-item .nav-link.active {
    background-color: #2b2c6c;
    border: 1px solid #2b2c6c;
    color: #fff;
}

.sec-courses {
    padding: 60px 0;
}

.sec-courses .sec-title {
    padding-bottom: 50px;
    text-align: center;
}

.sec-courses .sec-title h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
}

.sec-courses .course-card {
    padding: 12px;
    border: 2px solid #2c2d6c;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 15px;
}

.sec-courses .course-card .img-box {}

.sec-courses .course-card .img-box img {
    border-radius: 10px;
}

.sec-courses .course-card .text-box {
    padding: 10px;
}

.sec-courses .course-card .text-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2c6c;
    padding-bottom: 5px;
}

.sec-courses .course-card .text-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 5px 0;
}

.sec-courses .course-card .text-box .para {
    padding-bottom: 10px;
    font-size: 15px;
}

.sec-courses .course-card .text-box .course-list {
    padding-bottom: 10px;
}

.sec-courses .course-card .text-box .course-list li {
    font-size: 15px;
}

.sec-courses .course-card .text-box .course-list li span {
    font-weight: 700;
    color: #000;
    padding-right: 5px;
}

.sec-courses .course-card .text-box .apply-btn {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 5px;
    padding: 10px 25px;
    color: #3f4079 !important;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 600;
}

/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navbar {
        padding: 10px;
    }
    .main-header .logo {
        width: 270px;
    }
    .main-header.scroll .logo {
        width: 260px;
    }
    .inner-banner {
        margin-top: 140px;
    }
    .main-banner {
        margin-top: 140px;
    }
    .our-mission .content-box {
        height: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar {
        padding: 0 5px;
    }
    .main-header .logo {
        width: 230px;
    }
    .main-header .nav-item {
        padding: 0 2px;
    }
    .main-header .nav-item .nav-link {
        font-size: 15px;
        padding: 0 5px;
    }
    .nav-btn .book-btn {
        padding: 12px 20px;
        font-size: 15px;
    }
    .main-header.scroll .logo {
        width: 220px;
    }
    .main-banner {
        margin-top: 110px;
    }
    .main-banner .content-box h3 {
        font-size: 20px;
    }
    .main-banner .content-box h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .our-mission .content-box {
        height: auto;
        margin-bottom: 10px;
    }
    .sec-about .content-box {
        padding: 20px 20px;
    }
    .inner-banner {
        height: 400px;
        margin-top: 110px;
    }
    .inner-banner .content-box h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html {
        overflow-x: hidden;
    }
    .main-header.scroll .upper-list {
        margin-top: -60px;
    }
    .upper-list .align-box {
        flex-direction: column;
    }
    .navbar {
        padding: 10px 10px;
    }
    .main-banner {
        height: auto;
        margin-top: 180px;
        padding: 40px 0 0;
    }
    .main-banner .img-box {
        text-align: center;
    }
    .main-banner .img-box img{
        height: 450px;
        object-fit: contain;
    }
    .our-mission .content-box {
        height: auto;
        margin-bottom: 10px;
    }
    .our-mission {
        padding: 40px 0;
    }
    .academics-programs .acd-box .img-box .acd-img {
        height: 150px;
        width: 150px;
    }
    .academics-programs {
        padding: 40px 0;
    }
    .sec-gallery {
        padding: 40px 0;
    }
    .inner-banner {
        height: 350px;
        margin-top: 180px;
    }
    .inner-banner .content-box h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .main-header {
        padding: 0 7px;
    }
    .upper-list {
        display: none;
    }
    .main-header .logo {
        width: 250px;
    }
    .main-header.scroll .logo {
        width: 240px;
    }
    .main-banner {
        height: auto;
        margin-top: 100px;
        padding: 20px 0 0;
    }
    .main-banner .content-box h3 {
        font-size: 16px;
    }
    .main-banner .content-box h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .main-banner .content-box {
        margin-bottom: 10px;
    }
    .our-mission {
        padding: 30px 0 0;
    }
    .our-mission .sec-title h3 {
        font-size: 18px;
    }
    .our-mission .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .our-mission .content-box {
        height: auto;
        margin-bottom: 10px;
    }
    .sec-about {
        padding: 30px 0;
    }
    .sec-about .content-box {
        padding: 10px;
    }
    .sec-affiliation {
        padding: 30px 0;
    }
    .sec-affiliation .sec-title h3 {
        font-size: 18px;
    }
    .sec-affiliation .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .sec-affiliation .services-box {
        height: auto;
        margin-bottom: 10px;
    }
    .academics-programs {
        padding: 30px 0;
    }
    .academics-programs .sec-title h3 {
        font-size: 18px;
    }
    .academics-programs .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-gallery {
        padding: 30px 0;
    }
    .sec-gallery .sec-title h3 {
        font-size: 18px;
    }
    .sec-gallery .sec-title {
        padding-bottom: 20px;
    }
    .sec-gallery .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .student-life::before {
        height: 100%;
    }
    .student-life .card-box {
        padding: 30px 25px;
        margin-bottom: 10px;
    }
    .student-life {
        padding: 30px 0;
    }
    .student-life .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .student-life .sec-title {
        padding-bottom: 20px;
    }
    .sec-counter {
        padding: 30px 0 0;
    }
    .sec-counter .counter-box {
        padding: 10px 0;
    }
    .sec-contact {
        padding: 20px 0;
    }
    .sec-contact .contact-box {
        padding: 20px 15px;
    }
    .lower-box {
        padding: 10px 0;
        text-align: center;
    }
    .lower-box .lower-para {
        padding-right: 0;
    }
    .lower-box .p-link {
        justify-content: center;
    }
    .inner-banner {
        height: 250px;
        margin-top: 100px;
    }
    .inner-banner .content-box {
        flex-direction: column;
        text-align: center;
    }
    .inner-banner .content-box h2 {
        font-size: 30px;
    }
    .inner-banner .content-box ul li a {
        font-size: 16px;
    }
    .sec-inner-content {
        padding: 20px 0;
    }
    .sec-inner-content .content-box {
        padding: 10px 0;
    }
    .sec-inner-content .content-box h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .our-management {
        padding: 30px 0;
    }
    .our-management .sec-title h3 {
        font-size: 18px;
    }
    .our-management .sec-title h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .our-management .staff-tab-box .nav .nav-item {
        padding: 5px;
    }
    .our-management .staff-tab-box .nav .nav-item .nav-link {
        font-size: 15px;
        padding: 5px 10px;
    }
    .our-management .sec-title {
        padding-bottom: 15px;
    }
    .sec-courses {
        padding: 30px 0;
    }
    .sec-courses .sec-title h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-courses .sec-title {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    html {
        overflow-x: hidden;
    }
    body {
        overflow-x: hidden;
    }
    .main-header {
        padding: 0 7px;
    }
    .upper-list {
        display: none;
    }
    .main-header .logo {
        width: 250px;
    }
    .main-header.scroll .logo {
        width: 240px;
    }
    .main-banner {
        height: auto;
        margin-top: 100px;
        padding: 20px 0 0;
    }
    .main-banner .content-box h3 {
        font-size: 16px;
    }
    .main-banner .content-box h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .main-banner .content-box {
        margin-bottom: 10px;
    }
    .our-mission {
        padding: 30px 0 0;
    }
    .our-mission .sec-title h3 {
        font-size: 18px;
    }
    .our-mission .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .our-mission .content-box {
        height: auto;
        margin-bottom: 10px;
    }
    .sec-about {
        padding: 30px 0;
    }
    .sec-about .content-box {
        padding: 10px;
    }
    .sec-affiliation {
        padding: 30px 0;
    }
    .sec-affiliation .sec-title h3 {
        font-size: 18px;
    }
    .sec-affiliation .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .sec-affiliation .services-box {
        height: auto;
        margin-bottom: 10px;
    }
    .academics-programs {
        padding: 30px 0;
    }
    .academics-programs .sec-title h3 {
        font-size: 18px;
    }
    .academics-programs .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-gallery {
        padding: 30px 0;
    }
    .sec-gallery .sec-title h3 {
        font-size: 18px;
    }
    .sec-gallery .sec-title {
        padding-bottom: 20px;
    }
    .sec-gallery .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .student-life::before {
        height: 100%;
    }
    .student-life .card-box {
        padding: 30px 25px;
        margin-bottom: 10px;
    }
    .student-life {
        padding: 30px 0;
    }
    .student-life .sec-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .student-life .sec-title {
        padding-bottom: 20px;
    }
    .sec-counter {
        padding: 30px 0 0;
    }
    .sec-counter .counter-box {
        padding: 10px 0;
    }
    .sec-contact {
        padding: 20px 0;
    }
    .sec-contact .contact-box {
        padding: 20px 15px;
    }
    .lower-box {
        padding: 10px 0;
        text-align: center;
    }
    .lower-box .lower-para {
        padding-right: 0;
    }
    .lower-box .p-link {
        justify-content: center;
    }
    .inner-banner {
        height: 250px;
        margin-top: 100px;
    }
    .inner-banner .content-box {
        flex-direction: column;
        text-align: center;
    }
    .inner-banner .content-box h2 {
        font-size: 30px;
    }
    .inner-banner .content-box ul li a {
        font-size: 16px;
    }
    .sec-inner-content {
        padding: 20px 0;
    }
    .sec-inner-content .content-box {
        padding: 10px 0;
    }
    .sec-inner-content .content-box h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .our-management {
        padding: 30px 0;
    }
    .our-management .sec-title h3 {
        font-size: 18px;
    }
    .our-management .sec-title h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .our-management .staff-tab-box .nav .nav-item {
        padding: 5px;
    }
    .our-management .staff-tab-box .nav .nav-item .nav-link {
        font-size: 15px;
        padding: 5px 10px;
    }
    .our-management .sec-title {
        padding-bottom: 15px;
    }
    .sec-courses {
        padding: 30px 0;
    }
    .sec-courses .sec-title h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-courses .sec-title {
        padding-bottom: 20px;
    }
}