@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("accordian.css");
@import url("gallery.css");
@import url("banner.css"); 
@import url("indexbelow.css"); 
@import url("accordion.css");
@import url("sidebox.css");  
@import url("toggle.css");  
@import url("allbox.css");
@import url("button.css");
@import url("teacher.css");
@import url("contact.css");
@import url("flaticon.css");
@import url("testimonials.css");
@import url("icon.css");
*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	overflow-x:hidden;
	
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.left{
	
	text-align:left;
}

#more {
	display: none;
}

.readmorebtn {
    text-decoration: none;
    font-weight: bold;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: top 15px right 0px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 10px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #164c6b;
}
.readmorebtn:hover {
	color: #FFFCFC;
    background-position: top 15px right 20px;
    background-color: rgba(0,0,0,0.0);
    opacity: 1;
    padding: 10px 20px;
    
    background-color: #1d2129;
}
    

blackdot{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot.png);
	z-index:0;
	background-attachment: scroll;
	}
blackdot-black{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot-black.png);
	z-index:0;
	}

.gradient_line {
    display: block;
    border: none;
    height: 3px;
    background: #bd010f;
    background: linear-gradient(to right, #ffffff00, #65c9b0, #65c9b0, #65c9b0, #ffffff00);
    width: 50%;
}	
@media only screen and (max-width: 800px) {
.border_right{
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}	

}



/******our team style******/
.wt-team-1{
	box-shadow: 0 0px 10px 0px rgb(0 0 0 / 0.18);
}
.wt-team-1 .team-name a:hover{
	color:#ff5e15;
}

.wt-team-1 .team-position{
	font-size: 24px;
	line-height: 20px;
	display: block;
}
.wt-team-1 .wt-media{
	position:relative;
	overflow:hidden;
	text-align: center;	
}
.wt-team-1 .wt-media img{
	width:100%;
}
.wt-team-1 .team-social-center{
	position: absolute;
	top: 100%;
	right: 0px;
	bottom: 0px;
	width:100%;
	background-color: rgba(0, 0, 0, 0.8);
	border:5px solid #127296;
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow:hidden;	
}


.wt-team-1 .team-social-center p{
	list-style: none;
	position: absolute;
	top:10%;
	overflow:hidden;
	text-align: center;
	color:#FFFFFF;
	padding:10px
}
.wt-team-1 .team-social-center ul li{
	display:inline-block;
	position:relative;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.wt-team-1 .team-social-center ul li a:hover{
	color:#ff5e15;
}


.wt-team-1 .team-social-center ul li a{
	color: #fff;
	font-size: 20px;
	padding: 5px 5px;
	display: inline-block;
}

.wt-team-1 .wt-info{
	position: relative;
}

.wt-team-1:hover .team-social-center{
	top:0px;
}

.wt-team-1 .detail{
	text-align:center;
	padding:20px 0 10px 0;
	background: #04679e21;
}

.wt-team-1 .detail p{
	margin-top:5px
	
}
@media only screen and (max-width:540px){
	.wt-team-1 .team-position {
		font-size: 22px;
	}
}


/****arrow style*****/
.container-arrow {
  height: 120px;
  width: 50px;
  margin: 250px auto 0;
  position: relative;
}

.fa-right {
  font-size: 42px;
  color: #00baff;
  bottom: 27px;
  position: absolute;
  left: 10%;
  margin-left: 5px;
  animation-name:arrow;
  animation-duration:2s;
  animation-timing-function:linear;
  animation-delay:1s;
  animation-iteration-count:infinite;
  animation-direction:normal;
  animation-play-state:running;
  -webkit-animation-name:arrow;
  -webkit-animation-duration:2s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-delay:1s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -webkit-animation-play-state:running;
  content:"\f061"
}

@keyframes arrow
	{
	0%   {left:0;}
	75% {left:40px;}
	100% {left:0;}
	}
@-webkit-keyframes arrow
	{
	0%   {bottom:0;}
  75% {bottom:30px;}
	100% {bottom:0;}
  }