* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Fredoka', sans-serif;
}

body {
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.header__top {
    background-color: #030065;
    padding-top: 15px;
    padding-bottom: 10px;   
}

.header__top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__top-rowL {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header__top-rowL-a span {
    color: #D12511;
    margin-right: 5px;
}

.header__top-rowL-a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.header__top-rowL-b span {
    color: #D12511;
    margin-right: 5px;
}

.header__top-rowL-b {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.header__top-rowR-icons {
    display: flex;
    gap: 10px;
    position: relative;
}

.header__top-rowR-icons a {
    font-size: 18px;
    font-weight: 400;
    color: #D12511;
    text-decoration: none;
}

.header__top-rowR-icons a:hover {
    color: #FFFFFF;
}

.header_tl {
    border: 1px solid #FFFFFF4D;
    height: 31px;
}

#navbar {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}

#navbar .nav-item {
    padding: 5px 7px;
    transition: .3s all;
}

#navbar .nav-link {
    transition: .3s all;
    color: #030065;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #D12511;
}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #F97338;
    transition: width .2s;
}

.cool-link:hover::after {
    width: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
  
.dropdown-menu {
    animation-duration: 0.7s;
    animation-name: slidein;
    box-shadow: 0px 4px 4px 0px #21347230;
    transition: ease-in 0.5s;
    border-radius: 0px 30px 0px 30px;
    padding: 10px 10px 10px 10px;
}

.dropdown-item {
    color: #030065;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
  
@keyframes slidein {
    from {
      margin-top: 100%;
    }
  
    to {
      margin-top: 0%;
    }
}
  
.dropdown-item:hover {
    background-color: transparent;
    color: #D12511;
    transition: ease-in 0.5s;
    animation: fadein 0.5s;
}
  
.dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.navbar-light .navbar-toggler-icon {
 background-image: none;
}

.navbar-toggler-icon i {
    font-size: 25px;
    color: #030065;
}

.navbar-toggler-icon i:hover {
    color: #D12511;
}

.nav-itemm button {
    border: none;
    outline: none;
    background-color: #D12511;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 0px 20px 0px 20px;
    margin-top: -5px;
    transition: all 0.25s ease-in;
}

.nav-itemm button:hover {
    background-color: #030065;
    transition: all 0.25s ease-in;
}

.inner-banner {
    background-image: url(./images/contact-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 167px;
    margin-bottom: 100px;
}

.inner-banner-head {
    font-size: 70px;
    font-weight: 700;
    line-height: 84.7px;
    color: #FFFFFF;
    text-align: center;
}

.inner-banner-crumbs {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.inner-banner-crumbs a {
    text-decoration: none;
    color: #FFFFFF;
    margin-right: 10px;
}

.inner-banner-crumbs a:hover {
    color: #030065;
}

.inner-banner-crumbs span {
    margin-right: 10px;
}

.contact-get-head {
    font-size: 50px;
    font-weight: 600;
    line-height: 60.5px;
    text-align: center;
    color: #030065;
    margin-bottom: 10px;
}

.contact-get-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    color: #D12511;
    margin-bottom: 30px;
}

.contact-get-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.contact-form-L-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.3px;
    color: #030065;
    margin-bottom: 10px;
}

.contact-form-L p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-form-L input {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #BFBFBF;
    border-radius: 0px 10px 0px 10px;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

.contact-form-L input::placeholder {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-form-L textarea {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #BFBFBF;
    border-radius: 0px 10px 0px 10px;
    padding: 15px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
}

.contact-form-L textarea::placeholder {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-form-L button {
    border: none;
    outline: none;
    background-color: #D12511;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 0px 20px 0px 20px;
    margin-top: -5px;
    transition: all 0.25s ease-in;
}

.contact-form-L button:hover {
    background-color: #030065;
    transition: all 0.25s ease-in;
}

.pry-btn button {
    border: none;
    outline: none;
    background-color: #D12511;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 0px 20px 0px 20px;
    margin-top: -5px;
    transition: all 0.25s ease-in;
}

.pry-btn button:hover {
    background-color: #030065;
    transition: all 0.25s ease-in;
}

.contact-form-R {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 0px 20px 0px 20px;
    margin-bottom: 20px;
}

.contact-form-R-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.contact-form-R-rowa i {
    color: #D12511;
    font-size: 25px;
}

.contact-form-R-rowb-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    color: #030065;
    margin-bottom: 5px;
}

.contact-form-R-rowb p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.contact-form-R-rowb p span {
    color: #D12511;
}

.contact-connect-row {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
}

.contact-connect-row2 {
    display: flex;
    gap: 10px;
}

.contact-connect-row1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    color: #030065;
}

.contact-form, .contact-map {
    margin-bottom: 100px;
}

.contact-map .col-md-8 {
    padding-right: 0px;
}

.contact-map .col-md-4 {
    padding-left: 0px;
}

.contact-map-R img {
    height: 400px;
}

.contact-map-L iframe {
    border-radius: 50px 0px 0px 50px;
}

.footer {
    background-color: #030065;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer_P1 {
    color: #FFFFFF;
    width: 80%;
    margin-bottom: 20px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-head {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: #D12511;
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer p a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}

.footer p {
    margin-bottom: 8px;
}

.footer p a:hover {
    color: #D12511;
}

.footer-blog-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-blog-row-R-1 span {
    color: #D12511;
    margin-right: 5px;
}

.footer-blog-row-R-1 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    margin-bottom: 10px;
}

.footer-blog-row-R-2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    color: #FFFFFF;
}

.footer-line {
    margin-top: 5px;
    margin-bottom: 10px;
}

.footer-line img {
    width: 90%;
}

.footer-icons {
    display: flex;
    gap: 15px;
}

.footer-icons a {
    color: #D12511;
    font-size: 20px;
}

.footer-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
}

.about-page {
    margin-bottom: 100px;
}


.about-page-R-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    margin-bottom: 20px;
    text-decoration: underline;
}

.about-page-R-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    margin-bottom: 20px;
    color: #030065;
}

.about-page-R-l {
    margin-bottom: 10px;
}

.about-page-R p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.about-started {
    background-color: #039932;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 100px;
}

.about-started-l-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    margin-bottom: 20px;
    color: #030065;
}

.about-started-l p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
}

.about-mission-L1-top {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.about-mission-L1 {
    box-shadow: 0px 0px 20px 0px #0300651A;
    padding: 30px;
    border-radius: 30px 0px 0px 0px;
    margin-bottom: 10px;
}

.about-mission-L1-top-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.3px;
    color: #030065;
}

.about-mission-L1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.about-mission-R1 {
    box-shadow: 0px 0px 20px 0px #0300651A;
    padding: 30px;
    margin-bottom: 30px;
    height: 390px;
}

.about-mission-L1:hover {
    background-color: #BBE8F6;
}

.about-mission-R1:hover {
    background-color: #BBE8F6;
}

.about-mission-R1 li {
    list-style: url(./images/li.png);
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}

.about-mission-R1 ul {
    margin-left: 15px;
}

.about-mission-R2 img {
    height:390px;
    width: 100%;
}

.about-mission {
    margin-bottom: 100px;
}

.faq-section {
    margin-bottom: 100px;
}

.faq-section-L-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    margin-bottom: 20px;
    text-decoration: underline;
}

.faq-section-L-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    color: #030065;
    margin-bottom: 40px;
}

.accordion .accordion-item {
    border: 1px solid #E7E7E7;
    margin-bottom: 10px;
    padding: 20px;    
    border-radius: 20px;
}  
  
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    border: none;
    background: none;
    outline: none;
}
  
.accordion .accordion-item:hover,
.accordion .accordion-item:focus {
    cursor: pointer;
    color: #000000;
    background-color: #BBE8F6;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #000000;
}
  
.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #000000;
    
}

  
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #D12511;
}
  
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    color: #D12511;
    background: currentColor;
}
  
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    color: #D12511;
    background: currentColor;
}  
  
.accordion button[aria-expanded='true'] {
    color: #000000;
}

  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
  
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
  
.leadership-bodyR {
    padding-top: 70px;
}

.leadership-bodyR-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    margin-bottom: 20px;
    color: #030065;
}

.leadership-bodyR-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    margin-bottom: 30px;
    text-decoration: underline;
}

.leadership-bodyR p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.leadership-body1 {
    margin-bottom: 100px;
}

.leadership-body2-sec-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.3px;
    text-align: center;
    margin-bottom: 10px;
    color: #030065;
}

.leadership-body2-sec-sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: #D12511;
    text-decoration: underline;
}

.leadership-body2 {
    margin-bottom: 100px;
}

.leadership-body2-sec {
    margin-bottom: 30px;
}

.toddle-sect1 {
    margin-bottom: 100px;
}

.toddle-sect1_L-sub {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    margin-bottom: 10px;
}

.toddle-sect1_L-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    color: #030065;
    margin-bottom: 20px;
}

.toddle-sect1_L p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.toddle-sect2-row {
    background-color: #039932;
    padding: 46px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.toddle-sect2-row-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.3px;
    color: #030065;
    margin-bottom: 10px;
}

.toddle-sect2-row-line {
    margin-bottom: 20px;
}

.toddle-sect2 {
    margin-bottom: 100px;
}

.toddle-sect2-row p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;    
}

.tod-video-sec {
    margin-bottom: 100px;
}

.tod-video-sec2 {
    background-color:  #030065;
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
}

.tod-video-sec2-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    color: #FFFFFF; 
    margin-bottom: 30px;
}

.video-gallery-page {
    margin-bottom: 100px;
}

.tab {
    overflow: hidden;
}

.tab-line1 {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.tab-line2 {    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
  
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    box-shadow: 0px 4px 4px 0px #CCCCCC40;
    border: 1px solid #CCCCCC4D;
    border-radius: 10px;
}
  
.tab button:hover {
    background-color: #030065;
    color: #FFFFFF;
}
  
.tab button.active {
    background-color: #D12511;
    color: #FFFFFF;
}

.mobile_tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0px 4px 4px 0px #CCCCCC40;
    border: 1px solid #CCCCCC4D;
    border-radius: 10px;
}
  
.mobile_tabs button:hover {
    background-color: #D12511;
}
  
.mobile_tabs button.active {
    background-color: #D12511;
    color: #FFFFFF;
}

.mobile_tabs .tab-line1 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mobile_tabs .tab-line2 {    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
  
.tabcontent {
    margin-top: 70px;
    display: none;
    border-top: none;
}

.mobile_tabs {
    display: none;
}

.video-gallery_rows {
    background-image: url(./images/gal-vid.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 131px;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.video-gallery_rows-icon i {
    font-size: 35px;
    color: #FFFFFF;    
    cursor: pointer;
}

.video-gallery_rows-icon i:hover {
    color: #D12511;
}

.video-gallery_rows-icon {
    margin-bottom: 70px;
}

.video-gallery_rows-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    color: #FFFFFF;
}

.gall-view {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.box2 {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    margin-bottom: 20px;
}

.box2 .hover {
    height: 100%;
    background-color: #00000099;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500; 
    line-height: 20px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    width: 100%;
    border-radius: 20px;    
}

.box2:hover .hover {
    opacity: 1;
    cursor: pointer;
    width: 100%;
}

.blog_page-L-img {
    position: relative;
}

.blog_page-L-date {
    position: absolute;
    right: 10px;
    bottom: -30px;
}

.blog_page-L-img .pic {
    background-color: #03006566;  
    border-radius: 30px 30px 0px 0px;
}
  
.blog_page-L-img .pic img {
  transition: 300ms;
}
  
.blog_page-L-img:hover .pic img {
    opacity: 0.6;
}

.blog_page-L-date {
    background-color: #D12511;
    border-radius: 0px 20px 0px 20px;
    padding: 15px;
    width: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog_page-L-date1 i {
    color: #030065;
    font-size: 20px;
}

.blog_page-L-date2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    color: #FFFFFF;
}

.blog_page-L-text {
    box-shadow: 0px 0px 20px 0px #F2F1FF;
    padding: 20px;
    border-radius: 0px 0px 30px 30px;
}

.blog_page-L-text-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.3px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #030065;
}

.blog_page-L {
    margin-bottom: 40px;
}

.blog_page-L-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.blog_page-R-search input {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 10px;
}

.blog_page-R-search input::placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #DFDFDF;
}

.blog_page-R-search {
    position: relative;
    margin-bottom: 30px;
}

.blog_page-R-search i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #DFDFDF;
}

.blog_page-R2 {
    background-color: #2BC9FB;
    box-shadow: 0px 0px 20px 0px #F2F1FF;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.blog_page-R2-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #030065;
}

.blog_page-R2-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.blog_page-R2-row2-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #030065;
}

.blog_page-R2-row2 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #FFFFFF;
}

.blog_page-R2-line img {
    width: 100%;
}

.blog_page-R2-line {
    margin-bottom: 10px;
}

.blog-page-nav {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 200px;
    margin-top: 50px;
}

#myDIV {
    display: flex;
    gap: 10px;
}

#myDIV .btn {
    color: #03006566;
    background-color: #2BC9FB1A;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.04px;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
  
#myDIV .active, .btn:hover {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    font-weight: 600;
    background-color: #030065;
}
  
.btn:focus, .btn.focus {
    box-shadow: none;
}

.blog-page-nav-L {
    color: #03006566;
    background-color: #2BC9FB1A;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.04px;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.admission-page_L-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    text-decoration: underline;
    margin-bottom: 20px;
}

.admission-page_L-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    color: #030065;
    margin-bottom: 20px;
}

.admission-page {
    margin-bottom: 100px;
    /* position: relative; */
}

.admission-page_L p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.admission-page_R-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    color: #030065;
    margin-bottom: 16px;
}

.admission-page_R p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.input-field i {
    position: absolute;
    right: 17px;
    top: 17px;
    font-size: 18px;
    color: #00000080;
}

.input-field {
    background-color: #2BC9FB1A;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.input-field input {
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
}

.input-field input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #00000080;
}

.input-field .form-select {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #00000080;
}

.app_vid {
    margin-bottom: 100px;
}

.home-banner {
    padding-top: 200px;
    margin-bottom: 100px;
    padding-bottom: 56px;
}

#background-container {
    transition: background-image 3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner_box {
    background-color: #FFFFFFCC;
    border-radius: 0px 50px 0px 50px;
    padding: 40px;
    box-shadow: 0px 0px 20.92px 0px #21347233;
}

.home-banner_box-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    text-decoration: underline;
    margin-bottom: 24px;
}

.home-banner_box-head {
    font-size: 70px;
    font-weight: 700;
    color: #030065;
    margin-bottom: 24px;
    line-height: 84.7px;
}

.home-banner_box-Qq {
    display: flex;
    gap: 5px;
}

.home-banner_box-Qq1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29.04px;
    color: #030065;
}

.home-banner_box-Qq2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29.04px;
    color: #D12511;
}

.home-banner_box-Qq3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29.04px;
    color: #2BC9FB;
}

.home-clients {
    margin-bottom: 100px;
}

.home-clients-img {
    text-align: center;
    margin-bottom: 20px;
}

.home__slide {
    background-image: url(./images/home-slide-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.home__slide-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    color: #E46715;
    margin-bottom: 20px;
}

.home__slide-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    text-align: center;
    color: #FFFFFF;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

.swiper-slide-img {
    margin-bottom: 20px;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }

.slide-container {
    /* max-width: 1120px; */
    width: 100%;
    /* padding: 40px 0; */
}

.slide-content2 {
    overflow: hidden;
    margin-left: 100px;
}

.slide-container2{
    /* max-width: 1120px; */
    width: 100%;
    /* padding: 40px 0; */
}

.swiper-slide-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    color: #030065;
    margin-bottom: 12px;
}
  
  
.card {
    background-image: url(./images/card-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    padding-top: 64px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.card:hover {
    background-image: url(./images/card-bg2.png);
}
  
.swiper-navBtn{
    color: #FFFFFF;
    transition: color 0.3s ease;
}
  
.swiper-navBtn:hover{
    color: #D12511;
} 

  
.swiper-button-next{
    position: absolute;
    right: 0px;
}
  
.swiper-button-prev{
    left: 0px;
} 

.home-about {
    margin-bottom: 100px;
}

.home-about-R {
    margin-top: 150px;
}

.home-about-R-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    text-decoration: underline;
    margin-bottom: 20px;
}

.home-about-R-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    color: #030065;
    margin-bottom: 30px;
}

.home-about-R p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.home-carousel {
    margin-bottom: 100px;
}

.home-carousel-L img {
    width: 100%;
}

.home-carousel .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.home-carousel-R {
    background-color: #030065;
    padding-left: 50px;
    padding-right: 100px;
}

.home-carousel-L img {
    height: 495px;
}

.carousel-inner {
    background-color: #030065;
}

.carousel-caption {
    position: absolute;
    top: 30px;
    left: 20px;
    text-align: left;
}

.home-carousel-R-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    color: #D12511;
    text-decoration: underline;
    margin-bottom: 20px;
}

.home-carousel-R-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    margin-bottom: 50px;
}

.home-carousel-R-icons {
    margin-bottom: 14px;
}

.home-carousel-R-icons i {
    color: #D12511;
}

.carousel-caption p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 14px;
}

.home-carousel-R-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.carousel-indicators {
    position: absolute;
    left: -350px;
    bottom: 40px;
}

.carousel-indicators li {
    width: 15px;
    height: 8px;
    border-radius: 10px;
    background-color: #FFFFFF;
    opacity: .9;
}

.carousel-indicators .active {
    background-color: #D12511;
    width: 28px;
}

.home-carousel-q {
    position: absolute;
    bottom: 40px;
    right: -50px;
}

.home-gall {
    margin-bottom: 100px;
}

.home-gall-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    color: #E46715;
    margin-bottom: 20px;
    text-decoration: underline;
}

.home-gall-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.4px;
    text-align: center;
    color: #213472;
    width: 50%;
    margin: auto;
}

.home-gall-img, .home-gall-slide {
    margin-top: 70px;
}

.card2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    padding-top: 64px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.textt{
    writing-mode: vertical-lr;
    display: inline-block;
    background-color: #030065;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.textt .a {
    text-orientation: mixed;
}

.textt .a p {
    font-family: Fredoka;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    color: #FFFFFF;
}
  
.text-bpdy {
    display: flex;
}

.card2-body {
    padding: 20px;
}

.card2-body-top {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.card2-body-topa {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
}

.card2-body-topa span {
    color: #D12511;
    margin-left: 5px;
}

.card2-body-head {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    color: #030065;
    margin-bottom: 16px;
}

.card2-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.home-slide__vv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.card2-body:hover {
    background-color: #BBE8F6;
}

.hover-zoomin {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
  
.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    
}


/* MEDIA */

@media (max-width: 736px) {

    .slide-content2 {
        overflow: hidden;
        margin-left: 0px;
    }

    .card2 {
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
        padding: 20px;
    }

    .home-gall-head {
        font-size: 40px;
        font-weight: 600;
        line-height: 48.4px;
        text-align: center;
        color: #213472;
        width: 100%;
        margin: auto;
    }

    .home-carousel-L img {
        height: auto;
    }

    .carousel-indicators {
        position: absolute;
        left: -200px;
        bottom: 10px;
    }

    .home-carousel-R {
        background-color: #030065;
        padding: 20px;
    }

    .home-about-R {
        margin-top: 30px;
    }

    .slide-content{
        margin: 0 10px;
      }
      .swiper-navBtn{
        display: none;
      }

    .home__slide-head {
        font-size: 40px;
        font-weight: 600;
        line-height: 48.4px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    #background-container {
        transition: background-image 3s ease-in-out;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-banner_box-head {
        font-size: 60px;
        font-weight: 700;
        color: #030065;
        margin-bottom: 24px;
        line-height: 60px;
    }

    .home-banner_box {
        background-color: #FFFFFFCC;
        border-radius: 0px 50px 0px 50px;
        padding: 20px;
    }

    .admission-page_L {
        margin-bottom: 30px;
    }

    .mobile_tabs {
        display: block;
    }

    .tab {
        display: none;
    }

    .about-mission-R1 {
        box-shadow: 0px 0px 20px 0px #0300651A;
        padding: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    .about-mission-R2 img {
        height: auto;
        width: 100%;
    }

    .footer-head {
        font-size: 18px;
        font-weight: 400;
        line-height: 21.78px;
        color: #D12511;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #footer_P1 {
        color: #FFFFFF;
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-map-R img {
        height: 400px;
        border-radius: 50px;
    }
    
    .contact-map-L iframe {
        border-radius: 50px;
    }

    .contact-map .col-md-8 {
        padding-right: 15px;
    }
    
    .contact-map .col-md-4 {
        padding-left: 15px;
    }

    .contact-form-L button {
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .inner-banner-head {
        font-size: 50px;
        font-weight: 700;
        line-height: 84.7px;
        color: #FFFFFF;
        text-align: center;
    }

    .inner-banner {
        background-image: url(./images/contact-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 160px;
        padding-bottom: 167px;
        margin-bottom: 100px;
    }

    .header__top {
        display: none;
    }
    
	.header_tl {
        display: none;
    }
}









