
body{
  font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
    background-image: url(../img/body-bg.png);
    font-size: 18px;

}
html{
  overflow-x: hidden;
}
  body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #d9e1e6;
}

body::-webkit-scrollbar-thumb {
  background:  #2d1458 ;
}

body::-moz-scrollbar {
  width: 8px;
}

body::-moz-scrollbar-track {
  background: #d9e1e6;
}

body::-moz-scrollbar-thumb {
  background:  #2d1458;
}

body::-o-scrollbar {
  width: 8px;
}

body::-o-scrollbar-track {
  background: #d9e1e6;
}

body::-o-scrollbar-thumb {
  background: #2d1458;
}

body::-ms-scrollbar {
  width: 8px;
}

body::-ms-scrollbar-track {
  background: #d9e1e6;
}

body::-ms-scrollbar-thumb {
  background:  #2d1458;
}

::selection {
  background:  #2d1458;
  color: #fff;
}

::-moz-selection {
  background: #2d1458;
  color: #fff;
}

::-webkit-selection {
  background:  #2d1458;
  color: #fff;
}  */
/************************************/
         /*** Top Bar ***/
/************************************/

/* .parent-button {
   position: static; 
} */
.topbar-bg .contact {

  text-align: justify;
  position: absolute;
  margin-top: 10px;
  justify-content: center;
}
.col-lg-7.px-lg-5.text-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topbar-bg a.btn-parent{

  text-align: center;
  color: #fff;
  min-width: 170px;
  padding: 8px 20px;

  text-decoration: none;
  background-image: -webkit-linear-gradient( 130deg, #f8ae0b 0%, #e86c22 100%);
  color: #fff;
  -webkit-transition: 0.7s all;

}


.topbar-bg{
  background-color:#2d1458 !important;
  color: #fff;
}
 

/************************************/
         /*** Nav bar ***/
/************************************/
.navbar .navbar-brand img {
    max-width: 90%;

}

.nav-link .navitem.dropdown:hover{
opacity: 1;
top: 100%;
visibility: visible;
}
.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar-nav .nav-item.dropdown:hover > a.nav-link {
  background-color: #f8f9fa;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    position: absolute;}




.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}  

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    position: relative;
    
    right: 0;
    bottom: 0;
   
} 

/* span.nav-link .navbarDropdown{
    position: absolute;
        right: 5px; } */

/* .fa-search {
    font-size: 20px;
    color: #0f0d0d;
} */
 /* .navbar-nav .nav-link:after{
    content: '';

    position: absolute;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0.5); 
    transform-origin: 0% 100%;
    bottom: 16px;
    height: 2px;
  }  */


.navbar-nav .nav-link {
    
    position: relative;
     
}  
.navbar-nav .nav-link::before
{
width:0;
transition-duration: .3s;
content:"";
position: absolute; 
left:0;
bottom: -6px;
background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
height: 2px;
}

.navbar-nav .nav-link:hover::before{

    width:100%; 


}  

/* .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
} */

 /* .navbar-nav .nav-link:hover::before{
    transform: scaleX(1); 
}    */



/************************************/
         /*** Video banner***/
/************************************/


.video-banner {
    position: relative;
    height: 100vh; 
    overflow: hidden;
}
video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
}
.content {
    position: absolute;
    width: 56%;
    left: 32%;
    top: 52%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(180deg,#d9257952 0%,#3d3e85e8 100%);
    padding: 25px 0px 25px 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.content h1{
margin-top: 14px;
    /* margin-bottom: 30px; */
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    font-family: DM serif display;
    text-align: start;

}
/*** Top Feature ***/

.feature-image h5 {
  color: #673AB7;
}

.feature-image h5:hover{
  color: #cfcbcb;
}

.fa-school:hover {
  color: red; /* Change this to the desired hover color */
}
.fa-school {
background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 0 0 120px;

    z-index: 1;
  }
  
  .about-one-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 826px;
    height: 627px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
   
    opacity: 0.05;
    z-index: -1;
  }
  
  .about-one__left {  
    position: relative;
    display: block;
    margin-right: 30px;
  }
  
  .about-one__img-box {
    display: block;
  }
  
  .about-one__img {
    display: block;
    overflow: hidden;
  }
  
  .about-one__left .about-one__img > img {
    width: 100%;
   
    transition-duration: .3s;
  }
  
  .about-one__img-two {
    position: absolute;
    bottom: -105px;
    left: -80px;
  }
  
  .about-one__left .about-one__img-two > img {
    width: auto;
    border-radius: 20px;
    transition-duration: .3s;
    
  }
  .about-one__left .about-one__img > img:hover{
    transform: scale(1.04);
  }
  .about-one__left .about-one__img-two > img:hover{
  transform: scale(1.04);
  }
  .border-left{

  border-left: 2px solid#673AB7;}
  h2.title-color{

    font-size: 30px;
    text-shadow: 1px 1px 8px rgba(0,0,0, 0.2);
    text-transform: uppercase;
}

.about-right span.head {
  background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.abt-bold-text {
  color: #6A557C;
 
  font-weight: 600;
}
.about-right a.readMore{
  display: inline-block;
  padding: 10px 23px;
  background-color:#DE6262;
  background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
  color: #fff;
  font-size: 17px;
  text-transform: capitalize; 
  box-shadow: 0px 11px 28px -7px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  border: none;
  /* margin-top: 15px; */
  text-decoration: none;
   }


.about-right  a.readMore:hover {
  color: #fff;
 
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.4);
}
.about {
  margin-bottom: 112px;
}

/*--------------------------------------------------------------
# Goals
--------------------------------------------------------------*/
  
.Goals {
  background-color:#2d1458;
  background-image: url(../img/dot_bg_two\ 1.png);
}
h2.goal-h2 {
  color: #FFF;
}
.icon-box1{
 
    margin-top: 40px;
}
.Goals .icon-box1 .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: 0.5s;
  background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
}
h4.title{
  margin-left: 100px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
    text-decoration: none !important;

}
.box1-head {
  text-decoration: none;
  color: #F9F9F9;
}
.Goals .description{
  margin-left: 100px;
    line-height: 24px;
    font-size: 14px;
    color: white;

}
.Goals .cover-image{
  object-fit: cover;
    width: 100%;

}
.Goals span.head{
    color: #D92579;;
}
.Goals .icon-box1:hover .icon {
  background:#42275aab;
  border-color: #E86868;
}
/*--------------------------------------------------------------
NEWS AND EVENTS
--------------------------------------------------------------*/
.news-text-box {
  padding: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-text-box h5{
  font-size:16px;
}
.news-text-box p.text-center.p-1 {
  line-height: 1.8;
  color: #555;
}
.news-text-box .read-more-btn:hover {
  color:#42275aab;
}
.news-text-box .read-more-btn {
  display: inline-block;
  color: white;
  text-decoration: none;


    justify-content: space-between;
    align-items: center;
  }
  .read-more-btn i {
    margin-left: 8px;
  }
.news-text-box h5{
/* font-size: 20px; */
    line-height: 1.25em;}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.06);
  opacity: 1;
  background: #3D3E85; /* fallback for old browsers */

  background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
  
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9); 
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav button.owl-next{
 right: 0;
 left:auto;

}

/*--------------------------------------------------------------
FACILITES
--------------------------------------------------------------*/

.icon-box {
  text-align: center;
  border: 1px   solid #d52579;
  padding: 29px 20px;
  transition: all ease-in-out 0.3s;
  margin: 0 auto;
  border-radius: 5px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 4px;
}

 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color:#42275a;

}

.icon-box h5 {
  font-weight: 400;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none !important;

}
 .icon-box h5 a {
  color:#69298f;
  
 
}



 span.head{
  background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 .icon-box:hover {
   border-color: #ffc451; 
   background-color: #2d1458;
  transform: translateY(-10px);
 

}
.icon-box:hover img,.icon-box:hover h5 a{
  filter: invert(100%) sepia(8%) saturate(7469%) hue-rotate(151deg) brightness(255%) contrast(91%);
}
.fac-view:hover{
  /* transform: translateX(20px); */
}
.fac-view{
  padding:14px;
  display: flex;
  justify-content: center;
  color: #42275A;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  
  }


/*--------------------------------------------------------------
COUNTER SECTION
--------------------------------------------------------------*/


.counter-section {
    background-color: #42275A;
    background-image: url(../img/dot_bg_two\ 1.png);
}

.counter-box {
display: block;

padding: 40px 20px 37px;
text-align: center
}

.counter-box p {
margin: 5px 0 0;
padding: 0;
color: #ffffff;
font-size: 18px;

}

.counter-box i {
font-size: 60px;
margin: 0 0 15px;
color: #d2d2d2
}

.counter { 

font-size: 32px;
font-weight: 700;
color: #fff;
line-height: 28px
}


.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
color: #fff
}




/*********************************************
        Footer css
*********************************************/
.footer-wrap {
  width: 100%;
  /* background: #2e30914a; */
  /* padding: 30px 0; */

}

.footer-wrap p {
  color: #000000;
  margin-top: 15px;
}

.footer-wrap h3 {
  font-size: 24px;
  line-height: 34px;
  color: #2d1458;
}

.footer-box {
	position: relative;
}

	.footer-box h5 {
    font-size: 24px;
    line-height: 34px;
    color: #2d1458;
   
}

.footer-box p {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	/* text-align: justify; */
	padding: 0;
	margin: 15px 0 0;
}
img.footer-logo {
  max-width: 100%;
}
.footer-box ul {
	position: relative;
	padding: 0;
	left: 0;
	list-style-type: none;
	margin: 15px 0 0;
}

.footer-box ul li {
	margin-bottom: 8px;
}

.footer-box ul li a {
	font-size: 16px;
	line-height: 26px;
	color: #262121;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-box ul li a span {
	font-size: 16px;
	color: #42275A;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #262121;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	margin-right: 8px;
}

i.fa.fa-angle-right:hover {
	color: #d6d4d4;
}


.footer_info {
  width: 100%;
}
h5.footer-text {
  font-size: 24px;
  line-height: 34px;
  color: #2E3091;
}
.footer-adress {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
}

.footer-adress li {
  margin: 0;
  padding-bottom: 15px;
  display: flex;
}

.footer-adress li:last-child {
  padding-bottom: 0;
}

.footer-adress li>i {
  vertical-align: top;
  font-size: 16px;
  color: #000000;
  width: 30px;
  padding-top: 3px;
  margin-right: 10px;
}

.footer-adress li span a,
.footer-adress li span {

  color: #000000;
  text-decoration: none;
}


.footer_phone a {
  font-size: 16px !important;
}



.footerLinks li {
  position: relative;
  padding-left: 16px;
}

.footerLinks li a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}



.footerLinks li a:hover {
  color: #328bc3;
}

.footer-bottom {
  padding: 10px 0px;
  background-color: #2e3091;
}



/*********************************************
        Copyright css
*********************************************/

.copy-right-container {
	padding: 10px 0;
	background-color: #42275A;
}

.copy-right-container p {
	font-size: 14px;

	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}

.copy-right-container p a {
	color: #fff;
}


.innerpage_bnr.banner_cnt {
  /* position: relative; */
  padding: 60px;
  background-image: url(/img/inner-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
.innerpage_bnr.banner_cnt:hover{

background-position: right center;}
.innerpage_bnr.banner_cnt h6 {

font-size: 40px;
font-weight: 700;
color: #fff;
text-align: center;
text-transform: uppercase;
margin-top: 0px;
position: relative;
text-shadow: 2px 2px 2px #113747;}


.number {
  font-size: 20px;
  display: inline-block;
color: white;
position: relative;
top: 24px;
left: 6%;
}


.digit2 {
  display: inline-block;
  width: 30px; 
  height: 30px; 
  line-height: 30px;
  text-align: center; 
  margin-right: 5px; 
  border-radius: 5px; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
  color: #fff; 
}
.even {
	background-image: linear-gradient(180deg, #D92579 0%, #3D3E85 100%);
      border: 1px solid #2d1458;
      padding:2px 6px;
      margin: 0 5px;
  }
.odd  {
	background-image: linear-gradient(180deg, #D92579 0%, #3D3E85 100%);
      border: 1px solid #2d1458;
      padding:2px 6px;
      margin: 0 5px;
  }
/* media query */

@media (max-width: 576px){
  a.navbar-brand {
    margin-top: -54px;
}

}

/* Floating Action Button */
.floatingAction {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 1;
}

.floatingAction .dropdown-toggle {
  background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floatingAction .dropdown-toggle:after {
  content: none;
}

.floatingAction .dropdown-toggle i {
  color:#fff;
  transition-duration: .3s;
}

.floatingAction .dropdown-toggle:hover i {
  rotate: 180deg;
}
i.fas.fa-plus {
  color: #fff;
  font-size: 14px;
  padding: 2px;
}
/* 
wave animation */
svg {
  width:100%;
}

.drop {
  fill: #9f2f7e;
  animation: drop 5s ease infinite normal;
  stroke: #9f2f7e;
  stroke-width: 0.5;
  opacity: .6;
  transform: translateY(80%);

}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 3px;
}
.wave {
  animation: wave 8s linear;
  animation-iteration-count:infinite;
  fill: #d4a5d7;
}
#wave2 {
  animation-duration: 10s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 13s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);  
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}
@keyframes ball {
  to {transform: translateY(20%);}
}

.footer-bg{
  background-color: #9c27b066;
}
#btn-back-to-top {

  position: fixed;
bottom: 20px;
right: 20px;
display: none;
background-color: #2d1458;

}
#btn-back-to-top:hover {
    transform: rotateY(180deg);
    /* box-shadow: 0 0 0 10px rgba(199, 33, 39, 0.2); */
    -webkit-box-shadow: 0 0 0 10px #2e30914a;
}
.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation {
  0% { transform:translate(0,0) }
1.78571% { transform:translate(5px,0) }
3.57143% { transform:translate(0,0) }
5.35714% { transform:translate(5px,0) }
7.14286% { transform:translate(0,0) }
8.92857% { transform:translate(5px,0) }
10.71429% { transform:translate(0,0) }
100% { transform:translate(0,0) }
}

/* Extra menu */

.hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px;
}

  .hamburger:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    right: 7px;
    bottom: 14px;
    border-radius: 13px;
    background-image: linear-gradient(180deg,#D92579 0%,#3D3E85 100%);
    transform: rotate(0deg);
    transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
}
.hamburger .hamburger-input {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.hamburger .hamburger-line {
  width: 100%;
  background: #fff;
  height: 2px;
  display: block;
  border-radius: 6px;
  transition: transform 0.4s cubic-bezier(0.54, -0.81, 0.57, 0.57);
  position: relative;
}
.hamburger .hamburger-line.first, .hamburger .hamburger-line.third {
  width: 109%;
  top: -6px;

}
.hamburger .hamburger-line.third {
  margin-left: 50%;
  transform-origin: left;
}

.menu-button-wrapper {
  position: relative;
  display: inline-block;
  right: 48px;
  top: 6px;

}
.menu-button-wrapper .item-list {
  position: absolute;
  top: 90px;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
  background-color: #303242;
  color: #fff;
  width: 200px;
  left: 50%;
  padding: 15px 0;
  text-align: left;
  border-radius: 100px;
  font-weight: 300;
  opacity: 0;
  user-select: none;
z-index: 1;
  
}
.menu-button-wrapper .item-list div {
  padding: 10px 30px;
  cursor: pointer;
}
.menu-button-wrapper .menu-button {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.menu-button:checked ~ .item-list {
  transform: translateX(-50%) scale(1);
  border-radius: 20px;
  opacity: 1;

  user-select: auto;
}
.menu-button:checked ~ .icon-wrapper .hamburger-line.second {
  transform: rotate(-45deg);
}
.menu-button:checked ~ .icon-wrapper .hamburger-line.first {
  transform: translate(0px, 8px) rotate(-163deg);
}
.menu-button:checked ~ .icon-wrapper .hamburger-line.third {
  transform: translate(11px, -3px) rotate(-135deg);
}
.menu-button:checked ~ .icon-wrapper .hamburger:before {
  transform: rotate(45deg);
}

i.fas.fa-link.btn-primary.btn-primary-outline-0.rounded-circle.p-3,i.fas.fa-search-plus.btn-primary.btn-primary-outline-0.rounded-circle.p-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  /* opacity: 0; */
  z-index: 2;
  background-color: #D92579;
  border-color: #D92579;

}

.item {
  position: relative;
}

.item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.event-overlay:hover {
  background: rgb(66 39 90 / 58%);


  
}

.event-overlay {
  position: absolute; 
  bottom: 0; 
     height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  background: rgb(66 39 90 / 58%);
  color: #fff;
  -webkit-transition: 0.7s all; 
  width: 100%;
  transition: .5s ease;
  opacity:0;

  font-size: 16px;
  padding: 20px;
  text-align: center;
}
.btn-primary-outline-0:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

.item:hover .event-overlay {
  opacity: 1;
}


.event-overlay h4 {
  margin-bottom: 10px;
} 

.glightbox {  
  color: white;
  text-decoration: none;
}

.fa-search-plus {
  transition: transform 0.3s;
}

.glightbox:hover .fa-search-plus {
  transform: scale(1.2);

}
.glightbox:hover .event-overlay h4{
  margin-bottom: 10px;
  transform: scale(1.2);
}
