@font-face {
  font-family: "IRANSans";
  src: url('fonts/IRANSans.eot');
  src: url('fonts/IRANSans.eot?#iefix') format('embedded-opentype'),
    url('fonts/IRANSans.woff2') format('woff2'),
    url('fonts/IRANSans.woff') format('woff'),
    url('fonts/IRANSans.ttf') format('truetype');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'IRANSans', tahoma;
  color: #1e2f38;
  font-size: 14px;
  word-spacing: -1px;
  background: url(../images/article-pattern.png) top right repeat;
  background-position: cover;
  background-color: #f4f4f4;
}

html,
body {
  overflow-x: hidden !important;
}

/***********Default setting************/

a:link,
a:hover {
  text-decoration: none;
  outline: 0 !important
}

a:active {
  color: #54c3ed
}

i,
span,
label,
a {
  display: inline-block;
  font-weight: normal;
}

ul {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  margin: 0;
  padding: 0
}

img {
  max-width: 100%
}

/********** Transition ************/
a,
i,
input[type="submit"],
form button,
.main-menu,
.landing-layer .main-header nav>ul>li>a:before,
.landing-layer .main-header nav>ul>li>a:after,
.landing-layer .main-header nav .responsive-menu,
.courses-view .course-col>div .img-layer a:before,
.articles-view .article-col>div .img-layer a span:before,
.articles-view .article-col>div .img-layer a span:after,
.articles-view .article-col>div .img-layer a span i:before,
.articles-view .article-col>div .img-layer a span i:after,
.articles-view .article-col>div .img-layer img {
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s
}

/*********** clearFix ************/
.landing-layer .main-header:after,
.landing-layer .main-header nav>ul:after,
.landing-layer .main-header .clientarea .logged-in:after,
.main-menu:after,
.main-menu nav>ul:after,
.courses-view header.heading:after,
.articles-view header.heading:after,
.articles-view .article-col>div .detail:after,
.newsletter-layer .namad-layer:after,
.newsletter-layer .newsletter-form .inner:after,
body>footer .top-footer:after,
.breadcrumb ul:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
  line-height: 0
}

.breadcrumb {
  width: 100%;
  position: relative;
  background-color: transparent;
  padding: 20px 0;
  margin-bottom: 0
}

.breadcrumb ul li {
  display: inline-table;
  margin-left: 25px;
  float: right;
  position: relative;
}

.breadcrumb ul li:last-child {
  margin-left: 0
}

.breadcrumb ul li:before {
  position: absolute;
  left: -15px;
  top: 7px;
  font-size: 14px;
  content: '/';
  color: #c0c8d1
}

.breadcrumb ul li:last-child:before {
  display: none
}

.breadcrumb ul li a {
  font-size: 13px;
  line-height: 26px;
  padding: 2px 0;
  color: #637076
}

.breadcrumb ul li a:hover {
  color: #531397
}

.button-st {
  border: 0;
  line-height: 40px;
  height: 40px;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: transparent;
}

.button-st.purple {
  background-color: #2f0c55;
}

.button-st.purple:active,
.button-st.purple:hover {
  background-color: #531397;
  color: #fff;
}

.button-st.blue {
  background-color: #00bffe;
}

.button-st.blue:active,
.button-st.blue:hover {
  background-color: #01ace5;
  color: #fff;
}

.button-st.yellow {
  background-color: #fcc208;
}

.button-st.yellow:active,
.button-st.yellow:hover {
  background-color: #fc9a08;
  color: #fff;
}

.button-st.green {
  background-color: #9fd98c;
}

.button-st.green:active,
.button-st.green:hover {
  background-color: #61b832;
  color: #fff;
}

.button-st.gray {
  background-color: #cedbdf;
}

.button-st.gray:active,
.button-st.gray:hover {
  color: #fff;
}

.button-st.radius {
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}

.button-st.wide {
  width: 100%
}

.button-st:active,
.button-st:visited {
  color: #fff !important
}

.landing-layer {
  width: 100%;
  position: relative;
  background: url('../images/header.jpg') no-repeat center center;
  background-size: cover;
}

.landing-layer.home-page {
  background: url('../images/landing.jpg') no-repeat center center;
  background-size: cover;
  padding: 25px 0
}

.landing-layer .main-header {
  padding: 40px 100px 0 0;
  position: relative;
}

.landing-layer.home-page .main-header {
  padding: 25px 100px 25px 0;
  position: relative;
}

.landing-layer .main-header .title-homepage {
  line-height: 20px;
  position: absolute;
  text-indent: -9999px
}

.landing-layer .main-header .logo {
  position: absolute;
  top: 19px;
  right: 0;
  width: 75px;
  display: block;
}

.landing-layer.home-page .main-header .logo {
  top: 0;
}

.landing-layer .main-header .logo img {
  display: block;
  width: 100%;

}

.landing-layer .main-header nav {
  position: relative;
  width: auto;
  white-space: nowrap;
  float: right;
  display: table;
  margin-top: -5px;
}

.landing-layer .main-header nav .responsive-menu {
  font-size: 25px;
  color: #fff;
  display: none
}

.landing-layer .main-header nav .responsive-menu:hover {
  color: #fcc208;
  cursor: pointer;
}

.landing-layer .main-header nav>ul>li {
  position: relative;
  width: auto;
  white-space: nowrap;
  float: right;
  padding-left: 25px
}

.landing-layer .main-header nav>ul>li>a {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  padding-bottom: 35px;
  position: relative;
}

.landing-layer.home-page .main-header nav>ul>li>a {
  padding-bottom: 25px
}

.landing-layer .main-header nav>ul>li>a:before {
  position: absolute;
  right: 0;
  top: 30px;
  width: 0;
  height: 1px;
  content: '';
  box-shadow: 0 0 7px #fcc208;
  -moz-box-shadow: 0 0 7px #fcc208;
  -webkit-box-shadow: 0 0 7px #fcc208;
  background-color: #fcc208;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.landing-layer .main-header nav>ul>li>a:after {
  position: absolute;
  left: 0;
  top: -4px;
  width: 0;
  height: 1px;
  content: '';
  box-shadow: 0 0 7px #fcc208;
  -moz-box-shadow: 0 0 7px #fcc208;
  -webkit-box-shadow: 0 0 7px #fcc208;
  background-color: #fcc208;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.landing-layer .main-header nav>ul>li:hover>a:before,
.landing-layer .main-header nav>ul>li:hover>a:after {
  width: 100%
}

.landing-layer .main-header nav>ul>li ul {
  position: absolute;
  right: 0;
  top: 60px;
  padding: 15px;
  background-color: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeff2;
  box-shadow: 0 0 5px rgba(237, 241, 244, 0.7);
  -moz-box-shadow: 0 0 5px rgba(237, 241, 244, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(237, 241, 244, 0.7);
  width: auto;
  white-space: nowrap;
  display: none
}

.landing-layer.home-page .main-header nav>ul>li ul {
  top: 50px;
}

.landing-layer .main-header nav>ul>li ul li {
  position: relative;
  width: auto;
  white-space: nowrap;
  padding-right: 15px
}

.landing-layer .main-header nav>ul>li ul li a {
  font-size: 14px;
  color: #1e2f38;
  line-height: 27px;
}

.landing-layer .main-header nav>ul>li ul li a:before {
  width: 5px;
  height: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: black;
  position: absolute;
  right: 3px;
  top: 12px;
  content: ''
}

.landing-layer .main-header nav>ul>li ul li a:hover {
  color: #fcc208
}

.landing-layer .main-header .clientarea {
  width: auto;
  white-space: nowrap;
  display: table;
  float: left;
  position: relative;
}

.landing-layer .main-header .clientarea .user-area {
  width: auto;
  float: left;
  padding-right: 14px
}

.landing-layer .main-header .clientarea .user-area .logged-out {
  position: relative;
  margin-top: -8px
}

.landing-layer .main-header .clientarea .user-area .logged-out a {
  font-size: 14px;
  color: #fff;
  position: relative;
}

.landing-layer .main-header .clientarea .user-area .logged-out a:hover {
  color: #fcc208
}

.landing-layer .main-header .clientarea .user-area .logged-out a:nth-child(2) {
  padding-left: 11px
}

.landing-layer .main-header .clientarea .user-area .logged-out a:nth-child(2):before {
  position: absolute;
  left: 2px;
  top: 2px;
  content: '/';
  font-size: 13px;
  color: #fff
}

.landing-layer .main-header .clientarea .user-area .logged-out i {
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 4px;
  margin-left: 7px;
}

.landing-layer .main-header .clientarea .logged-in {
  position: relative;
  margin-top: -16px;
  margin-right: 14px
}

.landing-layer .main-header .clientarea .logged-in .img-layer {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  float: left;
  margin-right: 8px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

.landing-layer .main-header .clientarea .logged-in .img-layer img {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.landing-layer .main-header .clientarea .logged-in .title {
  width: auto;
  min-width: 80px;
  float: right;
  padding-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  padding-top: 4px;
  word-spacing: -1px;
}

.landing-layer .main-header .clientarea .logged-in .title i {
  position: absolute;
  right: -17px;
  top: 15px;
  font-size: 21px;
  color: #fff
}

.landing-layer .main-header .clientarea .logged-in .title:hover,
.landing-layer .main-header .clientarea .logged-in .title:hover i {
  color: #fcc208
}

.landing-layer .main-header .clientarea .logged-in .sublayer {
  position: absolute;
  left: 0;
  top: 60px;
  padding: 15px 15px 10px;
  background-color: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px rgba(237, 241, 244, 0.7);
  -moz-box-shadow: 0 0 5px rgba(237, 241, 244, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(237, 241, 244, 0.7);
  display: none;
}

.landing-layer .main-header .clientarea .logged-in .sublayer .user-wallet {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeff2;
  margin-bottom: 10px;
  font-size: 13px
}

.landing-layer .main-header .clientarea .logged-in .sublayer .user-wallet span {
  color: #2f0c55;
  font-size: 14px
}

.landing-layer .main-header .clientarea .logged-in .sublayer ul li {
  padding-right: 10px
}

.landing-layer .main-header .clientarea .logged-in .sublayer ul li a {
  display: block;
  line-height: 22px;
  font-size: 13px;
  color: #2f0c55;
  margin: 7px 0;
  position: relative;
  padding-right: 3px
}

.landing-layer .main-header .clientarea .logged-in .sublayer ul li a .new-msg {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #f3f7fa;
  position: absolute;
  left: 3px;
  top: 1px
}

.landing-layer .main-header .clientarea .logged-in .sublayer ul li a:before {
  width: 5px;
  height: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #c48eff;
  position: absolute;
  right: -10px;
  top: 10px;
  content: ''
}

.landing-layer .main-header .clientarea .logged-in .sublayer ul li a:hover {
  color: #fcc208
}

.landing-layer .main-header .clientarea>a {
  width: auto;
  height: 15px;
  float: left;
  font-size: 21px;
  padding-left: 12px;
  line-height: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff
}

.landing-layer.home-page .main-header .clientarea>a {
  display: none
}

.landing-layer .main-header .clientarea>a:hover {
  color: #fcc208
}

.landing-layer .main-header .clientarea>a i {
  position: relative;
  top: -2px
}

.landing-layer .main-header .cooperation {
  width: auto;
  float: left;
  display: table;
  position: relative;
  padding: 0;
  font-size: 14px;
  color: #fff;
  word-spacing: -2px;
  display: none;
  margin-top: -8px
}

.landing-layer .main-header .cooperation img {
  width: 30px;
  position: relative;
  margin-left: 3px;
  top: 1px
}

.landing-layer .landing-content {
  width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 45px 0 70px
}

.landing-layer .landing-content .landing-header {
  width: 100%;
  text-align: center;
  color: #fff;
}

.landing-layer .landing-content .landing-header h1 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 10px rgb(49, 49, 49);
}

.landing-layer .landing-content .landing-header span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  text-shadow: 1px 1px 10px rgb(83, 83, 83);

}

.landing-layer .landing-content .landing-search {
  position: relative;
  padding: 60px 0 45px
}

.landing-layer .landing-content .landing-search form {
  width: 100%;
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 10px;
  background-color: rgba(136, 136, 136, 0.1);
  position: relative;
  overflow: hidden;
}

.landing-layer .landing-content .landing-search form:hover {
  background-color: rgba(245, 245, 245, 0.1);
}

.landing-layer .landing-content .landing-search form input {
  width: 100%;
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
  color: #1e2f38;
  border: 0;
  outline: none;
}

.landing-layer .landing-content .landing-search form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1e2f38;
  opacity: 1;
}

.landing-layer .landing-content .landing-search form ::-ms-input-placeholder,
.landing-layer .landing-content .landing-search form :-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1e2f38;
}

.landing-layer .landing-content .landing-search form button {
  font-size: 25px;
  color: #1e2f38;
  position: absolute;
  left: 15px;
  top: 8px;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: transparent;
  border: 0;
}

.landing-layer .landing-content .landing-search form button:hover {
  color: #1e2f38
}

.landing-layer .landing-content .landing-search form button i {
  position: relative;
  top: 6px;
  color: #1e2f38;
}

.landing-layer .landing-statistics .statistic-col {
  position: relative;
  width: 140px;
  margin: 0 auto;
}

.landing-layer .landing-statistics .statistic-col img {
  position: relative;
  width: 100%
}

.landing-layer .landing-statistics .statistic-col .count {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: -28px;
  top: 55px;
  color: #fff;
}

.landing-layer .landing-statistics .statistic-col .title {
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  top: -5px
}

.main-menu {
  box-shadow: 0 5px 10px #ebf0f5;
  -moz-box-shadow: 0 5px 10px #ebf0f5;
  -webkit-box-shadow: 0 5px 10px #ebf0f5;
  background-color: #2f0c55;
  border-bottom: 2px solid #222222;
}

.main-menu nav {
  width: auto;
  float: right;
  display: table;
  position: relative;
}

.main-menu nav>ul {
  position: relative;
  padding-top: 6px;
}

.main-menu nav>ul>li {
  float: right;
  width: auto;
  white-space: nowrap;
  position: relative;
  padding-left: 30px
}

.main-menu nav>ul>li>a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  padding: 15px 0 22px;
  color: gainsboro
}

.main-menu nav>ul>li .sign-down {
  position: absolute;
  left: 14px;
  top: 22px;
  font-size: 15px;
  color: #6a7b82
}

.main-menu nav>ul>li:hover>a,
.main-menu nav>ul>li:hover .sign-down {
  color: #fcc208;
}

.main-menu nav>ul>li>ul {
  position: absolute;
  right: 0;
  top: 68px;
  padding: 15px;
  background-color: #2f0c55;
  z-index: 100;
  min-width: 200px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 0 2px #2f0c55;
  -moz-box-shadow: 0 0 2px #2f0c55;
  -webkit-box-shadow: 0 0 2px #2f0c55;
  width: auto;
  white-space: nowrap;
  border-top: 0;
  display: none;
}

.main-menu nav>ul>li>ul li {
  position: relative;
  width: auto;
  white-space: nowrap;
  padding-right: 15px;
  margin: 2px 0;
}

.main-menu nav>ul>li>ul li a {
  font-size: 14px;
  color: gainsboro;
  line-height: 27px;
  transition: 0.5s;
}

.main-menu nav>ul>li>ul li a>i {
  color: transparent;
}

.main-menu nav>ul>li>ul li a:hover i {
  color: gainsboro;
}

.main-menu nav>ul>li>ul li a:hover {
  color: #fcc208;
  transform: translateX(-5px);
}

.status {
  overflow: hidden !important;
  text-align: center;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  padding-right: 100px;
  height: 300px;
}

.status a {
  color: #2f0c55;
  margin-top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden !important;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 3px 10px 0.1px rgba(141, 141, 141, 0.644);
  opacity: 0.5;
}

.status p {
  font-size: 16px;
  width: 180px;
  color: #6a7b82;
}

.status a:hover {
  transform: scale(1.05);
  opacity: 1;
}

.status>div :hover>p {
  color: #531397;
}

.active-status {
  opacity: 1 !important;
}

.discount {
  max-width: 150px;
  position: fixed;
  bottom: -20px;
  left: 0px;
  z-index: 5;
  display: none;
}

.discount .closeBtn {
  position: relative;
  bottom: 160px;
  left: 10px;
  cursor: pointer;
  font-size: 25px;
}


.fixed-menu {
  width: 310px;
  height: 100%;
  position: fixed;
  right: -310px;
  top: 0;
  z-index: 10002;
}

.fixed-menu .inner {
  background-color: #2f0c55;

}

.fixed-menu .close-menu {
  font-size: 21px;
  color: #fcc208;
  position: absolute;
  left: 18px;
  top: 8px;
  z-index: 20;
}

.fixed-menu .close-menu:hover {
  color: #fc4108
}

.fixed-menu .logo {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  height: 150px;
  display: block;
  background: rgb(220,220,220);
  background: linear-gradient(180deg, rgba(220,220,220,1) 0%, rgba(47,12,85,0.7371323529411764) 100%);
  position: relative;
  text-align: center;
}

.fixed-menu .logo img {
  width: 98px;
}

.fixed-menu form {
  width: 100%;
  position: relative;
  height: 40px;
  top: -80px;
  padding: 20px;
}

.fixed-menu form input {
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  background-color: #fff;
  border: 0;
}

.fixed-menu form button {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 45px;
  height: 40px;
  background-color: transparent;
  border: 0;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  padding-top: 1px
}

.fixed-menu .inner nav {
  padding: 0 4px 0 10px;
  margin-top: -50px;
  padding: 20px;
}

.fixed-menu .inner nav .heading {
  font-size: 13px;
  line-height: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #6f3ca5;
  color: #fff;
  margin-top: 10px
}

.fixed-menu .inner nav>ul {
  padding: 0 0 0 10px;
  margin-bottom: 25px
}

.fixed-menu .inner nav>ul>li {
  position: relative;
  padding: 2px 10px 2px 0;
  width: 100%
}


.fixed-menu .inner nav>ul li {
  position: relative;
}

.fixed-menu .inner nav>ul li .arrow-sign {
  position: absolute;
  left: 0;
  top: 7px;
}

.fixed-menu .inner nav>ul li .arrow-sign i {
  width: 15px;
  height: 15px;
  line-height: 13px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0
}

.fixed-menu .inner nav>ul li .arrow-sign i.zmdi-minus {
  display: none;
}

.fixed-menu .inner nav>ul li .arrow-sign i:hover {
  cursor: pointer;
  color: #fcc308da;
  border: 1px solid #fcc308da;
  border-radius: 50%;
}

.fixed-menu .inner nav>ul>li ul {
  display: none;
}


.fixed-menu .inner nav>ul>li>ul>li ul li:before {
  position: absolute;
  right: -12px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  content: '';
  background-color: #fff;
}

.fixed-menu .inner nav>ul>li ul li {
  position: relative;
  padding: 2px 0;
  width: 100%;
}

.fixed-menu .inner nav>ul>li ul {
  margin: 5px 18px 3px 0
}

.fixed-menu .inner nav>ul>li a {
  position: relative;
  width: 100%;
  line-height: 22px;
  padding: 5px 7px;
  padding-right: 20px;
  color: rgb(190, 190, 190);
  font-size: 13px;
  border-radius: 10%;
}

.fixed-menu .inner nav>ul li:hover>a {
  color: #fcc308e0;
  background-color: #17032c34;
}

.courses-view {
  position: relative;
  background: url(../images/article-pattern.png) top right repeat;
  background-position: cover;
  background-color: #f4f4f4;
}

.courses-view header.heading,
.articles-view header.heading {
  position: relative;
  margin: 30px 0 50px 0;
}

.courses-view header.heading h2,
.articles-view header.heading h2 {
  position: relative;
  font-size: 18px;
  color: #2f0c55;
  width: auto;
  display: table;
  float: right;
  white-space: nowrap;
  padding-right: 20px;
}

.courses-view header.heading .view-more,
.articles-view header.heading .view-more {
  width: auto;
  white-space: nowrap;
  display: table;
  float: right;
  font-size: 15px;
  color: #2f0c55;
  word-spacing: -2px;
  margin-top: 35px;
  padding-right: 20px;

}

.courses-view header.heading .view-more i,
.articles-view header.heading .view-more i {
  margin: 0px 5px 0 0;
}

.courses-view header.heading .view-more:hover,
.articles-view header.heading .view-more:hover {
  color: #fcc208;
  transform: translateX(-3px);
}

.courses-view .course-col>div {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid gainsboro;
  border-radius: 10%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0.2px gainsboro;
}

.courses-view .course-col>div:before {
  width: 70px;
  height: 70px;
  background: url('../images/floral-alphabet-letter-m-by-Vexels.svg') no-repeat left bottom;
  content: '';
  position: absolute;
  left: -5px;
  bottom: 100px;
  transform: rotate(25deg);
  opacity: 0.05;
}

.courses-view .course-col>div .img-layer {
  width: 100%;
  position: relative;
}

.courses-view .course-col>div .img-layer img {
  width: 100%;
  display: block;
  height: 140px !important;
}

.courses-view .course-col>div .img-layer a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10
}

.courses-view .course-col>div .img-layer a:before {
  width: 100%;
  height: 55px;
  content: '';
  right: -5px;
  top: -1px;
  background: url('../images/more.svg') no-repeat right top;
  z-index: 100;
  background-size: contain;
  position: absolute;
  opacity: 0.4
}

.courses-view .course-col>div .img-layer a i {
  font-size: 23px;
  position: absolute;
  right: 15px;
  top: 13px;
  color: #fff;
  z-index: 101
}

.courses-view .course-col>div:hover .img-layer a:before {
  opacity: 1
}

.courses-view .course-col>div:hover .img-layer a i {
  color: #fcc208
}

.courses-view .course-col>div>h2 {
  padding: 7px 14px 4px;
  position: relative;
  z-index: 10
}

.courses-view .course-col>div>h2 a {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #1e2f38;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.courses-view .course-col>div>h2 a:hover {
  color: #4c1488ea
}

.courses-view .course-col>div .detail {
  padding: 30px 12px
}

.courses-view .course-col>div .detail .top {
  border-bottom: 2px solid gainsboro;
  padding-bottom: 12px
}

.courses-view .course-col>div .detail .top a {
  width: auto;
  display: inline-table;
  white-space: nowrap;
  font-size: 13px;
  color: #778286;
  line-height: 25px;
  padding-left: 50px;
}



.courses-view .course-col>div .detail .top a i {
  position: relative;
  top: 5px;
  margin-left: 5px;
  font-size: 20px;
  color: #2f0c5557
}

.courses-view .course-col>div .detail .top a:hover {
  color: #4c1488ea
}

.courses-view .course-col>div .detail .top span i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 17px;
  color: #d2dbdf
}

.courses-view .course-col>div .detail .bottom {
  position: relative;
}

.courses-view .course-col>div .detail .bottom .time {
  line-height: 35px;
  color: #778286;
  font-size: 16px;
  word-spacing: 1px;
  padding: 35px 20px 8px
}

.courses-view .course-col>div .detail .bottom .time i {
  position: relative;
  top: 2px;
  margin-left: 3px;
  font-size: 16px
}

.courses-view .course-col>div .detail .bottom .price {
  position: absolute;
  left: 10px;
  bottom: 7px;
  font-size: 13px;
  color: #fff;
  background-color: #2f0c55a8;
  padding: 5px 10px;
  border-radius: 20px;
}

.courses-view .course-col>div .detail .bottom .price i {
  font-style: normal;
  font-size: 17px
}

.courses-view .course-col>div .detail .bottom .free {
  position: absolute;
  left: 10px;
  bottom: 7px;
  font-size: 13px;
  color: #2f0c55;
  background-color: #9fd98c;
  padding: 5px 10px;
  border-radius: 20px;
}

.courses-view .course-col>div .detail .bottom .free i {
  font-style: normal;
  font-size: 17px
}

.articles-view {
  background-color: #2f0c55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%233c1765' fill-opacity='0.4'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin: 0;
  padding: 0;
}

.last-articles-layer .container {
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 100%;
}

.articles-view .article-owl {
  background-color: #f4f4f427;
  border-radius: 5px;
  margin-bottom: 50px;
  
}
.article-col .container{
  overflow: hidden;
}
.articles-view .article-col>div {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.articles-view .article-col>div .img-layer {
  width: 50%;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding: 0 50px;
}

.article-text-box {
  margin-top: 50px !important;
  padding: 0 50px;
  max-height: 30vh;
  max-width: 50%;
  overflow: hidden;
}
.article-text-box  h2  a{
  margin-bottom: 15px ;
}

.articles-view .article-col>div .img-layer img {
  width: 100%;
  height: 300px !important;
  border-radius: 20px;

}

.articles-view .article-col>div .img-layer:hover img {
  filter: brightness(40%);
}

.articles-view .article-col>div .img-layer a {
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
  opacity: 0
}

.articles-view .article-col>div .img-layer:hover a {
  opacity: 1
}


.articles-view .article-col>div .img-layer a span {
  position: relative
}

.articles-view .article-col>div .img-layer a span i {
  font-size: 14px;
  padding: 5px 20px;
  line-height: 40px;
  position: relative;
  font-style: normal;
}

.articles-view .article-col>div .img-layer a span:before {
  width: 0;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #9fd98c;
  position: absolute;
  content: ''
}

.articles-view .article-col>div .img-layer a span:after {
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #9fd98c;
  position: absolute;
  content: ''
}


.articles-view .article-col>div .img-layer a span:hover:before,
.articles-view .article-col>div .img-layer a span:hover:after {
  width: 100%
}

.articles-view .article-col>div .img-layer a span:hover i:before,
.articles-view .article-col>div .img-layer a span:hover i:after {
  height: 100%
}



.articles-view .article-col>div h2 {
  padding: 11px 15px 2px;
  position: relative;
  display: inline;
  z-index: 10
}

.articles-view .article-col>div h2 a {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.articles-view .article-col>div h2 a:hover {
  color: #9fd98c
}

.articles-view .article-col>div p {
  color: gainsboro;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  padding: 0 15px;
  height: 80px;
  overflow: hidden;
}

.articles-view .article-col>div .detail {
  padding: 50px 100px;
}
.see-more {
text-align: center;
padding-top: 30px;
}
.see-more a{
  text-decoration: none;
  color: #61b832;
  cursor: pointer;
}
.see-more a:hover{
  color: #9fd98c;
}
.articles-view .article-col>div .detail span {
  line-height: 30px;
  font-size: 14px;
  width: auto;
  display: inline-table;
  float: right;
  margin-left: 15px;
  color: gainsboro
}

.articles-view .article-col>div .detail span i {
  font-size: 14px;
  margin-left: 3px;
  position: relative;
  top: 2px;
  color: gainsboro
}

.articles-view .article-col>div .detail a {
  font-size: 14px;
  color: #9fd98c;
  float: left;
  width: auto;
  display: inline-table;
  line-height: 30px;
}

.articles-view .article-col>div .detail a i {
  position: relative;
  top: 2px;
  margin-left: 3px;
  font-size: 17px
}

.articles-view .article-col>div .detail a:hover {
  color: #6fc341
}

.newsletter-layer {
  margin-top: 70px;
  width: 100%;
  padding: 45px 0 45px;
  background-color: rgb(243, 243, 243);
}

.newsletter-layer .newsletter-form {
  width: 70%;
  display: block;
  margin: auto;
}

.newsletter-layer .newsletter-form form {
  position: relative;
  padding: 15px;
  width: 100%;
  border-top: 2px solid #2f0c55;
  border-bottom: 2px solid #2f0c55;
}

.newsletter-layer .newsletter-form form .inner {
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background-color: gainsboro;
  height: 45px;
}

.newsletter-layer .newsletter-form form .inner .input-layer {
  width: 42%;
  float: right;
  display: inline-table;
  position: relative;
}

.newsletter-layer .newsletter-form form .inner .input-layer i {
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 45px;
  width: 45px;
  text-align: center;
  color: #2f0c55
}

.newsletter-layer .newsletter-form form .inner .input-layer input {
  width: 100%;
  padding: 0 40px 0 12px;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  background-clip: #fff;
  border: 0;
}

.newsletter-layer .newsletter-form form .inner button {
  width: auto;
  padding: 0 13px;
  font-size: 14px;
  word-spacing: -2px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  color: #fff;
  background-color: #2f0c55;
}

.newsletter-layer .newsletter-form .inner button:hover {
  background-color: #692fa7;
}

footer .top-footer {
  padding: 20px 0;
  background-color: #2f0c55;
  text-align: center;
}

footer .top-footer .aboutUs h2,
footer .top-footer .contactUs h2 {
  overflow: hidden;
  color: white;
  font-size: 20px;
  border-bottom: 1px solid #6f3ca5;
  padding: 10px 0 20px 0;
}

footer .top-footer .aboutUs p,
footer .top-footer .contactUs p {
  padding: 20px 0 20px 0;
  color: #fff;
}

footer .top-footer .contactUs i {
  margin: 0 2px 0 10px;
  padding: 10px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

#gmail:hover {
  color: firebrick;
}

#instagram:hover {
  color: deeppink;
}

#facebook:hover {
  color: dodgerblue;
}

#github:hover {
  color: #905dc7cc;
}

#telegram {
  color: #fff;
  font-size: 40px;
  margin-right: 10px;
}

#telegram:hover {
  color: #00bffe;
}


body>footer .copyright {
  background-color: #1a072e;
}

body>footer .copyright p {
  margin: 22px 0;
  padding: 0;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

body>footer .copyright p a {
  color: #153248;
}

body>footer .copyright p a:hover {
  color: #00bffe;
}


@media screen and (max-width : 1199px) {

  .landing-layer .main-header nav>ul,
  .main-menu {
    padding-left: 20px
  }

  .landing-layer .main-header nav>ul>li {
    padding-left: 20px
  }

  .main-menu nav>ul>li {
    padding-left: 22px
  }

  .main-menu nav>ul>li>a {
    font-size: 14px;
    padding: 12px 0 18px
  }

  .main-menu nav>ul>li .sign-down {
    left: 9px;
    top: 20px;
    font-size: 14px;
  }

  .main-menu .cooperation img {
    width: 30px;
    margin-left: 2px
  }

  .main-menu .cooperation {
    font-size: 14px
  }

  .main-menu nav>ul>li>ul {
    top: 62px
  }

  .landing-layer .landing-content {
    padding: 35px 0 50px
  }

}

@media screen and (max-width : 991px) {

  .article-text-box{
    max-width: 100%;
    max-height: 40vh;
  }

  .status a {
    width: 130px;
    height: 130px;
  }

  .status p {
    font-size: 14px;
    width: 130px;
  }

  .landing-layer .main-header nav>ul,
  .main-menu {
    display: none
  }

  .landing-layer .main-header nav .responsive-menu {
    display: block;
    position: relative;
    top: -2px
  }

  .landing-layer .main-header .logo {
    width: 58px;
    top: 15px;
  }

  .landing-layer.home-page .main-header .logo {
    top: 0;
  }

  .landing-layer .main-header {
    padding: 30px 90px 12px 0;
  }

  .landing-layer.home-page .main-header {
    padding: 18px 90px 25px 0
  }

  .landing-layer .main-header nav {
    min-width: 38px
  }

  .landing-layer .main-header .clientarea {
    float: right;
  }

  .landing-layer.home-page .main-header .clientarea>a {
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
  }

  .landing-layer .landing-content {
    width: 100%
  }

  .landing-layer .landing-content .landing-header h2 {
    font-size: 22px;
    margin-bottom: 15px
  }

  .landing-layer .landing-content .landing-header span {
    font-size: 20px
  }

  .landing-layer .landing-content {
    padding: 20px 0 0
  }

  .landing-layer .landing-content .landing-search {
    padding: 40px 0 30px;
  }

  .landing-layer .main-header .cooperation {
    display: block;
  }

  .courses-view .course-col>div>h2 a {
    font-size: 13px
  }

  .articles-view .article-col>div .img-layer {
    width: 100%;
  }

  .newsletter-layer .newsletter-form form .inner .input-layer {
    width: 35%
  }

  footer .top-footer {
    padding: 18px 0 24px;
    font-size: 14px;
  }
}

@media screen and (max-width : 980px) {
  .articles-view .article-col>div p {
    font-size: 13px;
    line-height: 24px
  }

}

@media screen and (max-width : 767px) {

  .courses-view header.heading,
  .articles-view header.heading {
    margin-bottom: 35px
  }

  .courses-view header.heading h1,
  .articles-view header.heading h1 {
    font-size: 16px
  }

  .articles-view header.heading h1:before,
  .articles-view header.heading h1:after,
  .courses-view header.heading h1:before,
  .courses-view header.heading h1:after {
    top: 8px
  }

  .suggested-courses-layer .owl-dots,
  .free-courses-layer .owl-dots {
    top: -52px
  }

  .articles-view .article-col>div h2 a,
  .articles-view .article-col>div .detail a,
  .courses-view .course-col>div>h2 a {
    font-size: 13px
  }

  .articles-view .article-col>div {
    margin-bottom: 25px
  }

  .course-col {
    right: 45px;
  }

  .courses-view .course-col>div .img-layer img {
    height: 200px !important;
  }
}

@media screen and (max-width : 650px) {
  .articles-view .article-col>div .detail span:nth-child(2) {
    display: none
  }

  .newsletter-layer .namad-layer {
    margin-top: 0
  }

  .newsletter-layer .newsletter-form {
    display: none
  }

  .newsletter-layer {
    padding: 25px 0
  }
}

@media screen and (max-width : 480px) {

  .article-text-box{
    margin-bottom: 20px;
  }



  .course-col {
    right: 0;
  }

  .status a {
    width: 100px;
    height: 100px;
  }

  .status p {
    font-size: 12px;
    width: 100px;
  }

  .landing-layer .main-header .cooperation img {
    display: none
  }

  .landing-layer .main-header .cooperation {
    margin-top: -2px;
    margin-right: 12px;
    line-height: 15px;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    float: right;
  }

  .landing-layer .main-header .cooperation:hover {
    color: #fcc208
  }

  .landing-layer .landing-content .landing-header h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px
  }

  .landing-layer .landing-content .landing-header span {
    font-size: 17px;
    line-height: 30px
  }

  .landing-layer .landing-content .landing-search {
    padding: 30px 0 20px
  }

  .landing-layer .landing-content {
    padding-top: 5px
  }

  .landing-layer .main-header,
  .landing-layer.home-page .main-header {
    padding-right: 75px
  }

  .landing-layer .landing-content .landing-search form input {
    font-size: 14px;
    word-spacing: -2px
  }

  .articles-view .article-col {
    float: none;
    width: 100%
  }

  .articles-view .article-col>div p {
    height: auto;
    overflow: visible;
    margin-bottom: 15px
  }

  .articles-view .article-col>div .detail span:nth-child(2) {
    display: inline-table;
  }

  .articles-view .article-col>div .detail {
    border-top: 1px solid #eaeff2;
    margin-top: 7px
  }

  .courses-view .course-col {
    width: 100%;
    float: none
  }

  .landing-layer .main-header .clientarea .logged-in .img-layer {
    width: 35px;
    height: 35px;
    top: 5px
  }

  .landing-layer .main-header {
    padding-right: 65px
  }
}

@media screen and (max-width : 450px) {
  .landing-layer .main-header .cooperation {
    display: none
  }

  .landing-layer .landing-content .landing-header h2 {
    line-height: 35px;
    width: 280px;
    display: block;
    margin: 0 auto 5px
  }

  .landing-layer .landing-content .landing-header span {
    display: none
  }

  .landing-layer .landing-content .landing-search {
    padding-top: 15px
  }

  .courses-view header.heading h1,
  .articles-view header.heading h1 {
    float: none;
  }

  .courses-view header.heading .view-more,
  .articles-view header.heading .view-more {
    float: none;
    padding-right: 45px;
    margin-top: 10px
  }

  .status {
    position: relative;
    right: 10px;
  }
  .status a{
    width: 200px ;
    height: 200px ;
  }
  .status p{
    position: relative;
    right: 50px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width :380px) {
  .landing-layer .landing-content .landing-header h2 {
    width: 250px;
  }
  .status {
    position: relative;
    right: -30px !important;
  }
  .status p{
    position: relative;
    right: 50px;
    font-size: 14px;
  }
}