/* @import url('https://fonts.cdnfonts.com/css/swiss-721');
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');
 */
 @font-face {
    font-family: 'Swiss 721 Bold';
    src: url('../fonts/swiss-721/Swiss721Black.ttf'), url('../fonts/swiss-721/Swiss721Bold.ttf') format('ttf');
}


@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe-ui/segoeuithibd.ttf'), url('../fonts/segoe-ui/segoeuithisi.ttf'), url('../fonts/segoe-ui/segoeuithis.ttf'), url('../fonts/segoe-ui/segoeuithisz.ttf') format('ttf');
}


* {
    scroll-behavior: smooth;
    box-sizing: border-box;
	  font-family: "Roboto Slab", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    padding: 0;
    margin: 0;
	  font-family: "Roboto Slab", serif;
}
html{
    margin: 0 !important;
}
body > h1{
    display: none;
}
.main-nav {
    position: relative;
}

.scroll-bg {
    background-color: #151F6D !important;
}

/* .main-nav .navbar {
    background-color: #4f5de4;
} */
header .container-fluid {
    padding: 0;
}

.main-nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.nav-img {
    width: 15%;
    padding: 15px 0;
    text-align: center;
}

.nav-img {
    width: 15%;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    width: 20%;
    padding: 15px 0;

}

.link-content {
    width: 75%;
    background: #fff;
    /* padding: 15px 1px; */
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    z-index: 1;

}

ul.navbar-nav {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 5rem;
}

.nav-item .nav-link {
    color: #103077;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}

/* .dropdown-item i {
    color: #285b9b;
    font-size: 10px;
    padding-right: 10px;
} */

.dropdown-menu {
    display: block;
    top: 102%;
    left: 0px ;
    border-radius: 10px !important;
    z-index: 10;
    background-color: #fff;
    border: 0;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
.nav-link:focus,
.nav-link:hover {
    color: #103077 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
    background-color: #fff !important;
    position: relative;
    z-index: 0;
}

/* .dropdown-menu li a:hover {
    background: #151F6D !important;
    color: #fff !important;
} */

ul.dropdown-menu:hover:after {
    transform: scale(1);
}

.dropdown-menu li {
    background-color: #fff;
    padding: 5px 0;
    /* opacity: 0; */
    transform-origin: bottom;
    /* animation: enter 0.2s ease forwards; */
	border-radius:15px;
}
/* 
.dropdown-menu li:nth-child(1) {
    animation-duration: 0.2s;
    animation-delay: 0s;
}

.dropdown-menu li:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
}

.dropdown-menu li:nth-child(3) {
    animation-duration: 0.4s;
    animation-delay: 0.2s;
}

.dropdown-menu li:nth-child(4) {
    animation-duration: 0.5s;
    animation-delay: 0.3s;
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: scaleY(0.98) translateY(10px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
} */

.navbar-nav>li {
    position: relative;
    padding: 15px 0;
}

.nav-active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #103077;
    bottom: 0px;
    left: 0;
    transition: 0.8s;

}

.mobile-nav {
    display: none;
    position: fixed;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

button.navbar-toggler {
    border: 0;
    padding: 0;
}

.banner-sec {
    background-color: #151F6D;
    padding: 10rem 0 4rem;
    position: relative;
    background-image: url(../img/banner-layer-1.jpg), url(../img/banner-layer-2.jpg), url(../img/banner-layer-3.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left -15% bottom -70%, top left, right bottom;
}

/* .banner-slider .owl-stage-outer {
    padding: 0;
} */
.banner-img {
    padding: 0;
    position: absolute;
    right: 4%;
    top: -8%;
    width: 40%;
}

.banner-img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.banner-content {
    padding: 5em 0;
}

.banner-header {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    padding-bottom: 1rem;

}

.banner-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    margin-bottom: 1em;
}

.btn-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 20px;
}

.banner-btn {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    padding: 10px 25px;
    border: 0;
    border-radius: 35px;
    text-decoration: none;
}

.red-bg {
    color: #fff;
    background-color: #b92224;
}

.white-bg {
    background-color: #fff;
    color: #21589c;
}

.about-sec {
    padding: 5em 0;
    background-image: url(../img/welcom-to-bg-layer.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: relative;
}
/* 
.about-img img {
    display: none;
} */

.about-header {
    color: #1f579c;
    font-size: 2rem;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    line-height: 2.8rem;
    margin-bottom: 0.6em;
    position: relative;
}

.about-header::after {
    content: '';
    position: absolute;
    background-color: #1f579c;
    width: 20%;
    height: 2px;
    left: 0;
    bottom: -10px;
}

.about-txt {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    padding: 1em 0;
    margin: 0;
}

.read-more {
    color: #1f579c;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    cursor: pointer;
}

.about-us-content {
    padding-left: 20px;
}

.about-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.about-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 40rem;
    border-bottom-right-radius: 40rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.admission-sec {
    background-image: url(../img/hercules-hall.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-layer {
    background: #151F6Db3;
    padding: 5em 0;
}

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

.admission-header {
    color: #fff;
    font-size: 2.4rem;
    font-family: "Roboto Slab", serif;
    font-weight: 800;
    margin-bottom: 2.5rem;
}

.contact-btn {
    color: #1f579c;
    font-size: 1.2rem;
    font-weight: 500;
    background: #fff;
    border: 0;
    padding: 10px 25px;
    border-radius: 30px;
    margin-bottom: 1rem;
	text-decoration: none;
	
}

.courses-sec {
    padding: 5em 0;
    background-image: url(../img/courses-bg-layer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.courses-card .card {
    width: 100%;
    border-radius: 10px;
    border: 0;
    position: relative;
}


.card-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 25%;
    border-radius: 10px;
}

.courses-h4 {
    color: #b92224;
    text-align: center;
}

.courses-card {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 25px;
}

.courses-card .card:hover .card-body {
    display: none;
    transition: 800ms linear;

}

.courses-card .card:hover .card-image img {
    border-bottom-right-radius: 10rem;
    /* transition: 0.8s; */

}

.courses-card .card:hover .overlay-txt {
    display: flex;
    border-bottom-right-radius: 10rem;
    transition: 800ms linear;

}


.card-body {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
    min-height: 70px;
    text-align: center;
    position: absolute;
    bottom: 0%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.overlay-txt {

    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #00000096;
    border-radius: 10px;
    
}

h6.overlay-head {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: "Roboto Slab", serif;
}

.overlay-read-more {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    font-family: "Roboto Slab", serif;
}

.card-head {
    color: #1f579c;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}

.courses-card .card-text {
    font-size: 0.8rem;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.8rem;
    margin: 0;
}

.card-btn {
    color: #fff;
    background: #b92224;
    border: 0;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
}
.gallery-sec {
    padding: 5em 0;
    background-image: url(../img/gallery-layer-1.jpg), url(../img/gallery-layer-2.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left -15% bottom -40%, top -40% right -20%;
}

.gallery-h4 {
    color: #1f579c;
    text-align: center;
}

.gallery-box {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    gap: 15px;
}

.gallery-img:nth-child(2) {
    grid-area: 1/2/span 2/3;
}

.gallery-img img {
    width: 10%;
    height: 10%;
    object-fit: cover;
} 
.footer-sec {
    background-image: url(../img/italy-racconigi-royal-palace-green-garden-palace-spring-season.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 75%;
    position: relative;
}

.footer-logo {
    padding-bottom: 2rem;
}

.footer-header {
    color: #fff;
    font-size: 2rem;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;

}

.footer-header:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 20%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.reg-content {
    padding-bottom: 0.8rem;
}

.reg-txt {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    margin-bottom: 0;
    padding-bottom: 0.8rem;
}

.text-icon-box {
    display: flex;
    gap: 20px;
    color: #fff;
    padding-bottom: 0.5rem;
}

.quick-link {
    height: 100%;
    padding-top: 4rem;
}

.quick-link-header {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.quick-link-header::after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 20%;
    height: 1px;
    left: 0;
    bottom: 0px;
}

ul.link-box {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.link-box li {
    padding-bottom: 1rem;
}

a.address-info {
    color: #fff;
    text-decoration: none;
}

.link-box a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
}

.to-up-btn {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    padding: 12px 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

a.to-up-btn {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.to-up-btn.show {
    display: block;
}

.to-up-btn i {
    color: #151F6D;
    font-size: 1.4rem;
}

.copyright {
    background-color: #800;
}

.copyright-text p {
    color: #fff;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    text-align: center;
    margin: 0;
    padding: 1.5em 0;
}

/* .owl-nav {
    display: none;
} */
.owl-stage-outer {
    height: 100%;
    padding: 0 0 4rem 0;
}

.courses-card .owl-dot {
    width: 40px;
    height: 8px;
    background-color: #b922258a !important;
    margin: 0 15px;
}

.courses-card .owl-dot.active {
    width: 40px;
    height: 8px;
    background-color: #b92225 !important;
    margin: 0 15px;
}

.courses-card .owl-dots {
    text-align: center;
}

.reg-txt br {
    display: none;
}

/* humburger */

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #151F6D;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
    stroke-dashoffset: -64px;
}

.ham8.active .middle {
    //stroke-dashoffset: -20px;
    transform: rotate(90deg);
}

.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

svg.ham.hamRotate.ham8 {
    width: 50px;
}

/* pages style */

.sub-txt {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    padding:0 0 1em;
    margin: 0;
}
.page-banner {
    background-image: url(../img/our-story/friendship-vacation.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.page-banner-content {
    padding: 6rem 0 2rem;
}

.our-story-detail {
    padding: 3rem 0;
}

.our-story-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.our-story-desc {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: self-start;
    justify-content: center;
}

h2.admission-header.gallery-h4 {
    /* margin: 0; */
}

.our-vision {
    background-image: url(../img/our-story/011.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 800px;

}

.pad-sec {
    padding: 2rem 0;
}

.Vision-img {
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:15%;
}
.Vision-circle-img {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
.Vision-circle-img img {
    width: 50%;
    object-fit: contain;
    height: 100%;
}
.vision-content {
    width: 35%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 15rem;
}
.Vision-img {
    display: flex;
    flex-flow: row wrap-reverse;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 15%;
}
.Vision-logo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
h3.Vision-head {
    color: #150b2c;
    font-size: 28px;
      font-family: "Roboto Slab", serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    position: relative;
}
.Vision-head::after{
    position: absolute;
    content: '';
    background-color: #150b2c;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}
p.vision-txt {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
      font-family: "Roboto Slab", serif;
}

/* ourteam */
.about-img-2 {
    right: 0;
    left: auto;
}
.about-img-2 img {
    border-radius: 40rem 0 0 40rem;
}
.about-us-content .admission-header{
    text-align: left;
}
li.list-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    color:#000;
    font-size: 1rem;
     font-family: "Roboto Slab", serif;
    padding-bottom: 0.5rem;
}
.list-item img {
    width: 16px;
    height: 20px;
    object-fit: contain;
}
.team-row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.team-img-box{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-position: center center;

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

}   

.chart img {
    width: 100%;
    height: auto;
}
.blue-bg-btn {
    background: #151f6d;
    color: #fff;
	border-radius:6px;
	padding:10px 15px;
}
.blue-bg-btn i {
    padding: 0 5px;
}
/* table */
.facilities-table tr th{
    background-color: #1F579C;
    color: #fff;
    padding: 15px;
}
.facilities-table tr td{
    background-color: #EBEBEB;
    color: #000;
    padding: 15px;
}

/* about facilities */

.facilities-inner-section{
    background-color: #fff;
    box-shadow: 0px 0px 10px #11111121;
    border-radius: 7px;
}
 .facilities-inner-section img{
    height: 550px;
    object-fit: cover;
} 
.facilities-table tr th{
    background-color: #1F579C;
    color: #fff;
    padding: 15px;
}
.facilities-table tr td{
    background-color: #EBEBEB;
    color: #000;
    padding: 15px;
}
.facilities-table tr td br {
    display: none;
}
.location-map{
    width: 100%;
    height: 100%;
}
.location-map iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.facilities-table .sub-txt {
    padding: 0;
}
.facilities-table{
    margin-bottom: 2rem;
}
.our-story-desc .gallery-h4 {
    margin-bottom: 1rem;
}

/* college policies */
.accordion-body h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}


.college-policy-accordion .accordion-button {
    background-color: rgb(31, 87, 156) !important;
    padding: 25px;
}

.college-policy-accordion .accordion-button p {
    color: #fff;
    padding-bottom: 0px !important;
}

.college-policy-accordion .accordion-button:focus {
    box-shadow: none !important;
}

.college-policy-accordion .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");

}
.sub-txt a {
        color: black;
        text-decoration: none;
    }
/* .accordion-body {
    background-color: aliceblue;
}
 */
/* / bg-img / */

.about-bg-img {
    background-image: url(../img/our-story/friendship-vacation.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.Diploma-bg-img{
    background-image: url(../img/modern-commercial-building.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.apply-bg-img{
    background-image: url(../img/person-submitting-admission-form-laptop-computer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.school-bg-img{
    background-image: url(../img/merlion-sunset.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.students-bg-img{
    background-image: url(../img/creative-students-with-books-gadgets.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-bg-img{
    background-image: url(../img/words-with-contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.enquiry-apply-form .form-control {
    width: 100%;
    padding: 15px;
    background-color: #EFF0FB;
    border-radius: 7px;
    border: none;
}
.enquiry-apply-form  label{
    padding-bottom: 10px;
}
.enquiry-apply-form .row{
    row-gap: 10px;
}
.enquiry-apply-form .btn{
    background-color: #800;
    color: #fff !important;
    padding: 10px 20px;
}
.big-foot-apply-form input, select {
    width: 100%;
    padding: 15px;
    background-color: #EFF0FB;
    border-radius: 7px;
    border: none;
}

.big-foot-apply-form input[type=submit] {
    background-color: #800;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
}
.accordion  br {
    display: none !important;
}
.courses-slider .card-body p{
    font-size: 0.8rem;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.8rem;
    margin: 0;	
}
.sub-txt br{
    display: none;
}

/ testimonial /
.gallery-sec{
    overflow: hidden;
}
.testimonial-sec{
    padding: 5em 0;
    overflow: hidden;
}
.testimonial-card {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #c9c3c3;
    padding: 1em 1.5em;
    border-radius: 6px;
    position: relative;
    / box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; /
}

.testimonial-stud-img img {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

}
.feedback-txt {
    font-size: 16px;
    font-weight: 400;
    font-family: 'swiss 721',sans-serif;
    color: #000;
    / padding-right: 20rem; /
    margin: 1rem 0;
}
.student-name{
    color: #151F6D;
}
.student-details{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap:5px;
}
.stud-course {
    font-size: 0.8rem;
    font-weight: 400;
    font-family: 'Segoeui',sans-serif;
}

.testi-image img{
    width: 400px;
    height: 400px;
}
.testimonial-slider .owl-stage-outer {
    padding: 0;
}
.testimonial-slider .owl-item{
  transform: scale(0.7);
}
.testimonial-slider .owl-item.active.center{
    transform: scale(1);
  
}
.testimonial-slider .owl-item.active.center .testimonial-card{
    background-color: #5c6ce4;
    color: #fff ;
} 
.testimonial-slider .owl-item.active.center  .student-name{
    color: #fff ;
} 
.testimonial-slider .owl-item.active.center  .stud-course {
    color: #fff ;
} 
.testimonial-slider .owl-item.active.center  .feedback-txt{
    color: #fff ;
} 



/ Transition mixin /
.transition_all_03s {
    transition: all 0.3s ease;
}

/ Backface visibility mixin /
.backface_visibility_hidden {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Swiper container styles */
.swiper-container {
    width: 80%;
    height: 100vh;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
    width: 20%;
    padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}


.swiper-slide {
    overflow: hidden;
    backface-visibility: hidden;
}

.swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.swiper-slide .entity-img {
    display: none;
}

.swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 50%;
    padding-left: 5%;
    color: #fff;
}

.swiper-slide .content .title {
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 30px;
}

.swiper-slide .content .caption {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.7s ease;
}

.swiper-slide .content .caption.show {
    transform: translateX(0);
    opacity: 1;
}

/* Swiper navigation button styles */
[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: none;
    transition: all 0.3s ease;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}
@media screen and (max-width:991px) and (min-width:320px) {
    .testimonial-slider .owl-item{
        transform: scale(1);
      }
      .testimonial-slider .owl-item.active.center{
          transform: scale(1);
        
      }
      .testimonial-slider .owl-item.active .testimonial-card{
        background-color: #5c6ce4;
        color: #fff ;
    } 
    .testimonial-slider .owl-item.active  .student-name{
        color: #b92224 ;
    } 
    .testimonial-slider .owl-item.active  .stud-course {
        color: #b92224 ;
    } 
    .testimonial-slider .owl-item.active  .feedback-txt{
        color: #fff ;
    } 
}
@media screen and (max-width:575px) and (min-width:320px) {
    .testimonial-slider .owl-item.active .testimonial-card{
        background-color: #5c6ce4;
        color: #fff ;
    } 
    .testimonial-slider .owl-item.active  .student-name{
        color: #b92224 ;
    } 
    .testimonial-slider .owl-item.active  .stud-course {
        color: #b92224 ;
    } 
    .testimonial-slider .owl-item.active  .feedback-txt{
        color: #fff ;
    } 
    .swiper-container {
        width: 100%;
        height: 70vh;
        float: left;
        transition: opacity 0.6s ease, transform 0.3s ease;
    }
     .nav-slider{
        display: none !important;
    } 
    .gallery-sec {
        padding: 2em 0;
        background-image: none;
    }
}
 .course-list {
        list-style: none;
        padding: 0;
    }

    .course-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }

    .course-list li:before {
        content: "➔";
        position: absolute;
        left: 0;
        color: black; /* Set the arrow color */
    }

    .course-list a {
        text-decoration: none;
        color: black; /* Set the link color */
    }

/* Main Menu */
/* .main-nav li {
    position: relative;
}

.main-nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.main-nav li:hover > ul {
    display: block;
} */

/* Submenu */
.main-nav li ul li ul {
    left: 100%;
    top: 0;
}

.sub-menu.depth_1 {
	list-style:none;
    background: #fff;
    border-radius: 15px;
    list-style: none;
}
.sub-menu.depth_1 a{
	border-radius:15px;
}
.submenu-link {
    display: none;
}
.first-show{
	display:block !important
}

/* style change 100724 */

.address-header {
    color: #151f6d;
}
.address-box {
    padding: 1rem;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;

}
.address-box .sub-txt{
	padding-bottom:0.8rem;
}
.address-header b {
    border-bottom: 2px solid #151f6d;
	padding-bottom:2px;
}
.address-header b i{
	padding-right:.5rem;
}
/* .sub-txt i {
    padding-right: 0.5rem;
	font-size:14px;
} */
.list-number {
    background: #1f579c;
    color: #fff;
    font-size: 14px;
    padding: 0px 7px;
    border-radius: 50%;
    margin-right: 5px;
}
 .depth_1{
	 position:absolute !important;
	 left:107% !important;
	 top:50% !important;
 opacity: 0;
    visibility: hidden !important;
    transform-origin: top center !important;
    transform: scaleY(0) translateZ(100px) !important;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease !important;
}
.depth_0 .dropdown:hover .depth_1{
	    opacity: 1 !important;
    visibility: visible !important;
    transform: scaleY(1) translateZ(0px) !important;
}
