/*** 

====================================================================
    Reset
====================================================================

***/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

body {
    font-size: 15px;
    color: #222;
    line-height: 1.4em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: 'Poppins', sans-serif;

}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #262626;
    font-family: 'Poppins', sans-serif;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #262626;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/* Page Title */

.page-title {
    position: relative;
      padding: 50px 0;
    min-height: 290px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title h1 {
    font-size: 42px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 25px;
    font-weight: 500;
    padding-bottom: 25px;
}

.page-title h1:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 76px;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape-1.html);
    left: 50%;
    transform: translateX(-50%);
}

.page-title .bread-crumb {
    position: relative;
}

.page-title .bread-crumb li {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 35px;
}

.page-title .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.page-title .bread-crumb li:before {
    font-family: FontAwesome;
    content: "\f101";
    position: absolute;
    right: 0;
    top: -2px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #fff;
}


/* About section */

.about-section {
    position: relative;
    padding: 1px 0;
    /* padding: 70px 0; */
}

/* .dot-bg {
    position: relative;
    background-color: #e6f7e5;
    background-image: radial-gradient(#703467 0.5px, transparent 0.5px),
        radial-gradient(#703467 0.5px, #ffffff 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
} */

.about-inner-section .abstract1 {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-inner-section .abstract2 {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-section #wrapperid {
    position: relative;
    /* z-index: 1; */
}

.about-section .image-block {
    position: relative;
}

.about-section .image-one {
    position: relative;
}

.about-section .image-two {
    position: absolute;
    left: -55px;
    bottom: 0;
}

.about-section .image-two img {
    border: 10px solid #fff;
}

.about-section .content-block {
    position: relative;
    margin-bottom: 10px;
}

.about-section .text {
    text-align: justify;
    position: relative;
    margin-bottom: 30px;
}

.about-section .bottom-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-section h4 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.lower-content {
    padding: 9px 15px;
}

.about-section .contact-number {
    position: relative;
    margin-bottom: 20px;
}

.about-section .contact-number a {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    padding: 3px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 30px;
    transition: .5s;
}

.about-section .contact-number a i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center;
    transition: .5s;
}

.about-section .contact-number a:hover i {
    background-color: #eee;
}

/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sec-title .sub-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 0;
    background-image: url(../resources/website-clients-img/dpsrudrapur/images/shape/shape-3.png);
}

.theme-color-two .sec-title .sub-title:before {
    background-image: url(../resources/website-clients-img/dpsrudrapur/images/shape/shape-10.png);
}

.sec-title.text-center .sub-title:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title.light .sub-title {
    color: #fff;
}

.sec-title h2,
.about-details h2,
.about-inner-section h2 {
    position: relative;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-details h2,
.about-inner-section h2 {
    margin-bottom: 20px;
}

.about-details p {
    text-align: justify;
}

.about-details .item-infra li p {
    text-align: center;
}

.sec-title h2:after,
.about-details h2:after,
.title-content h2:after,
.about-inner-section h2:after {
    /*background: #6c2d62;*/
    content: '';
    display: block;
    height: 2px;
    width: 52px;
    margin-top: 10px;
}

.sec-title.text-center h2:after,
.text-center .about-details h2:after,
.about-details.text-center h2:after {
    margin: 10px auto 0 auto;
}

.sec-title h2.text-white:after {
    background: #fff;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title .text {
    margin-top: 16px;
    margin-bottom: 0px;
}

.sec-title.light .text {
    color: #fff;
}

.about-details img,
.content .img-view img {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
    text-align: center;
    border: 1px solid #c3c3c3;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
}

.content .right-panel img {
    margin-bottom: 20px;
}


.carousel-control-next,
.carousel-control-prev {
    width: 84px;
    height: 84px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50px;
    padding: 10px 16px;
}

.carousel {
    overflow: hidden;
}

.carousel-control-prev-icon {
    left: 40px;
    position: absolute;
}

.carousel-control-next-icon {
    right: 40px;
    position: absolute;
}

.carousel-control-prev {
    left: -42px;
    justify-content: end;
}

.carousel-control-next {
    right: -42px;
    justify-content: start;
}


/* header-pannal-section */

.headerright {
    display: flex !important;
    justify-content: flex-end !important;
    padding-right: 10px;
}

.edunext {
    text-align: center;
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    /* margin: 0px 4px; */
    margin:  0px 24px 0 4px;
    color: #fff;
    /* margin-right: 24px; */
    font-weight: normal;
    font-size: 14px;
}

.edunext:hover,
.edunext-text:hover {
    background: #69295E;
    color: #ffffff;
}

.edunext-text {
    text-align: center;
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 0px 4px;
    font-size: 14px;
    background: #69295e;
    font-weight: normal;
    color: #fff;

}

.carousel-control-prev {
    background: transparent;
}

.carousel-control-next {
    background: transparent;
}

.carousel-item {
    z-index: 0 !important;
}

.carousel-item img {
    height: 600px;
}

.carousel,
.item,
.active {
    height: 100%;
    z-index: 0 !important;
}

.carousel-inner {
    height: 100%;
    background: #000;
}

.header-container {
    position: absolute;
    background: transparent linear-gradient(180deg, rgba(36, 5, 1, 0.8) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 4px 12px #0000003D; */
    z-index: 1;
    width: 100%;
    height: 25vh;
}

.header-internal .header-container {
    background: #6c2d62;
    height: auto;
    position: relative;
}

.page-title {
    position: relative;
}

.page-title:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    top: 0;
    left: 0;
}

.page-title .container {
    position: relative;
}

.header-internal .header-container .logoes {
    padding: 15px 0;
}

.header-internal .head-logo img {
    /* max-width: 320px; */
    max-width: 394px
}

.header-container .logoes {
    padding: 15px 0;
}

.collapse.navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav li {
    margin-right: 12px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 205px;
    margin: 0;
}
.header-container .navbar-nav>li:nth-last-child(1) .dropdown-menu {
    right: 0 !important;
    left: unset;
}
.navbar-nav .dropdown-menu li,
.navbar-nav li:last-child {
    margin-right: 0px;
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #f8b0ec;
    position: relative;
}

.navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}

.header-container .navbar-nav .dropdown-menu a {
    width: 100%;
    color: #222;
    padding: 8px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container .navbar-nav .dropdown-menu a:after {
    transform: rotate(360deg);
}

.navbar-nav>.dropdown:hover .dropdown-menu-second {
    display: block;
}

.navbar-nav .dropdown-menu li:hover .dropdown-menu-third {
    display: block !important;
}

.nav-link.active {
    color: #fff;
}

.nav-link {
    color: #fff;
    padding: 1.5rem 1rem;
}

.text-warning {
    color: #000 !important;
}

.text-white {
    color: black !important;
}

.text-uppercase {
    text-transform: none !important;
}

.news-section {
    background: #E8ECEA;
    padding: 20px 0;
    position: relative;
}

.news-scroll .mother {
    position: relative;
    min-width: 260px;
}

.news-scroll .mother h5 {
    line-height: 1;
    text-align: center;
    text-transform: uppercase !important;
}

.news-scroll .mother h5 small {
    font-size: 10px;
}

.news-scroll .marqueecard {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.mother::before {
    content: "";
    width: 2px;
    height: 35px;
    position: absolute;
    right: 0;
    margin: auto;
    background: #69295e;
    top: 0px;
    bottom: 2px;
}

.btn-text {
    font-size: 14px;
    line-height: 0;
    background: #69295E 0% 0% no-repeat padding-box;
    border-radius: 2px;
    color: white;
    padding: 10px 20px;
}

.btn-text:hover {
    color: #fff;
}

.discover-text {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}


.discover-text::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    background: #222;
}

.discover-content {
    text-align: center;
}

.review-box:hover .caption {
    opacity: 0;
}

.review-box:hover .caption {
    opacity: 0;
}

.review-box .event-bg-color {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #a5369269;
    position: absolute;
    padding: 30px 40px;
    text-align: center;
    color: white;
    flex-direction: column;
    justify-content: space-between;
    bottom: -100%;
    transition: .3s;
    -webkit-transition: .3s;
}

.review-box:hover .event-bg-color::before {
    content: "";
    position: absolute;
    border: 1px solid white;
    width: 87%;
    height: 91%;
    left: 7%;
    top: 4%;
}

.review-box:hover .event-bg-color {
    bottom: 0;
}

.discover {
    padding-top: 70px;
}


.offer-text {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.offer-text::before {
    content: "";
    width: 215px;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    background: #313131;
}

.school-spo {
    width: 32px;
    height: 32px;
}


.items-navtab {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 14px #00000012;
    border: 1px solid #D5A2CD42;
    border-radius: 4px;
    opacity: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 753px;
}

.items-navtab .nav-link.active {
    background: #69295E !important;
    color: #000000;
}

.items-navtab .nav-tabs .nav-item.show .nav-link,
.items-navtab .nav-tabs .nav-link.active {
    background: #69295E;
    color: white;
}

.items-navtab .nav-link.active img.school-spo1 {
    opacity: 1;
    margin-left: -18px;
    position: absolute;
}

.items-navtab .nav-tabs .nav-link img.school-spo {
    margin-left: -20px;
    /* position: absolute; */
}

/* 2 */
.items-navtab .nav-link.active img.school-spo2 {
    opacity: 1;
    margin-left: -19px;
    position: absolute;
}

.items-navtab .nav-tabs .nav-link img.school-spo {
    margin-left: -20px;
    /* position: absolute; */
}

/* 3 */
.items-navtab .nav-link.active img.school-spo3 {
    opacity: 1;
    margin-left: -19px;
    position: absolute;
}

.items-navtab .nav-tabs .nav-link img.school-spo {
    margin-left: -36px;
    /* position: absolute; */
}

/* 4 */
.items-navtab .nav-link.active img.school-spo4 {
    opacity: 1;
    margin-left: -19px;
    position: absolute;
}

.items-navtab .nav-tabs .nav-link img.school-spo44 {
    margin-left: -37px;
    /* position: absolute; */
}



.base-nav {
    background: #FAFAFF;
    padding: 50px 0;
}

.offer-section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.heading {
    font-size: 27px;
    line-height: 44px;
    font-weight: 600;
    padding-bottom: 10px;
}

.campus-text {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

/*Discover section*/

.discover-section {
    padding: 50px 0;
    background: #F6F6F675;
}


/* .container {
    max-width: 1380px;
}
  */
/* @media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
} */

.dis-circle {
    width: 162px;
    height: 96px;
    background: transparent url(../resources/web-data/mothermarys/img/circle-1.png) 0% 0% no-repeat padding-box;
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #d5d5d5;
    font-weight: 700;
}

.dis-box {
    width: 345px;
    height: 96px;
    background: transparent url(../resources/web-data/mothermarys/img/disc-box-1.png) 0% 0% no-repeat padding-box;
    background-size: 100% 91px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    text-align: center;
    font-weight: 500;
}

.right-disc .dis-box {
    background: transparent url(../resources/web-data/mothermarys/img/disc-box-2.png) 0% 0% no-repeat padding-box;
    background-size: 100% 91px;
    background-position: center;
}

.discover-box1 {
    padding: 10px;
    position: relative;
}

.dis-box1 {
    right: -115px;
}

.dis-box4 {
    bottom: -80px;
    right: -115px;
}

.dis-box5 {
    left: -115px;
}

.dis-box8 {
    bottom: -80px;
    left: -115px;
}

.dis-box7 {
    bottom: -55px;
    left: -30px;
}

.dis-box3 {
    bottom: -55px;
    right: -30px;
}

.dis-box6 {
    bottom: -30px;
    left: -30px;
}

.dis-box2 {
    bottom: -30px;
    right: -30px;
}

.center-disc-box {
    background: transparent url(../resources/web-data/mothermarys/img/disc-center.png) 0% 0% no-repeat padding-box;
    background-size: 100%;
    background-position: center;
    width: 390px;
    height: 410px;
    margin: 60px auto;
    padding-top: 83px;
}

.discover-circle-row {
    margin: 15px 0;
    justify-content: center;
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 15px;
}

.lds-ellipsis div {
    position: absolute;
    top: 0px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #69295E;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.center-disc-box-inner {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-disc-box-inner .logo-box {
    width: 100%;
    max-width: 213px;
    margin: 0 auto;
    /* height: 213px; */
}

.logo-box .main-img {
    max-width: 170px;
}

.loader .gif-img {
    max-width: 50px;
}

.center-disc-box-inner .loader {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: auto;
    margin-top: 10px;
}

/*Discover section*/


/*Offer Section*/
.offer-section .nav-tabs li {
    padding: 0;
    width: 25%;
    text-align: center;
}

.items-navtab .nav-tabs .nav-link {
    color: #000000;
    height: 100%;
    max-height: 129px;
    position: relative;
    padding: 15px;
}

.items-navtab .nav-tabs .nav-link.active::before {
    content: "";
    /* width: 20px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 68px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #69295E; */
    border-style: solid;
    height: 20px;
    border-width: 20px 20px 0px 20px;
    position: absolute;
    width: 0px;
    border-color: #69295e transparent transparent transparent;
    bottom: -19px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);

}

.items-navtab .nav-tabs .nav-link img {
    margin-bottom: 10px;
}

.items-navtab .nav-tabs .nav-link svg {
    fill: #c00;
}


.tab-text {
    background: #ffffff;
    height: 449px;
    padding: 50px 93px;
    box-sizing: border-box;
    margin-left: -60px;
    position: relative;
    z-index: 11;

}

.tab-text p {
    color: #828282;
    font-size: 16px;
    line-height: 28px;
    font: normal normal normal 15px/34px Poppins;
}

.tab-text ul {
    display: flex;
    flex-wrap: wrap;
}

.tab-text ul li {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 40px;
    color: #2C3847;
    font-size: 16px;
    font-weight: 500;
}

.tab-text ul li::before {
    content: "";
    background: url(../resources/web-data/mothermarys/img/tick.png);
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
}

.tab-img img {
    width: 100%;
    max-width: 518px;
    height: 505px;
    object-fit: cover;
    position: relative;
    z-index: 10;
}

.tab-img {
    position: relative;
}

.tab-img::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 71px;
    background: url(../resources/web-data/mothermarys/img/tab-pat.png);
    bottom: -20px;
    right: -20.review-sectionpx;
}

.tab-img::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 289px;
    background: #A53692;
    bottom: -6px;
    left: 8px;
}

/*Offer Section*/

/*Review Section*/

.review-section {
    padding: 50px 0;
}

.title-heading {
    font-size: 30px;
    position: relative;
    color: #313131;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin-bottom: 50px;
}

.title-heading::before {
    content: "";
    width: 215px;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #313131;
    ;
}

.review-section .title-heading::before {
    width: 195px;
}

.event-bg-color .spanborder {
    background: #fff;
    color: #A53692;
    font-size: 15px;
    font-weight: 900;
    position: relative;
    display: inline-table;
    padding: 15px 20px;
}

.review-box img {
    width: 100%;
    height: 100%;
}

.event-bg-color span {
    font-size: 12px;
    width: 100%;
    display: block;
}

.event-bg-color a {
    color: white;
    font-size: 12px;
    z-index: 9999;
    position: relative;
}

.text-limit-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-bg-color .spanborder::before {
    content: "";
    position: absolute;
    /* padding: 82px; */
    border: 2px solid #A53692;
    border-style: dotted;
    width: 87%;
    height: 85%;
    left: 7%;
    top: 7px;
}

.review-box {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    background: url(../resources/web-data/mothermarys/img/review-overlay.png);
    width: 100%;
    bottom: 0;
    height: 95px;
    background-position: bottom;
    color: #ffffff;
    padding: 15px 20px;
    display: flex;
    align-items: end;
}


.caption h2 {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}

.review-all-btn {
    margin-top: 40px;
}

.btn-row {
    text-align: center;
}

.btn.btn-primary {
    background: #69295E;
    border-color: #69295E;
}

.btn.btn-primary:hover {
    background: #ffffff;
    color: #69295E;
}

/*Review Section*/



/*Awards Section*/
.award-section {
    width: 100%;
    background: url(../resources/web-data/mothermarys/img/award-bg.png) center center;
    height: 428px;
    padding-top: 70px;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.award-section .container {
    max-width: 100%;
    padding: 0 5%;
}

.award-section .award-box {
    display: flex;
    color: #ffffff;
}

.award-box h2 {
    color: #ffffff;
    font-size: 22px;
    position: relative;
    margin-bottom: 25px;
}

.award-box p {
    font-weight: 400;
    line-height: 26px;
}

.award-box h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 600;
}

.award-box h5 {
    font-size: 14px;
    color: #ffffff;

}

.header-main {
    padding-top: 15px;
}

.head-logo img {
    max-width: 394px;
}

.award-box h2::before {
    content: "";
    width: 215px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #FFCC33;
}

.award-img img {
    max-width: 300px;
    transition: all 0.2s ease-in-out;
    max-height: 250px;
}

.award-img img:hover {
    transform: scale(1.02);
}

.left-awards h2 {
    color: #ffffff;
    font-size: 28px;
    position: relative;
    margin-bottom: 30px;
}

.left-awards h2::before {
    content: "";
    width: 215px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #FFCC33;
}

.left-awards p {
    color: #ffffff;
    padding-right: 100px;
}

.award-section .owl-carousel button.owl-dot {
    padding: 5px !important;
}

.award-section .owl-carousel button.owl-dot span {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: block;
    opacity: 0.5;
}

.award-section .owl-carousel button.owl-dot.active span {
    width: 20px;
    opacity: 1;
}

.award-section .owl-dots {
    text-align: center;
    margin-top: 0px;
}

/*Awards Section*/


.calender-section {
    margin-top: 80px;
    background: #FAFAFF;
    padding: 80px 0;
    width: 100%;
}


.cal-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -3px 15px #0000000D;
    border: 2px solid #005F373D;
    border-radius: 4px;
    opacity: 1;
}

.cal-box h2 {
    font-size: 24px;
    color: #69295E;
    background: rgba(165, 54, 146, 0.1);
    padding: 18px 24px;
    font-weight: 500;
}



.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.header-container .navbar-nav .nav-link,
.header-container .navbar-nav a {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    padding: 8px 7px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

/* .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
} */
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -199px;
    margin-top: 0px;
    right: 100%;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.header-container .navbar-nav .nav-link:hover {
    color: white;
}

.left-disc .dis-box {
    margin-right: -25px;
}

.right-disc .dis-box {
    margin-left: -25px;
}

.manager-css {
    border: 2px solid #0080004a;
    box-shadow: 0px 0px 10px 0px #4f42928f;
    float: left;
    width: 45%;
    margin-right: 16px;
}

.principal-css {
    border: 2px solid #0080004a;
    box-shadow: 0px 0px 10px 0px #4f42928f;
    float: left;
    width: 45%;
    margin-right: 16px;
}

.advisor-css {
    border: 2px solid #0080004a;
    box-shadow: 0px 0px 10px 0px #4f42928f;
    float: left;
    width: 45%;
    margin-right: 16px;
}

/* footer */
.widget-titles {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.main-footer {
    background: url(../resources/web-data/mothermarys/img/footer.png) top center;
    padding-top: 80px !important;
    background-size: cover;
}

.widget-titles::before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #FFCC33;
}

.contact-info {
    font-size: 14px;
}

footer .border-content p {
    font-size: 14px;
}

.footer-icon {
    list-style: none;
}

.footer-icon li {
    display: inline-block;
}

.footer-icon li a {
    background-color: #833d78;
    border-radius: 50px;
    height: 37px;
    width: 37px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 37px;
}

.widget-contents::before {
    content: "";
    width: 1px;
    height: 71%;
    position: absolute;
    top: 32px;
    right: -8px;
    background: #FAFAFF;
    opacity: .4;
}

.footer-message {
    margin-top: 25px;
}

.footer-heading ul li a {
    color: white;
    font-size: 13px;
}

.footer-phone-m {
    display: flex;
    margin-left: 14%;
    margin-bottom: 20px;
}

.footer-phone-m img {
    width: 40px;
    height: 40px;
    margin-right: 19px;
}

.footer-phone-m p {
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 1.2;
    padding-top: 7px;
}

.footer-phone-m p span {
    font-size: 14px;
}

.copyright-text {
    margin: 0px;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: white;
    border-top: 1px solid rgb(255 255 255 / 40%);
    margin-top: 15px;
}

.contact-info li {
    line-height: 2;
}

.widget-contents {
    justify-content: center;
    display: grid;
}

.contact-info a {
    color: white;
}

.contact-info a:hover {
    color: #FFCC33;
}

.border-content::before {
    content: "";
    width: 1px;
    height: 71%;
    position: absolute;
    top: 32px;
    right: -50px;
    background: #FAFAFF;
    opacity: .4;
}

.news-sec li a {
    color: #313131;
    font-size: 16px;
    font-weight: normal;
}

.back-events .circular-header {
    background: hsl(310deg 51% 43% / 10%);
    padding: 8px 10px;
    width: -webkit-fill-available;
    color: #69295e;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0px;
    text-align: center;
}

.circular-header .circular-img {
    width: 34px;
    height: 34px;
}

.box-shadow-custom {
    box-shadow: 0px -3px 15px #0000000D;
    /* border: 2px solid #df9bd3; */
    border-radius: 4px;
}

/* medial gallery */
.media-galley-h1 {
    font-size: 34px;
    font-weight: 600;
}

.media-galley-h1::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    border-bottom: 3px solid black;
    bottom: -6px;
    left: 40%;
}

.media-gallery-box {
    background: white;
    /* border: 1px solid #00000063; */
    box-shadow: 0px 0px 3px 0px black;
    /* padding: 3px; */
    text-align: center;
    height: 268px;
}

.media-gallery-box:hover {
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 20%);
}

.media-gallery-box img {
    border-radius: 3px;
    width: 100%;
    height: 200px;
}

.media-gallery-box-1 {}

.media-gallery-box-1 img {
    margin-top: -19px;
    /* background: white; */
    /* border-radius: 18px; */
    max-width: 47px;
}

.media-gallery-box-1 h3 {
    letter-spacing: 0px;
    color: #313131;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
}

.media-gallery-box-1 p {
    font-size: 13px;
}

.gallery-view-all {
    background: #703467;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
}

.wht_we_offer_content a {
    border: 2px #6c2d62 solid;
    padding: 6px 20px;
    border-radius: 50px;
    color: #6c2d62;
    transition: .5s;
    display: inline-block;
}

.wht_we_offer_content a:hover,
.wht_we_offer_content a.active {
    color: #fff;
    background-color: #6c2d62;
}
.internal_team_content a {
    border: 2px #6c2d62 solid;
    padding: 10px 40px;
    border-radius: 50px;
    color: #6c2d62;
    transition: .5s;
    display: inline-block;
}

.internal_team_content a:hover,
.internal_team_content a.active {
    color: #fff;
    background-color: #6c2d62;
}
@media only screen and (max-width: 600px) {
    .internal_team_content a {
        padding: 0px 0px 0px 0px;
    }
}
.nav-tabs .nav-link {
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.wht_we_offer {
    max-width: 950px;
    margin: 0 auto;
}

.leaders-name .card-body {
    text-align: center;
}

.leaders-name .card-body h6 {
    font-weight: 600;
}

.wht_we_offer_caption h6,
.wht_we_offer_caption h6 a {
    color: #eeece9 !important;
    background: #00000045;
    padding: 2px 14px;
}

.leaders-name {
    border-radius: 20px;
    overflow: hidden;
}

.why_us_border {
    border-top: 9px #6c2d62 solid;
}

.affiliates_name {
    border-radius: 6px;
}

p.sw-caption {
    background: #F39A60;
    position: absolute;
    padding: 0 20px;
    color: #fff;
    box-shadow: 2px 8px 8px #00000029;
    right: -12px;
    top: 10px;
}

p.sw-caption:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 12px solid #F39A60;
    right: 0;
    bottom: -12px;
}

.wht_we_offer_caption {
    bottom: 0;
    text-align: center;
    padding: 15px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), hsl(0deg 0% 0% / 60%));
    color: #fff;
    transition: 0.3s;
    height: 72px;
    width: 100%;
}

.wht_we_offer_caption h6 {
    font-size: 14px;
    line-height: 1.5;
}

.wht_we_offer_caption p {
    line-height: 1.3;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
}

.wht_we_offer_img1:hover {
    *cursor: pointer;
    transform: scaleY(1);
}

.wht_we_offer_img1:hover p {
    height: auto;
}



.wht_we_offer_img1:hover h6 span {
    color: yellow;
}

.wht_we_offer_img1:hover .wht_we_offer_caption_inner {
    border: 1px solid #ccc;
    padding: 10px;

}

.wht_we_offer_img1:hover .wht_we_offer_caption {
    height: 100%;
    background: rgb(0 0 0 / 70%);
}

.school_web_imgs_hover {
    bottom: 0;
    text-align: center;
    padding: 15px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), hsl(0deg 0% 0% / 60%));
    color: #fff;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}

#affiliates .school_web_imgs_hover {
    background: transparent;
}

.school_web_imgs_hover img {
    height: 0;
}

.school_web_imgs_hover:hover img {
    height: auto;
}


.offers {
    text-align: center;
}

.sec-title h2:after,
.about-details h2:after {
    display: none;
}

.offers h2 {
    font-size: 28px;
    line-height: 1px;
    font-weight: 500;
}

.about-section .container {
    max-width: 1200px;
}

.wht_we_offer_content {
    width: 60%;
    margin: 0 auto;
}

.offers p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
}


/* inner page css */
.founder-img .f-name {
    text-align: center;
    font-size: 23px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 0px;
}

.founder-img .f-date {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.founder-img img {
    border: 2px solid #0080004a;
    box-shadow: 0px 0px 10px 0px #4f42928f;
}

.founder-text {
    text-align: justify;
}

.chairperson-text {}

.chairperson-text img {
    border: 2px solid #0080004a;
    box-shadow: 0px 0px 10px 0px #4f42928f;
}

.chairperson-name {
    text-align: right;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins';
}

.contact-information {
    background: #2e2f3012;
    padding: 11px;
    height: 100%;
}

.white-color {
    color: black !important;
}

.internalpage {
    box-shadow: 0 0 9px 1px #d2d1d1bd;
    border-radius: 3px;
    background: #fff;
}

.img-gallery {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 22px;
    text-align: center;
    background: -webkit-linear-gradient(left, #6b0e5c, #8d2a5a);
    border: none;
    border-radius: 3px;
    margin: 24px 17px 8px 17px;
    padding-top: 8px;
}

.gallery-box {
    box-shadow: 0 0 12px 2px #d2d2d282;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.gallery-box img {
    width: 100%;
    height: 250px;
}

.gallery-box-text {}

.gallery-box-text h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery-box-text span {}

.tt-b-day {
    color: #fff;
    font-size: 28px;
    float: left;
    padding-left: 10px;
    line-height: 40px;
    margin-left: -1px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-n-b {
    display: block;
}

.table-width {
    /* border-style: solid;
    width: 100%;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px; */
}

.table-width tr {}

.table-width tr th {
    padding-left: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.table-width tr td {
    font-weight: 400;
    padding-left: 11px;
    padding-top: 9px;
}

.what-offer-about-box {
    /* background-color: #6c2d62; */
    color: black;
    box-shadow: 0px 0px 10px 0px #4f42928f;
    /* padding-bottom: 14px; */
    border-radius: 8px;
    padding: 8px;
}

.what-offer-about-box h3 {
    color: black;
    text-align: center;
    /* padding-top: 25px; */
    font-weight: 700;
    padding: 18px;
    padding-bottom: 10px;
}

.what-offer-about-box p {
    /* background: #6c2d62db; */
    text-align: center;
    font-size: 13px;
    padding: 0px 13px;
}

.what-offer-section a {
    /* width: 86%; */
    /* margin: 310px; */
    display: block;
    margin: 12px;
    font-size: 16px;
    padding: 10px;
    color: black;
    color: white;
    background: #6c2d62;
    text-align: center;
    border-radius: 64px;
}

.what-offer-section a:hover {
    background: #a53692;
}

.recent-event-img {
    height: 306px !important;
}

.wht_we_offer_img1 img {
    height: 250px;
    width: 100%;
}

.header-container.sticker {
    /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); */
}

.header-container.sticker.stick {
    background: #6c2d62;
    height: 21vh;
}

.header-container.stick {
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999999;
}

.inner-page-buttom-link {}

.discover-img {}

.discover-img img {
    width: 100%;
}

.viewmore-button {
    background: #6c2d62;
    padding: 11px 12px 11px 22px;
    border-radius: 27px;
    color: white;
}

.viewmore-button:hover {
    color: white !important;
}

.apply-now-button {
    background: #6c2d62;
    padding: 9px 24px 10px 20px;
    border-radius: 29px;
    color: white;
}

.viewmore-result {
    background: #6c2d62;
    padding: 11px 35px 11px 27px;
    border-radius: 27px;
    color: white;
}

.viewmore-result:hover {
    color: white !important;
}

.apply-now-button:hover {
    color: white !important;
}

.tab-phone-view {
    display: none;
}

/* inner page css end */

@media (min-width: 1200px) {
    div.container {
        max-width: 1250px;
    }
}


/* moblie view  */
@media only screen and (max-width: 1024px) {
    .header-container {
        position: relative;
        background: #6c2d62;
        box-shadow: 0px 4px 12px #0000003D;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .recent-event-img {
        height: 188px !important;
    }

    .display-none {
        display: none;
    }

    .head-logo {
        margin-top: 0px;
    }

    .head-logo a {
        margin-top: 0px;
        position: absolute;
    }

    .head-logo img {
        max-width: 100%;
    }

    .headerright {
        margin-top: 9px;
        position: absolute;
    }

    .navbar {
        float: right;
        margin-top: 0px;
    }

    .navbar-light .navbar-toggler {
        color: white;
        border-color: rgba(0, 0, 0, .1);
        background: white;
    }

    .header-container .navbar-nav .nav-link,
    .header-container .navbar-nav a {
        color: black;
    }

    .navbar-nav {
        padding-right: 0px;
        background-color: white;
        color: #000;
        width: 100%;
        padding-bottom: 13px;
        margin-top: 16px;
        padding-left: 11px;
        padding-top: 5px;
    }

    .newtop {
        float: inherit !important;
        text-align: center;
        margin-top: 0px;
    }

    .btn-text {
        font-size: 11px;
        line-height: 0;
        background: #69295E 0% 0% no-repeat padding-box;
        border-radius: 2px;
        color: white;
        padding: 10px 20px;
    }

    .news-scroll .mother {
        position: relative;
        min-width: 222px;
    }

    .items-navtab .nav-tabs .nav-link {
        color: #000000;
        height: 100%;
        max-height: 123px;
        position: relative;
        padding: 14px;
    }

    .campus-text {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
    }

    .offer-section .nav-tabs li {
        padding: 0;
        width: 25%;
        text-align: center;
    }

    .items-navtab .nav-tabs .nav-link.active::before {
        content: "";
        /* width: 20px;
        height: 20px;
        position: absolute;
        bottom: -20px;
        left: 65px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #69295E; */
        border-style: solid;
        height: 20px;
        border-width: 20px 20px 0px 20px;
        position: absolute;
        width: 0px;
        border-color: #69295e transparent transparent transparent;
        bottom: -19px;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-img img {
        width: 100%;
        max-width: 518px;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 10;
    }

    .tab-img::after {
        content: "";
        position: absolute;
        width: 85px;
        height: 197px;
        background: #A53692;
        bottom: -6px;
        left: 8px;
    }

    .tab-text {
        background: #ffffff;
        height: 449px;
        padding: 31px 12px;
        box-sizing: border-box;
        margin-left: 0px;
        position: relative;
        z-index: 11;
    }

    .review-box {
        position: relative;
        overflow: hidden;
        margin-top: 16px;
    }

    .left-awards p {
        color: #ffffff;
        padding-right: 0px;
    }

    .award-section {
        height: 100%;
    }

    .award-section .award-box {
        display: block;
        color: #ffffff;
    }

    .award-box h2 {
        color: #ffffff;
        font-size: 24px;
        position: relative;
        margin-top: 18px;
        margin-bottom: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .media-gallery-box img {
        border-radius: 3px;
        width: 100%;
    }

    .widget-contents {
        justify-content: flex-start;
        display: grid;
    }

    .footer-phone-m {
        display: flex;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-top: 32px;
    }

    .dis-box4 {
        bottom: -13px;
        right: 0px;
    }

    .display-n-b {
        display: none;
    }

    .dis-box1 {
        right: 0px;
    }

    .dis-box5 {
        left: 0px;
    }

    .right-disc .dis-box {
        margin-left: 0px;
    }

    .dis-box8 {
        bottom: -13px;
        left: 0px;
    }

    .right-disc {
        margin-top: 0%;
    }

    .dis-box2 {
        bottom: -4px;
        right: 0px;
    }

    .dis-box3 {
        bottom: -9px;
        right: 0px;
    }

    .left-disc .dis-box {
        margin-right: -10px;
    }

    .dis-box {
        width: 353px;
        height: 60px;
        background-size: 100% 60px;
    }

    .dis-circle {
        width: 162px;
        height: 63px;
    }

    .dis-box6 {
        bottom: 0px;
        left: 0px;
    }

    .dis-box7 {
        bottom: -10px;
        left: 0px;
    }

    .right-disc .dis-box {
        background-size: 100% 60px;
    }
}

@media only screen and (max-width: 768px) {
    .header-container {
        position: relative;
        background: #6c2d62;
        /* box-shadow: 0px 4px 12px #0000003D; */
        z-index: 1;
        width: 100%;
        height: 18vh;
    }

    .tab-phone-view {
        display: block;
    }

    .tab-phone-view a {
        background: #69295e;
        color: #fff;
        padding: 7px 9px;
        font-size: 11px;
    }

    .header-container .navbar-nav .nav-link:hover {
        color: black;
    }

    .header-container.sticker.stick {
        background: #6c2d62;
        height: 18vh;
    }

    .navbar-nav li {
        margin-right: 0px;
    }

    .page-title h1 {
        font-size: 26px;
        color: #fff;
        line-height: 42px;
        margin-bottom: -15px;
        font-weight: 500;
        padding-bottom: 25px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 66px;
        height: 59px;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.5) !important;
        border-radius: 50px;
        padding: 10px 16px;
    }

    .carousel-control-next-icon {
        right: 42px;
        position: absolute;
    }

    .carousel-control-prev-icon {
        left: 44px;
        position: absolute;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 13px;
        height: 17px;
        background: no-repeat 50%/100% 100%;
    }

    .carousel-item img {
        height: 250px;
    }

    .display-none {
        display: none;
    }

    .head-logo {
        margin-top: 18px;
    }

    .head-logo a {
        margin-top: 28px;
        position: absolute;
    }

    .head-logo img {
        max-width: 64%;
    }

    .header-internal .head-logo img {
        max-width: 64%;
    }

    .headerright {
        margin-top: -1px;
        position: absolute;
    }

    .navbar {
        margin-top: 45px;
        width: 100%;
        justify-content: end;
        padding: 0;
    }

    .navbar-light .navbar-toggler {
        color: white;
        border-color: rgba(0, 0, 0, .1);
        background: white;
    }

    .header-container .navbar-nav .nav-link,
    .header-container .navbar-nav a {
        color: black;
    }

    .newtop {
        float: inherit !important;
        text-align: center;
        margin-top: 18px;
    }

    .news-scroll .mother {
        position: relative;
        min-width: 160px;
    }

    .items-navtab .nav-tabs .nav-link {
        color: #000000;
        height: 100%;
        max-height: 123px;
        position: relative;
        padding: 14px;
    }

    .campus-text {
        font-size: 11px;
        line-height: 18px;
        margin: 0;
    }

    /* .school-spo {
        width: 25px;
        height: 25px;
    }

    .school-spo1 {
        width: 25px; 
        height: 25px;
    } */

    .offer-section .nav-tabs li {
        padding: 0;
        width: 25%;
        text-align: center;
    }

    .items-navtab .nav-tabs .nav-link.active::before {
        content: "";
        /* width: 20px;
        height: 20px;
        position: absolute;
        bottom: -20px;
        left: 30px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #69295E; */
        border-style: solid;
        height: 20px;
        border-width: 20px 20px 0px 20px;
        position: absolute;
        width: 0px;
        border-color: #69295e transparent transparent transparent;
        bottom: -19px;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-img img {
        width: 100%;
        max-width: 518px;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 10;
    }

    .tab-text {
        background: #ffffff;
        height: 100%;
        padding: 31px 12px;
        box-sizing: border-box;
        margin-left: 0px;
        position: relative;
        z-index: 11;
    }

    .review-box {
        position: relative;
        overflow: hidden;
        margin-top: 16px;
    }

    .left-awards p {
        color: #ffffff;
        padding-right: 0px;
        font-size: 12px;
    }

    .left-awards h2 {
        font-size: 23px;
    }

    .award-section {
        height: 100%;
        padding-top: 31px;
        padding-bottom: 30px;
    }

    .award-section .award-box {
        display: block;
        color: #ffffff;
    }

    .award-box h2 {
        color: #ffffff;
        font-size: 19px;
        position: relative;
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .award-box p {
        font-size: 12px;
        text-align: justify;
    }

    .main-footer {
        padding-top: 4px !important;
    }

    .media-gallery-box img {
        border-radius: 3px;
        width: 100%;
    }

    .widget-contents {
        justify-content: flex-start;
        display: grid;
    }

    .footer-phone-m {
        display: flex;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-top: 30%;
    }

    .dis-box4 {
        bottom: -13px;
        right: 0px;
    }

    .display-n-b {
        display: none;
    }

    .dis-box1 {
        right: 0px;
    }

    .dis-box5 {
        left: 0px;
    }

    .right-disc .dis-box {
        margin-left: 0px;
    }

    .dis-box8 {
        bottom: 0px;
        left: 0px;
    }

    .right-disc {
        margin-top: 6%;
    }

    .dis-box2 {
        bottom: -4px;
        right: 0px;
    }

    .dis-box3 {
        bottom: -9px;
        right: 0px;
    }

    .left-disc .dis-box {
        margin-right: -10px;
    }

    .dis-box {
        width: 383px;
        height: 52px;
        background-size: 100% 52px;
    }

    .dis-circle {
        width: 157px;
        height: 69px;
        background-size: contain;
        margin-top: -8px;
    }

    .dis-box6 {
        bottom: 0px;
        left: 0px;
    }

    .dis-box7 {
        bottom: 0px;
        left: 0px;
    }

    .right-disc .dis-box {
        background-size: 100% 52px;
    }

    .news-scroll .mother h5 {
        font-size: 14px;
    }

    .news-sec li a {
        font-size: 14px;
    }

    .btn-text {
        font-size: 9px;
        line-height: 0;
        background: #69295E 0% 0% no-repeat padding-box;
        border-radius: 2px;
        color: white;
        padding: 8px 13px;
    }

    .discover-text {
        font-size: 19px;
        margin-bottom: 19px;
    }

    .discover-section {
        padding: 29px 0px;
    }

    .offer-section {
        padding-bottom: 0px;
        padding-top: 40px;
    }

    .review-section {
        padding: 29px 0;
    }

    .about-section {
        position: relative;
        padding: 1px 0; 
        /* padding: 21px 0; */
    }



    .header-internal .header-container .logoes {
        padding: 15px 0 11px 0;
    }

    .about-section h4 {
        font-size: 15px;
    }

    .chairperson-text {
        padding-top: 15px;
    }

    .manager-css {
        border: 2px solid #0080004a;
        box-shadow: 0px 0px 10px 0px #4f42928f;
        float: left;
        width: 100%;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .principal-css {
        border: 2px solid #0080004a;
        box-shadow: 0px 0px 10px 0px #4f42928f;
        float: left;
        width: 100%;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .advisor-css {
        border: 2px solid #0080004a;
        box-shadow: 0px 0px 10px 0px #4f42928f;
        float: left;
        width: 100%;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .wht_we_offer_content {
        width: 100%;
        margin: 0 auto;
    }

    .wht_we_offer_content a {
        margin-bottom: 12px;
    }

    .wht_we_offer_content a {
        width: 144px;
        height: 40px;
        text-align: center;
    }

    a:hover,
    .wht_we_offer_content a.active {
        color: #fff;
        background-color: #6c2d62;
        height: 40px;
    }
}

/* moblie view */
@media only screen and (max-width: 575px) {
    .edunext {
    padding: 3px 10px;
    margin: 0px 4px;
    color: #fff;

    font-size: 12px;
}
.edunext-text {
    padding: 3px 10px;
    margin: 0px 4px;
    font-size: 12px;
}
.headerright {
    display: flex !important;
    justify-content: center !important;
    padding-right: 0;
    position: unset;
    margin-top: 0;
}
.head-logo {
    margin-top: 0;
}
.navbar {
    margin-top: 15px;
}
.head-logo a {
    margin-top: 5px;
}
.header-container {
    height: auto;
}
.head-logo img {
    max-width: 205px;
}
.head-logo img {
    max-width: 205px !important;
}
.navbar-toggler {
    padding: 0.15rem 0.25rem;
}
.page-title {
    position: relative;
    padding: 20px 0px 20px;
    min-height: 160px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.discover-text {
    margin-bottom: 0px;
}
}

.modal-dialog-1{
    max-width: 900px;
}