* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins";
}

html {
    scrollbar-color: #000 #000;
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 1px;
}

body::-webkit-scrollbar-track {
    background: #000;
}

body::-webkit-scrollbar-thumb {
    background: #000;
}

body::-moz-scrollbar {
    width: 1px;
}

body::-moz-scrollbar-track {
    background: #000;
}

body::-moz-scrollbar-thumb {
    background: #000;
}

body::-o-scrollbar {
    width: 1px;
}

body::-o-scrollbar-track {
    background: #000;
}

body::-o-scrollbar-thumb {
    background: #000;
}

body::-ms-scrollbar {
    width: 1px;
}

body::-ms-scrollbar-track {
    background: #000;
}

body::-ms-scrollbar-thumb {
    background: #000;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff"),
    url("../fonts/Poppins-Light.ttf") format("truetype"),
    url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Black.eot");
    src: url("../fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Black.woff2") format("woff2"),
    url("../fonts/Poppins-Black.woff") format("woff"),
    url("../fonts/Poppins-Black.ttf") format("truetype"),
    url("../fonts/Poppins-Black.svg#Poppins-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Marcellus";
    src: url("../fonts/Marcellus-Regular.eot");
    src: url("../fonts/Marcellus-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Marcellus-Regular.woff2") format("woff2"),
    url("../fonts/Marcellus-Regular.woff") format("woff"),
    url("../fonts/Marcellus-Regular.ttf") format("truetype"),
    url("../fonts/Marcellus-Regular.svg#Marcellus-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.form-group .form-control {
    border: 1px solid #CED4E0;
    border-radius: 6px;
    font-size: 14px;
    color: #6D788E;
    padding: 12px 15px;
    box-shadow: none;
}

.form-group {
    margin-bottom: 6px;
}

.tab-box .nav-pills .nav-link {
    border: none;
    color: #1A2228;
    font-weight: 500;
    font-size: 18px;
    background: #2A3855;
    color: #fff;
}

.nav-pills .nav-link.active {
    background: #fff;
    color: #1A2228;
}

.main-container {
    padding: 0 30px;
}

.nav-tabs {
    border: none;
}

.form-group .form-select {
    border: 1px solid #CED4E0;
    border-radius: 6px;
    font-size: 14px;
    color: #6D788E;
    padding: 12px 15px;
    box-shadow: none;
}

.line-re {
    width: 40px;
    height: 40px;
    border: 1px solid #CED4E0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn {
    padding-top: 20px;
}

.submit-btn a {
    display: block;
    width: 100%;
    background: #F1352F;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    transition: 0.5s;
}

.submit-btn a:hover {
    background: #2A3855;
    transition: 0.5s;
}

.form-text-box {
    padding: 15px 15px;
}

.tab-box {
    box-shadow: 0px 4px 50px 0px #2A38551A;
    border: 1px solid #CED4E066;
    position: absolute;
    top: 50%;
    width: 35%;
    right: 30px;
    transform: translate(0%, -50%);
    z-index: 9;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.banner {
    position: relative;
}

.form-check .form-check-input {
    box-shadow: none;
}

.tab-box .nav {
    background: #2A3855;
}

.form-check-label {
    font-size: 13px;
    color: #636E83;
    font-weight: normal;
}

/* Xavier Institute of Management */
.management-text h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.management-text h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.management-text h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    color: #1A2228;
}

.management-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.xavier-management {
    padding: 5% 0;
}

/* Steps of Admission Process */
.admission-heding h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
    display: inline-block;
}

.admission-heding h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.admission-heding h4::after {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    right: 0;
    transform: rotate(45deg);
    top: 5px;
}

.admission-heding h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    color: #1A2228;
    margin: 0;
}

.admission-heding {
    text-align: center;
    padding-bottom: 30px;
}

.admission-bg {
    background: url(../images/admission-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

.admision-tab .nav {
    border-bottom: 1px solid #C7CEDD;
    justify-content: space-between;
}

.admision-tab .nav-pills .nav-link {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #1A2228;
    border-radius: 0;
}

.admision-tab .nav-pills .nav-link.active {
    border-bottom: 1px solid #F1352F;
    background: transparent;
    font-weight: 600;
}

.admission-text h6 {
    width: 40px;
    height: 40px;
    background: #2A3855;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 20px;
    font-family: "Marcellus";
    font-weight: normal;
}

.admission-text h3 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
}

.admission-text p {
    font-weight: 500;
    font-size: 18px;
    color: #1A2228;
    margin-bottom: 20px;
}

.admission-text ul {
    margin: 0;
    padding-left: 0;
}

.admission-text li {
    list-style: none;
    font-weight: normal;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
}

.admission-text li::before {
    position: absolute;
    content: '';
    background: url(../images/tick-icon.png) no-repeat;
    background-position: center;
    width: 21px;
    height: 16px;
    left: 0;
}

.number-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admission-text h5 {
    font-size: 16px;
    color: #1A2228;
    font-size: 16px;
    font-weight: 500;
}

.admission-btn a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #F1352F;
    padding: 13px 30px;
    border-radius: 8px;
    transition: 0.5s;
}

.admission-btn a:hover {
    background: #2A3855;
    transition: 0.5s;
}

.admission-btn {
    padding-top: 30px;
}

.admission-img {
    height: 100%;
}

.admission-img img {
    height: 100%;
}

.admission--contant {
    padding-top: 50px;
}

/*  */
.xime-coures-text h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.xime-coures-text h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.xime-coures-text h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    padding-bottom: 20px;
}

.xime-coures-text ul {
    margin: 0;
    padding: 0;
}

.xime-coures-text li {
    list-style: none;
    font-weight: 400;
    color: #1a2228;
    padding-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.xime-coures-text li:last-child {
    padding-bottom: 0;
}

.xime-coures-text li::before {
    position: absolute;
    content: '';
    background: url(../images/tick-icon.png) no-repeat;
    background-position: center;
    width: 21px;
    height: 16px;
    left: 0;
}

.xime-coures-text p {
    font-size: 16px;
    margin-left: 25px;
    color: #1A2228;
    padding-left: 15px;
    position: relative;
}

.xime-coures-text p:last-child {
    margin-bottom: 0;
}

.xime-coures-text p::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 7px;
}

.xime-course-img {
    height: 100%;
}

.xime-course-img img {
    height: 100%;
}

.xime-coures-text {
    padding-left: 7%;
}

.xime-courses-sec {
    padding: 5% 0;
}

/*  */
.accordion-works {
    height: auto !important;
}

.top-fixed .pin-spacer {
    height: auto !important;
}

.top-fixed .accordion-content {
    background: #F1F4FA;
    padding: 30px;
    border-radius: 30px;
}

.specialisation-text h2 {
    font-size: 40px;
    color: #1A2228;
    font-family: "Marcellus";
    font-weight: normal;
    padding-bottom: 25px;
    margin: 0;
}

.specialisation-text ul {
    margin: 0;
    padding: 0;
}

.specialisation-text li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 15px;
}

.specialisation-text li:last-child {
    padding-bottom: 0;
}

.specialisation-text li::before {
    position: absolute;
    content: '';
    background: url(../images/tick-icon.png) no-repeat;
    background-position: center;
    width: 21px;
    height: 16px;
    left: 0;
}

.speacial-btn a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #F1352F;
    padding: 13px 30px;
    border-radius: 8px;
    transition: 0.5s;
}

.speacial-btn a:hover {
    background: #2A3855;
    transition: 0.5s;
}

.speacial-btn {
    padding-top: 30px;
}

.title h4 {
    font-size: 22px;
    font-weight: 650;
    color: #2A3855;
}

.accordion-content:nth-child(2) {
    position: relative;
    z-index: 12;
}

.accordion-content:last-child {
    position: relative;
    z-index: 15;
}

/*  */
.students-sec {
    padding: 5% 0;
    background: #F1352F0F;
}

.logos-box {
    background: #fff;
    border-radius: 10px;
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
}

.logos-slid-hed .owl-carousel .owl-nav.disabled {
    display: block;
}

.logos-slid-hed .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: url(../images/right-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
}

.logos-slid-hed .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.logos-slid-hed .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: url(../images/left-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px;
}

.logos-slid-hed .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.logos-slid-hed {
    position: relative;
}

.logos-slid-hed .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
}

.students-heding h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.students-heding h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.students-heding h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
}

.students-heding {
    padding-bottom: 30px;
}

/*  */
.institute-text h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.institute-text h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.institute-text h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
}

.institute-text a {
    color: #fff;
    background: #F1352F;
    padding: 13px 25px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 38%;
    transition: 0.5s;
}

.institute-text a:hover {
    background: #344363;
    transition: 0.5s;
}

.institutes-list ul {
    padding: 0;
    margin: 0;
}

.institutes-list li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.institutes-list li::before {
    position: absolute;
    content: '';
    background: url(../images/white-tick.png) no-repeat;
    background-position: center;
    width: 21px;
    height: 15px;
    left: 0;
}

.institutes-list li:last-child {
    padding-bottom: 0;
}

.institute-bg {
    background: #2A3855;
    margin: 5% 0;
    border-radius: 30px;
}

.institutes-list {
    background: #344363;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 20px;

}

.institutes-list:last-child {
    margin-bottom: 0;
}

.line-line {
    border-bottom: 1px solid #FFFFFF26;
    margin-bottom: 20px;
}

.institutes-list h5 {
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.institute-text {
    padding: 25px 30px;
}

/*  */
.testi-heding h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.testi-heding h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.testi-heding h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    color: #1A2228;
}

.testi-box p {
    font-size: 16px;
    font-weight: 400;
    color: #2A3855;
    margin: 0;
    line-height: 30px;
    padding-top: 20px;
}
.testi-box .name-details img {
    width: 64px;
    border-radius: 11px;
}
.name-details {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 50px;
}

.name-details h5 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 22px;
    color: #2A3855;
}

.name-details h6 {
    margin: 0;
    font-size: 14px;
    color: #2A3855;
    font-weight: normal;
}

.testi-heding {
    padding-bottom: 40px;
}

.testi-box {
    background: #fff;
    box-shadow: 0px 8px 15px 0px #2A38551A;
    padding: 30px 20px;
    margin: 10px;
    border-radius: 20px;
}

.testi-syas .owl-carousel .owl-nav.disabled {
    display: block;
}

.testi-syas .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: url(../images/right-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
}

.testi-syas .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.testi-syas .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: url(../images/left-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px;
}

.testi-syas .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.testi-syas {
    position: relative;
    padding-bottom: 5%;
}

.testi-syas::after {
    position: absolute;
    content: '';
    background: #2A385526;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.testi-syas::before {
    position: absolute;
    content: '';
    background: #2A3855;
    width: 25%;
    height: 2px;
    bottom: 0;
    left: 110px;
}

.testi-syas .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
}

.testimonial-bg {
    padding: 5% 0;
}

/*  */
.questions-heding h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.questions-heding h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.questions-heding h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    color: #1A2228;
}

.question-bg {
    background: #2A38550F;
    padding: 5% 0;
    margin: 5% 0;
}

.faq-list .accordion-button {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0;
    border: 1px solid #CBCFD8;
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.faq-list .accordion-item {
    margin-bottom: 10px;
    border: none;
    background: transparent;
}

.faq-list .accordion-button::after {
    font-family: 'Font Awesome 5 ';
    content: "+";
    font-weight: 900;
    margin-left: auto;
    color: #F1352F;
    transition: transform 0.3s ease;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 600;
}

.faq-list .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: unset;
    background: none;
    color: #F1352F;
}

.faq-list .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}

.faq-list .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 1px solid #F1352F;
    color: #F1352F;
}

/*  */
.video-img {
    position: relative;
}

.play-video-poppup .btn-primary {
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF40;
    backdrop-filter: blur(10px);
    background: #ffffff00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-self: center;
    box-shadow: none !important;
}

.modal-popup-video .modal-dialog {
    max-width: 65%;
}

.letast-heding h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.letast-heding h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.letast-heding h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    color: #1A2228;
}

.letast-heding {
    padding-bottom: 40px;
}

.video-slide-contant .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: url(../images/right-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
}

.video-slide-contant .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.video-slide-contant .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: url(../images/left-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px;
}

.video-slide-contant .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.video-slide-contant .owl-carousel .owl-nav.disabled {
    display: block;
}

.video-slide-contant {
    position: relative;
    padding-bottom: 50px;
}

.video-slide-contant .owl-nav {
    position: absolute;
    top: -90px;
    right: 125px;
}

.video-slide-contant::after {
    position: absolute;
    content: '';
    background: #2A385526;
    width: 82%;
    height: 1px;
    bottom: 0;
    left: 125px;
}

.video-slide-contant::before {
    position: absolute;
    content: '';
    background: #2A3855;
    width: 25%;
    height: 2px;
    bottom: 0;
    left: 230px;
}

.latest-vedio-bg {
    padding: 5% 0;
}

/*  */
.events-heding h4 {
    color: #F1352F;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.events-heding h4::before {
    position: absolute;
    content: '';
    background: #F1352F;
    width: 7px;
    height: 7px;
    left: 0;
    transform: rotate(45deg);
    top: 5px;
}

.events-heding h2 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    color: #1A2228;
}

.events-heding {
    text-align: center;
    padding-bottom: 40px;
}

.event-box {
    box-shadow: 0px 8px 10px 0px #2A38551A;
    background: #fff;
    border-radius: 20px;
    margin: 10px;
}

.event-name {
    padding: 20px 15px;
}

.event-name h5 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px solid #BAC4DA;
    padding-bottom: 10px;
}

.read-btn {
    text-align: center;
}

.read-btn a {
    text-decoration: none;
    font-size: 14px;
    color: #2A3855;
    font-weight: 600;
    transition: 0.5s;
}

.read-btn a:hover {
    color: #F1352F;
    transition: 0.5s;
}

.event-bg {
    padding: 5% 0;
}

.event-details {
    position: relative;
    padding-bottom: 6%;
}

.event-details .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: url(../images/right-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
}

.event-details .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.event-details .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: url(../images/left-arrow.png) no-repeat #2A38551A;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px;
}

.event-details .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.event-details .owl-carousel .owl-nav.disabled {
    display: block;
}

.event-details .owl-nav {
    position: absolute;
    bottom: -95px;
    right: 0;
}

.event-details::after {
    position: absolute;
    content: '';
    background: #2A385526;
    width: 88%;
    height: 1px;
    bottom: 0;
    left: 0px;
}

.event-details::before {
    position: absolute;
    content: '';
    background: #2A3855;
    width: 25%;
    height: 2px;
    bottom: 0;
    left: 160px;
}

/* footer */
.footer-logo ul {
    margin: 0;
    padding: 0;
    padding-top: 30px;
}

.footer-logo li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.footer-bg {
    background: #2A3855;
    padding: 5% 0;
    padding-bottom: 0;
}

.bordee-line {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.footer-logo a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.footer-logo a:hover .bordee-line {
    background: #F1352F;
    transition: 0.5s;
}

.phone-icon-box {
    width: 50px;
    height: 50px;
    border: 1px solid #515F7C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-number-box h5 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.phone-number-box a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
    text-decoration: none;
}

.phone-number-box a:hover {
    color: #F1352F;
    transition: 0.5s;
}

.phone-number-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    padding-left: 80px;
}

.adders-text {
    padding-left: 75px;
}

.adders-text h4 {
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}

.adders-text p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.phone-number-box:last-child {
    margin-bottom: 0;
}

.coppy-bg {
    background: #1F2B45;
    padding: 10px 0;
    margin-top: 50px;
}

.coppy-link ul {
    margin: 0;
    padding: 0;
}

.coppy-link li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.coppy-link li::after {
    position: absolute;
    content: '/';
    color: #7181A2;
    right: 3px;
}

.coppy-link li:last-child::after {
    display: none;
}

.coppy-link a {
    font-size: 14px;
    color: #7181A2;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
}

.coppy-link a:hover {
    color: #F1352F;
    transition: 0.5s;
}

.reserved p {
    margin: 0;
    color: #7181A2;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
}

.reserved a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
}

.reserved a:hover {
    color: #F1352F;
    transition: 0.5s;
}
.tab-box {
    max-width: 490px;
    background: #2A3855;
    border: none;
    display: flex;
    flex-direction: column;
}

.tab-box .nav-pills {
    background: linear-gradient(to bottom, #2A3855 50%, #FFFFFF 50%);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.tab-box .nav-pills .nav-item {
    flex: auto;
    display: flex;
}
.tab-box .nav-pills .nav-item:first-child {
    flex: auto;
}
.tab-box .nav-pills .nav-link {
    border-radius: 15px 15px 0 15px;
    font-size: 18px;
    padding: 0 30px;
    height:60px;
    flex: 1;
    border: none;
    outline: none;
    box-shadow: none !important;
}

.tab-box .nav-pills .nav-item:first-child .nav-link:not(.active) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
}

.tab-box .nav-pills .nav-item:first-child .nav-link.active {
    border-bottom-left-radius: 0;
}

.tab-box .nav-pills .nav-item:not(:first-child) .nav-link {
    border-radius: 15px 15px 0 15px;
}

.tab-box .tab-content {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    overflow: hidden;
    line-height: 1;
}

.tab-box .tab-content .tab-pane {
    background: #ffffff;
    border-top-right-radius: 15px;
    overflow: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.tab-box .tab-content .tab-pane :is(.form-text, .form-text-box) {
    margin-top: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.tab-box .tab-content .tab-pane#pills-profile {
    border-top-right-radius: 0;
    border-top-left-radius: 15px;
}

.top-fixed {
    padding: 5% 0;
    position: relative;
    overflow: hidden;
    z-index: 99999999999;
}

.top-fixed .pin-spacer {
    background-color: #ffffff;
}

.top-fixed .pin-spacer .accordion-works {
    background-color: #ffffff;
}

.text-contents-bx {
    padding: 30px;
    border-radius: 20px;
}

.accordion-content:last-child {
    margin-bottom: 0 !important;
}

.accordion-content:last-child .text {
    opacity: 1 !important;
    height: auto !important;
}

.top-fixed .accordion-content {
    padding: 30px 30px;
}
.tabil-box h2{
    font-family: "Marcellus";
    font-weight: normal;
    font-size: 40px;
    color: #1A2228;
    margin-bottom: 30px;
}
.tabil-box{
    padding: 5% 0;
}
.tabil-box th{
    background: #1F2B45;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.tabil-box .table-bordered{
    border: 1px solid #000;
}
.fixed-btn-tag a{
    background: #F1352F;
    padding: 13px 25px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 700;
}
.fixed-btn-tag a:hover{
    background: #2A3855;
    transition: 0.5s;
}
.fixed-btn-tag{
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* Responsive */
@media (max-width: 991px){
.tab-box{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    transform: unset;
    right: 15px;
    padding: 20px 0;
}
.latest-vedio-bg{
    overflow: hidden;
}
.tab-box{
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.tab-box .nav-pills .nav-link{
    padding: 0 15px;
    font-size: 16px;
}
.management-text{
    padding-top: 20px;
}
.management-text h2{
    font-size: 25px;
}
.management-text p{
    font-size: 14px;
    line-height: unset;
}
.xavier-management{
    padding: 11% 0;
}
.tabil-box h2{
    font-size: 25px;
    margin-bottom: 10px;
}
.tabil-box th{
    font-size: 15px;
}
.tabil-box{
    padding: 11% 0;
    padding-top: 0;
}
.admission-heding h2{
    font-size: 25px;
}
.admission-heding{
    padding-bottom: 12px;
}
.admision-tab .nav{
    overflow-x: scroll;
    width: 100%;
    justify-content: left;
    flex-wrap: nowrap;
}
.admision-tab .nav::-webkit-scrollbar{
    display: none;
}
.admision-tab .nav-pills .nav-link{
    font-size: 16px;
    white-space: nowrap;
    padding: 10px 15px;
}
.admission-text h3{
    font-size: 25px;
}
.admission-text p{
    font-size: 15px;
    padding-top: 20px;
}
.admission-text li{
    font-size: 14px;
}
.admission-text h5{
    font-size: 15px;
}
.admission-btn{
    padding-bottom: 30px;
}
.xime-coures-text{
    padding-left: 0;
    padding-top: 30px;
}
.xime-coures-text h2{
    font-size: 25px;
}
.xime-coures-text li{
    font-size: 14px;
}
.top-fixed .accordion-content{
    padding: 30px 15px;
}
.text-contents-bx{
    padding: 0;
}
.specialisation-text h2{
    font-size: 25px;
}
.title h4{
    font-size: 15px;
}
.specialisation-text li{
    font-size: 14px;
}
.speacial-btn{
    padding-bottom: 30px;
}
.students-heding h2{
    font-size: 25px;
}
.logos-box{
    background: #fff;
    border-radius: 10px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 15px;
}
.institute-bg{
    margin: 11% 0;
}
.institute-text{
    padding: 20px 15px;
}
.institute-text h2{
    font-size: 25px;
}
.institutes-list li{
    font-size: 14px;
}
.institutes-list{
    padding: 20px 15px;
}
.institutes-list h5{
    font-size: 18px;
}
.institute-text a{
    width: 100%;
    text-align: center;
}
.testi-heding h2{
    font-size: 25px;
}
.testi-heding{
    padding-bottom: 10px;
}
.testi-box{
    padding: 30px 15px;
}
.testi-box p{
    font-size: 14px;
    line-height: unset;
}
.name-details{
    padding-top: 20px;
}
.questions-heding h2{
    font-size: 25px;
}
.faq-list .accordion-button{
    font-size: 15px;
}
.accodion-text p{
    font-size: 14px;
}
.letast-heding h2{
    font-size: 25px;
}
.video-slide-contant{
    padding-left: 15px;
    padding-right: 15px;
}
.video-slide-contant .owl-nav{
    right: 0;
}
.events-heding h2{
    font-size: 25px;
}
.events-heding{
    padding-bottom: 20px;
}
.event-name h5{
    font-size: 17px;
}
.adders-text{
    padding-left: 0;
}
.phone-number-box{
    padding-left: 0;
}
.event-bg{
    padding: 11% 0;
}
.event-details .owl-nav{
    position: relative;
    bottom: 0;
    text-align: center;
}
.footer-logo ul{
    padding-bottom: 30px;
}
.adders-text{
    padding-bottom: 20px;
}
.phone-number-box a{
    font-size: 16px;
}
.reserved p{
    font-size: 12px;
    text-align: left;
}
.coppy-link ul{
    padding-bottom: 20px;
}
.coppy-link a{
    font-size: 13px;
}
}