/*@font-face {*/
/*  font-family: 'Como-Heavy';*/
/*  src: url('./fonts/Como-ExtraLight.ttf') format('truetype');*/
/*  font-weight: 300;*/
/*}*/

@font-face {
  font-family: 'Como-Heavy';
  src: url('./fonts/ComoW01Heavy.woff2') format('woff2'),
    url('./fonts/ComoW01Heavy.woff') format('woff'),
    url('./fonts/ComoW01Heavy.ttf') format('truetype'),
    url('./fonts/ComoW01Heavy.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'URW Geometric';
  src: url('./fonts/URWGeometricThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

body,
* {
  font-family: 'Como-Heavy', sans-serif !important;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

.body {
  overflow-x: hidden;
}

.container {
  max-width: 1410px !important;
}

.about_swarrnim {
  padding-left: 40px;
  padding-right: 30px;
}

.about-section {
  width: 50%;
  margin: 50%;
}
.center {
  margin: auto;
}

.about-image {
  margin-left: -5px;
  position: relative;
  left: -9px;
  width: 105%;
}

.about-div {
  background-color: #00956b;
  border-top-left-radius: 165px;
  border-top-right-radius: 55px;
  border-bottom-left-radius: 55px;
  border-bottom-right-radius: 55px;
}

.ethic-div {
  background-color: #283c77;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  margin-top: 80px;
}

.ethic-div .container {
  max-width: 1310px !important;
}

.ethicslogo {
  height: 70px;
  width: 70px;
}
.maintitle-white {
  margin: auto;
  width: 100%;
  color: white;
  margin: auto;
  justify-content: center;
  justify-items: center;
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}

.maintitle {
  margin: auto;
  width: 100%;
  color: #405baa;
  margin: auto;
  justify-content: center;
  justify-items: center;
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}

.maintitle-green {
  margin: auto;
  width: 100%;
  color: #00976b;
  margin: auto;
  justify-content: center;
  justify-items: center;
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}
.second-title {
  color: white;
  max-width: 290px;
}
.subtitle {
  color: #00956b;
  margin: auto;
  justify-content: center;
  justify-items: center;
  font-weight: 700;
}
.subtitle-green {
  color: #00976b;
  margin: auto;
  justify-content: center;
  justify-items: center;
  font-weight: 700;
}
.sub-faci {
  position: relative;
  transition: 1s;
}
.eone:hover {
  background-color: #00956b;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 30px 2px;
  top: -10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* 
.ethicslogo_line{
  width: 23%;
} */

/* .eone:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00956b;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 30px 2px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  z-index: 0;
} */

.row .eone:hover::after {
  height: 60px;
}

.row .eone:not(:last-child)::after {
  content: '';
  position: absolute;
  height: 100px;
  width: 2px;
  background: #fff;
  top: 50%;
  right: -4px;
}

.small-title-green {
  background-color: #00956b;
  color: white;
  align-items: center;
  width: 100%;

  width: auto;
  display: block;
}

.small-title-blue {
  background-color: #405baa;
  color: white;
  align-items: center;
  width: 100%;
  width: auto;
  display: block;
}

.fac-2 {
  margin-bottom: 50px;
}

.fac-1 {
  margin-top: 50px;
}

.cl12 {
  /* background-color: #00956b; */
}

.faci-image {
  width: 100%;
  height: auto;
}

.sub-faci:hover {
  border-radius: 20px;
  transition: all 5s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -10px;
}

.bg {
  background-image: url(Imges/BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.news-image {
  border: solid 5px white;
  width: 100%;
  height: auto;
}

.viewbutton {
  background-color: aliceblue;
  color: #405baa;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 50px;
  border: 0px;
  display: block;
  margin: auto;
}

.common_para {
  font-weight: 300;
  font-family: 'URW Geometric' !important;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 125%;
  letter-spacing: 1px;
}


.common_para2 {
  font-weight: 300;
  font-family: 'URW Geometric' !important;
  font-size: 18px;
  margin: 5px;
  height: 100%;
  text-align: start;
  align-items: center;
  
}

.common_pad {
  padding-top: 54px;
  padding-bottom: 54px;
}

.about_international {
  padding: 0 25px;
}

.we_strive {
  max-width: 260px;
  margin-bottom: 0;
  text-align: justify;
}

.ethicslogo_line {
}

a {
  text-decoration: none !important;
}

@media (max-width: 1320px) {
  .maintitle {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .about-image {
    left: -3px;
  }
  .maintitle {
    font-size: 45px;
  }
  .about_swarrnim {
    padding-left: 20px;
    padding-right: 15px;
  }

  .common_para {
    font-size: 20px;
  }

  .ethic-div {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
}

@media (max-width: 768px) {
  .maintitle {
    font-size: 35px;
  }
  .about_international {
    padding: 0 15px;
  }
  .about_swarrnim {
    padding: 20px !important;
  }
  .common_para {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.header_nav {
  margin-top: 32px;
}


.header_nav > ul > li > a {
    color: #00976b;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    padding: 8px 10px 10px 10px;
    transition: 0.4s ease;
}

.header_nav > ul > li {
  max-height: 30px;
  transition: 0.4s ease;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
}

.header_nav > ul > li:hover:not(.logo) > a, .header_nav > ul > li.active > a {
    color: #fff;
    background: #405baa;
    border-radius: 7px;
}

.logo > a > img {
  position: relative;
  top: -107px;
  max-height: 220px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

.logo {
  padding: 0 15px;
}

.mobile_logo,
.hamburger,
.close_icon {
  display: none !important;
}

body::before {
  transition: 0.4s ease;
}

.header_nav > ul > li > .submenu{
  background: #fff;
  padding: 10px 15px;
  width: 200px;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  list-style-type: none;
  z-index: 11;
  border-radius: 10px;
  display: none;
}
.header_nav > ul > li:hover > .submenu{
  background: #fff;
  display: block;
  color:#fff;
  
} 

.header_nav > ul > li:hover > .submenu::before
  {
  content: '';
  position: absolute;
  left: 0;
  top: -14px;
  width: 100%;
  height: 23px;
  color:#fff;

}

.header_nav > ul > li > .submenu > li{
  margin-bottom: 17px;
  height: auto;
}

.header_nav > ul > li > .submenu > li > a{
  color: #00976b;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  padding: 5px 10px 7px 10px;
  transition: 0.4s ease;
}

.header_nav > ul > li > .submenu > li:hover {
    /*background: #405baa;*/
    border-radius: 7px;
    width: 100%;
    color:#fff;
}


@media (max-width: 1390px) {
  .header_nav > ul > li > a {
    padding: 5px 9px;
  }
  .logo > a > img {
    max-height: 180px;
  }
}

@media (max-width: 1320px) {
  .header_nav > ul > li > a,
  .logo {
    padding: 0 5px;
  }
  .logo > a > img {
    max-height: 180px;
  }

  .header_nav > ul > li > a, 
  .header_nav > ul > li > .submenu > li > a {
    font-size: 20px;
  }
}

@media (max-width: 1120px) {
  .logo > a > img {
    max-height: 160px;
    top: -95px;
  }
}

@media (max-width: 1024px) {
  .logo > a > img {
    max-height: 80px;
    top: -3px;
  }
  .header_nav > ul > li > a {
    font-size: 16px;
    padding: 0 4px;
  }

  .header_nav > ul > li > a, 
  .header_nav > ul > li > .submenu > li > a {
    font-size: 16px;
    padding: 10px 3px;
    display: flex;
    align-items: center;
  }

  .header_nav > ul > li > .submenu > li > a{
    padding: 5px 10px ;
  }
  .header_nav > ul > li > .submenu > li {
    margin-bottom: 12px;
}

  .header_nav {
    margin-top: 45px;
    padding-top: 0 !important;
  }
  .header_nav > ul > li {
    display: flex;
  }
}

@media (max-width: 1152px) {
  .header_nav > ul > li.lap_logo {
    display: none;
  }

  .mobile_logo,
  .hamburger {
    display: block !important;
  }

  .hamburger {
    cursor: pointer;
  }

  .hamburger > img {
    max-height: 30px;
  }

  html body header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 0 !important;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }

  .mobile_logo img {
    max-height: 90px;
  }

  .header_nav {
    position: fixed;
    right: -100%;
    width: 250px;
    top: 0;
    height: 100%;
    transition: 0.4s ease;
    margin: 0;
    background: #fff;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .header_nav > ul,
  .close_icon {
    display: block !important;
  }

  .header_nav > ul {
    padding: 20px 0;
  }

  .header_nav > ul > li {
    margin-bottom: 10px;
    transition: 0.4s ease;
    padding: 8px 15px 8px 0 !important;
    max-height: unset;
    border-radius: 7px;
  }

  .header_nav.active {
    right: 0;
  }

  .close_icon img {
    max-height: 17px;
  }

  .close_icon {
    text-align: end;
    padding-right: 10px;
    cursor: pointer;
  }

  .header_nav > ul > li > a {
    font-size: 20px;
    padding: 2px 10px;
  }

  .header_nav > ul {
    max-height: 100vh;
    overflow-y: auto;
  }

  .header_nav > ul > li:hover,
  .header_nav > ul > li.active {
    background: #405baa;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color:#fff;
  }

  .header_nav > ul > li:hover:not(.logo) > a,
  .header_nav > ul > li.active a {
    color: #fff;
    background: unset;
  }

  body:has(.header_nav.active)::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
    z-index: 1;
  }
  html:has(.header_nav.active) {
    overflow-y: hidden;
    max-height: 100vh;
  }
}

.banner {
  background: url(./Imges/homebanner.jpg) no-repeat;
  min-height: 770px;
  background-size: cover;
  margin-top: -60px;
  max-width:1920px;
}
.artical-bg {
  background: url(./Imges/artical-bg1.jpg) no-repeat;
  min-height: 400px;
  background-size: cover;
  margin-top: -60px;
  max-width:1920px;
}
.banner2{
  background: url(./Imges/1.jpg) no-repeat;
  min-height: 462px;
  background-size: cover;
  margin-top: -60px;
}
.banner3{
  background: url(./Imges/campus.jpg) no-repeat;
  min-height: 462px;
  background-size: cover;
  margin-top: -60px;
}
.banner4{
  background: url(./Imges/contactbanner.jpg) no-repeat;
  min-height: 462px;
  background-size: cover;
  margin-top: -60px;
}
.banner5{
  background: url(./Imges/aboutbanner.jpg) no-repeat;
  min-height: 462px;
  background-size: cover;
  margin-top: -60px;
}

.banner6{
  background: url(./Imges/Events.jpg) no-repeat;
  min-height: 462px;
  background-size: cover;
  margin-top: -60px;
}


.banner7{
  background: url(./Imges/admissionbanner.jpg) no-repeat;
  min-height: 462px;
  background-size: cover;
  margin-top: -60px;
}

.banner8{
  background: url(./Imges/Academics.jpg) no-repeat;
  min-height: 462px;
  background-size: cover;
  margin-top: -60px;
}
.banner_learning {
  font-size: 100px;
  color: #fff;
}
.banner_learning-green{
    color:#00976b;
}

.banner_key {
  font-size: 80px;
  color: #fff;
}

.banner_small_title {
  font-size: 60px;
  color: #fff;
}

.banner_learning_text {
  font-family: 'URW Geometric' !important;
  font-weight: 300;
  font-size: 25px;
  text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

@media (max-width: 1320px) {
  .banner_learning {
    font-size: 80px;
  }

  .banner_learning_text {
    font-size: 22px;
  }

  .banner,.banner6,.banner8 {
    min-height: 600px;
  }
}

@media (max-width: 1024px) {
  .banner,.banner6,.banner8 {
    margin-top: -94px;
  }
  .banner_learning {
    font-size: 60px;
  }
  .banner_learning_text {
    font-size: 20px;
  }

  .banner,.banner6 ,.banner8{
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .banner,.banner6,.banner8 {
    margin-top: -20px;
  }
  .banner,.banner6,.banner8 {
    min-height: 300px;
  }
  .banner_learning {
    font-size: 40px;
    margin-bottom: 0;
  }
  .banner_learning_text {
    font-size: 18px;
  }
}

.footer_bg {
  background: url(../assets//Imges/footer_bg.png) no-repeat;
  background-size: cover;
}

.footer_bg > div {
  padding: 100px 0 20px 0;
}

.icon  {
  min-width: 30px;
  min-height: 30px;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 50%;
  border: 1.5px solid #fff;
}

.icon > a > svg {
  font-size: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  fill: #fff;
  transition: 0.4s ease;
}

.icon{
  margin-right: 10px;
  transition: 0.4s ease;
}

.icon:hover{
  background: #fff;
}

.icon:hover > a > svg{
  color: #2e468c;
  fill: #2e468c;
}

.footer_bg h2{
  color: #fff;
  font-size: 40px;
  line-height: 100%;
}

.footer-logo{
  max-width: 300px;
}

.footer_text, .footer_bg > div > div > a > p{
  font-family: 'URW Geometric' !important;
  font-weight: 300;
  line-height: 120%;
  color: #fff;
  font-size: 22px;
  text-align: justify;
  max-width: 280px;
  padding-top: 10px;
}

.footer_bg > div > div > a > p{
  max-width: 100%;
}

.footer_link_part > li > a, .footer_link_part p{
  color: #fff;
  font-weight: 300;
  font-family: 'URW Geometric' !important;
}

.footer_link_part{
  padding-top: 20px;
}

.footer_link_part > li{
  padding-bottom: 8px;
}

.footer_link_part svg{
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

@media(max-width: 1024px){
  .footer_bg h2{
    font-size: 35px;
  }
  .footer_text, .footer_bg > div > div > a > p{
    font-size: 20px;
  }
  .footer_text{
    text-align: start;
  }
}

@media(max-width: 768px){
  .footer_bg > div{
    padding-top: 0;
  }
  .footer_bg > div{
    padding-top: 50px;
    padding-bottom: 0;
    background-size: contain;
    /* background: url(../assets//Imges/footer_bg.png) no-repeat; */
}

.common_pad:has(.footer_bg){
  padding-top: 0;
}

.footer_bg > div > div{
  background-color: #2e468c;

}
.footer_bottom_line{
  margin-top: 0 !important;
}
.footer_bg > div > div > a > p{
  margin-bottom: 0 !important;
  height: 50px;
}
.footer_bg > div > div{
  border: 0 !important;
  padding-top: 0 !important;
}

.footer_bg {
  background-size: contain;
}

.footer_link_part{
  margin-bottom: 0;
}

.footer_text, .footer_bg > div > div > a > p{
  max-width: 100%;
}
}
.bg1{
  background-image: url(Imges/20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.inputdata {
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  font-size: 20px;
  color: black;
  border: 1px solid #00956b;
  padding: 10px 15px;
  font-family: 'URW Geometric' !important;
  font-weight: 400;
  margin-top: 5px;
}

.inputdata::placeholder{
  font-weight: 700;
  font-size: 20px;
  color: #00000059;
  font-family: 'URW Geometric' !important;
  font-weight: 400;
}

.form_label {
  color: white;
  font-size: 25px;
  line-height: 120%;
  font-weight: 700;
}

.form_submit {
  color: white;
  font-size: 25px;
  font-weight: 400;
  padding: 5px 40px;
  border-radius: 20px;
  font-weight: 700;
  transition: 0.4s;
  border: 1px solid #00956b;
}

.form_submit:hover {
  color: #00956b;
background: white;
}

.form_back_img{
  background: url(../assets/Imges/19.jpg) no-repeat;
  background-size: cover;
}


@media(max-width: 1200px){
  .form_label {
    font-size: 23px;
  }

}
@media(max-width: 1200px){
  .form_submit, .inputdata, .form_label {
    font-size: 20px;
  }

.key-title-div1{
background-color: #059862;
border-radius: 10px;
color: white;
text-align: start;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
padding-top: 3px;
padding-bottom: 3px;
}

.imgbg1{
  background-color: #00956b;
}
.card2{
  border-radius: 10px;
            text-align: start;
            box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            padding-top: 3px;
            padding-bottom: 3px;
}

.applybutton{
  background-color: #00956b;
  border-radius: 10px;
  color: whie;
}

.subtitle-blue {
  color: #283c77;
  margin: auto;
  justify-content: center;
  justify-items: center;
  font-weight: 700;
}

  }
  .key-img{
    border-radius: 30px;
    width:335px;
    height:auto;
  }

/*.key-img:hover{*/
/*     transition: all 0.3s ease-out;*/
/*  box-shadow: 0 0 10px 2px;*/
/*  top: -10px;*/
/*  margin-bottom: 0px;*/
/*  padding-bottom: 0px;*/
/*}*/
.header_nav > ul > li > .submenu > li {
    margin-bottom: 5px;
    height: auto;
    padding: 8px 10px;
}

.header_nav > ul > li:hover > .submenu {
    background: #fff;
    display: block;
    color:#fff;
    
    
}

.header_nav > ul > li > .submenu {
    background: #fff;
    padding: 10px 7px;
    width: max-content;
    max-width: 300px;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    list-style-type: none;
    z-index: 11;
    border-radius: 10px;
    display: none;
}
.key2{
    
}




  

