.fa-y {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5em!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    color: #fff!important;
    text-align: center;
}

/*.circle{
	background: #fff;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	padding: 2%;
	text-align: center;
}*/

.fa-y:hover {
    color: yellow!important;

}

.rs-slider.main-home .slider-content .content-part {
    padding: 165px 35px 65px;
    max-width: 900px;
    margin: 0 auto;
}





.social li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 -10px;
  padding: 0;
}
.social li a {
  text-align: center;
  color: #444444;
}
.social li a i {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #444444;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.social li a i:before {
  font-size: 20px;
  z-index: 2;
  position: relative;
}
.social li a i:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: "";
  transform: scale(0.2);
  transition: all 0.2s ease-in-out;
}
.social li a i:hover {
  color: #ffffff;
}
.social li a i:hover:after {
  transform: scale(1);
  opacity: 1;
}
.social .facebook .fa:after {
  background: #3b5998;
}
.social .twitter .fa:after {
  background: #55acee;
}
.social .instagram .fa:after {
  background: #125688;
}
.social .linkedin .fa:after {
  background: #007bb5;
}
.social .rss .fa:after {
  background: #ff6600;
}



.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link.collapsed {
    background: #e7f4f6;
    color: #111;
}

.gray-bg3 {
    background: #e7f4f6;
}

.why-choose-us.style3 {
    background: url(../assets/images/bg/home12/why-learn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.gray-bg3 {
    background: #fdfefe;
}

.rs-team.home11-style .team-item .team-thumbnail .team-header .name a {
    color: #4d4f4e;
}

.content-part{
	text-align: center;
}

.cate-fee{
display: block;
}

.why-choose-us.style3 .services-part .services-text .services-txt {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 3%;
    padding-top: 1%;
    color: #333;
}

.sec-title3 .new-desc {
    font-size: 15px;
    line-height: 20px;
    color: #333;
}



.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
}
.login-popup .box{
	background-color:#fff;
	width: 750px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;

}
.login-popup.show .box{
	opacity: 1;
	margin-left: 33%;
}
.login-popup .box .img-area{
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}
.login-popup .box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('img/bg.jpg');
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;

}
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box {
	flex:0 0 50%;
	max-width: 30%;
	padding: 17px 1px;
}

.login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
}
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	border:none;
	border-bottom:1px solid #cccccc;
	font-size: 15px;
	color:#000000;
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}
.login-popup .box .form .btn{
	width: 100%;
	background-color: #E91E63;
	margin-top:40px;
	height: 45px;
	border:none;
	border-radius: 25px;
	font-size: 15px;
	text-transform: uppercase;
	color:#ffffff;
	cursor: pointer;
}
.login-popup .box .form .btn:focus{
	outline: none;
}

.login-popup .box .form .close{
	position: absolute;
    right: 31px;
    top: 7px;
    font-size: 30px;
    cursor: pointer;
}

/*responsive*/
@media(max-width: 767px){
.login-popup.show .box{
  opacity: 1;
  margin-left: 0%!important;
}
.login-popup .box {
	flex:0 0 50%;
	max-width: 100%;
	padding: 0;
	padding-top:10%;

}

        .free-course-contact form textarea {
    height: 60px!important;
    display: inherit;
}

	.login-popup .box{
		width: calc(100% - 30px);
	}
	.login-popup .box .img-area{
		display: none;
	}
	.login-popup .box .form{
		flex: 0 0 100%;
        max-width: 100%;
	}

	.free-course-contact {
    padding: 12px 0 12px;
}


/*.full-width-header .rs-header .logo-part img {
    margin-top: 14%!important;
    max-height: 35px;
}
*/


}

.gray-bg4{
background-color:#e7edf3!important}
.cl-white{
	color: #fff!important;
}

.brown{
	color: #ac413f;
}

.gra-33{
background-color: #dee2e6!important;
}

.rs-about.style1 .notice-bord.style1 li {
    position: relative;
    background: #e7f4f6;
    margin-bottom: 12px;
    border-radius: 3px;
    padding: 8px;
    padding-left: 0!important;
    overflow: hidden;
}

.in-bold{
	font-weight: 200;
}


.cate-fee{
	font-size: 21px!important;
	font-weight: 400;
}
  .pro{
		font-size: 12px!important;
		padding: 0;
		color: #000;
	}

.tution{
	font-size: 14px!important;
	text-transform: lowercase;
}

.black{
	color: #000!important;
}	
.rank{
	font-size: 16px!important;
}

.table td, .table th {
    padding: .03rem;
    vertical-align: top;
    border-top: 1px solid #aaa;
    text-align: left;
    font-weight: 700
}

.table th {
    font-size: 10px !important;
text-transform:lowercase;
   
}

.table td, .table th {

    font-size: 1.1em !important;
}


.table tr {
    font-size: 11px !important;
   
    
}

td{
	color: #aa3a37;
}


.rs-slider.main-home .slider-content.slide1 {
 
    height: 92vh!important;
    width: 100vw!important;

}

.rs-slider.main-home .slider-content.slide2 {
    height: 92vh!important;
}

.rs-slider.main-home .slider-content.slide3 {
    height: 92vh!important;
   
}

.rs-slider.main-home .slider-content.slide4 {
    height: 92vh!important;
   
}

/*
@media only screen and (max-width: 600px) {
.rs-slider.main-home .slider-content.slide1 {
 
    height: 90vh!important;
    width: 100vw!important;

}

.rs-slider.main-home .slider-content.slide2 {
    height: 90vh!important;
}

.rs-slider.main-home .slider-content.slide3 {
    height: 90vh!important;
   
}

.rs-slider.main-home .slider-content.slide4 {
    height: 90vh!important;
   
}
}


.full-width-header.home8-style4 .rs-header .menu-area {
    background: #fff!important;
}

.full-width-header .rs-header .menu-area .nav-expander span {
    height: 2px;
    width: 30px;
    display: block;
    background: #aa3a37!important;
    margin: 6px 0;
    transition: all .3s ease;

}

.full-width-header.home8-style4.main-home .expand-btn-inner li a i:before {
    color: #aa3a37!important;
}
*/
.main-container {

    background-color: #273c66!important;
    padding: 15px;
    border-radius: 3px;
}

.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #f76a2b!important;
}

.gra-33 {
    background-color: #212529!important;
}

a.black{
	color: #000!important;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .name a {
    color: #21a7d0!important;
}

.sec-title2 .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    color: #eee !important;
}

.gray-bg4 {
    background-color: #212529!important;
}


.choose-us-part{
	color: #fff!important;
}

.style2{
	background: #ffed4a3d !important;
}  

.cate-fee{
	color: #000!important;
}


.rs-slider .t1 h2 {
      font-weight: 700;
    color: #e6581c !important;
    font-size: 26px;
    
}

.rs-slider .t1 p {
      font-weight: 700;
    color: #fff;
     font-size: 20px;
    
}


.rs-slider.main-home .slider-content .content-part .sl-sub-title .t1{

    color: #e6581c !important;
  
}

