/*
Template Name: Education
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************about****************/
.main{
background:#05182b;
padding-bottom:40px; 
 }
.center_1l h6 a{
color:#fff;
display:inline-block;
margin-bottom:10px;
 }
.center_1l .form-control{
height:46px;
border-radius:0; 
font-size:16px;
box-shadow:none;
 }
.center_1l .btn{
background:#f58634;
margin-left:0!important;
border-color:#f58634;
font-size:16px;
padding:11px 20px;
border-radius:0;
box-shadow:none;
 }
.center_1l .input-group{
width:80%;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
 }
.center_1l{
width:80%;
margin-left:auto;
margin-right:auto;
padding-top:50px; 
 }
 
#story{
padding-top:40px;
padding-bottom:40px; 
 }
.story_1{
border-bottom:1px solid #f5863440;
padding-bottom:15px;
margin-bottom:30px; 
 }
.story_2{
margin-top:30px; 
 }
.story_2i{
margin-top:30px;  
 }
 
#course_o{
  padding-top:60px;
  padding-bottom:60px;
  background: #f5863426;
  }
.course_1i span{
  display:inline-block;
  font-size:60px;
  border:5px solid #f5863440;
  width:150px;
  height:150px;
  text-align:center;
  line-height:140px;
  border-radius:50%;
  color:#f58634;
  }
.course_1i:hover span{
  border-color:#f58634;
  }
.course_1i h4{
 color:#f58634;
  }
.course_1i{
    padding: 20px;
    box-shadow: 0 0 10px #f5863459;
	background:#fff;
}

/*********************about_end****************/


/*********************team_page****************/
#team_page{
 padding-top:30px; 
 padding-bottom:30px; 
  }
.team_page_i{
margin-top:30px; 
 }
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.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;
	-webkit-backface-visibility: hidden;
	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%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h3 {
	background: #f58634bd;
	color: #fff;
}


figure.effect-steve h3 {
	margin-top: 1em;
	padding: 0.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h3 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*********************team_page_end****************/


@media screen and (max-width : 767px){
#team_page{
 text-align:center;  
  }
#team_page .grid figure img{
 width:100%; 
  }
.story_2ir {
margin-top:10px; 
 }
.course_1i {
margin-bottom:10px; 
 }
}

@media (min-width:768px) and (max-width:991px) {
figure.effect-steve h3{
 margin-top:10px;
 font-size:18px; 
  }
 }
@media (min-width:992px) and (max-width:1200px) {
figure.effect-steve h3{
 margin-top:10px;
 font-size:18px; 
  }
  }
@media (min-width:1201px) and (max-width:1366px) {

 }