.navbar-expand-lg {
    padding: 20px 0;
    transition: 0.3s ease-in;
}

header {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar-brand img {
    height: 100px;
    transition: 0.3s ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link,
.menu-item a {
    font-weight: 600;
    color: var(--black);
    position: relative;
    padding: 0;
    font-size: 18px;
    transition: 0.3s ease-in;
}


main {
    padding-top: 200px;
}

.big-text {
    font-size: 10rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    display: flex;
    align-items: start;
    letter-spacing: -0.25px;
    color: var(--primary-color);
}

.big-text span {
    font-size: 75px;
    display: block;
    margin-right: 15px;
    color: var(--secondary-color);

}

.top-banner p {
    margin: 30px 20px 40px !important;
    font-size: 1.4375rem;
    line-height: 1.6956521739;
    letter-spacing: -0.25px;
    text-align: center;
}


.sticky-header .navbar-brand img {
    height: 70px;
}

.sticky-header .navbar-expand-lg {
    padding: 10px 0;
}

.sticky-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
}

.sticky-header .theme-btn {
    font-size: 16px;
}

.banner-swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-banner {
    z-index: 100;
    /* background-color: #ffffffd8; */
}

.banner-item {
    transition: 0.3s ease-in;
    height: 50dvh;
    opacity: 0.5;
}

.swiper-slide-active .banner-item {
    opacity: 0.2;
}

.banner-item img {
    height: 100%;
    object-fit: cover;
}

.footer {
    position: relative;
    background-color: var(--black);
    padding-top: 70px;
}

.footer-tagline-item {
    padding: 8px 16px;
    margin-bottom: 9px;
    width: -moz-fit-content;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: var(--white);
    width: fit-content;
}

.footer-tagline-item:first-child {
    background: var(--primary-color);
}

.footer-tagline-item:nth-child(2) {
    background: var(--secondary-color);
}

.footer-tagline-item:last-child {
    background: #010066;
}

.footer-logo img {
    width: 100%;
    padding-right: 25px;
}

.footer-widget h3 {
    color: var(--white);
    font-size: 1.4375rem;
    line-height: 1.6956521739;
    letter-spacing: -0.25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-widget ul {
    margin-bottom: 0;
    padding-left: 0;
}

.footer-widget ul li {
    list-style: none;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-widget ul li a {
    font-size: 0.9375rem;
    line-height: 1.2;
    color: var(--white);
}

.social-footer ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.social-footer ul li a svg {
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #fff;
    color: var(--white);
    border-radius: 50%;
}

.copy-footer {
    margin-top: 100px;
}

.event-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 35px;
    padding-right: 200px;
    padding-top: 200px;
}

.event-text h4 {
    font-size: 14px;
    color: var(--white);
}

.event-text h3 a {
    font-size: 35px;
    color: var(--white);
    font-weight: 600;
}

.event-img {
    height: 50dvh;
}

.inner-event-swiper .event-img {
    height: 57dvh;
}

.event-img img {
    height: 100%;
    object-fit: cover;
}

.event-swiper .swiper-pagination {
    width: 200px;
    right: 0;
    left: unset;
    padding-right: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.event-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.event-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--secondary-color);
}

.campus-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 25px;
    background: #e0f0ff;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform .3s ease, box-shadow .3s ease; */
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 80px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35));
}

.campus-box:hover .campus-text {
    /* transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12); */
}

.campus-img img {
    height: 500px;
    object-fit: cover;
    transition: 0.3s ease-in
}

.campus-img {
    overflow: hidden
}

.campus-box {
    /* padding-right: 35px;
    padding-bottom: 35px; */
    transition: 0.3s ease-in
}

.campus-box:hover {
    box-shadow: 0 0 19px #e7f4ff;
}

.campus-box h4 {
    background: var(--secondary-color);
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    margin-top: 10px;
    border-radius: 50px;
}

.campus-box h4 svg {
    width: 16px;
}

.campus-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
    text-transform: uppercase;
}

.campus-box p {
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

.campus-box::before {
    top: -15px;
    left: -15px;
    background: #47647e;
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
}

.campus-text .theme-btn {
    padding: 5px 15px;
    font-size: 14px;
}

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

.campus-box:hover .campus-img img {
    transform: scale(1.2);
}

.why-us {
    position: relative;
    min-height: 200vh;
}

.big-background {
    /* background: url(../images/why-us.webp) no-repeat center;
    background-size: cover; */
    height: 100dvh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* CHANGE THIS */
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
}

.move-sec {
    position: relative;
    z-index: 2;
    /* ABOVE background */
    padding-top: 100dvh;
    /* pushes first row below hero */
}

.data {
    height: auto;
    margin: 0 32px 130px;
    /* padding: 60px 65px; */
    aspect-ratio: 1 / 0.8;
    position: relative;
    width: 100%;
    border: 10px solid #0a0a0a;
}

.big-pic-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    text-shadow: 0 0 10px #000;
}

.background-yellow {
    /* background-color: var(--primary-color); */
    color: #fff;
}

.data__title {
    color: #fff;
    position: relative;
    font-size: 70px;
    line-height: 1.04;
}

.data__text {
    font-size: 18px;
    margin-bottom: 0;
}

.background-green {
    background-color: #dae4f1;
}

.data--2 {
    margin-top: 60%;
}

.background-orange {
    background-color: var(--primary-color);
    color: #fff;
}

.data--3 {
    margin-top: -30%;
}

.data--4 {
    margin-top: 30%;
}

.data--5 {
    margin-top: -30%;
}

.data--6 {
    margin-top: 30%;
}

.data__quote {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

.background-green h3 {
    color: var(--primary-color);
}

.overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(10, 29, 53, 0.7) 0px, rgba(10, 29, 53, 0.7) 100%);
    background-attachment: fixed;
}

.background-green p {
    color: var(--black);

}

.about-sec {
    background: #cb983321;
}

.about-sec p {
    font-size: 1.3rem;
    line-height: 1.125;
    text-align: justify;
}

.about-img {
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
}

.abt-box {
    position: relative;
}

.abt-icn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 400px;
    height: 400px;
    opacity: 0.08;
}

.about-img::before {
    bottom: 0;
    right: 0;
    background: #e0f0ff;
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: -1;
}

.bg-pattern {
    background-image: url(../images/pattern2.png);
    background-repeat: repeat;
}

.navbar .dropdown-toggle::after,
.menu-item-has-children>a:after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-family: 'fontAwesome';
    content: "\f078";
    font-weight: 900;
    border: none;
    font-size: 10px;
}

.navbar-nav .dropdown-menu,
.inner-header .sub-menu {
    box-shadow: 0px 8px 32px 0px #00000026;
    border: none;
    border-radius: 16px;
    padding: 17px 0;
    margin: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    transform: translateY(15px);
    top: 200%;
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    top: 63px;
    min-width: 10rem;
    width: max-content;
}

.sticky-header .navbar-nav .dropdown-menu,
.sticky-header.inner-header .sub-menu {
    top: 45px
}

.dropdown-item.active,
.dropdown-item:active {
    background: #f8f9fa
}

.navbar-nav .dropdown-menu .dropdown-item,
.menu-item-has-children .sub-menu a {
    padding: 10px 25px;
    color: var(--black);
    font-weight: 400;
    display: block;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.navbar-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.alumni-content {
    position: absolute;
    padding: 25px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
}

.menu-item-has-children {
    position: relative;
}

.alumni-content h4 {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
}

.alumni-video {
    display: flex;
    width: 70px;
    height: 70px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alumni-video i {
    color: var(--primary-color);
    font-size: 25px;
}

.alumni-card {
    border-radius: 20px;
    overflow: hidden;
}

.alumni-swiper {
    padding-bottom: 70px;
}

.alumni-swiper .swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.5;
    width: 0.8rem;
    height: 0.8rem;
    transition: 0.7s all ease;
    border-radius: 2rem;
}

.alumni-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 4rem;
}

.csr-card {
    padding: 35px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
}

.csr-card p {
    margin-bottom: 0;
    text-align: center;
    color: #23374b;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.csr-card h4 {
    margin-top: 25px;
    color: var(--primary-color);
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 23px;
}

.csr-card img {
    transition: 0.3s ease-in;
}

.csr-img {
    overflow: hidden;
}

.csr-card:hover img {
    transform: scale(1.1);
}

.csr-card .theme-btn {
    padding: 5px 15px;
    font-size: 16px;
    margin-top: 25px;

}

.csr-card .csr-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 200px;
}

.csr-swiper .swiper-button-prev:after,
.csr-swiper .swiper-button-next:after {
    font-size: 15px;
    color: #fff;
}

.csr-swiper .swiper-button-prev {
    left: 5px;
    background: #cb9833;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.csr-swiper .swiper-button-next {
    right: 5px;
    background: #cb9833;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
}

.alumni-content h5 {
    margin: 5px 0;
    font-weight: 600;
    color: var(--white);
    font-size: 16px;
    background: var(--secondary-color);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
}

.alumni-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white);
}

.inner-header .navbar-expand-lg .navbar-nav .nav-link,
.inner-header .menu-item a {
    font-size: 16px;
}

.inner-header .theme-btn {
    font-size: 16px;
}

.inner-banner-area .banner-swiper-wrapper {
    position: unset;
    display: block;
}

.inner-banner-area .banner-item,
.inner-banner-area .banner-item .banner-img {
    height: 84dvh
}

.inner-header .navbar-expand-lg {
    padding: 5px 0;
}

.inner-header .navbar-brand img {
    height: 100px;
}

.inner-header.sticky-header .navbar-brand img {
    height: 70px;
}

.inner-main .theme-btn {
    font-size: 16px;
}

.inner-main {
    padding-top: 157px
}

.inner-banner-area .banner-item {
    opacity: 1
}

.inner-banner-area .banner-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
    display: flex;
    justify-content: end;
    align-items: end;
}

.inner-banner-area .banner-content {
    width: 60%;
    padding: 55px;
    padding-bottom: 100px;
}

.inner-banner-area .banner-content h2 {
    /* font-size: 50px; */
    color: var(--white);
    font-weight: 600;
    text-shadow: 5px 5px 20px #00000085;
}

.inner-banner-area .banner-content p {
    color: var(--white);
    font-size: 18px;
    text-shadow: 5px 5px 20px #000000;
}

.inner-banner-area .banner-content p {
    color: var(--white);
    font-size: 18px;
    text-shadow: 5px 5px 20px #000000;
}

.inner-banner-area .banner-content .theme-btn {
    margin-top: 25px;
}

.inner-banner-area .banner-content .theme-btn:hover {
    background: var(--white);
}

.inner-banner-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background: transparent;
    font-weight: 600;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--white);
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.inner-banner-swiper .swiper-pagination-bullet-active {
    background-color: var(--white);
    color: var(--primary-color);
}

.inner-banner-swiper .swiper-pagination {
    left: 35px;
    bottom: unset;
    top: 50%;
    right: unset;
    width: 50px;

}

.num-box {
    height: auto;
    padding: 60px 65px;
    position: relative;
    width: 100%;
    text-align: center;
    position: relative;
    color: var(--primary-color);
    padding-bottom: 0;
    padding-top: 35px;
}

.num-box h3 {
    color: var(--white);
    /* position: relative; */
    font-size: 70px;
    line-height: 1.04;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}

.num-box p {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 8px 10px;
    background: #dae4f1;
    border-radius: 50px;
    position: relative;
}

.num-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    height: 91%;
}

.program-img img,
.program-img-hover img {
    width: 100%
}

.program-img-hover video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.program-img-hover {
    display: none
}

.program-tag {
    padding: 32px 8px 8px 8px;
    font-size: .8125rem;
    line-height: .8125rem;
    background: var(--primary-color);
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 0;
    letter-spacing: .03125rem;
    z-index: 2;
    right: 40px
}

.program-img-wrapper::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    bottom: 0;
    width: 100%;
    background: rgba(10, 29, 53, .2)
}

.program-title {
    position: absolute;
    bottom: 32px;
    left: 51px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    white-space: nowrap;
    visibility: visible;
    transition: visiblity .1s ease-in;
    z-index: 2;
    text-shadow: 0 0 1em rgba(0, 0, 0, .3);
    bottom: 33%;
    right: -130px;
    left: unset;
    font-size: 1.875rem;
    line-height: 1.875rem;
    transform: rotate(-90deg);
    width: 332px;
}

.program-desc {
    padding: 25px;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 2;
    display: none
}

.program-desc h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    transition: visiblity .1s ease-in;
    text-shadow: 0 0 1em rgba(0, 0, 0, .3);
    font-size: 1.875rem;
    line-height: 1.875rem
}

.program-desc p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0
}

.program-desc a {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    display: inline-block;
    margin-top: 25px
}

.program-accordion {
    display: flex;
    width: 100%;
    gap: 10px
}

.program-item {
    flex: 1;
    transition: .9s ease-in-out
}

.program-item:hover {
    flex-grow: 4
}

.program-item:hover .program-img {
    display: none
}

.program-item:hover .program-img-hover {
    display: block
}

.program-item {
    height: 530px;
    overflow: hidden
}

.program-item .program-img,
.program-item .program-img-hover {
    height: 530px
}

.program-item .program-img img,
.program-item .program-img-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.program-item .program-img-hover img {
    object-position: top center;
}

.program-item:hover .program-desc {
    display: block
}

.program-item:hover .program-title {
    display: none
}

.program-item:hover .program-tag {
    right: unset;
    left: 40px
}

.program-item:hover .program-img-wrapper::before {
    background: rgba(10, 29, 53, 10);
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(10, 29, 53, 0) 100%)
}

.program-desc a i {
    color: var(--theme-color2);
    width: 30px;
    height: 30px;
    border: 2px solid var(--theme-color2);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 50%
}

.why-choose-wrapper {
    display: flex;
    width: 100%;
}

.why-choose-item {
    flex: 1;
    flex-shrink: 0;
    position: relative;
}

.why-choose-content img {
    width: 40px;
}

.why-choose-content {
    text-align: center;
    padding: 25px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 115px;
    left: 0;
    overflow: hidden;
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 120;display:none
}

.why-choose-content p {
    font-style: italic;
    font-weight: 600;
    color: var(--white);
    margin-top: 10px;
    text-align: justify;
}

.why-choose-head {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 80px;
    left: 0;
    font-weight: 600;
    z-index: 400;
    background: rgb(35 55 75 / 83%);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.why-choose-img {
    position: relative;
}

.why-choose-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
    transition: background 0.3s ease-in-out;display:none
}

.why-choose-item:hover::before {
    background: rgb(35 55 75 / 83%);
}

.why-choose-item:hover .why-choose-content {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.news-text {
    padding: 35px;
    background: var(--white);
}

.news-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 5px solid var(--primary-color);
}

.news-card h3 a {
    color: var(--primary-color);
}

.news-card h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
}

.news-img a {
    height: 300px;
}

.news-img img {
    height: 100%;
    object-fit: cover;
}

.news-swiper {
    padding-bottom: 70px;
}

.news-swiper .swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.5;
    width: 0.8rem;
    height: 0.8rem;
    transition: 0.7s all ease;
    border-radius: 2rem;
}

.news-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 4rem;
}

.principal-img {
    width: 69%;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}

.principal-text {
    margin-left: -120px;
    border-right-style: solid;
    border-right-width: 10px;
    border-color: var(--secondary-color);
    background-color: var(--lightgrey);
    flex-grow: 1;
    padding: 50px;
    z-index: 1;
    margin-bottom: 75px;
    /* box-shadow: 0 10px 50px rgba(0, 0, 0, .05); */
    border-radius: 8px;
    transition: 0.3s ease-in;
}

.principal-text h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
}

.secretary-message .principal-text {
    margin-left: 0;
    margin-right: -120px;
    border-right-width: 0;
    border-left-width: 10px;
    border-color: var(--secondary-color);
    border-left-style: solid;
}

.principal-text:hover {
    transform: translateY(-20px)
}

.notice-board {
    width: 100%;
    height: 50dvh;
    background: var(--primary-color);

    display: flex;
    border-radius: 0;
    flex-direction: column;
    padding: 35px;
    padding-top: 10px;
}

.notice-container {
    flex: 1;
    overflow: hidden;
    position: relative
}

.notices {
    display: flex;
    flex-direction: column;
    animation: scroll-up 55s linear infinite
}

.notice-board:hover .notices {
    animation-play-state: paused
}

.notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 25px;
    background-color: var(--lightgrey);
    border-radius: 8px;
    margin-bottom: 25px;
}

.notice-icon {
    font-size: 1.2em;
    color: var(--primary-color);
    margin-top: 4px
}

.notice-content {
    display: flex;
    flex-direction: column
}

.notice-text {
    color: var(--primary-color);
    font-size: 18px;
    text-shadow: none;
    font-weight: 600;
}

.notice-content p {
    font-size: 14px;
    line-height: 1.2;
    color: var(--black);
    text-shadow: none;
    text-align: justify;
}

.abt-content p,
.text-justify,
.cms-page p,
.cms-page li,
.publication-text p {
    text-align: justify !important;
}

.attachment-link {
    font-size: .9em;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline
}

.attachment-link:hover {
    text-decoration: underline
}

@keyframes scroll-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

.notice-title {
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
    text-align: center;
    background: var(--primary-color);
    padding-top: 25px;
}

.inner-footer .contact-widget li svg {
    width: 20px;
    display: inline-block;
    margin-right: 4px;
}

.inner-footer .contact-widget li {
    color: var(--white);
}

.inner-footer .social-footer ul li {
    display: inline-block;
    margin-right: 10px;
}

.inner-footer .social-footer ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    justify-content: center;
}

.inner-footer .social-footer ul li a svg {
    width: 20px;
    height: 20px;
    color: var(--white);
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.inner-banner {
    padding-bottom: 90px;
}

.inner-banner-text {
    padding: 3rem;
    background: var(--primary-color);
    min-width: 35%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 10%;
    color: var(--white);
}

.inner-banner-text p {
    font-size: 20px;
    margin-bottom: 0;
}

.inner-message .principal-img {
    width: 60%;
}

.inner-message .principal-text p {
    font-size: 14px;
    text-align: justify;
}

.inner-banner-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000041;
}

.breadcrumb {
    padding: 8px 25px;
    background: #dae4f1;
    border-radius: 50px;
    display: inline-flex;
    margin-bottom: 0;
}

.breadcrumb li {
    font-weight: 600;
}

.breadcrumb li a {
    color: var(--primary-color);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--black);
}

.cms-page {
    padding: 3rem;
    background: #dae4f1;
    border-radius: 20px
}

.cms-page h2,
.cms-page h3,
.cms-page h4,
.cms-page h5,
.cms-page h6 {
    font-weight: 600;
    color: var(--primary-color);
}

.cms-page ul li::marker {
    color: var(--primary-color);
}

.cms-page ul li,
.cms-page ol li {
    margin-top: 8px
}

.cms-page img {
    width: 100%;
    height: auto
}

.cms-page h1 {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 50px;
    margin-bottom: 25px;
}

.cms-page p a {
    color: var(--primary-color);
}

.principal-text h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--primary-color);
}

.principal-text h5,
.principal-text h6 {
    font-size: 14px;
    color: #4f5358;
    margin-bottom: 0;
}

.inner-message .principal-text {
    margin-bottom: 0;
}

.big-title2 {
    color: var(--secondary-color);
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: -4.5px;
}

.small-line {
    display: inline-block;
    width: 2px;
    height: 50px;
    background: var(--secondary-color);
}

.small-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 35px;
}

.mission-pattern p {
    font-size: 2.3rem;
    font-weight: 600;

}

.mission-pattern ul li {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--white);
}

.mission-pattern ul li span {
    padding: 6px 32px;
    background-color: var(--secondary-color);
    display: inline-block;
}

.color-blue {
    color: var(--primary-color);
}

.mission-image {
    height: 53dvh;
}

.mission-image img {
    height: 100%;
    object-fit: cover;
}

.big-line {
    width: 100%;
    height: 30px;
    background: var(--secondary-color);
    margin-left: 120px;
    margin-top: 30px;
}

.mission-image {
    border-radius: 10px;
    overflow: hidden;
}

.bg-blu {
    background: #dae4f1;
}

.vision-pattern ul li span {
    background: var(--primary-color);
}

.mission-pattern ul {
    display: flex;
    flex-direction: column;
}

.academys-ul li {
    margin-bottom: 10px;
}

.academys-ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 25px;
    background: #dae4f1;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 22px;
    align-items: center;
}

.academys-ul li a i {
    /* transform: rotate(45deg); */
}

.publication-article {
    border-radius: 20px;
    overflow: hidden;
    background: #dae4f1;
}

.publication-text {
    padding: 35px;
}

.publication-date {
    position: absolute;
    top: 35px;
    left: 35px;
    background: var(--secondary-color);
    padding: 8px 15px;
    font-size: 14px;
    color: var(--white);
    font-weight: 600;
}

.publication-text h3 {
    margin-bottom: 15px;
}

.publication-text h3 a {
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    font-size: 25px;
}

.publication-text p {
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}

.publication-article:hover .publication-img img {
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

.publication-article .publication-img img {
    transition: all .4s ease;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    background: var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.sidebar__title {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 35px;
    color: var(--secondary-color);
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sidebar__post .sidebar__post-list li:last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 80px;
    -ms-flex: 80px 0 0px;
    flex: 80px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--secondary-color);
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--secondary-color);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: var(--white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.sidebar__tags {
    position: relative;
    display: block;

    overflow: hidden;
    z-index: 1;
}

.sidebar__single+.sidebar__single {
    margin-top: 45px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--white);
    background: var(--primary-color);
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 10px;
    line-height: 2;
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar-admission-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.admission-logo img {
    width: 70px;
}

.sidebar-admission-text p {
    font-style: 18px;
    color: #fff;
}

.sidebar-admission-text h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.sidebar-admission {
    margin-top: 35px;
    border-radius: 15px;
    overflow: hidden;
}

.sidebar-admission:hover .sidebar-admission-img img {
    transform: scale(1.2);
}

.sidebar-admission .sidebar-admission-img img {
    transition: all 0.4s ease;
}

.sidebar-admission .theme-btn:hover {
    background: #fff;

}

.sidebar-admission .theme-btn {
    padding: 10px 25px;
}

.cont-info2 {
    padding: 25px;
    background: #dae4f1;
    min-height: 180px;
    margin-bottom: 25px
}

.num-icon {
    position: relative;
    width: 70px;
    height: 70px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.num-icon img {
    width: 40px;
}

.cont-info2 h5 {
    color: var(--primary-color);
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600
}

.cont-icn {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600
}

.cont-icn i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
}

.cont-info2 p:last-child {
    margin-bottom: 0
}

.cont-info2 p {
    font-size: 14px
}

.cont-info2 p a {
    color: var(--black);
}

.vs-social a {
    color: var(--primary-color);
}

.cont-map {
    margin-top: 15px
}

.contact-form-wrapper2 {
    padding: 46px 30px 30px;
    background: var(--primary-color);
    border-radius: 10px;
}

.contact-form-wrapper2 input,
.contact-form-wrapper2 textarea, .contact-form-wrapper2 select {
    height: 55px;
    padding: 0 30px 0 30px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 70px;
    font-size: 16px;width:100%;
}
.contact-form-wrapper2 select{
	    filter: invert(1);
	    border: 1px solid #000000;
    color: #000000;
}
.contact-form-wrapper2 label {
    font-size: 14px;
    color: #dae4f1;
    margin-bottom: 5px;
}

.contact-form-wrapper2 input:focus,
.contact-form-wrapper2 textarea:focus{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}.contact-form-wrapper2 select:focus{
	    border: 1px solid #000000;
}

.contact-form-wrapper2 h4 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px
}

.contact-form-wrapper2 input[type="submit"] {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    margin-top: 25px;width:auto;
}

.contact-form-wrapper2 input[type="submit"]:hover {
    color: var(--secondary-color);
    background: transparent
}

.contact-form-wrapper2 textarea {
    height: 100px
}

.inner-alumni .alumni-content {
    position: unset;
    background: #fff;
    padding: 15px;
}

.inner-alumni .alumni-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inner-alumni .alumni-content h4 {
    color: var(--primary-color);
    font-size: 20px;
}

.inner-alumni .alumni-content p {
    color: var(--black);
    font-size: 14px;

}

.inner-alumni .alumni-content h5 {

    font-size: 14px;
    padding: 3px 11px;
    border-radius: 7px;
}

.breadcrumb-item+.breadcrumb-item {
    color: var(--primary-color);
}

.uniform-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.uniform-text {
    padding: 35px;
    background: var(--white);
}

.uniform-text h3 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 20px;
}

.uniform-text ul li::marker {
    color: var(--primary-color);
}

.uniform-text ul {
    margin-bottom: 0;
}

.vertical-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 60px;
}

.uniform-pills {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 10px;
    border-radius: 100px;
    background: #dae4f1;
    gap: 25px;
}

.uniform-pills .nav-link {
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 26px 14px 26px;
    color: var(--primary-color);
}

.uniform-pills .nav-link.active {
    background: var(--primary-color);
    color: var(--white);
}

.uniform-content th {
    background: var(--primary-color);
    color: var(--white);
    text-align: center;
}

.uniform-content tbody tr:nth-child(odd) td {
    background: var(--lightgrey);
}

.uniform-content tbody tr:nth-child(even) td {
    background: #dae4f1;
}

.uniform-content tbody tr td ul li::marker {
    color: var(--primary-color);
}

.uniform-content tr {
    border-color: #6a94bf;
}

.uniform-content tbody tr td:first-child {
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

.publication-img a img {
    height: 300px;
    object-fit: cover
}

.hostel-block {
    position: relative;
}

.hostel-text-block {
    padding: 70px 0;
    padding-left: 35px;
    background: #dae4f1;
    padding-right: 70px;
    position: relative;
}

.hostel-block::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 30%;
    background: #dae4f1;
    right: 50%;
    transform: translateX(50%);
}

.hostel-icon-box {
    padding: 25px;
    background: #fff;
    margin-bottom: 25px;
    min-height: 190px;
    text-align: center;
    border-radius: 20px;
}

.hostel-icon-box h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.hostel-icon {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.hostel-icon img {
    width: 35px;
    filter: invert(1);
}

.hostel-gallery-img {
    border-radius: 15px;
    overflow: hidden;
}

.hostel-swiper {
    padding-bottom: 70px;
}

.hostel-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    color: var(--white);
    background: #23374bc9;
    transition: 0.3s ease-in;
    font-size: 25px;
    display: none;
}

.galleryimg-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.galleryimg-wrapper:hover .gallery-img img {
    transform: scale(1.2);
}

.gallery-img img {
    transition: 0.3s ease-in;
}

.galleryimg-wrapper:hover .gallery-overlay {
    display: flex;
}

.inner-facilities .why-choose-img img {
    height: 450px;
    object-fit: cover;
}

.inner-facilities .why-choose-item {
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.inner-facilities .why-choose-head {
    bottom: 0;
    background: var(--secondary-color);
}


.activity-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all .35s ease;
    cursor: pointer;
}

.activity-img {
    overflow: hidden;
}

.activity-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform .6s ease;
}

.activity-content {
    padding: 18px;
    text-align: center;
    /* background: #dae4f1; */
    color: var(--primary-color);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #23374B;
    background: linear-gradient(180deg, rgba(35, 55, 75, 0) 0%, rgba(35, 55, 75, 0.9) 100%);
    padding-top: 100px;
}

.activity-content h5 {
    font-weight: 600;
    font-size: 22px;
    color: var(--white);
    text-shadow: 0 0 10px #000;
    margin: 0;
}

/* Hover Effects */

.activity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.activity-card:hover img {
    transform: scale(1.1);
}

.float-whatsapp {

    position: fixed;

padding:10px;

    bottom: 50px;

    right: 50px;

    background-color: #25d366;

    color: #FFF;

    border-radius: 50px;

    text-align: center;

gap:4px;
    font-size: 14px;

    z-index: 1000;

    display: flex;

    justify-content: center;

    align-items: center;

}
.float-whatsapp i{
	    font-size: 25px;
}
.float-whatsapp:hover {
    background-color: #158740;
    color: #fff !important;
}

.csr-modal .modal-body {
    padding: 0
}

.csr-modal .csr-content {
    padding: 35px
}

.csr-modal .csr-content h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
}

.modal-backdrop {
    z-index: 9999
}

.modal {
    z-index: 10000
}

.timelineSwiper .timeline-box .timeline-year {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 50px;
    padding-left: 25px;
}

.timelineSwiper .timeline-box .dot {
    transition: 0.3s ease-in;
    margin: 10px 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-top: 0;
    position: relative;
    border: 5px solid var(--primary-color);
}

.timelineSwiper .timeline-box {
    /* padding: 25px; */
}

.timelineSwiper .timeline-box .dot-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 3px;
    background: var(--primary-color);
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}

.dot-wrapper {
    position: relative;
    padding-left: 25px;
}

.timeline-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    text-align: justify;
}

.timelineSwiper .swiper-button-next,
.timelineSwiper .swiper-button-prev {
    bottom: unset;
    top: 87px;
    transform: none;
    width: auto;
}

.timelineSwiper .swiper-button-next:after,
.timelineSwiper .swiper-button-prev:after {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 700;
}

.timelineSwiper .swiper-button-next {
    right: 0;
}

.timelineSwiper .swiper-button-prev {
    left: 0;
}

.timeline-box:hover .dot {
    background: var(--lightgrey);
}

.parent-testimonial-icon {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 50%;
    color: var(--primary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.parent-swiper .swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.5;
    width: 0.8rem;
    height: 0.8rem;
    transition: 0.7s all ease;
    border-radius: 2rem;
}

.parent-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 4rem;
}

.parent-swiper {
    padding-bottom: 70px;
}

.toppers-img-front {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid var(--secondary-color);
}

.toppers-text {
    margin-top: 15px;
}

.toppers-text h3 {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 20px;
}

.toppers-text h5 {
    margin-bottom: 0;
    padding: 10px 25px;
    background: var(--secondary-color);
    color: var(--white);
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 8px;
}

.toppers-box {
    padding-top: 25px;
}

.life-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.life-card p{
	margin-top:5px;margin-bottom:0;display:none;
}
.life-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.life-card:hover img {
    transform: scale(1.1);
}

.life-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

.life-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}



.life-card .card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

/* Optional subtle underline effect */
.life-card .card-title::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    margin-top: 5px;
    transition: width 0.3s;
}

.life-card:hover .card-title::after {
    width: 40px;
}

.life-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--white);
    z-index: 1;
    padding: 35px;
}

.igni-background {
    text-shadow: 0 0 10px #fff
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 0.85em;
    position: relative;
}

.masonry .item {
    display: inline-block;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.3s ease-in-out;
    margin-bottom: 23px;
    position: relative;
}

.masonry .item img {
    max-width: 100%;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.bg-visit {
    background: url("../images/about-banner.webp")no-repeat center center;
    background-size: cover;
    color: #fff
}

.bg-visit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.9;
}

.bg-visit .theme-btn {
    color: var(--primary-color);
    background: var(--white);
}

.parent-testimonial-img img {
    height: 435px;
    object-fit: cover;
    object-position: top center;
}

.parent-swiper .swiper-wrapper {
    /* 	justify-content:center */
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.readmore-less {
    margin-bottom: 25px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    border-radius: 50px;
    padding: 5px 15px;
    margin-top: 15px
}

.social-footer ul li .social-fb svg,
.inner-footer .social-footer ul li a.social-fb {
    background: #1877F2
}

.social-footer ul li .social-yt svg,
.inner-footer .social-footer ul li a.social-yt {
    background: #FF0000
}

.social-footer ul li .social-insta svg,
.inner-footer .social-footer ul li a.social-insta {
    background: #833ab4;
    /* Fallback color for older browsers */
    background: linear-gradient(to right,
            #833ab4,
            #fd1d1d,
            #fcb045);
}

.topbar-right ul li a {
    padding: 3px 15px;
    font-size: 14px !important;
    background: var(--white);
    color: var(--primary-color);
    border-color: var(--white);
}

.topbar-right ul li a:hover {
    background: transparent;
    color: var(--white);
}

.topbar-left ul li a {
    color: var(--white);
    font-size: 14px !important;
}

.topbar-left ul li {
    font-size: 14px !important;
    color: var(--white);

}

.topbar-left ul li svg {
    width: 16px;
}
.faq-accordion .accordion-button {
    border-radius: 10px !important;
    background: var(--primary-color);
    color: var(--white);
}

.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 30px;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq-accordion .accordion-button:not(.collapsed)::after,
.faq-accordion .accordion-button::after {
    filter: invert(1);
}.footer-widget ul li a img{
width: 170px;
    }

.result-iframe {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 25px;
}

.result-iframe iframe {
  width: 100%;
  height: 70dvh;
}
.uniform-content td a{
	 color: var(--primary-color);text-decoration:underline
}.wpcf7 form .wpcf7-response-output{color:#fff}
 .tc-form{
        padding: 35px;border-radius: 12px;background: var(--primary-color);text-align: center;
    }.tc-form label{
       font-size: 2rem;
    font-family: var(--title-font);
    font-weight: 600;
    color: #fff;
    position: relative;
    line-height: 1;display: block;margin-bottom: 25px;

    }.tc-form input{
            height: 55px;
    padding: 0 30px 0 30px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 70px;
    font-size: 16px;
    width: 100%;
    }.tc-form input:focus{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    }.tc-form .theme-btn{
        background: var(--secondary-color);border-color: var(--secondary-color);padding: 10px 35px;
    }

/* Base nav buttons */
.playSwiper .swiper-button-next,
.playSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  color: #fff;
  transition: all 0.25s ease;
}

/* Hover effect */
.playSwiper .swiper-button-next:hover,
.playSwiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.85);
  transform: scale(1.1);
}

/* Arrow icon size */
.playSwiper .swiper-button-next::after,
.playSwiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Position tweak */
.playSwiper .swiper-button-next {
  right: 10px;
}

.playSwiper .swiper-button-prev {
  left: 10px;
}
