@keyframes mymove {
    100% {
		opacity: 1;
		}
}
@keyframes motion{	
    0% { transform: translateY(-5px); }
    50%   { transform: translateY(-20px); }
	100% { transform: translateY(-5px); }
}

 @keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
            0%{
                transform: scale(1);  /*开始为原始大小*/
            }
            25%{
                transform: scale(1.02); /*放大1.1倍*/
            }
            50%{
                transform: scale(1);
            }
            75%{
                transform: scale(1.02);
            }
}
@keyframes crescendo {
  0%   {transform: scale(.8);}
  100% {transform: scale(1.5);}
}
.img-svg #_selected1, 
.img-svg #_selected2, 
.img-svg #_selected3, 
.img-svg #_selected4, 
.img-svg #_selected5,
.img-svg #_selected6
{
	opacity: 0;
	cursor: pointer;
}
#_selected1:hover,
#_selected2:hover,
#_selected3:hover,
#_selected4:hover,
#_selected5:hover,
#_selected6:hover
{
	animation: mymove 1s;
	animation-fill-mode: both;
}
#_selected1.active,
#_selected2.active,
#_selected3.active,
#_selected4.active,
#_selected5.active,
#_selected6.active
{
	opacity: 1;
}
#section1.active,
#section2.active,
#section3.active,
#section4.active,
#section5.active,
#section6.active
{
	animation: scaleDraw 4s alternate infinite ease-in;	
	transform-origin: 50% 50%;
}
.slider-text-3
{
    position: relative;
    width: 80%;
    margin: 0 auto;
	top:200px;
}
#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
	top: 100px;
}
#slides ul {
    list-style: none;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative;
	font-size: 1.500em;
	line-height: 30px;
	
}
.quote-phrase a{
	line-height: 50px;
	color: #fff;
}
#slides li {
    width: 100%;
    height: 250px;
    float: left;
    text-align: center;
    position: relative;
}
#characteristics .successful-content
{
	box-shadow:2px 1px 15px #cccccc;
	height:100%;
	background-color: #fff;	
	padding: 50px 30px 20px 30px;
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: right top;	
}
#characteristics .successful-content.point1
{
	background-image: url("../img/point1.svg");	
}
#characteristics .successful-content.point2
{
	background-image: url("../img/point2.svg");	
}
#characteristics .successful-content.point3
{
	background-image: url("../img/point3.svg");	
}
#characteristics .successful-content.point4
{
	background-image: url("../img/point4.svg");	
}
#characteristics .successful-content.point5
{
	background-image: url("../img/point5.svg");	
}
#characteristics .successful-content.point6
{
	background-image: url("../img/point6.svg");	
}
#characteristics .box.active
{
	animation: mymove 1s;
	animation-fill-mode: both;
	display: block;
}
#characteristics .box{
	opacity:0;
    display:none;
	padding: 10px 0 100px 0;
}
.slider-text-3
{
	text-shadow: rgb(71, 71, 71) 0px 1px 2px;	
}

.slider-area
{

}

.slider-img
{
	width:40%;
}

.slider-area h1{
	color: #fff;
}
.slider-area h1:nth-child(2){
	padding-left:30px;
}
.slider-text-3 h1 {
    font-size: 2.300em;
}

#news .container{
    max-width: 870px;
}
.service-2-digit > span {
    color: #fff;
}

.single-service img, .section-title img{
	width:70px;
	margin-right: 30px;
}
.section-title > p {
    width: auto;
}
.feature-slider-content ul, .information-list2 li, .information-list2 li:last-child{
	padding-left:20px;
	line-height:45px;
	font-size: 1.125em;
}
.information-list2 li, .information-list2 li:last-child{
    margin: 0 0 0px;
}
.information-area{
	height:400px;
}
.service-area.lazy{
	background-repeat: no-repeat;
	background-size: cover;
} 
.portfolio-content {
    padding: 22px 0 0;
}
.portfolio-title{
	padding-bottom: 20px;
}

.information-content2{
	text-shadow: rgb(71, 71, 71) 0px 1px 2px;
}
.successful-content {
    margin: 40px 0 0;
}
.successful-content .row
{
	display:none;
}
.more-feature-margin {
    margin: 0px 0px;
}
/*characteristics*/
.single-service-wrap.st1::before{
    background: #41a1be none repeat scroll 0 0;
}
.single-service-wrap.st2::before{
    background: #14bdb1 none repeat scroll 0 0;
}
.single-service-wrap.st3::before{
    background: #ee636a none repeat scroll 0 0;
}
.single-service-wrap.st4::before{
    background: #425f8e none repeat scroll 0 0;
}
/*characteristics end*/
/*scholarship */
.scholarship-box{
	/*background-image: url("../img/9-content-scholarship.svg");*/
	height: auto;
	background-position: center -10px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	height:230px;
	width: 115%;
	padding-top:10px;
}
.scholarship-area{
	background-color:#f7b1b5;
}
.scholarship-title{
	padding: 5px 0px 0px 20px;
	color: #fff;
}

.scholarship-content{
	color: #FFF;
    font-size:1.13em;
    font-weight: bold;
    padding: 20px 0px 0px 10px;
	text-align: center;
}
.pricing-top h4{
	color:#425f8e;
	font-weight: 600; 
}
.pricing-middle {
    border-bottom: 0px solid #425f8e;
    border-top: 5px solid #425f8e;
    margin: 38px 0 23px;
    padding: 30px 10px 0px 10px;
    text-align: left;
	min-height: 360px;
}
.pricing-middle ul li i{
	color:#425f8e;
	margin-right:10px;
}
.single-pricing:hover {
	box-shadow: 0 5px 25px rgba(1, 2, 2, 0.5);
    border: 0px solid #e8e9eb;
}
.portfolio-title{
	
}
.single-pricing{
	background-color:#FFF;
}
.sin-shortcode-pricing.single-pricing {
    padding: 40px 0 0px;
}
/*scholarship end*/

#right-link{
	opacity:0.3;
    position: fixed;
    bottom: 80px;
    right: 0px;
    padding: 0;
    margin: 0;
    z-index: 20;
}
#right-link:hover{
	opacity:1;
}
.right-link-icon{
	width:70px;
	margin-top:10px;
}
#scrollUp {
    bottom: 25px;
}

.single-service {
    min-height:363px;
}

.pricing-middle li {
    font-size: 1em;
    list-style: circle;
    margin: 0 0 25px 20px;
}
.pricing-middle li:last-child {
    margin: 0 0 25px 20px;
}
.link-box{
	text-align: right;
}
.copy-link {
	position: relative;
	bottom: -5px;
	right: 15px;
	width: 2.5rem;
    height: 2.5rem;
    background: #5f98f7;
    border-radius: 50rem;
    padding: 8px;
	transition: transform 0.3s ease-in-out;
}
.copy-link:hover {
    transform: scale(1.1);
	cursor: pointer;
}
.modal-footer
{
	border-top: 0px;
}
@media screen and (max-width: 450px) {
	
		
}

@media only screen and (max-width: 991px){
	
}
@media only screen and (max-width: 768px){
	#slides ul {
		font-size: 1.300em;
	}
	.scholarship-title {
		padding: 0px 0px 0px 20px;
	}
	.scholarship-content {
		padding: 10px 0px 0px 10px;
	}
	.pricing-middle {
		min-height: auto;
	}	
	.slider-text-3
	{
		width: 80%;
	}
	.scholarship-box {
		width:100%
	}
}
@media screen and (max-width: 450px) {
	#slides ul {
		font-size: 1.00em;
	}
	#slides {
		top: 70px;
	}
	#news .container {
		padding: 0 15px 0 15px;
	}
	.single-service img, .section-title img {
		display: inherit;
		margin: 0 auto;
	}
	.slider-area h1:nth-child(2){
		padding-left:0px;
	}
	.slider-text-3 h1 {
		font-size: 2.000em;
	}
	.single-service > h4{
		text-align:center;
	}	
	.slider-padding-1 .container-fluid{
		position: absolute;
		bottom: 0px;
	}
	.slider-img
	{
		width:65%;
	}
	.successful-content {
		margin: 40px 15px;
	}
	.service-area.lazy{
		padding: 0px 15px;
	} 
	.pl-60 {
		padding-left: 15px;
	}
	.scholarship-box {
		width:100%
	}
	.scholarship-content {
		padding: 45px 0px 0px 20px;
	}
	.scholarship-title {
		padding: 15px 0px 0px 15px;
	}
	.move-center {
		margin: 0 15px;
	}
	.slider-text-3 h1 {
		font-size: 1.1em;
		margin: 0;
	}
	.right-link-icon {
		width: 65px;
	}
	.successful-content .row
	{
		display:block;
	}	
	.single-service {
		min-height: 300px;
	}	
	.single-service-wrap::before {
		width: 100%;
	}	
	.successful-img {
		margin: 0px 0;
	}
	.information-content2 > h2 {
		text-align: center;
	}	
	.information-list2 {
		margin: 120px 0 0 0;
		text-align: center;
	}	
	.slider-text-3
	{
		width: 90%;
		top:50px;
	}	
	.quote-phrase a{
		line-height: 35px;
	}	
}
