@font-face {
    font-family: 'at9';
    src: url(../fonts/at10.eot);
    src: url(../fonts/at10.eot?#iefix) format("embedded-opentype"), url(../fonts/at10.woff) format("woff"), url(../fonts/at10.ttf) format("truetype"), url(../fonts/at10.svg#at10) format("svg")
}
@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.eot);
    src: url(../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/Yekan.woff) format("woff"), url(../fonts/Yekan.ttf) format("truetype"), url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

html,body {
	font-family: 'at9', 'tahoma';
	font-size: 14px;
	height: 100%;
	direction: rtl;
	line-height: 30px;
}
a {
	color: #009899;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
a:hover {
	text-decoration: none;
	color: rgba(169,24,23, 0.5);
}
.clear {
	clear: both;
}
.margin-20 {
	margin-top: 20px;
}

.top-nav {
	background: #009899;
	height: 45px;
	line-height: 45px;
	color: #fff;
}
.top-nav a {
	color: #fff;
}
.top-nav .top-nav-auth {
	display: inline-block;
}
.top-nav .top-nav-auth a {
	display: inline-block;
	background: rgba(255,255,255,0.1);
	padding: 0 20px;
}
.top-nav .top-nav-auth a:hover {
	background: rgba(255,255,255,0.2);
}
.top-nav .top-nav-auth i {
	margin-left: 4px;
}
.top-nav .top-nav-socials {
	display: inline-block;
	margin-right: 20px;
}
.top-nav .top-nav-socials ul {
	padding: 0;
	margin: 0;
}
.top-nav .top-nav-socials ul li {
	list-style: none;
	display: inline-block;
}
.top-nav .top-nav-socials ul li a {
	display: inline-block;
	padding: 0 7px;
	color: rgba(255,255,255,0.6);
}
.top-nav .top-nav-socials ul li a:hover {
	color: #fff;
}
.top-nav .top-nav-socials ul li a i {
}
.top-nav .top-nav-socials ul li a img {
	width: 16px;
	margin-top: -4px;
	opacity: 0.6;
}
.top-nav .top-nav-socials ul li a img:hover {
	opacity: 1;
}
.top-nav .lang {
	display: inline-block;
	direction: ltr;
	overflow: hidden;
}
.top-nav .lang ul {
	padding: 0;
	margin: 0;
}
.top-nav .lang ul li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.top-nav .lang ul li a {
	display: block;
	padding: 0 10px;
	color: rgba(255,255,255,0.75);
}
.top-nav .lang ul li a:hover {
	color: #fff;
}
.top-nav .lang ul li a .active-lang {
	width: 14px;
	height: 14px;
	background: #fff;
	position: absolute;
	bottom: -7px;
	left: 12px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari 3-8 */
	transform: rotate(45deg);
}
.top-nav .container {
	position: relative;
}
.search {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #009899;
	display: none;
}
.search input {
	background: transparent;
	border: 0;
	outline: 0;
	width: 90%;
	padding: 0 20px;
	color: #fff;
}
.search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}

.search input::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}

.search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}

.search input::-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}

.search input::placeholder {
  color: rgba(255,255,255,0.6);
}
.search i {
	position: absolute;
	left: 20px;
	top: 15px;
	cursor: pointer;
}

.main-nav {
	height: 100px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	background: #fff;
	position: sticky;
	z-index: 9;
}
.main-nav .logo {
	width: 10%;
	float: left;
	padding: 10px 0;
	text-align: left;
}
.main-nav .logo img {
	max-height: 80px;
}
.main-nav nav {
	float: right;
	width: 90%;
}
.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-nav nav > ul {
	padding-top: 3px;
	line-height: 94px;
}
.main-nav nav > ul > li {
	display: inline-block;
	position: relative;
	border-bottom: 3px solid #fff;
	transition: border-bottom 0.2s;
}
.main-nav nav > ul > li:hover {
	border-bottom: 3px solid #009899;
}
.main-nav nav ul li > i {
	display: none;
}
.main-nav nav > ul > li > a {
	display: block;
	padding: 0 10px;
	color: #222;
}
.main-nav nav > ul > li > a > i {
	margin-right: 4px;
	opacity: 0.5;
}
.main-nav nav > ul > li > a:hover {
	color: #009899;
	background: #f5f5f5;
}
.main-nav nav > ul > li > ul {
	position: absolute;
	right: 0;
	top: 97px;
	line-height: 40px;
	padding: 10px 0;
	background: #009899;
	width: 250px;
	box-shadow: 0 6px 10px rgba(0,0,0,0.3);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s;
}
.main-nav nav > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-nav nav > ul > li > ul > li {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
}
.main-nav nav > ul > li > ul > li:last-child {
	border-bottom: 0;
}
.main-nav nav > ul > li > ul > li > a {
	display: block;
	padding: 0 20px;
	color: #fff;
}
.main-nav nav > ul > li > ul > li > .fa-angle-down {
	display: none;
}
.main-nav nav > ul > li > ul > li > a:hover {
	background: #00a4a5;
	color: #fff;
}
.main-nav nav > ul > li > ul > li > ul {
	position: absolute;
	top: 0;
	right: 250px;
	line-height: 40px;
	padding: 10px 0;
	background: #fff;
	width: 250px;
	border-top: 1px solid #ddd;
	box-shadow: 0 6px 10px rgba(0,0,0,0.1);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s;
}
.main-nav nav > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-nav nav > ul > li > ul > li > ul > li {
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
}
.main-nav nav > ul > li > ul > li > ul > li:last-child {
	border-bottom: 0;
}
.main-nav nav > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 0 20px;
	color: #555;
}
.main-nav nav > ul > li > ul > li > ul > li > a:hover {
	background: #f1f1f1;
	color: #000;
}
.main-nav nav > ul > li > ul > li > i {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	color: #555;
}

.main-nav nav > ul > li > ul > li > ul > li > ul {
	position: absolute;
	top: 0;
	right: 250px;
	line-height: 40px;
	padding: 10px 0;
	background: #fff;
	width: 250px;
	border-top: 1px solid #ddd;
	box-shadow: 0 6px 10px rgba(0,0,0,0.1);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s;
}
.main-nav nav > ul > li > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-nav nav > ul > li > ul > li > ul > li > ul > li {
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
}
.main-nav nav > ul > li > ul > li > ul > li > ul > li:last-child {
	border-bottom: 0;
}
.main-nav nav > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 0 20px;
	color: #555;
}
.main-nav nav > ul > li > ul > li > ul > li > ul > li > a:hover {
	background: #f1f1f1;
	color: #000;
}
.main-nav nav > ul > li > ul > li > ul > li > i {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	color: #555;
}
.main-nav nav > ul > li > ul > li > ul > li > .fa-angle-down {
	display: none;
}


.navicon {
	display: none;
}

.owl-slider {
	overflow: hidden;
	position: relative;
}
.owl-slider .item .cap {
	position: absolute;
	right: 10%;
	bottom: 20%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px;
	font-size: 24px;
	max-width: 60%;
	line-height: 40px;
}
.owl-slider .item .cap a {
	color: #fff;
}
.owl-slider img {
}
.owl-slider .owl-nav {
	position: absolute;
	top: 50%;
	right: 30px;
	left: 30px;
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	opacity: 0;
	transition: opacity 0.5s;
}
.owl-slider:hover .owl-nav {
	opacity: 1;
}
.owl-slider .owl-nav .owl-prev {
	float: right;
	color: rgba(255,255,255,0.4) !important;
	outline: 0 !important;
}
.owl-slider .owl-nav .owl-prev:hover {
	background: transparent;
	color: rgba(255,255,255,0.7) !important;
}
.owl-slider .owl-nav .owl-next {
	float: left;
	color: rgba(255,255,255,0.4) !important;
	outline: 0 !important;
}
.owl-slider .owl-nav .owl-next:hover {
	background: transparent;
	color: rgba(255,255,255,0.7) !important;
}

.home-services {
	padding: 75px 0;
}
.home-services h2 {
	text-align: center;
	margin-bottom: 15px;
}
.subtitle {
	width: 275px;
	height: 1px;
	background: #ddd;
	margin: 20px auto;
}
.subtitle span {
	display: block;
	width: 75px;
	height: 3px;
	margin: 0 auto;
	background: #009899;
}
.home-services-description {
	margin-top: 40px;
	font-size: 16px;
	text-align: justify;
}
.home-services-items {
	margin-top: 50px;
	overflow: hidden;
}
.home-services-items > .item {
	float: right;
	position: relative;
	width: 33.33%;
	padding: 2px;
}
.home-services-items > .item img {
	width: 100%;
}
.home-services-items > .item .caption {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-image: linear-gradient(to bottom , rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.home-services-items > .item .caption:hover {
	background-image: linear-gradient(to bottom , rgba(0,0,0,0), rgba(0,0,0,1));
}
.home-services-items > .item .caption h2 {
	position: absolute;
	right: 20px;
	bottom: 10px;
	left: 10px;
	color: #fff;
	text-align: right;
	font-size: 18px;
}
.home-services-items .more-services {
	margin-top: 50px;
	text-align: center;
}
.home-services-items .more-services a {
	background: #009899;
	border: 1px solid #009899;
	color: #fff;
	padding: 0 50px;
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	transition: all 0.3s;
}
.home-services-items .more-services a:hover {
	background: #fff;
	color: #009899;
}

.stats {
	padding: 75px 0;
	background: #fff;
	text-align: center;
}
.stats h1 {
	font-size: 28px;
}
.stats-item {
	margin-top: 50px;
}
.stats-item .stats-num {
	display: block;
	font-size: 48px;
	color: #009899;
}
.stats-item .stats-title {
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
.stats-item .stats-subtitle {
	display: block;
	color: #888;
}

.labs {
	background: #ececee;
	padding: 75px 0;
}
.owl-labs .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	color: rgba(0,0,0,0.4) !important;
	outline: 0 !important;
}
.owl-labs .owl-nav .owl-prev:hover {
	background: transparent;
	color: rgba(0,0,0,0.7) !important;
}
.owl-labs .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: -50px;
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	color: rgba(0,0,0,0.4) !important;
	outline: 0 !important;
}
.owl-labs .owl-nav .owl-next:hover {
	background: transparent;
	color: rgba(0,0,0,0.7) !important;
}
.lab-item {
	margin: 30px 20px 0;
}
.lab-item .img {
	position: relative;
}
.lab-item .img img {
	width: 100%;
}
.lab-item a {
	color: #222;
}
.lab-item a:hover {
	color: #009899;
}
.lab-item .img h3 {
	background: #ececee;
	margin: 0;
	padding: 20px 0 0;
	font-size: 20px;
}
.lab-item .des {
	padding-top: 10px;
	line-height: 20px;
	font-size: 12px;
	text-align: justify;
}

.home-news {
	background: url('../images/news-bg.png') no-repeat top center;
	background-size: cover;
	padding: 75px 0;
}
.home-news h2 {
	color: #fff;
	text-align: right;
	margin-bottom: 15px;
}
.owl-news {
	margin-top: 40px;
	position: relative;
}
.owl-news .owl-nav {
}
.owl-news .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	right: -75px;
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	color: rgba(255,255,255,0.4) !important;
	outline: 0 !important;
}
.owl-news .owl-nav .owl-prev:hover {
	background: transparent;
	color: rgba(255,255,255,0.7) !important;
}
.owl-news .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: -75px;
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	color: rgba(255,255,255,0.4) !important;
	outline: 0 !important;
}
.owl-news .owl-nav .owl-next:hover {
	background: transparent;
	color: rgba(255,255,255,0.7) !important;
}

.home-news-item {
	background: #fff;
	border-radius: 25px;
}
.home-news-item .img {
	position: relative;
	padding: 10px;
}
.home-news-item .img img {
	width: 100%;
	border-radius: 25px;
}

.home-news-item .img .date {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 15px 7px 0 0;
	background: #fff; 
	text-align: center;
	font-size: 32px;
	color: #009899;
}
.home-news-item .img .date span {
	display: block;
	font-size: 12px;
	background: #313140;
	color: #fff;
	line-height: 20px;
	padding: 0 20px;
}
.home-news-item a {
	color: #222;
}
.home-news-item a:hover {
	color: #009899;
}
.home-news-item .title {
	padding: 0 10px;
	height: 106px;
	overflow: hidden;
}
.home-news-item .title h3 {
	font-size: 16px;
	line-height: 26px;
}
.home-news-item .more {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 7px 10px;
}
.home-news-item .more i {
	margin-right: 3px;
}
.home-news-more {
	margin-top: 50px;
	text-align: center;
}
.home-news-more a {
	border: 1px solid #fff;
	color: #fff;
	padding: 0 75px;
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	transition: all 0.3s;
}
.home-news-more a:hover {
	border: 1px solid #009899;
	background: #009899;
	color: #fff;
}

.home-workshops {
	padding: 75px 0;
}
.home-workshops h2 {
	text-align: right;
}
.owl-workshops {
	padding: 0 0 40px 0;
}
.owl-workshops .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	color: rgba(0,0,0,0.4) !important;
	outline: 0 !important;
}
.owl-workshops .owl-nav .owl-prev:hover {
	background: transparent;
	color: rgba(0,0,0,0.7) !important;
}
.owl-workshops .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: -50px;
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);
	color: rgba(0,0,0,0.4) !important;
	outline: 0 !important;
}
.owl-workshops .owl-nav .owl-next:hover {
	background: transparent;
	color: rgba(0,0,0,0.7) !important;
}
.home-workshops-item {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	margin: 40px 20px;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
}
.home-workshops-item:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}
.home-workshops-item img {
	float: left;
	width: 40% !important;
}
.home-workshops-item .r-content {
	float: right;
	width: 60%;
	padding: 20px;
}
.home-workshops-item .r-content h3 {
	font-size: 18px;
	line-height: 32px;
	transition: all 0.3s;
	color: #333;
}
.home-workshops-item:hover h3 {
	color: #009899;
}
.home-workshops-item .r-content ul {
	padding: 10px 15px 0 0;
	margin: 0;
	list-style: none;
	color: #999;
	font-size: 12px;
}
.home-workshops-item .r-content ul li span {
	font-size: 14px;
	color: #222;
}
.home-workshops-item .r-content ul li i {
	margin-right: 10px;
}
.home-workshops-item .r-content .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.home-workshops-item .r-content .more a {
	color: #fff;
	background: #009899;
	border: 1px solid #009899;
	padding: 0 20px;
	border-radius: 20px;
}
.home-workshops-item .r-content .more a:hover {
	background: #fff;
	color: #009899;
}
.more-workshops {
	text-align: center;
}
.more-workshops a {
	background: #009899;
	border: 1px solid #009899;
	color: #fff;
	padding: 0 50px;
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	transition: all 0.3s;
}
.more-workshops a:hover {
	background: #fff;
	color: #009899;
}

.logoes {
	background: #eeeeee;
	text-align: center;
	overflow: hidden;
	text-align: center;
}
.logoes a img {
	max-width: 100px;
	margin: 30px;
}

.breadcrumbs {
	background: #dddddd;
}
.breadcrumbs ul {
	padding: 7px 0;
	margin: 0;
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
	font-size: 12px;
	color: #888;
}
.breadcrumbs ul li:after {
	content: '/';
	padding: 0 13px 0 10px;
}
.breadcrumbs ul li:last-child:after {
	content: none;
}
.breadcrumbs ul li a {
	color: #888;
}
.breadcrumbs ul li a:hover {
	color: #000;
}
.breadcrumbs h1 {
	padding: 30px 0;
	font-size: 28px;
	margin: 0;
	color: #555;
}

.workshops {
	padding: 25px 0 75px;
}
.workshops .home-workshops-item {
	margin: 50px 0 0;
}

.wrapper {
	padding: 50px 0;
	text-align: justify;
}
.wrapper h1 {
	font-size: 28px;
}
.wrapper h2 {
	font-size: 24px;
}
.wrapper h3 {
	font-size: 22px;
}
.wrapper h4 {
	font-size: 18px;
}
.wrapper h5 {
	font-size: 16px;
}
.wrapper h6 {
	font-size: 14px;
}
.wrapper img {
	max-width: 100%;
}
.news-item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.news-item:hover img {
	opacity: 0.9;
}
.news-img img {
	width: 100%;
	padding: 3px;
	border: 1px solid #ddd;
}
.news-info {
	color: #888;
	font-size: 12px;
}
.news-item h2 {
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
	text-align: right;
}
.news-item a {
	color: #333;
}
.news-item a:hover {
	color: #009899;
}
.news-des {
	color: #888;
	line-height: 28px;
	text-align: right;
}

.sidebar-search {
	overflow: hidden;
}
.sidebar-search input {
	width: 85%;
	float: right;
	background: #fff;
	border: 1px solid #ddd;
	outline: 0;
	line-height: 40px;
	padding: 0 20px;
}
.sidebar-search button {
	float: left;
	width: 15%;
	line-height: 40px;
	padding: 0;
	background: #009899;
	border: 1px solid #009899;
	outline: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.sidebar-search button:hover {
	opacity: 0.9;
}

.undersearch {
	height: 1px;
	margin-top: 30px;
	background-image: linear-gradient(to right ,#fff , rgba(0,0,0,0.3), #fff);
}

.aside {
	margin-top: 30px;
}
.aside > .heading {
	color: #009899;
	font-size: 18px;
}
.aside ul {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	line-height: 36px;
}
.aside ul li {
	border-bottom: 1px solid #e9e9e9;
}
.aside ul li:hover {
	background: #f5f5f5;
}
.aside ul li a {
	color: #333;
	display: block;
}
.aside ul li a:hover {
	color: #009899;
}
.aside ul li a i {
	margin-left: 4px;
	color: #888;
	transition: all 0.2s;
}
.aside ul li a:hover i {
	margin-left: 10px;
}

.side-last {
}
.side-last > .heading {
	margin-bottom: -11px;
}
.side-last > .heading span {
	color: #009899;
	font-size: 18px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 2px solid #009899;
	border-radius: 5px 5px 0 0;
	padding: 5px 20px;
	line-height: 60px;
	background: #fff;
}
.side-last > .content {
	border: 1px solid #ddd;
	padding: 20px;
}
.side-last > .content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.side-last > .content ul li {
	overflow: hidden;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}
.side-last > .content ul li:last-child {
	border-bottom: 0;
}
.side-last > .content ul li a img {
	width: 100px;
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #ddd;
}
.side-last > .content ul li a {
	color: #333;
}
.side-last > .content ul li a:hover {
	color: #009899;
}
.side-last > .content ul li a span {
	display: block;
	font-size: 12px;
	color: #aaa;
}

.post {
	padding-left: 20px;
}
.post h1 {
	font-size: 24px;
}
.post > .info {
	color: #aaa;
}
.post > .info span {
	margin: 0 10px;
}
.post > .summary {
	background: #eee;
	border-right: 3px solid #ddd;
	text-align: justify;
	overflow: hidden;
}
.post > .summary img {
	width: 100%;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}
.post > .summary .summary-txt {
	padding: 15px;
	color: #111;
}
.post > .content {
	padding: 30px 0;
	text-align: justify;
}
.post > .content img {
	max-width: 100%;
	margin: 20px 0;
}
.post > .tags {
	font-size: 12px;
	line-height: 40px;
}
.post > .tags span {
	background: #009899;
	color: #fff;
	padding: 2px 7px 3px;
}
.post > .tags a {
	background: #aaa;
	color: #fff;
	padding: 2px 7px 3px;
}
.post > .tags a:hover {
	background: #555;
}

.w-details {
	margin-top: -10px;
	padding-bottom: 20px;
}
.w-details ul li {
	background: #fff;
	border-radius: 25px;
	border: 1px solid #aaa;
	font-size: 14px !important;
	padding-left: 20px;
	color: #555;
	margin: 3px 0 3px 10px;
}
.w-details ul li span {
	color: #fff;
	background: #aaa;
	display: inline-block;
	border-radius: 25px;
	padding: 0 10px;
	margin-left: 10px;
}
.w-details ul li:after {
	content: none;
}
.w-details ul .blue {
	border-color: #4285f4;
}
.w-details ul .blue span {
	background: #4285f4;
}
.w-details ul .red {
	border-color: #ea4335;
}
.w-details ul .red span {
	background: #ea4335;
}
.w-details ul .yellow {
	border-color: #fbbc05;
}
.w-details ul .yellow span {
	background: #fbbc05;
}
.w-details ul .green {
	border-color: #34a853;
}
.w-details ul .green span {
	background: #34a853;
}
.w-details ul .purple {
	border-color: #d053eb;
}
.w-details ul .purple span {
	background: #d053eb;
}
.w-details ul .orange {
	border-color: #ff6600;
}
.w-details ul .orange span {
	background: #ff6600;
}

.poster img {
	width: 100%;
	margin-top: 20px;
}
.reg-btn {
	background: #3f8e37;
	color: #fff;
}
.reg-btn:hover {
	background: #26681f;
	color: #fff;
}
.poster .dl-poster {
	text-align: left;
	margin-top: 10px;
}
.w-heading {
	margin-top: 40px;
	text-align: center;
}
.w-heading h2 {
	display: inline-block;
	background: #fff;
	padding: 0 25px;
	margin: 0;
}
.w-heading .redline {
	height: 1px;
	background: #009899;
	background-image: linear-gradient(to right ,#fff,#009899,#fff);
	margin-top: -20px;
}
.w-content {
	padding: 50px 0 20px;
}
.teachers {

}
.teacher {
	text-align: center;
	margin-top: 30px;
}
.teacher img {
	border: 2px solid #ddd;
	width: 60%;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.teacher h3 {
	font-size: 16px;
	margin-top: 20px;
}
.teacher span {
	color: #888;
}

.holders {
	text-align: center;
	margin-bottom: 30px;
}
.holders img {
	max-width: 130px;
	margin: 30px 50px;
}

.staff {
	background: #f5f5f5;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	margin-top: 100px;
	margin-bottom: 20px;
	border: 2px solid #ddd;
	border-radius: 25px;
	transition: all 0.2s;
}
.staff:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.staff .img {
	text-align: center;
}
.staff .img img {
	width: 100%;
	width: 150px;
	height: 150px;
	margin: -76px 0 0;
	border-radius: 50%;
	border: 3px solid #ddd;
}
.staff .content {
	text-align: center;
	padding: 20px;
	height: 150px;
	overflow: hidden;
	position: relative;
	color: #999;
}
.staff .content h2 {
	font-size: 18px;
	color: #484848;
}
.staff .content .more {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
}
.contact-us {
	padding: 100px 0;
}
.contact-us h2 {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contact-cont input {
	margin-bottom: 10px;
	line-height: 36px;
}
.contact-cont textarea {
	margin-bottom: 10px;
}
.contact-cont .inline {
	display: inline-block;
	width: 150px;
	line-height: 30px;
}
.contact-cont button {
	float: left;
}
.map {
	padding-left: 0;
}

footer {
	background: #202020;
	padding-top: 50px;
	color: rgba(255,255,255,0.7);
}
footer a {
	color: rgba(255,255,255,0.7);
}
footer a:hover {
	color: #fff;
}
footer .f-heading {
	font-size: 20px;
	line-height: 50px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 15px;
}
footer .f-heading .redline {
	width: 50px;
	height: 2px;
	background: #009899;
	position: absolute;
	right: 0;
	bottom: -1px;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li i {
	color: #fff;
	width: 30px;
	text-align: center;
}
footer .f-nav {
	padding-right: 10px; 
}
footer .f-nav li {
	display: inline-block;
	width: 49%;
}
footer .f-socials li {
	display: inline-block;
}
footer .f-socials li i {
	color: rgba(255,255,255,0.5);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
footer .f-socials li img {
	width: 28px;
	margin-top: -13px;
	margin-right: 10px;
	opacity: 0.5;
}
footer .f-socials li img:hover {
	opacity: 1;
}
footer .f-socials li i:hover {
	color: #fff;
}
footer .copyright {
	margin-top: 40px;
	background: #1a1a1a;
	color: #555;
	text-align: center;
	padding: 10px 0;
}

.loader {
	text-align: center;
	display: none;
}
.loader img {
	max-width: 40px;
	margin-top: 20px;
}
.redborder {
	border-color: red;
}


.pagination {
  display: inline-block;
  padding-right: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.42857143;
  color: #009899;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #009899;
  border-color: #009899;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.gallery-cover {
	position: relative;
}
.gallery-cover img {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
}
.gallery-cover > a > .hover {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.gallery-cover:hover > a > .hover {
	visibility: visible;
	opacity: 1;
}
.gallery-cover > a > .hover i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	color: #fff;
	font-size: 128px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.gallery-cover > a > .hover:hover i {
	font-size: 48px;
	visibility: visible;
	opacity: 1;
}


.picture-item {
	position: relative;
}
.picture-item img {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
}
.picture-item .hover {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.picture-item:hover .hover {
	visibility: visible;
	opacity: 1;
}
.picture-item .hover i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	color: #fff;
	font-size: 128px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.picture-item .hover:hover i {
	font-size: 48px;
	visibility: visible;
	opacity: 1;
}
.picture-item .caption {
	position: absolute;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 3px 10px;
	opacity: 1;
	transition: all 0.3s;
}
.picture-item:hover .caption {
	opacity: 0;
}

.register .form-control {
	background: #f5f5f5;
	border-radius: 0;
	line-height: 30px !important;
}
.red {
	color: red;
}


.login {
	padding: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


.profile-nav .heading {
	background: #009899;
	color: #fff;
	line-height: 50px;
	padding: 0 20px;
}
.profile-nav ul {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	background: #f5f5f5;
}
.profile-nav ul li {
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.profile-nav ul li:last-child {
	border-bottom: 0;
}
.profile-nav ul li:hover {
	background: #f1f1f1;
}
.profile-nav ul .active {
	background: #f1f1f1;
}
.profile-nav ul .active a {
	padding-right: 30px;
	color: #009899;
}
.profile-nav ul li a {
	display: block;
	padding: 0 20px;
}
.profile-nav ul li a:hover {
	padding-right: 30px;
	color: #009899;
}
.panel {
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	margin-bottom: 50px;
}
.panel .panel-heading {
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
}
.panel .panel-heading span {
	font-size: 16px;
}
.panel .panel-heading i {
	color: #009899;
	margin-left: 5px;
}
.panel .panel-heading .more {
	float: left;
}
.panel .panel-body {
	padding: 20px;
}

.workshop-img img {
	max-width: 100%;
	padding: 5px;
	border: 2px solid #ddd;
}

.relative {
	position: relative;
}


.tc_notification {
	position: fixed;
	bottom: 0;
	right: 25%;
	left: 25%;
	width: 50%;
	background: #f4504d;
	text-align: center;
	color: #fff;
	z-index: 9999999;
	border-radius: 10px 10px 0 0;
}
.tc_notification a {
	color: #fff;
}
.tc_notification .tc_inner {
	position: relative;
	padding: 10px;
}
.tc_notification .tc_inner .tc_close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	cursor: pointer;
}
.tc_notification .tc_inner .tc_close:hover {
	opacity: 0.5;
}

.events ul li {
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}
.event-date {
	float: right;
	width: 60px;
	height: 60px;
	background: #009899;
	margin-left: 10px;
	text-align: center;
	border-radius: 5px;
}
.event-day {
	font-size: 28px !important;
	color: #fff !important;
	padding-top: 10px;
}
.event-mounth {
	color: #fff !important;
}