@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
/*Header sticky*/
#header_container {
  transition: top 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7098039216);
  z-index: 999;
  width: 100%;
  margin: 0px auto;
  border-radius: 0;
}

#header_container.hide-nav {
  top: -200px;
}

.top-hegt-space {
  margin-top: 85px;
}

/*Header sticky*/
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

.widget ul li::before {
  content: url(../images/right-icon.png);
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 14px;
}

.widget ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget ul li {
  margin-bottom: 3px;
  padding-left: 29px;
  position: relative;
  line-height: 29px;
  font-size: 16px;
}

.widget_01 ul li::before {
  content: url(../images/chck-icoin.png);
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 14px;
  top: 3px;
}

.widget_01 ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget_01 ul li {
  margin-bottom: 3px;
  padding-left: 22px;
  position: relative;
  line-height: 29px;
  font-size: 16px;
}

#top-menus-01 {
  background: #01026e;
  color: #fff;
  padding: 0px 0px;
  font-size: 15px;
}
#top-menus-01 .top-mennu-lists ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 16px;
}
#top-menus-01 .top-hder-dflx {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
#top-menus-01 .owl-carousel .owl-stage {
  display: flex !important;
}
#top-menus-01 .dropdown-menu li a {
  padding: 7px 13px !important;
  border-bottom: 1px solid #dbdbdb !important;
  float: left !important;
  width: 100% !important;
}
#top-menus-01 .dropdown-menu {
  width: 200px;
  padding: 0;
}
#top-menus-01 .dropdown-toggle {
  background: #01026e;
  border: 1px solid #01026e;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#top-menus-01 .dropdown-menu li a:hover {
  padding: 7px 13px !important;
  border-bottom: 1px solid #dbdbdb !important;
  float: left !important;
  background: #c49c58 !important;
  color: #fff !important;
  width: 100% !important;
}
#top-menus-01 .dropdown-menu li {
  float: left !important;
  width: 100% !important;
  padding-left: 0 !important;
}
#top-menus-01 .custom-dropdown {
  position: relative;
  width: auto;
}
#top-menus-01 .dropdown-btn {
  width: 100%;
  padding: 3px 15px;
  background: #01026e;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
#top-menus-01 .dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  padding: 0;
  list-style: none;
  z-index: 9999;
}
#top-menus-01 .dropdown-list li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}
#top-menus-01 .dropdown-list li a:hover {
  background: #f1f1f1;
}
#top-menus-01 .arrow {
  font-size: 12px;
}
#top-menus-01 .custom-dropdown::after {
  display: inline-block;
  top: 21px;
  margin-left: 1.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  right: -5px;
  color: #fff !important;
}
#top-menus-01 #menu1 {
  width: 194px !important;
}
#top-menus-01 #menu2 {
  width: 194px !important;
}
#top-menus-01 .iso-text-para p {
  margin: 8px auto;
}
#top-menus-01 #menu2 li {
  margin: 0px auto !important;
  float: left !important;
  width: 100% !important;
  padding-left: 0 !important;
}
#top-menus-01 #menu1 li {
  margin: 0px auto !important;
  float: left !important;
  width: 100% !important;
  padding-left: 0 !important;
}

#logo-mennu-item {
  position: relative;
  padding: 9px 0;
}
#logo-mennu-item .menu-logo-inside {
  display: flex;
  justify-content: space-between;
  padding: 0 59px;
}
#logo-mennu-item .logo-st-francis {
  width: 446px;
}
#logo-mennu-item .main-menu-top {
  width: auto;
  padding-left: 77px;
  margin-top: 14px !important;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1570px;
  }
}
#main-bnanner-video-img {
  position: relative;
  /*.grdnt-ovrly { background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 99%); position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; z-index: 9; height: 42%; }*/
}
#main-bnanner-video-img .swiper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0px auto;
  border-radius: 0;
  overflow: hidden;
}
#main-bnanner-video-img .swiper-slide img, #main-bnanner-video-img .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#main-bnanner-video-img .swiper-slide {
  height: 100vh;
}
#main-bnanner-video-img .box-announcmnt-1 h2 {
  font-size: 29px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 14px;
}
#main-bnanner-video-img .box-announcmnt-1 {
  height: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  position: absolute;
  bottom: 107px;
  z-index: 2;
  right: 104px;
  padding: 42px 49px;
  width: 33%;
  border-radius: 26px;
}
#main-bnanner-video-img .apply-now-announc {
  background: #c49c58;
  border: 1px solid #c49c58;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 21px;
}

.menu-link_22 {
  text-transform: uppercase;
}

.main-banner-ontop {
  position: relative;
}

.progm-list-heding_main h6 {
  background: #c49c58;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 3px 5px;
}

.progm-list-heding_main h1 {
  color: #01026e;
  font-size: 47px;
  font-weight: 300;
  margin: 13px auto 9px;
  line-height: 59px;
}

.progm-list-heding_main {
  width: 37%;
}

.progm-list-heding_main h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #c49c58;
}

.ex-plr-campuss {
  transition: all 0.4s ease;
  margin-top: 19px;
  background: #01026e;
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 25px;
  border-radius: 8px;
  letter-spacing: 1px;
}

.ex-plr-campuss:hover {
  transition: all 0.4s ease;
  margin-top: 19px;
  background: #01026e;
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 25px;
  border-radius: 8px;
  letter-spacing: 2px;
}

#academic-programmes-list {
  position: relative;
  padding: 87px 0;
}
#academic-programmes-list .progm-list-heding { /*display: flex; justify-content: space-between;*/ }
#academic-programmes-list .rgt-para-hedding h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0px auto;
  text-align: left;
  line-height: 34px;
  width: 81%;
  float: left;
}
#academic-programmes-list .rgt-para-hedding {
  width: 73%;
}
#academic-programmes-list .programme-sliddr {
  margin: 0 auto;
}
#academic-programmes-list .icons-get-progrmm {
  position: relative;
}
#academic-programmes-list figure.effect-lily img {
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.7;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
#academic-programmes-list figure.effect-lily figcaption {
  text-align: left;
}
#academic-programmes-list figure.effect-lily figcaption > div {
  text-align: center;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em 2em 0;
  width: 100%;
  height: 43%;
}
#academic-programmes-list figure.effect-lily h2, #academic-programmes-list figure.effect-lily p {
  transform: translate3d(0, 40px, 0);
}
#academic-programmes-list figure.effect-lily h2 {
  transition: transform 0.35s;
}
#academic-programmes-list figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
  position: relative;
  top: -90px;
}
#academic-programmes-list figure.effect-lily:hover img, #academic-programmes-list figure.effect-lily:hover p {
  opacity: 1;
}
#academic-programmes-list figure.effect-lily:hover img, #academic-programmes-list figure.effect-lily:hover h2, #academic-programmes-list figure.effect-lily:hover p {
  transform: translate3d(0, 0, 0);
}
#academic-programmes-list figure.effect-lily:hover p {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
#academic-programmes-list .progrm-ovrlluy {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(1, 2, 110, 0.79) 99%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
#academic-programmes-list .bg-overly-box {
  z-index: -1;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(218, 218, 218) 99%);
  width: 942px;
  height: 570px;
  position: absolute;
  right: -147px;
  top: 0;
  rotate: 6deg;
  border-radius: 52px;
}
#academic-programmes-list .box_1texts h1 {
  margin: 0px auto 9px;
  padding-top: 18px;
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0px;
  color: #c49c58;
}
#academic-programmes-list .box_1texts p {
  font-size: 15px;
  line-height: 27px;
}
#academic-programmes-list .knnw-more-bttn-co_2 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
#academic-programmes-list .knnw-more-bttn-course {
  transition: all 0.4s ease;
  border-radius: 11px 11px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #01026e;
  border: 1px solid #01026e;
  color: #fff;
  padding: 9px 23px;
}
#academic-programmes-list .knnw-more-bttn-course:hover {
  transition: all 0.4s ease;
  border-radius: 11px 11px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #c49c58;
  border: 1px solid #c49c58;
  color: #fff;
  padding: 9px 23px;
}

.position-progrm-bottm {
  position: relative;
  overflow: hidden;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-weight: 300;
  font-size: 27px;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2, .grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.box_1texts {
  background: #fff;
  text-align: center;
  padding: 12px 27px;
  height: 302px;
  transition: all 0.4s ease;
  border-radius: 18px;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.0705882353);
}

.box_1texts:hover {
  background: #fff;
  text-align: center;
  padding: 12px 27px;
  height: 302px;
  transition: all 0.4s ease;
  margin: -6px auto 0;
  border-radius: 18px;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.0705882353);
}

.icon-proggrrm_1 img {
  width: auto !important;
  text-align: center;
  margin: 0px auto;
}

.icon-proggrrm_1 {
  background: #fff;
  width: 72px;
  height: 72px;
  position: static;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: -46px auto 0;
  text-align: center;
  padding: 19px 18px;
  border-radius: 50%;
  box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1098039216);
}

.box_1texts img {
  border-radius: 12px;
}

#owl-demo-2 .item {
  margin: 41px 6px 10px;
}

#student-liffe {
  position: relative;
  padding: 0 0 33px;
}
#student-liffe .progm-list-heding_main {
  width: auto;
}
#student-liffe .studnt-liffe-camp {
  margin: 14px auto 0;
}
#student-liffe .stuud-items-box {
  height: 242px;
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2705882353);
  padding: 23px;
  border-radius: 12px;
}
#student-liffe .stuud-items-box p {
  margin: 0px auto;
}
#student-liffe .std-cam-life-icon img {
  width: auto !important;
}
#student-liffe .stuud-items-box h2 {
  font-weight: bold;
  color: #01026e;
  font-size: 22px;
  text-transform: uppercase;
  margin: 9px auto;
  line-height: 30px;
}
#student-liffe #owl-demo-3 .item {
  margin: 15px 3px;
}
#student-liffe .flip-card {
  background: transparent;
  width: 100%;
  height: 333px;
  perspective: 1000px;
}
#student-liffe .flip-card-front h2 {
  font-size: 28px;
  line-height: 43px;
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  color: #fff;
}
#student-liffe .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#student-liffe .ovvrly-bgg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#student-liffe .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
#student-liffe .flip-card-back p {
  line-height: 29px;
}
#student-liffe .flip-card-front,
#student-liffe .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 18px;
  overflow: hidden;
}
#student-liffe .flip-card-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#student-liffe .te-23-red-moree {
  text-align: center;
  margin: 28px auto 0;
}
#student-liffe .flip-card-back {
  background: url(../images/statics-bg.jpg) center;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  padding: 20px 20px;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  justify-content: center;
}
#student-liffe .flip-card-back h3 {
  color: #c49c58;
}
#student-liffe .knw-more_12bttn a {
  background: #c49c58;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 4px;
}
#student-liffe .knw-more_12bttn a:hover {
  background: #c49c58;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: 1px;
}
#student-liffe .redmore-bttns {
  border: 1px solid #01026e;
  background: #fff;
  color: #01026e;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
}
#student-liffe .redmore-bttns:hover {
  border: 1px solid #01026e;
  background: #01026e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
}
#student-liffe .redmore-bttns svg {
  color: #c49c58;
  position: relative;
  right: -3px;
  top: 0px;
}
#student-liffe .brd-bottm-strpp {
  background: #c49c58;
  width: 242px;
  height: 9px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 16px 16px 0 0;
}

#abot-the-cong {
  padding: 50px 0;
  position: relative;
}
#abot-the-cong .lne-hgt {
  width: 100px;
  height: 5px;
  background: #c49c58;
}
#abot-the-cong .ara-about-congr {
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 13px;
  right: 0;
}
#abot-the-cong .redmore-bttns {
  border: 1px solid #01026e;
  background: #fff;
  color: #01026e;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
}
#abot-the-cong .redmore-bttns:hover {
  border: 1px solid #01026e;
  background: #01026e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
}
#abot-the-cong .redmore-bttns svg {
  color: #c49c58;
  position: relative;
  right: -3px;
  top: 0px;
}
#abot-the-cong .ara-about-congr p {
  line-height: 33px;
}
#abot-the-cong .progm-list-heding_main {
  width: 73%;
}
#abot-the-cong .progm-list-heding {
  position: relative;
  right: 0;
  top: 0;
}
#abot-the-cong .progm-list-heding_main h1 {
  font-size: 47px;
  font-weight: 300;
  margin: 13px auto 0;
  line-height: 52px;
  color: #01026e;
  text-shadow: 0px 0px 4px #fff;
}
#abot-the-cong .bg-gradnr-12 {
  position: absolute;
  width: 100%;
  z-index: -1;
}
#abot-the-cong .wdth-about-us-congr {
  width: 89%;
  margin: 0px auto;
}

#news-highliggt {
  padding: 30px 0 20px;
  position: relative;
}
#news-highliggt .nws-highlight-hdd {
  position: relative;
}
#news-highliggt .progm-list-heding_main {
  width: 100%;
}
#news-highliggt .progm-list-heding_main h1 {
  margin: 13px auto 7px;
}
#news-highliggt .progm-list-heding_main h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  padding: 0 12px 0 0;
  color: #c49c58;
  background: #fff;
  float: left;
  width: -moz-fit-content;
  width: fit-content;
}
#news-highliggt .red-moreee {
  color: #c49c58;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: -11px;
  background: #fff;
  z-index: 1;
  padding: 0 0 0 12px;
}
#news-highliggt #news-highliggt .linne-wdth {
  border: 1px dashed #000;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  z-index: -1;
}
#news-highliggt .new-higghlggt {
  margin: 38px auto 0;
}
#news-highliggt .nwwws-itm-wrpr_immg {
  overflow: hidden;
  border-radius: 26px;
  transition: all 0.4s ease;
}
#news-highliggt .nwwws-itm-wrpr_immg:hover {
  overflow: hidden;
  border-radius: 26px;
  transition: all 0.4s ease;
  margin: -6px auto 0;
}
#news-highliggt #owl-demo-4 .item {
  margin: 13px auto !important;
}
#news-highliggt .nwwws-itm-wrpr_texts {
  display: flex;
  padding: 15px 0 0;
}
#news-highliggt .reed-moor-icons {
  color: #c49c58;
  padding: 1px 0 0 13px;
  display: none;
}
#news-highliggt .reed-moor-para {
  padding: 12px 10px;
  background: #fff;
  position: relative;
  top: -40px;
  width: 92%;
  margin: 0px auto;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1019607843);
}
#news-highliggt .reed-moor-para h4 {
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

#alumni-networkks {
  position: relative;
  padding: 60px 0;
}
#alumni-networkks .progm-list-heding_main {
  width: 100%;
  text-align: center;
}
#alumni-networkks .almni-items-wrpr {
  margin: 25px auto 0;
}
#alumni-networkks .almni-items-wrprmmg_1 {
  position: relative;
}
#alumni-networkks .almni-items-wrprmmg img {
  overflow: hidden;
  border-radius: 21px;
}
#alumni-networkks .almni-items-wrprmmg {
  position: relative;
  clip-path: polygon(9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
}
#alumni-networkks .almni-items-text {
  text-align: center;
  padding: 21px 11px 0;
}
#alumni-networkks .user-icon-alunni {
  position: absolute;
  right: 3px;
  bottom: 7px;
  color: #c49c58;
}
#alumni-networkks .almni-items-text h2 {
  font-size: 21px;
  font-weight: bold;
}
#alumni-networkks .almni-items-text p {
  margin: 0px auto;
  line-height: 27px;
  font-size: 14px;
}
#alumni-networkks .redmore-bttns {
  border: 1px solid #01026e;
  background: #fff;
  color: #01026e;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
}
#alumni-networkks .redmore-bttns:hover {
  border: 1px solid #01026e;
  background: #01026e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
}
#alumni-networkks .alumni-redmorre {
  text-align: center;
  margin: 52px auto 0;
}
#alumni-networkks .redmore-bttns svg {
  color: #c49c58;
  position: relative;
  right: -3px;
  top: 0px;
}
#alumni-networkks .bg-alumnni {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#camps-facilites {
  position: relative;
  padding: 0px 0;
  background: #01026e;
  overflow: hidden; /*height: 626px;*/
}
#camps-facilites #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#camps-facilites #tab-button li {
  display: block;
  width: 100%;
  position: relative;
}
#camps-facilites #tab-button li a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
}
#camps-facilites #tab-button li:not(:first-child) a {
  border-left: none;
}
#camps-facilites #tab-button li a:hover, #camps-facilites #tab-button .is-active a {
  background: none;
  color: #c49c58;
}
#camps-facilites .tab-contents {
  padding: 0;
  border: none;
}
#camps-facilites .tab-button-outer {
  display: none;
}
#camps-facilites .tab-contents {
  margin-top: 20px;
}
#camps-facilites #tab-button li a span {
  position: absolute;
  right: 0;
}
#camps-facilites .cam-liks-bg {
  padding: 51px 40px 32px;
  height: 573px;
  overflow: auto;
  width: 103%;
}
@media screen and (min-width: 768px) {
  #camps-facilites .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  #camps-facilites .tab-select-outer {
    display: none;
  }
  #camps-facilites .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 1px;
  }
}
#camps-facilites .cam-liks-bg h3 {
  font-size: 35px;
  font-weight: 300;
  color: #c49c58;
  text-transform: capitalize;
}
#camps-facilites .box-facility-e {
  position: absolute;
  left: 0;
  height: 100vh;
  background: rgba(196, 156, 88, 0.81);
  color: #fff;
  top: 0;
  bottom: 0;
  width: 40%;
  padding: 67px 59px;
  line-height: 29px;
}
#camps-facilites .tab-facilities-mmg {
  width: 100%;
  float: left;
}
#camps-facilites .box-facility-e h3 {
  font-weight: 300;
  line-height: 42px;
}

#dep-banner-wrpr img {
  width: 100%;
}

#event-sectn {
  padding: 44px 0 92px;
  position: relative;
  background: url(../images/footer-1.jpg) center;
  background-size: cover;
  float: left;
  width: 100%;
  /*.event-wdth-item-wrpr::after { content: ""; background: #c49c58; padding: 44px; border-radius: 24px; position: absolute; left: -3px; bottom: 11px; width: 102%; z-index: -1; height: 68%; } */
}
#event-sectn .progm-list-heding_main h1 {
  color: #fff !important;
}
#event-sectn .wdth-ins-events {
  width: 89%;
  float: right;
}
#event-sectn #tab-button_01 {
  display: table;
  table-layout: fixed;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #eee;
  border-radius: 32px;
  margin: 40px auto 0;
}
#event-sectn #tab-button_01 li {
  display: block;
  float: left;
}
#event-sectn #tab-button_01 li a {
  display: block;
  padding: 14px 30px;
  font-weight: 600;
  background: #eee;
  border: 1px solid #eee;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 52px;
}
#event-sectn #tab-button_01 li:not(:first-child) a {
  border-left: none;
}
#event-sectn #tab-button_01 li a:hover, #event-sectn #tab-button_01 .is-active_01 a {
  background: #c49c58;
  color: #fff;
  border: 1px solid #c49c58;
}
#event-sectn .tab-contents_01 {
  padding: 0;
  border: none;
}
#event-sectn .tab-contents_01 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #event-sectn .tab-button-outer_01 {
    position: relative;
    z-index: 2;
    display: block;
  }
  #event-sectn .tab-select-outer_01 {
    display: none;
  }
  #event-sectn .tab-contents_01 {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#event-sectn .evnts-iitem1we {
  background: #01026e;
  color: #fff;
  height: 660px;
  padding: 36px 28px 28px;
  clip-path: polygon(84.47% 100.05%, -0.09% 99.9%, 0.09% 0.14%, 100.44% -0.01%, 100.48% 89.06%);
}
#event-sectn .evnts-iitem1we h1 {
  margin-bottom: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}
#event-sectn .item-slder-12 {
  margin-bottom: 16px;
  cursor: pointer;
}
#event-sectn .iitm-dates-1245 {
  background: #C49C58;
  padding: 10px 4px;
  text-transform: uppercase;
  clip-path: polygon(73.89% 102.33%, -2.25% 101.48%, -2.55% -0.21%, 101.88% -1.94%, 101.68% 75.02%);
}
#event-sectn .iitm-dates-1245 h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px auto;
  text-align: center;
  line-height: 21px;
}
#event-sectn .vw-all-bttn {
  text-transform: uppercase;
  font-weight: 600;
  color: #c49c58;
}
#event-sectn .itm-newss-wrrrp {
  padding: 0 14px;
}
#event-sectn .itm-image-events {
  clip-path: polygon(91.95% 100.37%, -0.09% 99.9%, -0.38% -0.83%, 100.09% -0.66%, 100.13% 75.75%);
}
#event-sectn .itm-image-events_texts h6 svg {
  position: relative;
  top: -2px;
}
#event-sectn .itm-image-events_texts h6 {
  text-transform: uppercase;
  margin: 15px auto;
}
#event-sectn .itm-image-events_texts h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  margin: 0px auto 11px;
}
#event-sectn .itm-image-events_texts p {
  line-height: 29px;
  margin: 0px auto;
}
#event-sectn .itm-image-events img {
  clip-path: polygon(82.35% 100.1%, -0.09% 99.9%, -0.38% -0.83%, 100.09% -0.66%, 100.13% 79.75%);
}
#event-sectn .item-event-around {
  margin: 47px auto 0;
}
#event-sectn .rggr-vw-calnder a {
  color: #01026e;
  font-weight: bold;
  background: #eee;
  padding: 14px 35px;
  border-radius: 36px;
  float: right;
}
#event-sectn .rggr-vw-calnder a:hover {
  color: #c49c58;
  font-weight: bold;
  background: #eee;
  padding: 14px 35px;
  border-radius: 36px;
  float: right;
}
#event-sectn .rggr-vw-calnder svg {
  position: relative;
  top: -2px;
  left: -1px;
}
#event-sectn .event-wdth-item-wrpr {
  background: #fff;
  padding: 16px 32px;
  border-radius: 18px;
  height: 369px;
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.0784313725);
}
#event-sectn .evnt-dte-txt-im {
  display: flex;
  margin-bottom: 3px;
}
#event-sectn .evnt-dte-immg-icon {
  margin-right: 13px;
  position: relative;
  top: -2px;
}
#event-sectn .event-wdth-item-wrpr h2 {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 18px;
  font-weight: bold;
}
#event-sectn .evnt-dte-ipara p {
  margin-bottom: 5px;
}
#event-sectn #owl-demo-34 .item {
  margin: 15px auto;
}
#event-sectn .news-iitems-on-home {
  background: #f4f4f4;
  padding: 56px 38px 56px 62px;
  border-radius: 45px 0 0 45px;
}

#total-statics {
  padding: 45px 0 11px;
  background: url(../images/bg-cours.jpg) center;
  background-size: cover;
  width: 90%;
  margin: 0px auto;
  border-radius: 36px;
}
#total-statics .ittm-statics {
  text-align: center;
  position: relative;
  color: #fff;
}
#total-statics .icon-iyttm {
  color: #c49c58;
}
#total-statics .ittm-statics h1 {
  font-weight: 300;
  color: #fff;
  margin: 12px auto;
  font-size: 62px;
}
#total-statics .vert-linne {
  width: 1px;
  height: 134px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 52%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
}

#videeo-popup-onhome {
  padding: 60px 0;
  position: relative;
}
#videeo-popup-onhome .progm-list-heding_main {
  width: 100%;
  padding: 57px 0;
}
#videeo-popup-onhome .progm-list-heding_main h5 {
  font-size: 17px;
  text-transform: none;
  font-weight: 300;
  color: #000;
  line-height: 30px;
  width: 73%;
}
#videeo-popup-onhome .rgt-mmg-pp {
  position: relative;
}
#videeo-popup-onhome .progm-list-heding_main h1 {
  margin: 13px auto 15px;
}
#videeo-popup-onhome .rgt-mmg-pp img {
  border-radius: 50px;
}
#videeo-popup-onhome .hovicon.effect-8 {
  background: rgb(196, 156, 88);
  transition: transform ease-out 0.1s, background 0.2s;
}
#videeo-popup-onhome .hovicon.effect-8:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgb(196, 156, 88);
  opacity: 0;
  transform: scale(0.9);
}
#videeo-popup-onhome .hovicon.effect-8:hover {
  background: rgb(196, 156, 88);
  transform: scale(0.93);
  color: #fff;
}
#videeo-popup-onhome .hovicon.effect-8:hover i {
  color: #fff;
}
#videeo-popup-onhome .hovicon.effect-8:hover:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1019607843) 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5019607843);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1019607843) 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5019607843);
    transform: scale(1.5);
    opacity: 0;
  }
}
#videeo-popup-onhome .hovicon {
  display: inline-block;
  font-size: 45px;
  line-height: 90px;
  cursor: pointer;
  margin: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
}
#videeo-popup-onhome .hovicon.small {
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 7px;
}
#videeo-popup-onhome .hovicon.mini {
  font-size: 15px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 7px;
}
#videeo-popup-onhome .hovicon.auto-width {
  width: auto;
  height: auto;
  padding: 15px;
}
#videeo-popup-onhome .hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
}
#videeo-popup-onhome .hovicon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
#videeo-popup-onhome .effect-8 svg {
  position: relative;
  right: -3px;
  top: -2px;
}
#videeo-popup-onhome .block {
  position: absolute;
  bottom: 69px;
  left: -68px;
}
#videeo-popup-onhome .bg-str {
  position: absolute;
  top: 7px;
}
#videeo-popup-onhome .bg-str_2 {
  position: absolute;
  right: 0;
  bottom: -539px;
}

#accreditations {
  padding: 26px 0 51px;
  position: relative;
}
#accreditations .progm-list-heding_main {
  width: 100%;
  text-align: center;
}
#accreditations .accrdtn-items {
  margin: 28px auto 0;
}
#accreditations .ittm-accredtn-wrpr_logo {
  background: #fff;
  text-align: center;
  padding: 17px 19px;
  border-radius: 10px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.0392156863);
}
#accreditations .ittm-accredtn-wrpr_logo img {
  width: auto !important;
  margin: 0px auto;
}
#accreditations .ittm-accredtn-wrpr h5 {
  font-size: 16px;
  text-align: center;
}
#accreditations .item {
  margin: 10px auto;
}
#accreditations .ittm-accredtn-wrpr {
  transition: all 0.4s ease;
}
#accreditations .ittm-accredtn-wrpr:hover {
  transition: all 0.4s ease;
  margin: -6px auto 0;
}

#testimils-items-home {
  padding: 75px 0;
  position: relative;
  background: linear-gradient(180deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
}
#testimils-items-home .progm-list-heding_main h5 {
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
  color: #4E4E4E;
  line-height: 33px;
  text-align: right;
  width: 51%;
  float: right;
}
#testimils-items-home .progm-list-heding_main {
  width: 100%;
}
#testimils-items-home .progm-list-heding_main h1 {
  text-align: right;
}
#testimils-items-home .testtm-mmg-profile {
  padding: 0 3px 7px 7px;
}
#testimils-items-home .testtm-mmg-profile img {
  border-radius: 26px;
  box-shadow: -4px 4px 0px 1px #01026e;
}
#testimils-items-home .testim-para {
  padding-right: 61px;
}
#testimils-items-home .testim-para h2 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 19px;
}
#testimils-items-home .testim-para h4 {
  font-size: 18px;
  font-weight: 300;
}
#testimils-items-home .testim-para p {
  margin: 0px auto;
  line-height: 31px;
}
#testimils-items-home .owl-carousel .owl-nav.disabled {
  display: inline !important;
}
#testimils-items-home .owl-dots {
  display: none;
}
#testimils-items-home .owl-prev span {
  position: relative;
  top: -3px;
  font-size: 35px;
}
#testimils-items-home .owl-next span {
  position: relative;
  top: -3px;
  font-size: 35px;
}
#testimils-items-home .testim-para img {
  width: auto !important;
}
#testimils-items-home .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
#testimils-items-home .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: -108px;
}
#testimils-items-home .progm-list-heding {
  position: absolute;
  bottom: 62px;
  right: 11px;
}

#footr-mainbotm {
  background: url(../images/footer-1.jpg) center;
  background-size: cover;
  padding: 60px 28px 30px;
  color: #fff;
}
#footr-mainbotm .fot-iitmlists {
  font-size: 15px;
  font-weight: 300;
  line-height: 33px;
}
#footr-mainbotm .fot-iitmlists p {
  margin: 0px auto 5px;
}
#footr-mainbotm .fot-iitmlists h4 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c49c58;
}
#footr-mainbotm .line-top-bttm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  padding: 20px 0;
  text-align: center;
  margin: 44px auto 24px;
}
#footr-mainbotm .line-top-bttm ul li {
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
}
#footr-mainbotm .copy-rrgt {
  text-align: center;
  font-size: 14px;
}
#footr-mainbotm .copy-rrgt p {
  margin: 0px auto;
}

.owl-dots {
  display: none;
}

#achivment-campus {
  padding: 81px 0 74px;
  position: relative;
}
#achivment-campus .progm-list-heding_main {
  width: 78%;
  margin-top: 97px;
}
#achivment-campus .progm-list-heding_main h1 {
  margin: 13px auto 15px;
}
#achivment-campus .progm-list-heding_main p {
  line-height: 29px;
  margin: 0px auto;
}
#achivment-campus .bg-str {
  position: absolute;
  top: 0;
  z-index: -1;
}
#achivment-campus #tab-button_achi {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0;
  list-style: none;
  text-align: left;
}
#achivment-campus #tab-button_achi li {
  display: inline-block;
}
#achivment-campus #tab-button_achi li a {
  display: block;
  padding: 14px 23px;
  margin: 0 2px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 14px;
}
#achivment-campus #tab-button_achi li a:hover, #achivment-campus #tab-button_achi .is-active_achi a {
  background: #01026e;
  color: #fff;
  color: #fff;
  border-radius: 14px;
  border: 1px solid #01026e;
}
#achivment-campus .tab-button-outer_achi {
  display: none;
}
#achivment-campus .tab-contents_achi {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #achivment-campus .tab-button-outer_achi {
    position: relative;
    z-index: 2;
    display: block;
  }
  #achivment-campus .tab-select-outer_achi {
    display: none;
  }
  #achivment-campus .tab-contents_achi {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
#achivment-campus .rggr-bg-wddth {
  background: linear-gradient(180deg, rgb(234, 234, 234) 0%, rgba(255, 255, 255, 0.81) 100%);
  width: 32%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#achivment-campus .ach-mmg-item_mmg_texts {
  padding: 25px 0 0px;
}
#achivment-campus .ach-mmg-item_mmg_texts h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0px auto 6px;
  line-height: 40px;
}
#achivment-campus .ach-mmg-item_mmg_texts p {
  margin: 0px auto;
  line-height: 28px;
}
#achivment-campus .ach-mmg-item_mmg {
  border-radius: 22px;
  overflow: hidden;
}
#achivment-campus .owl-carousel .owl-nav.disabled {
  display: inline !important;
  position: absolute;
  left: -74%;
  bottom: 35%;
}
#achivment-campus .owl-prev {
  border-radius: 0;
  border: none;
  padding: 0px 2px;
  font-size: 46px;
  height: 42px;
  width: 43px;
  position: static;
  left: -43px;
  top: 167px;
}
#achivment-campus .owl-next {
  border-radius: 0;
  border: none;
  padding: 0px 2px;
  font-size: 46px;
  height: 42px;
  width: 43px;
  position: static;
  right: -43px;
  top: 167px;
}
#achivment-campus .owl-prev span {
  position: relative;
  top: -3px;
  font-size: 35px;
}
#achivment-campus .owl-next span {
  position: relative;
  top: -3px;
  font-size: 35px;
}
#achivment-campus .owl-dots {
  display: none;
}
#achivment-campus .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

#gallrry-bottm {
  padding: 54px 0 75px;
  position: relative;
  background: url(../images/grd_bbg.webp) center no-repeat;
  background-size: cover;
}
#gallrry-bottm .progm-list-heding_main {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#gallrry-bottm .item-gallery-frames_1_1 {
  background: #c49c58;
  float: left;
  width: 100%;
  margin-top: 23px;
  color: #fff;
  padding: 23px 23px;
  border-radius: 27px;
}
#gallrry-bottm .item-gallery-frames_1_1 h2 {
  font-size: 24px;
  font-weight: 200;
  line-height: 34px;
}
#gallrry-bottm .galry-wdth--m {
  display: flex;
  align-items: baseline;
}
#gallrry-bottm .grid figure {
  margin: 0px auto;
}
#gallrry-bottm .item-gallery-frames_2 {
  margin-bottom: 23px;
  background: #01026e;
  float: left;
  width: 100%;
  color: #fff;
  padding: 23px 23px;
  border-radius: 27px;
}
#gallrry-bottm .item-gallery-frames_2 h3 {
  font-size: 21px;
  font-weight: 200;
  line-height: 32px;
}
#gallrry-bottm .progm-list-heding_main h4 {
  font-size: 19px;
  font-weight: 300;
  width: 50%;
  margin: 2px auto 0;
  line-height: 37px;
}
#gallrry-bottm .vvw-more-bnt {
  background: #01026e;
  border: 1px solid #01026e;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 12px 23px;
  border-radius: 0;
  margin: 21px auto 0;
  transition: all 0.4s ease;
}
#gallrry-bottm .vvw-more-bnt:hover {
  letter-spacing: 2px;
  background: #01026e;
  border: 1px solid #01026e;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 12px 23px;
  border-radius: 0;
  margin: 21px auto 0;
  transition: all 0.4s ease;
}
#gallrry-bottm .panorm-glry-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
#gallrry-bottm .gallery-pgelisting {
  margin-top: 48px;
}
#gallrry-bottm .glry-1st-immg {
  margin: 136px auto;
  height: 185px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2196078431);
}
#gallrry-bottm .glry-2st-immg {
  margin: 28px auto;
  height: 174px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2196078431);
}
#gallrry-bottm .glry-3st-immg {
  margin: 0px auto;
  height: 431px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2196078431);
}
#gallrry-bottm .col-lg-3 {
  width: 20%;
}
#gallrry-bottm .gallery-pgelisting img {
  width: 100%;
}
#gallrry-bottm figure.effect-chico img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.12);
}
#gallrry-bottm figure.effect-chico:hover img {
  opacity: 0.5;
  transform: scale(1);
}
#gallrry-bottm figure.effect-chico figcaption {
  padding: 3em;
  justify-content: center;
  display: flex;
  align-items: center;
}
#gallrry-bottm figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  transform: scale(1.1);
}
#gallrry-bottm figure.effect-chico figcaption::before, #gallrry-bottm figure.effect-chico p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
#gallrry-bottm figure.effect-chico h2 {
  padding: 9px;
}
#gallrry-bottm figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  transform: scale(1.5);
}
#gallrry-bottm figure.effect-chico:hover figcaption::before, #gallrry-bottm #panoramic-aleery figure.effect-chico:hover p {
  opacity: 1;
  transform: scale(1);
}

#plcements-ppge {
  padding-bottom: 74px;
}
#plcements-ppge .section-title {
  font-size: 43px;
  text-align: left !important;
  font-weight: 300;
}
#plcements-ppge .plcements-wrp-iitem {
  background: #fff;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1098039216);
  padding: 43px;
  border-radius: 33px;
  margin: -107px auto 0;
}
#plcements-ppge .blue-bg {
  background-color: #01026f;
  color: #fff;
}
#plcements-ppge .profile-img {
  width: 154px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 3px solid #01026f;
}
#plcements-ppge .btn-blue {
  background-color: #01026f;
  color: #fff;
  border-radius: 30px;
  padding: 6px 30px;
}
#plcements-ppge .btn-blue:hover {
  background-color: #084298;
  color: #fff;
}
#plcements-ppge .event-card img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
#plcements-ppge .plcmnt-itm-mmg-pic {
  background: #fff;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1098039216);
  padding: 43px;
  border-radius: 33px;
  margin: -107px auto 0;
}

#plcment-iitm2box {
  padding: 58px 0 57px;
  background: #f4f4f4;
}
#plcment-iitm2box .section-title {
  font-size: 43px;
  text-align: center !important;
  font-weight: 300;
}
#plcment-iitm2box figure.effect-julia {
  background: #2f3238;
}
#plcment-iitm2box figure.effect-julia img {
  max-width: none;
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
#plcment-iitm2box figure.effect-julia figcaption {
  text-align: left;
}
#plcment-iitm2box figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}
#plcment-iitm2box figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-360px, 0, 0);
}
#plcment-iitm2box figure.effect-julia p:first-child {
  transition-delay: 0.15s;
}
#plcment-iitm2box figure.effect-julia p:nth-of-type(2) {
  transition-delay: 0.1s;
}
#plcment-iitm2box figure.effect-julia p:nth-of-type(3) {
  transition-delay: 0.05s;
}
#plcment-iitm2box figure.effect-julia:hover p:first-child {
  transition-delay: 0;
}
#plcment-iitm2box figure.effect-julia:hover p:nth-of-type(2) {
  transition-delay: 0.05s;
}
#plcment-iitm2box figure.effect-julia:hover p:nth-of-type(3) {
  transition-delay: 0.1s;
}
#plcment-iitm2box figure.effect-julia:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
#plcment-iitm2box figure.effect-julia:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#plcment-iitm2box .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 27px;
}
#plcment-iitm2box .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.5;
}
#plcment-iitm2box .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}
#plcment-iitm2box .grid figure figcaption::before, #plcment-iitm2box .grid figure figcaption::after {
  pointer-events: none;
}
#plcment-iitm2box .grid figure figcaption, #plcment-iitm2box .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#plcment-iitm2box .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
#plcment-iitm2box .grid figure h2 {
  font-weight: 300;
}
#plcment-iitm2box .grid figure h2 span {
  font-weight: 300;
  font-size: 32px;
}
#plcment-iitm2box .grid figure h2, #plcment-iitm2box .grid figure p {
  margin: 0;
}
#plcment-iitm2box .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

#evnts-activits {
  padding: 57px 0 60px;
}
#evnts-activits .section-title {
  font-size: 43px;
  text-align: center !important;
  font-weight: 300;
}
#evnts-activits .card-title {
  font-size: 27px;
  font-weight: 300;
}
#evnts-activits .card-text {
  font-weight: 300;
  font-size: 16px;
}
#evnts-activits .card-body {
  padding: 28px;
}
#evnts-activits .crd-event-iitm {
  height: 300px;
  overflow: hidden;
}

#contct-ppge-iitems {
  padding: 0px 0;
  position: relative;
  margin: -82px auto 65px;
}
#contct-ppge-iitems .contact-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#contct-ppge-iitems .info-section {
  background: url(../images/ind_collaboration.jpg) center;
  color: white;
  padding: 40px;
}
#contct-ppge-iitems .form-section {
  background: white;
  padding: 40px;
}
#contct-ppge-iitems .icon-box {
  width: 40px;
  color: #c49c58;
  font-size: 1.2rem;
}
#contct-ppge-iitems .map-container {
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #ddd;
}
#contct-ppge-iitems .btn-submit {
  background: #c49c58;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  transition: 0.3s;
}
#contct-ppge-iitems .btn-submit:hover {
  background: #ac833e;
  transform: translateY(-2px);
}
#contct-ppge-iitems .form-control-lg {
  font-size: 16px;
  border-radius: 4px;
  height: 50px;
}

.logo-st-francis_admm {
  width: 482px !important;
}

#achivmnt-wrpr-page :root {
  --brand-orange:#e67e22;
  --soft-bg:#fdfdfd;
}
#achivmnt-wrpr-page .text-accent {
  color: var(--brand-orange);
}
#achivmnt-wrpr-page .custom-pills .nav-link {
  background: #eee;
  color: #555;
  margin-right: 3px;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 25px;
}
#achivmnt-wrpr-page .custom-pills .nav-link.active {
  background-color: #c49c58;
  color: #fff;
}
#achivmnt-wrpr-page .custom-select {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 0.9rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
#achivmnt-wrpr-page .custom-select:focus {
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 0.25rem rgba(230, 126, 34, 0.15);
}
#achivmnt-wrpr-page .achievement-card {
  background: #fff;
  border-radius: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}
#achivmnt-wrpr-page .achievement-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
#achivmnt-wrpr-page .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
  transition: transform 0.5s ease;
}
#achivmnt-wrpr-page .achievement-card:hover .img-container img {
  transform: scale(1.05);
}
#achivmnt-wrpr-page .cnttr-cam-achiv {
  color: #01026e !important;
  text-align: center;
}
#achivmnt-wrpr-page .achiv-wdth-top {
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
  padding: 48px 60px;
  border-radius: 36px 36px 0 0;
  margin: -64px auto 67px;
  position: relative;
}
#achivmnt-wrpr-page #achievementTabs {
  background: #fff;
  padding: 2px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.main-hdd-wdth-iuitm {
  width: 94%;
  margin: 0px auto;
  position: relative;
}

.redmore-bttns_01 {
  border: 1px solid #01026e;
  background: #fff;
  color: #01026e;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
  position: absolute;
  right: 71px;
  bottom: 40px;
}

.redmore-bttns_01:hover {
  border: 1px solid #01026e;
  background: #01026e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 23px;
  position: absolute;
  right: 71px;
  bottom: 40px;
}

.redmor-evnt a {
  transition: all 0.4s ease;
  background: none;
  font-weight: bold;
  border: none;
  color: #c49c58;
  text-transform: uppercase;
  font-size: 18px;
  padding: 1px 12px;
}

.redmor-evnt a:hover {
  transition: all 0.4s ease;
  background: none;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  color: #c49c58;
  text-transform: uppercase;
  font-size: 18px;
  padding: 1px 12px;
}

.redmor-evnt {
  position: absolute;
  bottom: 36px;
  left: 27px;
  right: 0;
  padding: 10px 8px;
  background: #f4f4f4;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}

.two-col .col-md-6 {
  background: #fff;
  box-shadow: 0px 0px 8px -3px #000;
  border-radius: 19px;
  padding: 17px;
  width: 48%;
  margin: 12px auto;
}

.two-col .col-md-6 img {
  width: 100%;
}

.three-col .col-md-4 {
  flex: 0 0 auto;
  width: 31.333%;
  background: #fff;
  box-shadow: 0px 0px 8px -3px #000;
  border-radius: 19px;
  padding: 17px;
  margin: 21px auto;
}

.two-col-left {
  background: #fff;
  box-shadow: 0px 0px 8px -3px #000;
  border-radius: 19px;
  padding: 17px;
  margin: 21px auto;
}

#events-new-sectn {
  background: url(../images/footer-1.jpg) center;
  padding: 65px 0;
}
#promint-visitr {
  padding: 31px 0 5px;
  background: url(../images/bbg-1.webp) top;
  background-size: cover;
}
#promint-visitr .progm-list-heding_main h4 {
  font-size: 19px;
  font-weight: 300;
  width: 100%;
  margin: 2px auto 0;
  line-height: 40px;
  float: left;
}
#promint-visitr #owl-demo-35 .item {
  margin: 27px 4px;
}
#promint-visitr .progm-list-heding_main {
  width: 100%;
  margin-top: 63px;
}
#promint-visitr .owl-prev {
  border-radius: 0;
  border: none;
  padding: 0px 2px;
  font-size: 46px;
  height: 42px;
  width: 43px;
  position: static;
  left: -43px;
  top: 167px;
}
#promint-visitr .owl-next {
  border-radius: 0;
  border: none;
  padding: 0px 2px;
  font-size: 46px;
  height: 42px;
  width: 43px;
  position: static;
  right: -43px;
  top: 167px;
}
#promint-visitr .owl-prev span {
  position: relative;
  top: -3px;
  font-size: 35px;
}
#promint-visitr .owl-next span {
  position: relative;
  top: -3px;
  font-size: 35px;
}
#promint-visitr .owl-dots {
  display: none;
}
#promint-visitr .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: -527px;
  bottom: 165px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.visitor-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.visitor-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visitor-card:hover {
  transform: translateY(-8px);
}

.visitor-info {
  padding: 15px;
  height: 148px;
  border-bottom: 4px solid #c49c58;
  border-radius: 12px;
}

.visitor-info h5 {
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.visitor-info span {
  font-size: 16px;
  color: #6c757d;
}

#owl-demo-31 .owl-prev {
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  padding: 4px 7px;
  font-size: 43px;
  height: 47px;
  width: 32px;
  position: absolute;
  left: -43px;
  top: 55px;
  background: #fff;
}

#owl-demo-31 .owl-next {
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  padding: 4px 7px;
  font-size: 43px;
  height: 47px;
  width: 32px;
  position: absolute;
  right: -43px;
  top: 55px;
  background: #fff;
}

#owl-demo-31 .owl-next span {
  position: relative;
  top: -9px;
  font-size: 35px;
  float: left;
  width: 100%;
  height: 100%;
  left: -1px;
}

#owl-demo-31 .owl-prev span {
  position: relative;
  top: -9px;
  font-size: 35px;
  float: left;
  width: 100%;
  height: 100%;
  left: -1px;
}/*# sourceMappingURL=main-style.css.map */