@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-family: lato;
	font-size:16px;
	color:#666;
	line-height:1.2;
	overflow-x:hidden;
	background-color:#fff;
}
.padd-20{
	padding-bottom:20px;
	padding-top:20px;
}
.padd-30{
	padding-bottom:30px;
	padding-top:30px;
}
.padd-60{
	padding-top:60px;
	padding-bottom:60px;
}
.padd-70{
	padding-top:70px;
	padding-bottom:70px;
}
/*def-css*/
.heading h2{
	font-size:45px;
	margin-top:0;
	margin-bottom:20px;
	line-height:1.3;
	font-weight:700;
	color:#1e242e;
}
.heading p{
	font-size:20px;
	font-weight:400;
	margin-bottom:40px;
	line-height:1.5;
}
.heading span{
	color:#2abf46;
	font-size:19px;
	margin-bottom:5px;
	font-weight:400;
	display:inline-block;
}
.def-btn {
	font-size:18px;
	color:#fff;
	font-weight:700;
	background-color:#2abf46;
	border:2px solid #2abf46;
	padding:12px 50px;
	border-radius:5px;
	display:inline-block;
	transition:all 0.3s ease-in-out;
}
.def-btn:hover{
	border:2px solid #2abf46;
	background-color:transparent;
	color:#2abf46;
}

/*new-navbar*/
.main-nav .navbar-light .navbar-nav .nav-link{
	color:#777;
	font-weight:700;
	padding:10px 15px;
}
.nav-border{
	position:relative;
	padding-left:15px;
	margin-left:15px;	
}
.nav-border:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 2px;
    height: 25px;
    background-color: #ededed;
}
.nav-btn a {
    border: 1px solid #2abf46;
    border-radius: 6px;
    padding: 10px 33px !important;
    font-weight: 700;
    font-size: 16px;
	color:#777;
	display:block;
	transition:all 0.4s;
}
.nav-btn a:hover{
	color:#fff;
	background-color:#2abf46;	
}
.main-nav .navbar{
	padding:15px 0;	
}
.main-nav .navbar-expand-lg{
    justify-content: space-between;	
}
@media (min-width:320px) and (max-width:480px){
.main-nav .navbar-brand img{
	width:150px;
}
.main-nav .navbar-toggler{
	border:none;
}
}
@media (min-width:481px) and (max-width:767px){
.main-nav .navbar-brand img{
	width:150px;	
}
}
@media (min-width:768px) and (max-width:991px){
.main-nav .navbar-brand > img{
	width:160px;	
}
.main-nav .navbar-light .navbar-nav .nav-link{
	padding:10px;
	font-size:15px;
}
.nav-border{
	margin-left:10px;
	padding-left:10px;	
}
.nav-btn a{
	padding:10px 20px !important;	
	margin-left:10px;
}
.main-nav.container{
	padding:0;	
}
}
@media (min-width:320px) and (max-width:767px){
.main-nav .navbar-nav{
	margin-top:20px;	
}
.nav-border::after{
	display:none;	
}
.nav-border{
	padding-left:0;
	margin-left:0;	
}
.nav-btn a{
	display:inline-block;
	margin-top:8px;	
}
}

/*slider*/
.main-header .carousel-inner,.main-header .carousel-inner .carousel-item{
	overflow:visible;
}
.main-header {
    background-color: #1e242e;
    color: #fff;
    position: relative;
}
.main-header .header-sld {
    position: absolute;
    height: 100%;
    transform: translateX(-40%);
    overflow: hidden;
    bottom: 0;
}
.main-header .header-body{
	padding:170px 0;
	text-align:center;
}
.header-body .def-btn.bor-btn{
	border:2px solid #fff;
	background-color:transparent;
	margin-left:25px;
	padding:12px 30px;
}
.def-btn.bor-btn:hover{
	border:2px solid #2abf46;
	background-color:transparent;
	color:#2abf46;
}
.header-body .def-btn.bor-btn i{
	margin-right:15px;
	vertical-align:middle;
}
.header-body .def-btn.bor-btn i:before{
	font-size:20px;
	margin-left:0;
}
.header-sld .sld-name {
    position: absolute;
    right: 0px;
    bottom: 50px;
}
.header-sld .sld-name h3{
	font-size:20px;
	font-weight:700;
}
.header-sld .sld-name p{
	font-size:16px;
	font-weight:300;
}
/*fade-effect-slider*/
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.next,
    .carousel-fade .carousel-inner > .carousel-item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.prev,
    .carousel-fade .carousel-inner > .carousel-item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.next.left,
    .carousel-fade .carousel-inner > .carousel-item.prev.right,
    .carousel-fade .carousel-inner > .carousel-item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
@media (min-width:320px) and (max-width:767px){
.main-header .header-body{
	padding:50px 0 40px;
}
.main-header .header-sld {
    position: relative;
    transform: none;
    padding-bottom: 0px;
	overflow:visible;
}
.header-sld .sld-name {
    bottom: 20px;
}
.heading h2,.heading p{
	font-size:22px;
	margin-bottom:15px;
}
.heading p{
	font-size:14px;
}
.header-body .def-btn.bor-btn{
	margin-left:0;
	margin-top:20px;
}
.main-header .def-btn{
	margin-top:15px;	
}
.padd-60{
	padding:40px 0;	
}
}
@media (min-width:481px) and (max-width:767px){
.header-body .def-btn.bor-btn{
	margin-top:0;
	margin-left:25px;
}
.main-nav .navbar-toggler{
	border:none;	
}
}
@media (min-width:768px) and (max-width:991px){
.heading h2{
	font-size:28px;
	margin-bottom:15px;
}
.heading p{
	font-size:16px;
	margin-bottom:15px;
}
.header-sld .sld-name{
	bottom:90px;
}
.main-header .header-body{
	padding:180px 0;
}
}
@media (min-width:992px) and (max-width:1359px){
.header-sld .sld-name{
	bottom:90px;
}
}
@media (min-width:992px) and (max-width:1199px){
.main-header .heading h2{
	font-size:38px;
}
}

/*brand*/
.brand {
    border-bottom: 1px solid #ececec;
}
.brand h4{
	font-size:20px;
	font-weight:700;
	color:#000;
}
.brand h4 span{
	color:#2abf46;
}
.brand img {
    display: inline-block;
}
@media screen and (max-width:767px){
.brand h4{
	font-size:16px;
}
}

/*blog*/
.blog-sec{
	display:inline-flex;
}	
.blog .heading h2{
	color:#000;
	margin-bottom:20px;
}
.blog .heading p{
	font-size:16px;
	padding:0 50px;
	font-weight:400;
	max-width:82%;
	display:inline-block;
}
.blog-body{
	margin-bottom:30px;
}
.blog-img {
	overflow:hidden;
	transition:all 0.5s ease-in-out;
}
.blog-img img{
	transition:all 0.5s ease-in-out;
	width:100%;
}
.blog-body:hover .blog-img img{
	transform:scale(1.1);
}
.blog-detail{
	border:1px solid #dedfe1;
	padding:20px 15px;
}
.blog-detail h2,.blog-detail .blog-btn,.car-dev-detail .car-dav-body h2{
	font-size:20px;
	font-weight:700;
	color:#000;
	margin-top:0;
	margin-bottom:15px;
	transition:all 0.5s ease-in-out;
}
.blog-body:hover .blog-detail h2{
	color:#2abf46;
}
.blog-detail p{
	line-height:1.5;
	margin-bottom:15px;
	min-height:144px;
}
.blog-detail .blog-btn{
	font-size:18px;
}
.blog-detail .blog-btn i{
	margin-left:10px;
	font-size:22px;	
}
.blog-detail .blog-btn i{
	vertical-align:unset;
}
.blog-detail .blog-btn:hover i{
	animation-name:red;
	animation-duration:.55s;
	position:relative;
	color:#2abf46;
}

@keyframes red
{
0%	{left:0;}
50% {left:20px;}
100% {left:0;}	
}

@media (min-width:320px) and (max-width:480px){
.blog-sec{
	display:inline-block;	
}
.blog .heading p{
	font-size:14px;
	margin-bottom:40px;	
}
.blog-body.col-md-4{
	padding:0;
}
.blog-detail p{
	font-size:14px;	
}
}
@media (min-width:481px) and (max-width:767px){
.blog-sec{
	display:inline-block;	
}
.blog .heading p{
	margin-bottom:40px;	
}
.heading span{
	margin-bottom:15px;	
}
}

@media screen and (max-width:991px){
.blog .heading.col-md-10,.blog .heading h2,.blog .heading p{
	padding:0;
}
.blog .heading h2{
	margin-bottom:15px;
}
.blog-detail p{
	min-height:auto;
	font-size:14px;
}
}
@media (min-width:768px) and (max-width:991px){
.blog-sec .col-md-6{
	float:left;
}
.blog .heading p{
	margin-bottom:25px;	
}
}
@media (min-width:992px) and (max-width:1199px){
.blog-detail p{
	min-height:152px;
}
.heading h2{
	font-size:36px;	
}
.blog-detail p{
	font-size:15px;	
}
}
@media (min-width:1200px) and (max-width:1359px){
.heading h2{
	font-size:40px;	
}
}

/*work-sec*/
.work-sec {
	background-color:#f5f5f5;
}
.work-img img{
	display:inline-block;
}
.work-info{
	display:inline-flex;	
}
.work-detail{
	border:none;
	padding:15px 0 0;
}
.work-detail h2 strong,.car-dev-detail .car-dav-body h2 strong{
	font-size:30px;
}
.work-detail h2 strong span,.car-dev-detail .car-dav-body h2 strong span{
	color:#2abf46;
	padding-right:10px;
}
.work-detail p{
	min-height:auto;
}
.work-body{
	margin-bottom:30px;
}
@media (min-width:320px) and (max-width:480px){
.work-info{
	display:inline-block;
}
.heading span{
	margin-bottom:15px;	
}
.work-body{
	margin-bottom:40px;
}
}
@media (min-width:481px) and (max-width:767px){
.work-info{
	display:inline-block;	
}
}

/*banner*/
.banner {
	background-image:url(../image/banner.jpg);
	position:relative;
	background-repeat:no-repeat;
	padding:150px 0;
	background-attachment:fixed;
	background-position-x:right;
}
.bg-hover {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(30,36,46,0.8);
}
.banner.blog .heading h2,.banner.blog .heading p{
	color:#fff;
}
@media (min-width:481px) and (max-width:767px){
.banner{
	background-position-x:70%;
}
}

/*event*/
.event{
	position:relative;
}
.event .heading p{
	max-width:none;	
}
.event > img{
	position:absolute;
	bottom:0;
	width:100%;
}
.event.blog .heading h2{
	padding:0 40px;
}
.review-detail.col-md-5 {
	padding:50px 30px !important;
	background-color:#fff;
	box-shadow:2.5px 4.33px 29px 0px rgba( 0, 0, 0, .1 );
}
.review-body{
	position:relative;
}
.review-detail.col-md-5{
	position:absolute;
	top:55px;
	left:0;
	z-index:9;
}
.review-detail span {
    color: #2abf46;
    font-size: 19px;
	font-weight:300;
    margin-bottom: 5px;
    display: inline-block;
}
.review-detail h4{
	font-weight:700;
	font-size:22px;
	line-height:1.5;
	color:#000;
	margin-bottom:20px;
}
@media screen and (max-width:767px){
.event > img{
	display:none;
}
}
@media screen and (max-width:767px){
.review-detail.col-md-5{
	position:relative;
	top:0;
}
.review-sec.col-md-10,.review-img.col-md-10,.event.blog .heading h2,.event .heading.col-md-8{
	padding:0;
}
.review-body .review-detail.col-md-5{
	padding:20px 15px !important;
}
.review-detail h4{
	font-size:14px;
}
.review-detail span{
	font-size:16px;
}
}
@media (min-width:768px) and (max-width:991px){
.review-detail h4{
	font-size:14px;
}
.review-detail.col-md-5{
	top:10px;
	padding:30px 20px !important;
}
}
@media (min-width:992px) and (max-width:1199px){
.review-detail.col-md-5{
	top:50px;
}
.review-detail.col-md-5{
	padding:30px !important;
}
.review-detail h4{
	font-size:18px;	
}
}

/*contact*/
.contact-sec{
	padding-bottom:150px;
}
.contact-sec.blog .heading p{
	margin-bottom:0;
	margin-top:20px;
}
.contact-sec .heading p{
	display:block;
	max-width:none;	
}
@media (min-width:320px) and (max-width:480px){
.contact-sec .heading p{
	font-size:12px;	
}
}

/*footer*/
.footer-sec{
	background-color:#1e242e;
	color:#fff;
	padding-top:20px;
}
.social-sec h3{
	font-weight:700;
	font-size:30px;
	color:#fff;
}
.social-sec ul{
	display:table;
	margin:0 auto;
	padding:0;
}
.social-sec ul li{
	float:left;
	margin:15px 12px 0;
	list-style:none;
}
.social-sec ul li a{
    display: block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s;
    border: 1px solid #fff;
    color: #1e242e;
}
.social-sec ul li a:hover {
	background-color: transparent;
    color: #fff;

}
.social-sec ul li a i{
	font-size:30px;
	line-height:48px;
}
.footer-sec .ft-head {
    font-size: 20px;
	font-weight:700;
    margin-bottom: 15px;
	margin-top:0;
}
.ft-ul{
	margin:0;
	padding:0;
}
.ft-ul li{
	list-style:none;
}
.ft-ul li a {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    transition: all .3s;
}
.ft-ul li a:hover{
	color:#2abf46;
}
.mt-50 {
    margin-top: 50px;
}
.ft-app a img {
	margin-bottom:15px;
}
.copyright {
    margin-top: 15px;
    padding-top: 15px;
}
.sec-divider {
    position: relative;
}
.sec-divider::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to left top, #1e242e 50%, transparent 50%) repeat scroll 0 0;
    content: "";
    height: 140px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -140px;
    width: 100%;
    z-index: 1;
}
.copyright img{
    width: 20px;
    display: inline-block;
	vertical-align:middle;
}
@media screen and (max-width:767px){
.sec-divider::after {
    height: 70px;
    top: -70px;
}
.social-sec h3{
	font-size:22px;
	margin-bottom:0;
}
.mt-50{
	margin-top:40px;	
}
.social-sec ul li a i{
	font-size:22px;
	line-height:35px;
}
.social-sec ul li a{
	height:35px;
	width:35px;
}
.contact-sec{
	padding-bottom:100px;
}
.copyright p {
	font-size:14px;
}
.sec-divider{
	padding-bottom:20px;
}
}
@media (min-width:481px) and (max-width:767px){
.footer-sec .row > div:not(:last-child){
	display:inline-block;
	width:50%;
	float:left;
}
.footer-sec .row > div:nth-child(5) {
    float: none;
    width: 100%;
}
.ft-app{
	display:inline-block;
}
.ft-app a img {
	float:left;
	margin-right:15px;
}
}
@media (min-width:768px) and (max-width:991px){
.ft-app a{
	display:inline-block;
}
.sec-divider{
	padding-bottom:20px;
}
.social-sec ul li a{
	width:38px;
	height:38px;	
}
.social-sec ul li a i{
	line-height:38px;
	font-size:20px;	
}
.footer-sec .mt-50{
	margin-top:30px;	
}
.social-sec h3{
	font-size:26px;
	margin-bottom:0;	
}
}
@media (min-width:992px) and (max-width:1199px){
.social-sec ul li a{
	width:40px;
	height:40px;	
}
.social-sec ul li a i{
	line-height:40px;
	font-size:24px;	
}
}

/*-------student----------*/
/*head-sec*/
.head-sec{
	/*position:relative;	*/
	background-repeat:no-repeat;
}
.student-head{
	background-image:url(../image/student.jpg);	
	background-position:center;
}
.head-bg{
	width:100%;
	height:100%;
	background-color:rgba(30,36,46,0.8);
	padding:130px 0;
}
.head-sec h3{
	color:#fff;
	font-weight:700;
	font-size:45px;
}
.car-dev-sec{
	position:relative;
	display:table;
}
.car-dev-sec .col-lg-4{
	width:33.33%;
}	
.car-dev-sec > div {
	display:table-cell;
	vertical-align:middle;
}
.car-dev-detail .car-dav-body ul  {
	margin:0;
	padding:0;	
}
.car-dev-detail .car-dav-body ul li {
	list-style:none;	
}
.car-dev-detail .car-dav-body ul li a {
	color:#666666;
	padding:5px 0;
	display:inline-block;
	position:relative;
	padding-left:40px;	
	line-height:1.5;
}
.car-dev-detail .car-dav-body ul li a:after{
	position:absolute;
	content:"";
	top:10px;
	left:0;
	width:15px;
	height:15px;
	border:2px solid #2abf46;
	border-radius:50%;
}
.car-dev-detail .car-dav-body h3{
	color:#2abf46;
	font-weight:700;
	font-size:20px;
}
.car-dev-detail .car-dav-body p{
	line-height:1.5;
}
.car-dev-list{
	position:relative;
	padding-left:40px !important;
}
.car-dev-list li a{
	padding-left:40px !important;
}
.car-dev-list li a i{
	color:#2abf46;
	padding-right:15px;
	position:absolute;
	left:0;
}
.car-dev-list li a i:before{
	margin-left:0;
	font-size:18px;
}
.car-dev-list li a:after{
	display:none;
}

@media (min-width:320px) and (max-width:767px){
.car-dev-img img{
	width:300px;	
	display:block;
	margin:0 auto;
	margin-bottom:40px;
}	
}
@media screen and (max-width:991px){
.car-dev-sec > div{
	display:block;
}
.car-dev-detail .car-dav-body h2 strong{
	font-size:20px;
}
.car-dev-detail .car-dav-body ul li a,.car-dev-list li a,.car-dev-list{
	padding-left:30px !important;
}
.car-dev-detail.col-md-8{
	padding:20px 0 0 0;
}
.car-dev-img.col-md-4 {
	padding:0;
}
.def-btn{
	padding:12px 40px;
}
}
@media (min-width:768px) and (max-width:991px){
.car-dev-img{
	text-align:center;
}
.car-dev-img img{
	display:inline-block;
}
}
@media screen and (min-width:992px){
.push-sec .push{
	left:66.666667%;
}
.push-sec .pull{
	right:33.333333%;
}
}

/*colleges-page*/
.colleges-bg{
	background-image:url(../image/colleges-bg.jpg);
	background-size:cover;
}
.colleges-bg .head-bg{
	background-color:transparent;	
}
.process-sec p{
	font-size:14px;	
}
@media (min-width:320px) and (max-width:767px){
.head-bg{
	padding:100px 0;	
}
.head-sec h3{
	font-size:32px;	
}
}

/*mission-sec*/
.devlopment-sec,.advice-sec{
	position:relative;	
}
.devlopment-sec:after,.advice-sec:after{
	position:absolute;
	content:"";
	width:126px;
	height:126px;
	background-color:#fff;
	left:50%;
	transform:translateX(-50%) rotate(46deg);	
	z-index:5;
}
.advice-sec:after{
	background-color:#f9f9f9;	
}
.devlopment-sec .heading p{
	max-width:75%;
}
.mission-sec{
	position:relative;
	margin-bottom:30px;
}
.mission-info{
	padding:40px 50px 40px 15px;
}
.mission-info h2{
	font-size:36px;
	font-weight:700;
	color:#1e242e;
	margin-bottom:15px;
}
.mission-info p{
	line-height:1.6;	
}
.mission-info p:last-child{
	margin-bottom:0;	
}
.mission-img{
	position:absolute;
	background-image:url(../image/mission-img.jpg);
	background-size:cover;
	top:0;
	right:0;
	height:100%;	
}
@media (min-width:320px) and (max-width:767px){
.devlopment-sec .heading p{
	max-width:none;	
}
.mission-img{
	position:relative;
	top:0;
	right:0;
	padding:120px 0;
}
.mission-info h2{
	font-size:26px;	
}
.mission-info p{
	font-size:14px;	
}
.mission-info{
	padding:40px 15px 0;	
}
.devlopment-sec:after, .advice-sec:after{
	width:110px;
	height:110px;
	bottom:-40px;
}
.devlopment-sec.padd-70, .advice-sec.padd-70{
	padding-bottom:50px;
	padding-top:50px;
}
}
@media (min-width:768px) and (max-width:991px){
.devlopment-sec .heading p{
	max-width:none;	
}
.mission-info h2{
	font-size:30px;	
}
.mission-info p{
	font-size:14px;	
}
.mission-info{
	padding:20px 20px 20px 0px;	
}
}

/*success-sec*/
.advice-sec{
	background-color:#f9f9f9;	
}
.advice-sec .heading{
	margin-top:40px;	
}
.advice-sec .heading p{
	font-size:18px;	
}
.advice-sec .heading h2{
	margin-bottom:10px;	
}
.success-body p{
	font-weight:700;
	line-height:1.5;
	margin-bottom:25px;
	max-width:98%;
}
.expert-sec p{
	font-size:20px;
	font-weight:700;
	color:#2abf46;
	max-width:88%;	
}
.expert-sec{
	position:relative;
	background-color:#fff;
	padding:20px;
	border-radius:6px;
}
.expert-sec ul{
	list-style:none;
}
.expert-sec ul li{
	margin-bottom:10px;	
}
.expert-sec ul li a{
	font-size:16px;
	color:#666;
	position:relative;
	padding-left:25px;
	display:inline-block;
	line-height:1.5;
}
.expert-sec ul li a i{
	position:absolute;
	top:5px;
	left:0;	
	color:#2abf46;
}
@media (min-width:320px) and (max-width:767px){
.advice-sec .heading p{
	font-size:14px;	
}
.success-body.car-dev-detail.col-md-8{
	padding:20px 15px;
}
.success-body p{
	font-size:14px;
	max-width:none;		
}
.car-dev-detail .car-dav-body ul li a{
	font-size:14px;	
}
.expert-sec p{
	font-size:16px;
}
.expert-sec ul li a{
	font-size:14px;	
}
}
@media (min-width:768px) and (max-width:991px){
.expert-sec{
	margin-top:30px;	
	z-index:6;
}
.success-body p{
	margin-top:20px;	
}
}
@media (min-width:992px) and (max-width:1199px){
.advice-sec .heading p{
	max-width:75%;
	display:inline-block;	
}
}

/*process-sec*/
.process-sec .heading{
	margin-top:60px;
}
.process-sec .heading span{
	display:block;	
}
.process-sec .heading h2{
	max-width:60%;
	display:inline-block;
}
.process-sec .work-detail{
	padding:20px 0 0;	
}
@media (min-width:320px) and (max-width:767px){
.process-sec .heading h2{
	max-width:none;	
}
.blog .heading p{
	max-width:none;
}	
}

/*about-page*/
.about-bg{
	background-image:url(../image/about-bg.jpg);
	background-size:cover;	
}
.about-bg .head-bg{
	    background-color: rgba(30,36,46,0.3);	
}

.about-sec.padd-70{
	padding-bottom:90px;
	padding-top:90px;	
}
.about-sec.blog .heading h2{
	padding:0;
}
.about-info .mission-img{
	left:0;	
}
.about-detail .mission-img{
	background-image:url(../image/about-img.jpg);
}
.about-detail .mission-img .play-btn{
	width:50px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	cursor:pointer;
}
.about-us-sec{
	background-color:#f9f9f9;
	padding:90px 0;	
}
.about-us-sec .mission-info{
	padding:40px 15px 40px 50px;	
}
.about-us-sec .mission-sec,
.about-detail.mission-sec{ 
	margin-bottom:0;
}
@media (min-width:320px) and (max-width:767px){
.about-us-sec .mission-info{
	padding:40px 15px;	
}
.about-sec.padd-70,.about-us-sec{
    padding-bottom: 60px;
    padding-top: 60px;
}
}
@media (min-width:768px) and (max-width:1199px){
.about-us-sec .mission-info{
	padding:20px 0px 20px 20px;	
}
.about-us-sec,.about-sec.padd-70{
    padding-bottom: 70px;
    padding-top: 70px;	
}
}
@media (min-width:992px) and (max-width:1199px){
.about-us-sec .mission-info{
	padding:20px;	
}	
}

/*get-touch-sec*/
.get-touch-sec .heading span{
	font-size:16px;	
}
.get-touch-sec.blog .heading p{
	max-width:70%;
	display:inline-block;
	margin-bottom:20px;
}
@media (min-width:320px) and (max-width:767px){
.get-touch-sec.blog .heading p{
	max-width:none;
}
}


/*employe-page*/
.employe-bg{
	background-image:url(../image/employe-bg.jpg);	
}
.employe-bg.about-bg .head-bg{
    background-color: rgba(30,36,46,0.5);	
}
.employee-sec.devlopment-sec .heading p{
	max-width:95%;	
}
.employee-sec .mission-info{
	padding: 0px 30px 40px 15px;	
}
.employee-sec .mission-img{
	background-image:url(../image/employe-img.jpg);	
}
.employee-sec .def-btn{
	margin-top:20px;	
}
.job-body{
	background-color:#f9f9f9;
	padding:40px;	
	min-height:372px;
	border-radius:6px;
}
.job-body h2{
	font-size:30px;
	color:#2abf46;
	font-weight:700;
	margin-bottom:20px;
}
.job-sec{
	margin-top:100px;	
}

@media (min-width:320px) and (max-width:767px){
.employee-sec .mission-info{
	padding:30px 30px 40px 15px	
}
.job-sec{
	margin-top:50px;	
}
.job-body{
	padding:40px 15px;	
}
.job-sec .col-md-6:last-child{
	margin-top:30px;
	z-index:10;	
}
}
@media (min-width:768px) and (max-width:991px){
.employee-sec .mission-info h2{
	font-size:22px;	
}
.job-body{
	padding:40px 15px;	
}
.job-body.car-dev-detail .car-dav-body ul li a{
	font-size:14px;
}	
}
@media (min-width:992px) and (max-width:1199px){
.job-body.car-dev-detail .car-dav-body ul li a{
	font-size:14px;
}
.job-body{
	padding:40px 25px;	
}
}

/*get-started-sec*/
.get-started-sec ul{
	list-style:none;	
	margin-top:40px;
}
.get-started-sec ul li{
	min-height:58px;	
	display:table;
	margin-bottom:30px;
}
.get-started-sec ul li p{
	padding-left:70px;
	position:relative;	
	margin-bottom:0;
	display: table-cell;
    vertical-align: bottom;
	font-size:15px;
}	
.get-started-sec ul li span{
	font-size:58px;
	font-weight:700;	
	position:absolute;
	line-height:1;
	z-index:5;
}
.get-started-sec ul li span:after{
	content:"";
	position:absolute;
	bottom:10px;
	right:-20px;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:#2abf46;	
	z-index:5;
}
.get-started-info.advice-sec:after{
	display:none;
}
@media (min-width:320px) and (max-width:767px){
.get-started-sec ul li p{
	line-height:1.4;	
	padding-left:50px;
}
.get-started-sec ul li span{
	font-size:38px;	
}
.get-started-sec ul li span:after{
	width:8px;
	height:8px;
	bottom:5px;
	right:-15px;	
}
}
@media (min-width:768px) and (max-width:991px){
.get-started-sec ul li p {
	padding-left:60px;
}
.get-started-sec ul li span{
	font-size:48px;
}
.get-started-sec ul li{
	min-height:48px;
}
.get-started-sec ul li span:after{
	width:10px;
	height:10px;
	bottom:5px;	
}
}

/*learning-sec*/
.learning-sec.blog .heading h2{
	max-width:90%;	
	display:inline-block;
}
@media (min-width:320px) and (max-width:767px){
.learning-sec.blog .heading h2{
	max-width:none;	
}
}
@media (min-width:768px) and (max-width:991px){
.learning-sec.blog .heading h2{
	max-width:83%;	
}
}
@media (min-width:1200px) and (max-width:1359px){
.learning-sec.blog .heading h2{
	max-width:80%;	
}
}

/*video-modal*/
.video-modal .modal-dialog{
	width:70%;
	height:70%;
	max-width:100%;
}

/*resource-page*/
.resource-info-sec{
	padding-top:60px;
	padding-bottom:190px;	
}
.resource-sec .mission-info{
	padding:0 15px;	
}
.resource-sec .mission-info h2{
	margin-bottom:30px;	
}
.resource-body{
	background-color:#f9f9f9;
	padding:30px;	
}
.resource-body h4{
	font-size:20px;
	color:#2abf46;
	font-weight:700;	
	margin-bottom:15px;
}
.resource-body ul{
	list-style:none;	
	padding-left:30px;
}
.resource-body li a{
	color:#666666;	
	line-height:1.8;
	font-size:16px;
	transition:all 0.4s;
}
.resource-body li a:hover,
.resource-body li a.active{
	color:#2abf46
}

@media (min-width:320px) and (max-width:480px){
.resource-info-sec{
	padding-top:60px;
	padding-bottom:100px;	
}
.resource-sec .mission-info h2{
	margin-bottom:20px;	
}
.resource-body h4{
	font-size:18px;	
}
.resource-body li a{
	font-size:14px;	
}
.resource-sec .career-sec{
	margin-top:50px;
}
}
@media (min-width:481px) and (max-width:767px){
.resource-info-sec{
	padding-top:60px;
	padding-bottom:100px;	
}
.resource-sec .mission-info h2{
	margin-bottom:20px;	
}
.resource-sec .career-sec{
	margin-top:50px;
}
}
@media (min-width:768px) and (max-width:991px){
.resource-body{
	padding:30px 20px;	
}
.resource-body h4{
	font-size:18px;	
}
.resource-body li a,
.career-sec.car-dev-detail .car-dav-body ul li a{
	font-size:14px;	
}
.resource-info-sec{
	padding-bottom:150px;
	padding-top:70px;	
}
}
@media (min-width:992px) and (max-width:1199px){
.resource-info-sec{
	padding-top:70px;
	padding-bottom:170px;
}
.career-sec.car-dev-detail .car-dav-body ul li a{
	font-size:14px;	
}
}

/*career-checklist-page*/
.career-table table{
	width:100%;
	display:inline-block;
	margin-top:20px;
}
.career-table tr th{
	padding:15px;
	font-size:18px;
	color:#1e242e;
	color:#fff;
	background-color:#2abf46;
	border-right:1px solid #e9ecef;
}
.career-table tr td{
	padding:15px;	
	border:1px solid #e9ecef;
	font-size: 16px;
    line-height: 1.6;
}
.career-table tr:nth-child(3),
.career-table tr:nth-child(5),
.career-table tr:nth-child(7),
.career-table tr:nth-child(9){
	background-color:rgba(0,0,0,.05)	
}
@media (min-width:320px) and (max-width:480px){
.career-table tr td{
	font-size:14px;	
}
.career-table tr th{
	font-size:16px;
}
}
@media (min-width:481px) and (max-width:767px){
.career-table tr th{
	font-size:16px;	
}
.career-table tr td{
	font-size:14px;	
}
}
@media (min-width:768px) and (max-width:991px){
.career-table tr td{
	font-size:14px;
}
.career-table tr th{
	font-size:16px;
}
}

/*welcome-sec*/
.career-sec h4{
	color:#2bbf46;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.quality-sec{
	border-right:1px solid #cecece;
}
.quality-sec p{
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-top:20px;
	line-height:1.5;
	padding:0 30px;
}
.quality-sec:last-child{
	border:none;
}
.welcome-sec .heading h2{
	position:relative;
	margin-top:60px;
}
.welcome-sec .heading h2:after{
	position:absolute;
	content:"";
	top:-30px;
	left:50%;
	width:200px;
	height:1px;
	background-color:#4064d7;
	transform:translateX(-50%);
	display:inline-block;
}
.how-img{
	position:relative;
}
.how-img h3{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
	font-size:24px;
	font-weight:bold;
}
.how-detail ul,
.tip-sec ul{
	list-style:none;
	background-color:#d7f3dc;
	padding:15px 25px;
	border:1px solid #2bbf46;
	border-radius:10px;
}

.how-detail ul li a,
.tip-sec ul li a{
	font-size:20px;
	color:#000;
	padding:10px 0;
	display:inline-block;
	position:relative;
	padding-left:30px;
	line-height:1.5;
}
.how-detail ul li a:after{
	position:absolute;
	content:"";
	top:15px;
	left:0;
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#2bbf46;
}
.how-detail h3 a{
	font-size:24px;
	color:#2bbf46;
	text-align:center;
	display:block;
}

.arrows {
	width: 60px;
	height: 72px;
	position: relative;
	left: 50%;
	margin-left: -30px;
	bottom: -10px;
}

.arrows path {
	stroke: #c6c6c6;
	fill: transparent;
	stroke-width: 2px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}

.access-sec h2{
	font-size: 45px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e242e;
	padding-top:50px;
}
.access-sec ul{
	list-style:none;
}
.access-sec .tip-sec ul{
	margin-bottom:15px;
}

.access-sec ul li a{
	font-size:20px;
	color:#545454;
	padding:10px 0;
	display:inline-block;
	position:relative;
	padding-left:30px;
}
.access-sec ul li a:after{
	position:absolute;
	content:"";
	top:15px;
	left:0;
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#2bbf46;
}
.access-sec img {
	width:100%;
}
@media (min-width:320px) and (max-width:992px){
.career-sec h4{
	font-size:20px;
}
.quality-sec{
	margin-bottom:15px;
	border:none;
}
.how-detail ul li a,
.access-sec ul li a,
.quality-sec p{
	font-size:18px;
}
.access-sec h2{
	font-size:22px;
}
.how-img h3{
	font-size:20px;
}
.tip-sec ul li a{
	font-size:16px;
	padding-left:0;
}
.quality-sec img{
	width:auto !important;
}
}
@media (min-width:768px) and (max-width:992px){
.career-sec h4{
	text-align:left;
}
.quality-sec p{
	padding:0;
}
}

/*Account sec*/
.account-sec h3{
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
	line-height:1.5;
}
.account-sec p{
	font-size:20px;
	line-height:1.5;
	margin-bottom:15px;
}
.account-sec p span{
	color:#2bbf46;
	cursor:pointer;
}
.account-sec{
	margin-bottom:30px;
}
.account-sec img {
	margin:30px 0;
}
.profile-sec{
	margin-bottom:30px;
}
.profile-sec p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.updating-sec {
	position:relative;
	margin-bottom:50px;
}
.updating-sec strong{
	font-size:28px;
	color:#2bbf46;
	width:60px;
	height:60px;
	background-color:#d7f3dc;
	border-radius:50%;
	display:inline-block;
	line-height:60px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:0;
}
.updating-sec .account-sec{
	padding-left:80px;
}
.not-required ul{
	background-color:#f3d7d7;
	border:1px solid #bf2b2b;
}
.college-profile img{
	margin-top:0;
}
.account-info.account-sec img {
    width: 100%;
}
@media screen and (max-width:767px){
.account-sec img,
.career-sec img{
	width:100%;
}
.account-sec p,
.profile-sec p,
.account-sec h3{
	font-size:16px;
}
.updating-sec strong{
	display:block;
	margin:0 auto 15px;
	position:relative;
}
.updating-sec .account-sec{
	padding-left:0;
}
}
@media (min-width:768px) and (max-width:991px){
.account-sec img,
.career-sec img{
	width:100%;
}
}

/*Managing sec*/
.managing-student .career-sec p{
	font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.student-email img {
	margin:0;
}
.tip-sec ul{
	margin-bottom:30px;
}
.tip-sec ul li a{
	font-style:italic;
	line-height:1.5;
}
.student-profile img {
	display:block;
	margin-bottom:30px;
}
	
@media (min-width:320px) and (max-width:767px){
.managing-student .career-sec p{
	font-size:16px;
}
}


/*managing-employers*/
.employers-jobs-sec img {
	display:block;
}

/*FAQ*/
.faq-sec .card .btn{
	font-size:20px;
	color:#2bbf46;
	text-decoration:none;
	text-align: left;
    padding: 10px 20px;
    background-color: #f5f5f5;
	font-weight:bold;
	white-space:normal;
}
.faq-sec .card .btn:hover{
	text-decoration:none;
}
@media (min-width:320px) and (max-width:767px){
.faq-sec .card .btn{
	font-size:16px;
}
}


.box{
	position:relative;
}
.header-bg1{
	background-image:url(../image/link-rows.jpg);
	background-size:cover;
	padding:40px 0;
	display:inline-block;
}
.header-bg1 p{
	font-size:20px;
	color:#fff;
	line-height:1.5;
}
.header-img,
.header-detail{
	display: inline-block;
    vertical-align: middle;
}
.link-row{
	display:table;
}
@media (min-width:320px) and (max-width:767px){
.header-detail p{
	font-size:16px;
}
.header-detail h3{
	font-size:28px;
}
.header-img img {
	margin-bottom:30px;
	width:75%;
}
.header-detail{
	text-align:center;
}
}
@media (min-width:481px) and (max-width:767px){
.header-img img {
	margin-bottom:30px;
	width:30%;
}
}
@media (min-width:768px) and (max-width:991px){
.header-img img {
	width:75%;
}
.header-detail p{
	font-size:18px;
}
.header-detail h3{
	font-size:30px;
}
}
@media (min-width:992px) and (max-width:1359px){
.header-bg1 h3{
	font-size:32px;
}
.header-bg1 p{
	font-size:16px;
	padding:0;
}
}

.footer-col{
	padding-top:60px;
}

.assessment-sec .blog-detail p{
	min-height:auto;
}
.assessment-detail p{
	line-height: 1.5;
}
@media (min-width:320px) and (max-width:767px){
.assessment-detail h2{
	font-size:22px;
}
.assessment-detail .blog-detail h2{
	font-size:20px;
}
}
@media (min-width:768px) and (max-width:991px){
.assessment-detail h2{
	font-size:25px;
}
.assessment-detail .blog-detail h2{
	font-size:16px;
}
}