
.dir{
	direction: rtl;
}
text-right{
	text-align: right;
}
.header{
	background-color:#fff;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar {
	background-color: #175e9e;
	padding: 12px 0px;
}
.header .content {
	float: right;
}
.header .content li {
	display: inline-block;
	color: #fff;
	margin-left: 10px;
	font-weight:500;
}
.header .content li:last-child{
	margin-left: 0px;
	padding-left:0px;
	border-left:0px;
}
.header .content li i {
	margin-left: 5px;
}
.header .content li a {
	color: #ccc;
}
.header .social{
	float:left;
}
.header .social li {
	display: inline-block;
	margin: 0;
	margin-left: 15px;
}
.header .social li:last-child{
	margin-left:0px;
}
.header .social li a {
	color: #fff;
}
/* Logo */
.header .logo {
	float: right;
	margin-top: 12px;
}
.header .header-widget {
	float: left;
	padding: 30px 0;
}
.header .single-widget {
	position: relative;
	display: inline-block;
	padding-right: 60px;
	margin-left: 20px;
}
.header .single-widget:last-child {
	margin-left: 0px;
	border-left: 0px;
	padding-left: 0px;
}
.header .single-widget i {
	position: absolute;
	text-align: center;
	font-size: 18px;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .single-widget:hover i{
	border-color:transparent;
}
.header .single-widget h4 {
	font-weight: 500;
	font-size: 16px;
	text-align: right;
}
.header .single-widget h4 span {
	color: #666;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.header .single-widget h4 a{
	color:#000;
}
.header .header-menu {
	background: #f6f6f6;
	z-index: 3333;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: right;
	position: relative;
	margin-left: 5px;
}
.header .nav li:last-child{
	margin-left:0px;
}
.header .nav li a {
	color: #252525;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	position: relative;
	text-shadow: none;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
}
.header .nav li a i {
	margin-right: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	right: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:left;
}
.header .nav li .dropdown li:hover a{
	color:#fff;
}
.header .nav li .dropdown.submenu{
	right:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#fff;
}
.header .button {
	position: absolute;
	top: 0;
	left: 0;
}
.header .button .btn {
	margin-top: 8px;
	color: #fff;
	border-radius: 50px;
	box-shadow:none;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-left:5px;
}
/* search button */
.search{
	position:relative;
	margin: 20px;
}
.search input {
	width: 100%;
	height: 42px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	color: #6c6c6c;
	padding: 0 20px 0 48px;
}
.search input:focus {
	border: 1px solid rgb(231, 148, 18) !important;
	box-shadow: 0 0 3px rgb(231, 148, 18) !important;
	-moz-box-shadow: 0 0 3px rgb(231, 148, 18) !important;
	-webkit-box-shadow: 0 0 3px rgb(231, 148, 18) !important;
}
input:focus, select:focus {
	outline-offset: 0px !important;
	outline: none !important;
}
.search .button {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 42px;
	line-height: 42px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
}
.search .button:hover{
	background:#00000b;
	color:#fff;
}
/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#fff;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
.home-slider{
	height: 500px;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	border: none;
}
.home-slider .single-slider:before{
	opacity: 0.6;
}
.home-slider .single-slider .slider-text {
	margin: 171px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 55px;
	line-height: 70px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
}
.home-slider .single-slider p {
	font-size: 16px;
	color: #ccc;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.home-slider .single-slider .text-center p {
	font-size: 16px;
	color: #ccc;
	padding:0 100px;
}
.home-slider .single-slider .text-right p {
	font-size: 16px;
	/*color: #ccc;*/
	/*padding:0 0 0 100px;*/
}
.home-slider .single-slider .button{
	margin-top:50px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #252525;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:transparent;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
.courses .course-slider {
	margin-top: 30px;
}
.courses .single-course {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin: 5px;
}
.courses .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .single-content {
	padding: 10px;
	text-align: right;
}
.single-content h6 a{
	color:#000;
}
.courses .course-head{
	position:relative;
	overflow:hidden;
}
.courses .course-head::before {
	opacity:0;
	visibility: hidden;
	background:#252525;
	z-index: 5;
}
.courses .single-course:hover .course-head:before{
	opacity:0.5;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.courses .single-course:hover .btn{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.courses .single-course .btn:hover{
	background:#fff;
}
.courses .single-course img{
	height:100%;
	width:100%;
}
.courses .single-course h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.courses .single-course h4 a{
	color:#252525;
}
.courses .single-course h4 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.courses .single-course p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
    overflow: hidden;
    padding: 10px 25px;
    border-top: 1px solid #e7e7e7;
}
.courses .course-meta .meta-right {
	float: right;
}
.courses .meta-right span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	margin-right: 15px;
	font-weight: 600;
	float: right;
}
.courses .meta-right span:last-child{
	margin-right:0px;
}
.courses .course-meta .meta-right i{
	color:#a3a3a3;
	margin-right:10px;
}
.courses .course-meta .price {
	display: block;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	padding: 0 15px;
	font-weight: 700;
}
/* Slider Meta */
.courses .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.courses:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.courses .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.courses .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.courses .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.courses .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.courses .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.courses .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Course Archives */
.courses.archives .single-course{
	margin-top:30px;
}
/* Pagination */
.courses.archives .pagination-main {
	text-align: center;
}
.courses.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.courses.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.courses.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.courses.archives .pagination li:hover a, 
.courses.archives .pagination li.active a {
	color: #fff;
}
/* Course Single */
.courses.single{
	background:#f6f6f6;
}
.courses.single .single-main{
	background:#fff;
	padding:30px;
}
.courses.single .single-course {
	margin: 0;
}
.courses.single .course-meta {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	padding: 20px;
}
.courses.single .course-info {
	overflow: hidden;
	float: left;
}
.courses.single .single-info {
	float: left;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
}
.courses.single .single-info:last-child{
	margin-right: 0px;
}
.courses.single .single-info img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
}
.courses.single .single-info i {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.courses.single .single-info h4 span {
	display: block;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	color: #777;
	font-weight:400;
}
.courses.single .course-price {
	float: right;
	text-align: center;
}
.courses.single .course-price p {
	font-size: 28px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.courses.single .course-price p a{}
.courses.single .course-price .btn {
	color: #fff;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
}
.courses.single .course-price .btn i {
	margin-right:10px;
}
.courses.single .course-price .btn:hover{
	background:#fff;
	color:#252525;
	border-color:#e7e7e7;
}
.courses.single .course-feature {
	background: #252525;
	width: 100%;
}
.courses.single .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position:relative;
}
.courses.single .course-feature h4:before{
	position:absolute;
	left:0;
	width:50px;
	height:2px;
	content:"";
	bottom:-1px;
}
.courses.single .feature-main {
	padding: 20px;
	color: #fff;
}
.courses.single .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid rgba(238, 238, 238, 0.22);
}
.courses.single .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.courses.single .single-feature i {
	width: 10px;
	margin-right: 15px;
}
.courses.single .single-feature .label{}
.courses.single .single-feature .value {
	float: right;
	font-weight:600;
}
.courses.single .content h2{
	margin-bottom:15px;
	font-size:30px;
}
.courses.single .content h2 a{
	color:#252525;
}
.courses.single .content h2:hover a{
	color:#00B06A;
}
.courses.single .content p{
	margin-bottom:20px;
}
.courses.single .content p:last-child{
	margin:0;
}
.courses.single .course-required {
	margin-top: 30px;
}
.courses.single .course-required h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.courses.single .course-required ul {}
.courses.single .course-required ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.courses.single .course-required ul li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	border: 1px solid;
	line-height: 30px;
	text-align: center;
}
.cta{
	background-image:url('images/cta2.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
}
.cta .cta-inner {
	padding: 60px;
	width: 100%;
}
.cta .cta-inner:before{
	opacity:0.9;
}
.cta .text-content{
	z-index:3;
	position:relative;
	text-align: right;
}
.cta .cta-inner h2 {
	font-size: 27px;
	margin-bottom: 45px;
	color: #fff;
}
.cta .cta-inner p{
	font-size:16px;
	color:#fff;
	text-align: justify;
}
.cta .cta-inner .button {
	margin-top: 45px;
}
.cta .cta-inner .btn{
	background:#fff;
	color:#252525;
	border:2px solid transparent;
}
.cta .cta-inner .btn:before{
	display:none;
}
.cta .cta-inner .btn:hover{
	border-color:#fff;
	background:transparent;
	color:#fff;
}

.fun-facts{
	background:url('images/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	padding:100px 0 130px
}
.fun-facts::before {
	opacity: 0.9;
}
.fun-facts .single-fact {
	text-align: center;
	margin-top: 30px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fun-facts .single-fact:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.fun-facts .single-fact i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}
.fun-facts .single-fact .number {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #eee;
	font-size: 15px;
}
/* ------------------------------------
    special News
---------------------------------------*/
.rs-latest-news{
	padding:60px;
}
.rs-latest-news .news-normal-block {
	padding: 15px;
	border: 1px solid rgba(34, 34, 34, 0.1);
	transition: all 0.3s ease 0s;
}
.rs-latest-news .news-normal-block:hover {
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-normal-block .news-img {
	margin-bottom: 20px;
}
.rs-latest-news .news-normal-block .news-img img {
	width: 100%;
}
.rs-latest-news .news-normal-block .news-date {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.rs-latest-news .news-normal-block .news-date i {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	margin-right: 4px;
	color: #F79F1F;
}
.rs-latest-news .news-normal-block .news-date span {
	color: #505050;
}
.rs-latest-news .news-normal-block .news-title {
	font-size: 20px;
	margin-bottom: 12px;
}
.rs-latest-news .news-normal-block .news-title a {
	color: #212121;
}
.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
	color: #F79F1F;
}
.rs-latest-news .news-normal-block .news-desc p {
	margin-bottom: 20px;
	height: 60px;
	overflow-y: hidden;
}
.rs-latest-news .news-normal-block .news-btn a {
	display: inline-block;
	margin-left: auto;
	padding: 4px 16px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	background-color: #F79F1F;
	color: #fff;
	border-radius: 5px;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
	background-color: #F79F1F;
}
.rs-latest-news .news-list-block .news-list-item {
	padding: 15px;
	border: 1px solid rgba(34, 34, 34, 0.1);
	transition: all 0.3s ease 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.rs-latest-news .news-list-block .news-list-item:hover {
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item + .news-list-item {
	margin-top: 23px;
}
.rs-latest-news .news-list-block .news-list-item .news-img {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 15px;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.rs-latest-news .news-list-block .news-list-item .news-date {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.rs-latest-news .news-list-block .news-list-item .news-date i {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	margin-right: 4px;
	color: #F79F1F;
}
.rs-latest-news .news-list-block .news-list-item .news-date span {
	color: #505050;
}
.rs-latest-news .news-list-block .news-list-item .news-title {
	font-size: 16px;
	margin-bottom: 7px;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
	color: #212121;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover,
.rs-latest-news .news-list-block .news-list-item .news-title a:focus {
	color: #F79F1F;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a {
	display: inline-block;
	margin-left: auto;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	background-color: #F79F1F;
	color: #fff;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a:hover {
	background-color: #F79F1F;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
	margin-bottom: 0;
	height: 60px;
	overflow-y: hidden;
}
.latest-news-slider .slick-arrow {
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: -104px;
	height: 42px;
	width: 42px;
	font-size: 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0.1);
	color: #F79F1F;
	cursor: pointer;
	outline: 0;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.latest-news-slider .slick-arrow:after {
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 22px;
}
.latest-news-slider .slick-arrow.slick-prev:after {
	content: "\f104";
}
.latest-news-slider .slick-arrow.slick-next {
	right: -160px;
}
.latest-news-slider .slick-arrow.slick-next:after {
	content: "\f105";
}
.latest-news-slider .slick-arrow:hover {
	background-color: #F79F1F;
	color: #fff;
}
.latest-news-nav .slick-track {
	width: 100% !important;
}
.latest-news-nav .slick-slide {
	width: calc(100% - 2px) !important;
	margin-bottom: 12px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgba(34, 34, 34, 0.1);
	padding: 8px;
	transition: all 0.3s ease 0s;
}
.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
	background-color: #F79F1F;
	border-color: #F79F1F;
}
.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
	opacity: 0.8;
}


/* ------------------------------------
    quick access
---------------------------------------*/
.access {
	background-image: url(images/Education-960x400.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 35px 0 !important;
}

.sec-color {
	/*background-color: #f9f9f9;*/
	/*background-color: #f6f6f6;*/
	/*background: url(images/pattern.png) left top repeat;*/
	color: #fff;
}
.rs-branches .branches-item {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.rs-branches .branches-item i {
	margin-bottom: 15px;
	font-size: 20px;
	color:#fff;
}
.rs-branches .branches-item a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	display: block;
}
.rs-branches .branches-item p {
	margin-bottom: 0;
}
.rs-branches [class*="col-"] + [class*="col-"] .branches-item:after {
	position: absolute;
	content: '';
	width: 64%;
	height: 2px;
	background-color: #F79F1F;
	right: -40%;
	top: 45px;
}

/* ------------------------------------
    blog
---------------------------------------*/
.blog {
	background: #fff;
}
.blog .blog-slider{
	margin-top: 30px;
}
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	margin:5px;
}
.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
	height: 200px;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
	position: absolute;
	left: 12px;
	top: 12px;
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	z-index:36;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding-top: 10px;
}
.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
	height: 220px;
	background-color: #f5f5f5;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .btn {
	color: #fff;
	margin-top: 20px;
	padding: 8px 20px;
	font-size: 13px;
}
.blog .blog-content .btn:before{
	background:#252525;
}
.blog .blog-content .btn i{
	margin-right:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e7e7e7;
	font-weight: 500;
	float: right;
}
.blog .blog-content p{
	display: inline-block;
	height: 58px;
	overflow-y: hidden;
}
.blog .blog-info a:last-child{
	border-left:0px;
	margin-left:0px;
	padding-left:0px;
}
.blog .blog-info a i {
	margin-left: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}
/* Bogs Archives */
.blog.b-archives{
	padding: 60px 0 90px;
}
.blog.b-archives .single-blog{
	margin:30px 0 0;
}
/* Pagination */
.pagination-main{
	text-align:right;
}
.pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.pagination li {
	float: right;
	margin-right: 5px;
}
.pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.pagination li:hover a,
.pagination li.active a {
	color: #fff;
}
/* Blog Single CSS */
.blog.b-archives.single .blog-detail{
	margin-top:30px;
}
.blog.b-archives.single .b-gallery{}
.blog.b-archives.single .b-gallery .owl-nav div{
	background:#fff;
	color:#252525;
}
.blog.b-archives.single .b-gallery .owl-nav div:hover{
	color:#fff;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-prev {
	left: 10px;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-next {
	right: 10px;
}
.blog.b-archives.single .blog-info {
	margin: 0;
	display: table;
}
.blog.b-archives.single .blog-info a {
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
.blog.b-archives.single .blog-info a:last-child{
	margin:0;
}
.blog.b-archives.single .blog-info a i {
	margin-right: 10px;
}
.blog.b-archives.single .detail-content .blog-title {
	font-size: 30px;
	margin-bottom: 20px;
	display: inline-block;
}
.blog.b-archives.single .blog-title a{
	color:#252525;
}
.blog.b-archives.single .detail-content p{
	margin-bottom:20px;
}
.blog.b-archives.single .detail-content p:last-child{
	margin:0;
}
.blog.b-archives.single .detail-content{
	margin-top:20px;
}
.blog.b-archives.single .blockquote {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 3px solid transparent;
	background: #f6f6f6;
	padding: 21px;
}
.blog.b-archives.single .blockquote p{
	color:#252525;
	font-size:15px;
}
/* Blog Bottom */
.blog.b-archives.single .blog-bottom {
	overflow: hidden;
	margin-top: 30px;
}
.blog.b-archives.single .blog-bottom li:before{
	display:none;
}
.blog.b-archives.single .blog-bottom .share  li {
	position: relative;
	padding-left: 0px;
	margin-right:5px;
	display: inline-block;
}
.blog.b-archives.single .blog-bottom .share{
	float:left;
}
.blog.b-archives.single .blog-bottom .share li a {
	color: #fff;
	background: #353535;
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	text-align: ;
}
.blog.b-archives.single .blog-bottom  .prev-next{
	float:right;
}
.blog.b-archives.single .blog-bottom .prev-next li {
	display: inline-block;
	padding: 0;
}
.blog.b-archives.single .blog-bottom .prev-next li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.blog.b-archives.single .blog-bottom .prev-next li a:hover{
	background:#252525;
}
/* Blog Comments*/
.blog.b-archives.single .comment-main {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.blog.b-archives.single .comment-title{
	margin-bottom:20px;
}
.blog.b-archives.single .comment-title h2 {
	font-size: 22px;
	color: #252525;
}
.blog.b-archives.single .comment-title p {
	font-size: 14px;
	color: #666;
	margin-top:5px;
}
.blog.b-archives.single .form-group{
	margin-bottom:20px;
}
.blog.b-archives.single .form-group input{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	color:#666666;
	width:100%;
	padding-left:15px;
	text-transform:capitalize;
	height:50px;
	border:1px solid #eeeeee;
}
.blog.b-archives.single .form-group textarea{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	padding:15px;
	resize:none;
	color:#666666;
	text-transform:capitalize;
	width:100%;
	border:1px solid #e7e7e7;
}
.blog.b-archives.single .form-group input:hover,
.blog.b-archives.single .form-group textarea:hover{
	padding-left:25px;
}
.blog.b-archives.single .form-group button {
	color: #fff;
	font-family: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog.b-archives.single .form-group button:hover{
	background:transparent;
}
.blog.b-archives.single .form-group button:before{
	background:#252525;
}

.about-us {
	background: #fff;
	padding: 60px 0 90px;
}
.about-us .single-image,
.about-us .about-text{
	margin-top:30px;
}
.about-us .single-image{
	position:relative;
}
.about-us .single-image:before{
	opacity:0;
	visibility:hidden;
}
.about-us .single-image:hover:before{
	opacity:0.6;
	visibility:visible;
}
.about-us .single-image img {
	width: 100%;
}
.about-us .single-image .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #252525;
	padding: 0;
	font-size: 26px;
	border-radius: 100%;
	margin: -35px 0 0 -35px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.about-us .single-image:hover .btn{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.about-us .single-image .btn:hover{
	color:#fff;
}
.about-us .about-text h2 {
	font-size:30px;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.about-us .about-text h2:before{
	position:absolute;
	right:0;
	bottom:-1px;
	width:60px;
	height:2px;
	content:"";
}
.about-us .about-text p{
	margin-bottom:15px;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .about-text .button{
	margin-top:30px;
}
.about-us .about-text .btn{
	color:#fff;
}
.about-us .about-text .btn:before{
	background:#252525;
}
.about-us .signature{
	margin-top:35px;
}
.about-us .signature .name {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}
.about-us .signature .name span {
	display: block;
	color: #777;
	margin-top: 5px;
	font-size: 15px;
}
.contact .contact-bottom{
	margin-top:30px;
}
.contact .contact-info {
	text-align: left;
	margin-top: 30px;
	position: relative;
	padding-right: 100px;
}
.contact .contact-info .icon {
	position: absolute;
	right: 0;
}
.contact .contact-info .icon i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e7e7e7;
	font-size: 25px;
	border-radius: 100%;
	text-align: center;
}
.contact .contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.contact .contact-info a {
	color: #777;
}
.contact .contact-info p {
	color: #777;
	font-size: 15px;
}
.contact .contact-map{
	margin-top:30px;
}
.contact .contact-map #map{
	height:466px;
}
.contact .contact-head {
	overflow: hidden;
}
.contact .form-head{
	margin-top:30px;
}
.contact .form-head .form-group:last-child{
	margin:0;
}
.contact .form-head .form-group input {
	height: 50px;
	width: 100%;
	padding-right: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 15px;
}
.contact .form-head .form-group input:hover,
.contact .form-head .form-group textarea:hover{
	padding-left:25px;
}
.contact .form-head .form-group textarea {
	height: 192px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 18px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	resize: none;
}
.contact .form-head .form-group .button{
	margin-top:20px;
}
.contact .form-head .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .form-head .form-group button:before{
	background:#252525;
}
.contact .form-head .form-group button:hover{
	background:transparent;
}

.mail-success {
	background: #fff;
}
.mail-success .mail{
	text-align:center;
}
.mail-success .mail h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.mail-success .mail h2 .primary{
	color:#00B16A;
}
.mail-success .mail h2 .normal {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}
.mail-success .mail .button{
	margin-top:30px;
}
.mail-success .mail .btn {
	background: #252525;
	color: #fff;
	border-radius: 50px;
}
.mail-success .mail .btn:before{
	background:#00B16A;
}
.footer {
	background-image:url('images/footer2.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left;
	padding: 0;
}
.footer::before {
	opacity: 0.9;
}
.footer a,
.footer p{
	color:#eee;
	font-weight:400;
}
.footer .footer-top {
	padding: 30px 0 40px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff;
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	right:0;
	content:"";
	width:90px;
	height:2px;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-left: 15px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 29px;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 13px;
}
.footer .useful-links ul li i{
	margin-left:10px;
}
.footer .single-news {
	position: relative;
	padding-right: 65px;
	margin-bottom: 15px;
	height: 60px;
}
.footer .single-news:last-child{
	margin:0;
}
.footer .single-news img {
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	/*border-radius: 50px;*/
	top: 10px;
}
.footer .single-news h4{
	padding-top: 5px;
}
.footer .single-news h4 a {
	color: #fff;
	font-size: 15px;
}
.footer .single-news p{
	padding-left:50px;
}
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
 .newsletter .form{
	position:relative;
	margin-top:20px;
}
.newsletter .form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #2c2c2c;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 20px 0px 50px;
	font-size: 16px;
	border-radius: 0px;
}
.newsletter .button {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 50px;
	color: #fff;
	box-shadow: none;
	font-size: 20px;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	border-left:1px solid transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.newsletter .button:hover{
	background:#fff;
	border-left-color:#e7e7e7;
	color:#252525;
}
.footer .bottom-head {
	padding: 20px 0;
	border-top: 1px solid rgba(231, 231, 231, 0.25);
}
.footer .social {
	text-align: center;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 37px;
	background: rgba(69, 69, 69, 0.5);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#fff;
}
.footer .copyright {
	text-align: center;
	margin-top: 15px;
}
.footer .copyright p {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.footer .copyright a:hover{
	color:#fff;
}
.home-services-wrapper {
	padding: 0;
}
.home-services-wrapper .title {
	margin: 0;
}
/*** Single Services ***/
.single-services {
	margin: 40px 0 0;
}
.services-inner {
	border: 2px solid rgba(0, 0, 102, 0.53);
	margin-right: 35px;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
}
.our-services-icon {
	float: right;
	margin-right: -30px;
	margin-left: 22px;
	margin-top: 28px;
}
.our-services-icon i {
	width: 60px;
	height: 60px;
	background: #000066;
	color: #fff;
	border-radius: 50%;
	line-height: 57px;
	text-align: center;
	font-size: 30px;
}
.our-services-text {
	overflow: hidden;
	padding: 28px 0 25px;
}
.our-services-text h4::before {
	background: rgb(231, 148, 18) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 35px;
}
.our-services-text h4 {
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	line-height: 22px;
	text-align: right;
}
.our-services-text p {
	margin-bottom: 0;
	text-align: right;
}
.single-services:hover .services-inner {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid rgba(0, 0, 0, 0);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.single-services {
	margin: 70px 0 0;
}
.our-services-icon {
	float: right;
	margin: -30px 0 0;
	text-align: center;
	width: 100%;
}
.our-services-text {
	padding: 20px;
}
.services-inner {
	margin-right: 0;
}

/*=============================
	Teachers CSS
===============================*/
.team {
	padding:60px 0 90px;
}
.team .team-button{
	padding-left: 20px;
	margin-top:45px;
}
.team .button .btn{
	color:#fff;
}
.team .button .btn:before{
	background:#252525;
}
.team .button .btn:hover{
	background:transparent;
	color:#fff;
}
.team .single-team {
	position: relative;
	margin-top: 30px;
}
.team .single-team img{
	height:100%;
	width:100%;
	text-align:center;
}
.team .team-hover {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 60px 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	bottom: 5px;
	right: 5px;
}
.team .single-team:hover .team-hover,
.team .single-team.active .team-hover{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.team .team-hover h4 {
	color: #fff;
	font-size: 20px;
}
.team .team-hover h4 span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.team .team-hover p {
	color: #fff;
	margin: 20px 0;
}
.team .team-hover .social{
	padding-bottom:42px;
}
.team .team-hover .social li {
	display: inline-block;
	margin-right: 10px;
}
.team .team-hover .social li:last-child{
	margin:0;
}
.team .team-hover .social li a{
	color:#fff;
	font-size:14px;
}
.team .team-hover .social li a:hover{
	opacity:0.6;
}
/* Teachers 2 */
.team-style2 .single-team {
	text-align: center;
	margin-top: 30px;
}
.team-style2 .single-team .image{
	position:relative;
}
.team-style2 .single-team .image:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team-style2 .single-team:hover .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team.active .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team .image a {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 100%;
	margin: -25px 0 0 -25px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	transform:scale(3);
}
.team-style2 .single-team .image a:hover{
	background:#fff;
	color:#252525;
}
.team-style2 .single-team:hover .image a{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.team-style2 .single-team.active .image i{
	opacity:1;
	visibility:visible;
}
.team-style2 .single-team img{
	height:100%;
	width:100%;
}
.team-style2 .team-content .name {
	font-size: 20px;
	margin-top: 12px;
}
.team-style2 .team-content .name span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	font-weight: 500;
}
.team-style2 .team-content p {
	margin-top: 12px;
}
.team-style2 .team-content .social {
	margin-top: 12px;
}
.team-style2 .team-content .social li{
	display:inline-block;
	margin-right:10px;
	color:#262b38;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.team-style2 .team-content .social li:last-child{
	margin-right:0px;
}
.team-style2 .team-content .social li a {
	font-size: 14px;
	color: #252525;
}
/* Teacher Single */
.team-details{
	padding: 60px 0 90px;
}
.team-details .member-detail,
.team-details .detail-content{
	margin-top:30px;
}
.team-details .member-detail{
	text-align:center;
}
.team-details .member-detail img{
	width:100%;
}
.team-details .member-detail .social {
	margin-top: 20px;
}
.team-details .member-detail .social li{
	display:inline-block;
}
.team-details .member-detail .social li:last-child{
	margin-right:0px;
}
.team-details .member-detail .social li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #252525;
	color: #fff;
	display: block;
	border-radius: 100%;
}
.team-details .address {
	margin-top: 10px;
}
.team-details .address li{}
.team-details .address li a {
	color: #252525;
}
.team-details .address li i {
	margin-right:10px;
}
.team-details .detail-content h2{
	font-size:32px;
}
.team-details .detail-content .title {
	font-size: 16px;
	margin: 0;
}
.team-details .detail-content p {
	margin-top: 30px;
}
.team-details .detail-content .signature{
	margin-top:50px;
}
/* Skill */
.team-details .single-progress {
	margin-top: 15px;
}
.team-details .single-progress h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
}
.team-details .single-progress p{
	margin-bottom:0px;
}
.team-details .progress {
	background: #f6f6f6;
	border-radius: 0px;
	border-radius: 30px 0 0 30px;
	height: 10px;
	overflow: visible;
}
.team-details .progress .progress-bar {
	border-radius: 30px;
	position: relative;
}
.team-details .progress .percent {
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: -15px;
	padding: 5px;
	font-weight: 600;
	display: table-cell;
}
/*=============================
	End Teachers CSS
===============================*/
/*=============================
	Sidebar
===============================*/
/* news Sidebar */
.news-sidebar {
	margin-top: 30px;
	border-left: 1px solid #e6e6e6;
	padding-left: 30px;
}
.news-sidebar.left{
	border-left:0px;
	border-right:1px solid #e6e6e6;
	padding:0 30px 0 0;
}
.news-sidebar .search{
	position:relative;
}
.news-sidebar .search input {
	width: 100%;
	height: 52px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #e7e7e7;
	font-size: 16px;
	color: #6c6c6c;
	padding: 0 20px 0 48px;
	text-align: right;
	direction: rtl;
}
.news-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 52px;
	line-height: 52px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
}
.news-sidebar .search .button:hover{
	background:#00000b;
	color:#fff;
}
.news-sidebar .single-widget {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	padding: 15px;
}
.news-sidebar .single-widget h3 {
	font-size: 20px;
	padding-left: 10px;
	border-left: 2px solid transparent;
	margin-bottom: 20px;
}
.news-sidebar .single-widget.categories ul{}
.news-sidebar .single-widget.categories ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.news-sidebar .single-widget.categories ul li:last-child{
	margin:0;
	padding:0;
	border:none;
	border:none;
}
.news-sidebar .single-widget.categories ul li a{
	color:#252525;
}
.news-sidebar .single-widget.categories ul li a:hover{
	color:#00B069;
}
.news-sidebar .single-widget.categories ul li a span {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}
.news-sidebar .single-widget.categories ul li i{
	margin-left:5px;
}
.news-sidebar .single-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.news-sidebar .single-post:last-child{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.news-sidebar .post-img {
	float: right;
	width: 70px;
	margin-left: 10px;
}
.news-sidebar .post-img img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
}
.news-sidebar .post-info h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 5px;
}
.news-sidebar .post-info h4 a {
	color: #252525;
}
.news-sidebar .post-info span{
	color:#666;
}
.news-sidebar .post-info span i{
	margin-left:5px;
}
.news-sidebar .single-course {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.news-sidebar .single-course:last-child{
	padding:0;
	margin:0;
	border:none;
}
.news-sidebar .single-course img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	float: right;
	margin:0 0 0 15px !important;
}
.news-sidebar .course-content h4{
	font-size:15px;
}
.news-sidebar .course-content a {
	color: #252525;
}
.news-sidebar .course-content .meta {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.news-sidebar .course-content .meta span{
	margin-left:10px;
}
.news-sidebar .course-content .meta span i{
	margin-right:5px;
}
.news-sidebar .calendar li{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e7e7e7;
}
.news-sidebar .calendar li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.news-sidebar .calendar li a{
	color:#252525;
	font-size:15px;
}
.news-sidebar .calendar li a i{
	margin-right:10px;
	color:#777;
}
.news-sidebar .tags h3{
	margin-bottom:10px;
}
.news-sidebar .tags ul{
	margin-left:-10px;
}
.news-sidebar .tags ul li {
	display: inline-block;
	margin-top: 10px;
	padding-left:10px;
}
.news-sidebar .tags ul li a {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 5px 10px;
	color: #777;
}
/*=============================
	End  Sidebar
===============================*/
/* ------------------------------------
 special news
  ---------------------------------------*/
.mb-50 {
	margin-bottom: 50px !important;
}
.sec-spacer {
	padding: 100px 0;
}
.blog-page-area .blog-inner {
	overflow: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.blog-page-area .blog-inner .blog-content {
	margin-top: 6px;
}
.blog-page-area .blog-inner .blog-content .date {
	font-size: 13px;
	font-weight: 600;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta {
	margin: 0 0 10px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #F79F1F;
	padding-right: 10px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li:last-child {
	padding-right: 0;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li i {
	font-size: 13px;
}
.blog-page-area .blog-inner .blog-content ul.blog-meta li a {
	display: block;
}
.blog-page-area .blog-inner .blog-content p {
	font-size: 15px;
}
.blog-page-area .blog-inner .blog-content h4 {
	margin: 0 0 8px;
}
.blog-page-area .blog-inner .blog-content h4 a {
	font-size: 20px;
	font-weight: 700;
	color: #212121;
}
.blog-page-area .blog-inner .blog-content a.primary-btn {
	margin-top: 12px;
}
.blog-page-area .blog-inner .blog-images {
	overflow: hidden;
	position: relative;
}
.blog-page-area .blog-inner .blog-images i {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-webkit-transform: translate(-50%, -50%);
	/* Safari */
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #F79F1F;
	color: #F79F1F;
	opacity: 0;
}
.blog-page-area .blog-inner .blog-images:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
}
.blog-page-area .blog-inner .blog-images img {
	transform: scale(1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	width: 100%;
}
.blog-page-area .blog-inner:hover .blog-images i {
	opacity: 1;
}
.blog-page-area .blog-inner:hover .blog-images img {
	transform: scale(1.1);
	transition: all 0.3s ease 0s;
}
.blog-page-area .blog-inner:hover .blog-images:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	ms-transform: scale(1) !important;
}
.blog-page-area .blog-inner:hover .blog-content h4 a {
	color: #F79F1F;
}
.blog-page-area .pagination {
	margin-top: 0;
}
/* ------------------------------------
    special news Details
---------------------------------------*/
.blog-page-area .blog-inner .blog-content a.primary-btn {
	margin-top: 12px;
}
.primary-btn {
	display: inline-block;
	height: 40px;
	line-height: 35px;
	text-align: center;
	min-width: 136px;
	padding: 0 20px;
	border: 2px solid #F79F1F;
	color: #212121;
	transition: all 0.3s ease 0s;
	font-weight: 600;
}
.primary-btn:hover {
	background: #F79F1F;
	color: #ffffff;
}

.single-blog-details .single-image {
	margin-bottom: 25px;
	overflow: hidden;
}
.single-blog-details .single-image img {
	filter: grayscale(0%);
	transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
	filter: grayscale(100%);
	transform: scale(1.1);
}
.single-blog-details .like-section h5,
.single-blog-details h5.top-title {
	font-size: 16px;
	color: #212121;
	margin: 20px 0 15px;
	padding: 0;
	line-height: 25px;
}
.single-blog-details .like-section h5 a {
	color: #212121;
}
.single-blog-details .like-section h5 a:hover {
	color: #F79F1F;
}
.single-blog-details h3.top-title,
.single-blog-details .like-section h3.title-bg {
	font-size: 20px;
}
.single-blog-details .like-section span.date {
	font-size: 12px;
}
.single-blog-details blockquote {
	background: #f0f0f0;
	border: medium none;
	margin: 25px 0 25px;
	padding: 24px 25px 24px 63px;
	font-size: 16px;
	color: #212121;
	font-style: italic;
	position: relative;
	font-weight: 400;
}
.single-blog-details blockquote i {
	position: absolute;
	left: 22px;
	font-size: 25px;
	top: 21px;
}
.single-blog-details h2 {
	font-size: 20px;
	margin: 0 0 25px;
}
.single-blog-details .share-section {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
.single-blog-details .share-section .share-link1 {
	padding: 0;
	margin: 0;
	float: right;
}
.single-blog-details .share-section .share-link1 li {
	float: left;
	list-style: none;
}
.single-blog-details .share-section .share-link1 li:first-child a {
	margin-left: 0;
}
.single-blog-details .share-section .share-link1 li a {
	padding: 7px 8px;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 400;
	color: #505050;
	border-radius: 4px;
	margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
	background: #F79F1F;
	color: #212121;
	border: 1px solid #F79F1F;
}
.single-blog-details .share-section .share-link1 li:first-child a {
	background: #F79F1F;
	color: #212121;
	border: 1px solid #F79F1F;
}
.single-blog-details .share-section .life-style span {
	font-size: 13px;
	font-weight: 400;
	color: #505050;
	margin-right: 12px;
}
.single-blog-details .share-section .life-style span:last-child {
	margin-right: 0;
}
.single-blog-details .share-section .life-style span i {
	margin-right: 4px;
}
.single-blog-details .share-section .life-style span a {
	font-size: 13px;
	font-weight: 400;
	color: #505050;
}
.single-blog-details .share-section .life-style span a i {
	font-size: 13px;
	margin-right: 4px;
}
.single-blog-details .share-section .life-style span a:hover {
	color: #F79F1F;
}
.single-blog-details .share-section .life-style span.author a {
	color: #777777;
}
.single-blog-details .share-section .life-style span.author a:hover {
	color: #F79F1F;
}
.single-blog-details .share-section2 {
	border: 1px solid #ddd;
	padding: 15px 15px 15px 15px;
}
.single-blog-details .share-section2 span {
	font-size: 15px;
	font-weight: 400;
	color: #212121;
}
.single-blog-details .share-section2 .share-link {
	float: right;
}
.single-blog-details .share-section2 .share-link li {
	float: left;
	list-style: none;
}
.single-blog-details .share-section2 .share-link li:first-child a {
	margin-left: 0;
}
.single-blog-details .share-section2 .share-link li a {
	font-size: 13px;
	font-weight: 400;
	color: #505050;
	padding: 7px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-left: 14px;
}
.single-blog-details .share-section2 .share-link li a:hover {
	background: #F79F1F;
	color: #fff;
	border: 1px solid #F79F1F;
}
.single-blog-details .like-section .col-xs-12 h3 {
	margin: 14px 0 6px;
}
.single-blog-details .like-section .col-xs-12 h3 a {
	font-size: 15px;
	font-weight: 400;
	color: #212121;
}
.single-blog-details .like-section .col-xs-12 span {
	font-size: 13px;
	font-weight: 400;
}
.single-blog-details .like-section .col-xs-12 span i {
	font-size: 13px;
}
.single-blog-details .like-section .col-xs-12 .popular-post-img img {
	transition: all 0.3s ease 0s;
}
.single-blog-details .like-section .col-xs-12:hover a {
	color: #F79F1F;
}
.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
	opacity: .5;
}
.single-blog-details .next-pre-section {
	padding: 23px 0 15px;
	margin: 0;
	overflow: hidden;
}
.single-blog-details .next-pre-section li {
	margin: 0;
}
.single-blog-details .next-pre-section li a {
	font-size: 15px;
	color: #505050;
}
.single-blog-details .next-pre-section li a i {
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	color: #212121;
}
.single-blog-details .next-pre-section li a:hover {
	color: #F79F1F;
}
.single-blog-details .next-pre-section li a:hover i {
	color: #F79F1F;
}
.single-blog-details .next-pre-section li.left-arrow {
	float: left;
	width: 50%;
	text-align: left;
}
.single-blog-details .next-pre-section li.left-arrow a {
	font-size: 15px;
	font-weight: 500;
	color: #505050;
}
.single-blog-details .next-pre-section li.left-arrow a i {
	padding-right: 5px;
}
.single-blog-details .next-pre-section li.right-arrow {
	float: right;
	width: 50%;
	text-align: right;
}
.single-blog-details .next-pre-section li.right-arrow a {
	font-size: 15px;
	font-weight: 500;
}
.single-blog-details .next-pre-section li.right-arrow a i {
	padding-left: 5px;
}
.single-blog-details .author-comment h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 42px 0 6px;
}
.single-blog-details .author-comment span {
	font-size: 13px;
	font-weight: 500;
}
.single-blog-details .author-comment span a {
	font-size: 13px;
	font-weight: 500;
}
.single-blog-details .author-comment span i {
	font-size: 13px;
}
.single-blog-details .author-comment h4 {
	font-size: 15px;
	font-weight: 700;
}
.single-blog-details .author-comment ul {
	padding: 0;
	margin: 0;
}
.single-blog-details .author-comment ul li {
	margin: 0 0 2px;
	padding: 20px 22px;
	border-bottom: 1px solid #ddd;
}
.single-blog-details .author-comment ul li:nth-child(2) {
	margin-left: 100px;
}
.single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
	padding: 0;
}
.single-blog-details .author-comment ul li:last-child {
	border-bottom: none;
}
.single-blog-details .author-comment ul li .image-comments {
	margin-top: 0;
}
.single-blog-details .author-comment ul li .image-comments img {
	width: 90px;
	border-radius: 100%;
}
.single-blog-details .author-comment ul li .reply {
	display: block;
	position: absolute;
	text-align: right;
	width: 95%;
}
.single-blog-details .author-comment ul li .reply a {
	color: #212121;
}
.single-blog-details .author-comment ul li .reply a:hover {
	color: #F79F1F;
}
.single-blog-details .author-comment ul li .reply i {
	color: #212121;
}
.single-blog-details .author-comment ul li .dsc-comments h4 {
	margin: 0 0 12px;
}
.single-blog-details .author-comment ul li .dsc-comments a {
	color: #F79F1F;
}
.single-blog-details .author-comment ul li .dsc-comments p {
	margin: 6px 0 0;
}
.single-blog-details .leave-comments-area {
	padding-top: 20px;
}
.single-blog-details .leave-comments-area .form-group {
	margin-bottom: 20px;
}
.single-blog-details .leave-comments-area h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 19px;
	font-family: 'Roboto Condensed', sans-serif;
}
.single-blog-details .leave-comments-area label {
	color: #505050;
	font-weight: normal;
	letter-spacing: 1px;
}
.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
	background: transparent;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	height: 45px;
	width: 100%;
}
.single-blog-details .leave-comments-area textarea {
	height: 150px;
	width: 100%;
	max-width: 100%;
}
.single-blog-details .leave-comments-area .btn-send {
	background: #F79F1F;
	font-weight: 600;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	border: none;
	border-radius: 0px;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.single-blog-details .leave-comments-area .btn-send:hover {
	background: #212121;
	color: #ffffff;
}

/* ------------------------------------
    33. Rs Gallery
---------------------------------------*/
.rs-gallery .gallery-item {
	position: relative;
	margin-bottom: 30px;
}
.rs-gallery .gallery-item .gallery-desc {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 25px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rs-gallery .gallery-item .gallery-desc h3 {
	margin-bottom: 12px;
	font-size: 24px;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc h3 a {
	color: #ffffff;
}
.rs-gallery .gallery-item .gallery-desc p {
	color: #e1e1e1;
	margin-bottom: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc .image-popup {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: #ff3115;
	color: #ffffff;
	font-size: 18px;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.rs-gallery .gallery-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.rs-gallery .gallery-item:hover:before {
	opacity: 1;
}
.rs-gallery .gallery-item:hover h3,
.rs-gallery .gallery-item:hover p,
.rs-gallery .gallery-item:hover .image-popup {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.rs-gallery-section .single-gallery {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.rs-gallery-section .single-gallery:after {
	content: "";
	width: 80%;
	height: 80%;
	background: #92278f;
	position: absolute;
	top: 10%;
	left: 10%;
	display: block;
	overflow: hidden;
	opacity: 0.8;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
}
.rs-gallery-section .single-gallery .popup-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.rs-gallery-section .single-gallery .popup-icon a {
	font-size: 20px;
	display: inline-block;
	margin: 0 8px;
	color: #fff;
}
.rs-gallery-section .single-gallery:hover:after {
	opacity: 0.8;
	visibility: visible;
	transform: scale(1);
}
.rs-gallery-section .single-gallery:hover .popup-icon {
	opacity: 1;
	visibility: visible;
}