﻿* {
  padding: 0px;
  margin: 0px;
}

/* Colours */
.top-hd {
  background-color: #ffffff;
  padding-top: 10px;
}

.top-hd .mail ul {
  text-decoration: none;
  padding-left: 0px;
}

.top-hd .mail ul li {
  display: inline-flex;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.top-hd .mail ul li i {
  background-color: #DF8FC4;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 10px 10px 12px;
  font-size: 12px;
}

.top-hd .time ul {
  list-style: none;
}

.top-hd .time ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.top-hd .time ul li i {
  color: #DF8FC4;
  font-size: 14px;
}

.nav-bg {
  background-color: #ffffff;
  position: relative;
}

.navbar-brand {
  z-index: 99;
  position: relative;
}

.navbar-brand:before {
  content: "";
  position: absolute;
  z-index: 99;
  background-color: #ffffff;
}

.nav-bg::before {
  width: 80%;
  height: 90px;
  border-radius: 15px 0px 0px 75px;
  content: "";
  position: absolute;
  background-color: #16257A;
  top: 0px;
  display: flex;
  right: 0px;
}


.nav-bg .nav-item {
  z-index: 5;
}

.nav-bg .nav-link {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.nav-bg .nav-link:hover {
  color: #DF8FC4;
}

.banner-sec .main-buttons-wrp {
  width: 100%;
  margin-top: -150px;
  position: relative;
}

.banner-sec a.box-one {
  width: 100%;
  background-color: #5C4CC2;
  height: 150px;
  padding-top: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  z-index: 99;
}

.banner-sec a.box-one:hover {
  width: 100%;
  background-color: #EB3196;
  height: 150px;
  padding-top: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.banner-sec a.box-one:hover h5 {
  background-color: #1e183f;
}

.banner-sec a.box-one i {
  background-color: #ffffff;
  color: #aa0808;
  font-size: 20px;
  padding: 15px;
  border-radius: 50px;
  border: 4px solid #1e183f;
}

.banner-sec a.box-one h5 {
  color: #ffee00;
  font-size: 18px;
  background: #ec2193;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 20px;
}


.banner-sec a.box-one::before {
  content: "";
  position: absolute;
  width: 93%;
  left: 10px;
  background-color: #1E183F;
  height: 12px;
  top: -12px !important;
  border-radius: 10px 10px 0px 0px;
}

.banner-sec a.box-one h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.banner-sec a.box-two {
  transition: 0.5s;
  width: 100%;
  background-color: #EB3196;
  height: 150px;
  padding-top: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.banner-sec a.box-two:hover {
  background-color: #5C4CC2;
}

.banner-sec a.box-two:hover h5 {
  background-color: #ec2193;
}

.banner-sec a.box-two::before {
  content: "";
  position: absolute;
  width: 93%;
  left: 10px;
  background-color: #C00068;
  height: 12px;
  top: -12px !important;
  border-radius: 10px 10px 0px 0px;
}

.banner-sec a.box-two h5 {
  color: #ffee00;
  font-size: 18px;
  background: #1E183F;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 20px;
}

.banner-sec a.box-two i {
  background-color: #ffffff;
  color: #aa0808;
  font-size: 20px;
  padding: 15px;
  border-radius: 50px;
  border: 4px solid #C00068;
}

.banner-sec a.box-two h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.welcome-sec {
  padding-top: 100px;
}

.welcome-sec button {
  background-color: #C00068;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  transition: 0.5s;
}

.welcome-sec button:hover {
  color: #000000;
  background-color: rgba(255, 175, 4, 0.8117647059);
}

.welcome-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #16257A;
  text-align: center;
}

.welcome-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 20px;
  color: #EB3196;
  text-align: center;
  position: relative;
}

.welcome-sec h5::before {
  content: "";
  background-image: url(../imgs/line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  right: 90px;
  bottom: 6px;
}

.welcome-sec h5::after {
  content: "";
  background-image: url(../imgs/left-line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  left: 90px;
  bottom: 6px;
}

.welcome-sec p {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.card-sec {
  padding: 100px 0px 100px 0px;
}

.card-sec .card {
  border-radius: 20px;
  background-color: #eeeeee;
  border: none;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 3px 18px -8px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 3px 18px -8px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 3px 18px -8px rgba(0, 0, 0, 0.49);
}

.card-sec .card img {
  border-radius: 20px 20px 20px 100px;
}

.card-sec .card i {
  background-color: #EB3196;
  color: #ffffff;
  font-size: 22px;
  padding: 24px 24px;
  border: 4px solid #ffffff;
  border-radius: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.card-sec .card button {
  background-color: #16257A;
  padding: 5px 15px;
  display: inline;
  border: none;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s;
}

.card-sec .card button:hover {
  background-color: #C00068;
}

.card-sec .card h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #16257A;
  font-size: 26px;
  text-align: center;
}

.card-sec .card p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 27px;
}

.light-bg {
  padding: 100px 0px 100px 0px;
  margin-top: 100px;
  background-color: #eeeeee;

}

.light-bg .message-sec {
  padding: 30px;
  background-color: #16257A;
  border-radius: 20px 20px 20px 100px;
  margin-top: -200px;
  margin-bottom: 100px;
}

.light-bg .message-sec button {
  background-color: #C00068;
  padding: 5px 15px;
  display: inline;
  border: none;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s;

}

.light-bg .message-sec button:hover {
  background-color: #fbff06;
  color: #000000;
}

.light-bg .message-sec .round-frame {
  margin-top: -80px;
}

.light-bg .message-sec h3 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
}

.light-bg .message-sec p {
  color: #ffffff;
  padding: 25px 25px 10px 25px;
}

.light-bg .icns-wrp {
  position: relative;
}

.light-bg .icns-wrp::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/icns/line.png);
  width: 100%;
  height: 130px;
  z-index: -1;
  top: 20px;
}

.light-bg .icns-wrp a.icn-cvr {
  text-decoration: none;
  margin-bottom: 50px;
}

.light-bg .icns-wrp a:hover.icn-cvr i {
  color: #ffffff;
  background-color: #DF8FC4;
  border: 4px solid #C00068;
}

.light-bg .icns-wrp a:hover.icn-cvr h4 {
  color: #C00068;
}

.light-bg .icns-wrp a.icn-cvr i {
  background-color: #ffffff;
  color: #16257A;
  font-size: 22px;
  border: 4px solid #DF8FC4;
  padding: 26px 28px;
  border-radius: 70px;
  transition: 0.5s;
}

.light-bg .icns-wrp a.icn-cvr h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #16257A;
  font-size: 20px;
  margin-top: 5px;
}

.gallery-sec {
  padding-top: 100px;
}

.photo-wrp {
  width: 100%;
  overflow: hidden;
}

.photo-wrp img {
  border: 5px solid #eb3196;
  border: 5px solid #eb3196;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
  width: 100%;
}

.gallery-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 20px;
  color: #EB3196;
  text-align: center;
  position: relative;
}

.gallery-sec h5::before {
  content: "";
  background-image: url(../imgs/line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  right: 40px;
  bottom: 6px;
}

.gallery-sec h5::after {
  content: "";
  background-image: url(../imgs/left-line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  left: 40px;
  bottom: 6px;
}

.gallery-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #16257A;
  text-align: center;
}

.gallery-sec {}

.app-sec {
  padding-top: 100px;
}

.app-sec .app-box {
  background-color: #16257A;
  padding: 50px;
  border-radius: 30px 30px 160px 30px;
}

.app-sec .app-box .blur {
  position: relative;
}

.app-sec .app-box .blur::before {
  content: "";
  position: absolute;
  filter: blur(50px);
  background-color: #ffffff;
  width: 300px;
  height: 250px;
  border-radius: 100px;
}

.app-sec .app-box h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.news-sec {
  padding: 100px 0px 0px 0px;
}

.news-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 20px;
  color: #EB3196;
  text-align: center;
  position: relative;
}

.news-sec h5::before {
  content: "";
  background-image: url(../imgs/line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  right: 70px;
  bottom: 6px;
}

.news-sec h5::after {
  content: "";
  background-image: url(../imgs/left-line.png);
  position: absolute;
  width: 32px;
  height: 9px;
  left: 70px;
  bottom: 6px;
}

.news-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #16257A;
  text-align: center;
}

.news-sec .card {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px -8px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 3px 18px -8px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 3px 18px -8px rgba(0, 0, 0, 0.49);
}

.news-sec .card img {
  border-radius: 10px;
}

.news-sec .card .card-body {
  background-color: #eeeeee;
  z-index: 9999;
  position: relative;
  padding: 30px 0px 30px 0px;
  margin-top: -35px;
  border-radius: 10px;
}

.news-sec .card .card-body .card-text {
  text-align: center;
}

.news-sec .card .card-body button {
  color: #ffffff;
  background-color: #EB3196;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}


.ftr-sec {
  background-color: #0a1552;
  padding: 100px 0px 60px 0px;
}

.ftr-sec .links ul {
  list-style: none;
  padding-left: 0px;
}

.ftr-sec .links ul li {
  color: #ffffff;
  display: block;
}

.ftr-sec .links ul li i {
  font-size: 12px;
  color: #D4C227;
  margin-right: 5px;
  line-height: 5px;
}

.ftr-sec .links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

.ftr-sec .links ul li a:hover {
  margin-left: 5px;
}

.ftr-sec .location ul {
  list-style: none;
  padding-left: 0px;
}

.ftr-sec .location ul li {
  color: #ffffff;
  display: block;
}

.ftr-sec .location ul li i {
  font-size: 12px;
  color: #D4C227;
  margin-right: 5px;
  line-height: 5px;
}

.ftr-sec .location ul li a {
  color: #ffffff;
  text-decoration: none;
}

.ftr-sec button {
  color: #ffffff;
  background-color: #EB3196;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
}

.ftr-sec h4 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.ftr-sec h5 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.ftr-sec p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
}

.ftr-btm {
  background-color: #040743;
  padding: 25px 0px 5px 0px;
}

.ftr-btm p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #eeeeee;
  text-align: center;
}

.sub-banner h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
}

.sub-banner nav .breadcrumb-item.active {
  color: rgb(255, 214, 0) !important;
}

.sub-banner nav ol li a {
  color: #ffffff;
}

.sub-banner nav ol li a :active {
  color: #ffffff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.sub-banner {
  background-image: url(../imgs/sub-banner.jpg);
  background-size: contain;
  min-height: 190px;
  height: 100%;
}

.subpage-sec {
  padding: 100px 0px 60px 0px;
}

.subpage-sec .form-control {
  border: 1px solid #cc1168 !important;
  background-color: #ffcdee;
}

.subpage-sec button {
  background-color: #C00068;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
}

.subpage-sec .contact-info-box {
  padding: 35px 30px;
  text-align: center;
  border-bottom: 1px solid #bb0b0b;
  background-color: #CC1168;
  background-repeat: no-repeat;
  height: 150px;
  border-radius: 10px;
  border-bottom: 5px solid #aa0808;
}

.subpage-sec .contact-info-box h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}

.subpage-sec .contact-info-box P {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.subpage-sec h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #16257A;
}

.subpage-sec h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #253bb9;
}

.subpage-sec h6 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #EB3196;
}

.subpage-sec p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.subpage-sec ol {
  padding-left: 40px;
}

.subpage-sec ol li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

.dropdown-menu {
  background-color: #EB3196 !important;
}

.dropdown-item {
  border-bottom: 1px solid #ff95db !important;
}

.navbar-toggler {
  background-color: #ffffff !important;
}

.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.active {
  color: #EB3196 !important;
}

.list-group-item {
  color: #ffffff !important;
}

.dropdown-item {
  font-weight: 600 !important;
}

/*# sourceMappingURL=style.css.map */
.sticky-top {
  top: 0;
}

.photo-wrp h4 {
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #032e42;
  margin: 0;
}

.photo-wrp h6 {
  padding: 10px 0;
  margin-bottom: 0;
  color: #c40000;
  font-size: 14px;
  text-align: center;
}

.subpage-sec a.round-btn:hover {
  background-color: #ffc700;
}

.subpage-sec a.round-btn {
  background-color: #eb3196;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  /*  padding: 0px 50px;*/
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  /*  padding: 40px;*/
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.colum-sec {
  top: -130px;
  position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.parent_portal {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 999;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffffff !important;
}

.photo-wrp {
  position: relative;
}

.parent_portal {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 999;
}


.hover-effect::before {
  right: 0;
  opacity: 0.7;
  top: 0;
}

.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}


.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}


/******************** TOPPER **************************/
.blog_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eeeeee;
  margin-top: 40px;
}

.blog-txt {
  font-weight: 600;
  color: #16257A;
  text-align: center;
}

.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}

.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}

.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}

.blog_section .blog_content .blog_item .blog_details {
  padding: 10px 10px 10px 10px;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5:hover {
  color: #ff5e14;
}

.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}

.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}

.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}

.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 0px;
  padding: 5px 0 0px;
}

.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}

.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}

.blog_section .blog_content .owl-nav {
  display: block;
}

.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 40%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #16257a;
  transition: all 0.3s;
  color: #fff;
}

.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #FFFDF5;
  border-color: #16257a;
  color: #16257a;
}

.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 40%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #16257a;
  color: #fff;
  transition: all 0.3s;
}

.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #FFFDF5;
  border-color: #16257a;
  color: #16257a;
}




@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }

  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

.housesys li {
  list-style-type: disc;
}



.sidebar-page-container {
  /* overflow: hidden; */
  height: 250px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post {
  position: relative;
  padding: 0px 0px 0px 75px;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}

.headimg {
  width: 229px;
  height: 183px;
  margin: 0px auto;
  overflow: hidden;
}

.wrap {
  /* overflow: hidden; */
  box-sizing: border-box;
  padding: 5px;
  background-color: #f8a32c;
  position: relative;
  transition: 0.5s;
  width: 100%;
  height: 250px;
  display: inline-block;
  bottom: 100px;
}

.wrap .newsTickerCon {
  font-weight: 400;
  width: 100%;
  height: 250px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.wrap .newsTickerCon ul li .headline {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.wrap .newsTickerCon p {
  text-align: left;
  color: #000;
  overflow: hidden;
  text-overflow: _ellipsis;
  /*white-space: nowrap;*/
  line-height: 20.8px;
  margin-top: 10px;
  padding: 5px;
}

.wrap .newsTickerCon ul {
  list-style: none;
  position: relative;
  padding: 0px;
  margin: 0px
}

.wrap .newsTickerCon li {
  background-color: #ffffff;
  text-align: center;
  border-bottom: 0px solid #a1a9a5;
  font-size: 13px;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

.wrap .newsTickerCon a {
  color: #ab192d;
}

.wrap .newsTickerCon li img {
  margin-right: 20px;
  float: left;
  height: auto;
  margin-bottom: 20px;
  background-size: cover;
  max-width: 150px;
  min-width: 150px;
}

.celebration-box {
  margin-top: 30px !important;
  padding: 20px;
  background-color: #97e2f7;
}

.events-sec .photo-wrp h6 {
  text-align: start !important;
}

.events-sec .photo-wrp p {
  color: #585858;
  font-size: 14px;
  text-align: start;
  margin: 0;
  line-height: 22px;
}

.events-sec .photo-wrp .event-sec-content {
  margin-bottom: 20px !important;
  height: 80px !important;
  overflow: auto !important;
}


/*NEW NAVBAR*/

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}

/* ---------- Submenu Custom Classes ---------- */
.has-submenu {
  position: relative;
}

.has-submenu>.submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #EB3196 !important;
  border-radius: 0.375rem;
  min-width: 200px;
  z-index: 9;
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
}

.has-submenu:hover>.submenu {
  display: block;
}

@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .has-submenu {
    position: relative;
  }

  .has-submenu>.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0.15rem;
    background-color: #fff;
    border-radius: 0.25rem;
    min-width: 200px;
    z-index: 1000;
  }

  .has-submenu:hover>.submenu {
    display: block;
  }
}

/* ---------- Mobile/Tablet: Submenu below parent ---------- */
@media (max-width: 991px) {
  .submenu {
    position: static;
    margin-left: 0;
    border: none;
    box-shadow: none;
  }


  .has-submenu:hover>.submenu {
    display: contents;
  }
}




/*==========================================================================
* MODAL
==========================================================================*/
.modal-dialog.medium {
  max-width: 550px;
}

.modal-header {
  background-color: #ffffff;
}

.modal-footer {
  background-color: #ffffff;
}

.modal_body {
  padding: 29px 6px 38px;
}

@media only screen and (max-width: 767px) {
  .modal_body {
    padding: 42px 6px 38px;
  }
}

@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 30px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-content button.close {
  position: absolute;
  left: 94%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  display: block;
  border: 1px solid #ededed;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 83%;
    width: 32px;
    height: 32px;
    line-height: 35px;
    top: 4px;
    margin-bottom: 14px;
  }
}


.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.Modal_Button {
  background: #16257a;
  border-radius: 50px;
  border: none;
  padding: 5px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  width: auto;
  text-transform: capitalize;
  cursor: pointer;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
}

.Modal_Button span {
  color: #fff;
  display: inline-block;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
}

.Modal_Button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: #eb3196;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 50px;
}

.Modal_Button span:hover {
  color: #ffffff !important;
}

.Modal_Button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.guideline_head {
  text-align: center;
  line-height: normal;
  background-color: #ffbf00;
  font-family: Arial, Helvetica, sans-serif !important;
}

.guideline_head h3 {
  font-weight: 600;
  font-family: "Original Surfer", sans-serif;
  padding-bottom: 2px;
  padding-top: 5px;
  color: darkblue;
}

.guideline_head h4 {
  font-weight: 500;
  font-size: 20PX;
  color: #fb1109;
}

.second_body_modal {
  background-color: #ffffff;
  padding: 0;
}

.modal__list {
  padding: 15px;
  font-size: 14px;
}

.modal__list .bold {
  font-size: 16px;
  margin-bottom: 10px;
}

.modal__list ol {
  padding-left: 10px;
}

.modal__list p {
  font-family: Arial, Helvetica, sans-serif !important;
}

.modal__list ol li {
  font-family: Arial, Helvetica, sans-serif !important;
}

.modal__list ol li i {
  color: var(--main-color);
}



/* Alumni Registration */
.alumni-head {
  align-items: center;
  text-align: center;
  margin-bottom: 28px;
}

.alumni-reg h4 {
  background-color: #16257a;
  padding: 10px;
  border-radius: 5px;
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  margin: 6px 0;
  color: #ffffff;
}

.alumni-reg .panel.panel-primary .panel-heading {
  margin-top: 28px;
  margin-bottom: 16px;
}
.alumni-reg .panel.panel-primary .panel-body .form-group label{
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.alumni-reg .panel.panel-primary .panel-body .form-group .form-control {
  border: 1px solid #f6f3f4 !important;
  background-color: #faebf5;
  margin-bottom: 10px;
}
.alumni-reg .panel.panel-primary .panel-body .Alumni-pay-method {
  border: 1px solid #f6f3f4 !important;
  background-color: #faebf5;
    margin-bottom: 10px;
}
.alumni-reg .panel.panel-primary .panel-body .payment-field .input-group button {
    background-color: #C00068;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}
.alumni-reg .panel.panel-primary .panel-body .form-group .alumni-submit-btn{
    background-color: #C00068;
    color: #fff;
    padding: 8px 54px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
}

#blinking-button {
    font-weight:600;
    font-size: 16px;
    padding: 16px 52px;
    border: 0px solid #6C8003;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

@keyframes blink {
    0%, 100% {
        background-color: #047835;
    }

    25% {
        background-color: #a7ad0a;
    }

    50% {
        background-color: #8c4f03;
    }

    75% {
        background-color: #a20003;
    }
}

#blinking-button {
    background-color: #8EDDBE;
    color: white;
    animation: blink 1.5s linear infinite;
    -webkit-animation: blink 1.5s linear infinite;
    border-radius: 50px;
}

.admission-result {
    background: red;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 50px 0 0  50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    padding: 0 15px;
    top: 200px;
    right: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform-origin: bottom right;
    z-index: 9;
    /*	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);*/
    animation: blink 1.5s linear infinite;
    -webkit-animation: blink 1.5s linear infinite;
    font-weight:600;
}

@keyframes blink {
    0%, 100% {
        background-color: #047835;
    }

    25% {
        background-color: #2a1f64;
    }

    50% {
        background-color: #d90e74;
    }

    75% {
        background-color: #a20003;
    }
}


.career{
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}