/********** Template CSS **********/

.b-style {
	background-color: #8b0000;
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px 5px 7px 10px;
	padding-left: 10px;
	padding-right: 10px;
   }
  
  .button1 {
	  border-radius: 12px;
	  width:fit-content;
  }
  .button1:hover{
	background-color: var(--bs-primary);
  }
  .j-style {
	background-color: #06BBCC;
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
   }
  .join {
	  border-radius: 12px;
	  width: 150px;
  }
  
  .ticker{
	  display: flex;
	  flex-wrap: wrap;
	  width: 90%;
	  height: 50px;
	  margin: 0 auto
  }
  .news{
	  width: 76%;
	  background: #06BBCC;
	  padding: 0 2%
  }
  .title{
	  width: 20%;
	  text-align: center;
	  background: #065f67;
	  position: relative
  }
  .title:after{
	  position: absolute;
	  content: "";
	  right: -17%;
	  border-left: 20px solid #065f67;
	  border-top: 28px solid transparent;
	  border-right: 20px solid transparent;
	  border-bottom: 28px solid transparent;
	  top: 0px
  }
  .title h5{
	  font-size: 18px;
	  color: white;
	  margin: 8% 0
  }
  .news marquee{
	  font-size: 18px;
	  color: white;
	  margin-top: 12px;
  }
  .news-content p{
	  /* margin-right: 41px; */
	  margin-right: 41px;
	  display: inline
  }
  
  .demo{ background-color: #8b0000; }
  
  /* .counter{
	  background: #fff;
	  font-family: 'Poppins', sans-serif;
	  text-align: center;
	  width: 210px;
	  height: 220px;
	  padding: 72px 42px;
	  margin: 0 auto;
	  position: relative;
	  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  }
  
  .counter:before,
  .counter:after{
	  content: "";
	  background: linear-gradient(to right bottom,#A75BF9,#4566CA);
	  position: absolute;
	  bottom: 10px;
	  left: 10px;
	  top: 10px;
	  right: 10px;
	  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	  z-index: -1;
  }
  
  .counter:after{
	  background: #fff;
	  bottom: 40px;
	  left: 25px;
	  top: 40px;
	  right: 25px;
	  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  }
  
  .counter .counter-value{
	  color: #444;
	  font-size: 30px;
	  line-height: 30px;
	  font-weight: 700;
	  margin: 0 0 7px;
	  display: block;
  }
  
  .counter h3{
	  color: #444;
	  font-size: 16px;
	  font-weight: 500;
	  text-transform: capitalize;
	  margin: 0 0 25px;
  }
  
  
  .counter.red:before{ background: linear-gradient(to right bottom,#FFC06B,#FC3343); }
  
  .counter.pink:before{ background: linear-gradient(to right bottom,#2E94F8,#E3144C); }
  
  .counter.blue:before{ background: linear-gradient(to right bottom,#FDC16D,#44CEDD); }
  
  .counter.green:before{ background: linear-gradient(to right bottom,#08df17,#d0f465); }
  
  @media screen and (max-width:990px){
	  .counter{ margin-bottom: 45px; }
  }
   */

/* .container{
    margin-top:100px;
}*/ 

.counter-box {
	display: block;
	background: #8b0000;
	padding: 40px 20px 37px;
	text-align: center;
}

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

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

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	line-height: 28px
}

.counter-box.colored {
      background: #13357b;
}

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


a.ex2:hover, a.ex2:active {
	background-color: yellow;

  }
.sub_title{
	color: #000000;
}
  /*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
	background: #13357b;
	
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color:#DDDDDD !important;
}
@media (min-width: 920px) {
	.car-height {
		height: 750px;
	}
}
@media (max-width: 360px) {
	.car-height {
		height: 250px;
	}	

}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
	display: flex;
	flex-direction: column;
	position: fixed;
	width: 200px;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	z-index: 1;
  }
  
  /* Style the icon bar links */
  .icon-bar a {
	display: block;
	padding: 10px;
	margin: 2px;
	transition: all 0.3s ease;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	text-align: right;
	border-radius: 0px 50px 50px 0px;
	transform: translate(-130px, 0px);
	transition: all 0.5s;
  }
  
  .icon-bar a i{
	margin-left: 20px;
	background-color: #fff;
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: all 0.5s;
}
.icon-bar a:hover i{
	transform: rotate(360deg);
  } 

  .icon-bar a i.fa-phone{
	color: #3B5998;
  }
  .icon-bar a i.fa-whatsapp{
	color: #099f03c1;
  }
  .icon-bar a i.fa-compass{
	color: #dd4b39;
  }

  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
	transform: translate(-2px, 0px);
  }
  
  .facebook {
	background: #3B5998;
	color: white;
  }
  .whatsapp {
	background: #099f03c1;
	color: white;
  }
  .twitter {
	background: #55ACEE;
	color: white;
  }
  
  .google {
	background: #dd4b39;
	color: white;
  }
  .enquiry {
	background: #edab0c;
	color: white;
  }
  .linkedin {
	background: #007bb5;
	color: white;
  }
  
  .youtube {
	background: #bb0000;
	color: white;
  }

  /* Right Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar_right {
	display: flex;
	flex-direction: column;
	position: fixed;
	width: 200px;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	z-index: 99;
  }
  
  /* Style the icon bar links */
  .icon-bar_right a {
	display: block;
	padding: 10px;
	margin: 2px;
	transition: all 0.3s ease;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	text-align: left;
	border-radius: 50px 0px 0px 50px;
	transform: translate(130px, 0px);
	transition: all 0.5s;
  }
  
  .icon-bar_right a i{
	margin-right: 20px;
	background-color: #fff;
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: all 0.5s;
}
.icon-bar_right a:hover i{
	transform: rotate(360deg);
  } 
  .icon-bar_right a i.fa-phone{
	color: #3B5998;
  }
  .icon-bar_right a i.fa-whatsapp{
	color: #099f03c1;
  }
  .icon-bar_right a i.fa-compass{
	color: #dd4b39;
  }

  /* Style the social media icons with color, if you want */
  .icon-bar_right a:hover {
	transform: translate(2px, 0px);
  }
  
  /* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
.left_enqury{
	display: flex;
	flex-direction: column;
	position: fixed;
	width: 150px;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	z-index: 1;
}
/* Style the icon bar links */
.left_enqury a {
	display: block;
	padding: 10px;
	margin: 2px;
	transition: all 0.3s ease;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	text-align: right;
	border-radius: 0px 50px 50px 0px;
	transform: translate(0px, 0px);
	transition: all 0.5s;
  }



   .navbar-nav .nav-item .nav-link{
	color: #fff;
  }

  .dropend .dropdown-toggle{
	color: #fff;
	margin-left: 1em;
  }
  .dropdown-item:hover{
	background-color: var(--bs-primary);
	color: #fff;
  }
  .dropdown .dropdown-menu{
	display: none;
  }
  .dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu{
	display: block;
	margin-top: .125em;
	margin-left: .125em;
  }
  @media screen and (min-width:992px) {
	.dropend:hover > .dropdown-menu{
	  position: absolute;
	  top: 0;
	  left: 100%;
	}
	.dropend .dropdown-toggle{
	  margin-left: .5em;
	}
  }  
  .dropdown-header{
	font-size:large;
	color: #000;
  }

  .text-justify  { text-align: justify !important; }


  /*
source
http://stackoverflow.com/a/23935891/3853728
*/

.img-gradient{
	position:relative;
	display:inline-block;
  }
  
  
  /* 
  #002f4b,#dc4225 
  Convert HEX to RGBA - http://hex2rgba.devoth.com/
  */
  .img-gradient:after {
	content:'';
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	display:inline-block;
	background-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(246, 241, 241,0));
	/*background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
	/*background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(255, 255, 255, 0.726) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  }
  .img-gradient img{
	display:block;
  }


  .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://source.unsplash.com/1600x900/?education,students');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 80px 0;
}
.hero-text {
	padding: 30px;
}
.form-container {
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	.hero-section {
		text-align: center;
	}
}

/***************************/
/*     08. Description     */
/***************************/
.basic-2 {
	padding-top: 3.5rem;
	padding-bottom: 2.75rem;
	background-color: #fbf9f5;
}

.basic-2 h2 {
	margin-bottom: 3.75rem;
	text-align: center;
}

.basic-2 .li-space-lg li {
	margin-bottom: 1.375rem;
}

.basic-2 .list-unstyled .bullet {
	margin-right: 0.625rem;
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	background-color: #ffbd50;
	color: #333;
	font-style: normal;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 2rem;
	text-align: center;
}


.carousel-control-prev, .carousel-control-next {
    width: auto;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1); /* Makes arrows visible on dark backgrounds */
}

.carousel-control-prev, .carousel-control-next {
    z-index: 10;
}

.tab-content img {
	max-width: 100%;
	height: auto;
}

.director {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	background: var(--bs-primary);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
  }

.card {
	background: white;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	max-width: 1000px;
	width: 100%;
	text-align: center;
	animation: fadeUp 1s ease-in-out;
  }
  .card img {
	display: block;
	margin: 0 auto 20px auto;
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 10%;
	border: 2px solid #003366;
	animation: pop 1s ease-in-out;
  }
  
  .card h2 {
	margin: 10px 0 5px;
	font-size: 26px;
	color: #003366;
  }
  .card h4 {
	margin-bottom: 20px;
	font-weight: 400;
	color: #666;
  }
  .card p {
	font-size: 18px;
	color: #333;
	text-align: justify;
	line-height: 1.7;
  }