@font-face {
  font-family: "BYekan";
  src: url("../fonts/BYekan-webfont.eot") format("eot"),
    url("../fonts/BYekan-webfont.woff") format("woff"),
    url("../fonts/BYekan-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "BYekan";
  font-size: 14px;
  word-spacing: -1px;
  background-color: #f2f2f2;
}

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

a:link,
a:hover,
a:active {
  text-decoration: none;
  outline: 0 !important;
}
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 {
  -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;
}

.user-account .avatar-layer ul:after,
.term-content aside .statistics ul:after,
.term-content aside .share-layer:after,
.term-content .term-description ul li:after,
.comment-list .comment-row:after,
.term-categories .switch-field:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
  line-height: 0;
}

.landing-layer {
  width: 100%;
  background: url("../images/back2.jpg") no-repeat center center / cover;
  position: relative;
  filter: opacity(0.8);
}
.landing-layer nav {
  padding: 25px 0;
}
.landing-layer nav ul li {
  display: inline-table;
}
.landing-layer nav ul li a {
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 15px;
}
.landing-layer nav .clientarea {
  text-align: left;
  color: #fff;
}
.landing-layer nav .clientarea i {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-left: 4px;
}
.landing-layer nav .clientarea a {
  color: #fff;
  font-size: 17px;
}
.landing-layer nav ul li a:hover,
.landing-layer nav .clientarea a:hover {
  color: #20991d;
}
.landing-layer header {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  word-spacing: -1px;
}
.landing-layer header .logo {
  width: 250px;
  display: block;
  margin: 0 auto 20px;
}
.landing-layer header h1 {
  line-height: 30px;
  padding: 10px 0 20px;
  font-size: 31px;
  text-shadow: 3px 3px 2px #000000, 3px 1px 1px #0c0c0c;
  font-weight: bolder;
}
.landing-layer header h2,
.landing-layer header h3 {
  line-height: 30px;
  padding: 10px 0;
  font-size: 23px;
  text-shadow: 3px 3px 2px #000000, 3px 1px 1px #0c0c0c;
  font-weight: bolder;
}
.landing-layer .search-form {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 13pt;
}
.landing-layer .search-form form {
  width: 100%;
  height: 45px;
  position: relative;
  margin-bottom: 50px;
}
.landing-layer .search-form form input {
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  line-height: 50px;
  border: 0;
  padding: 0 20px 0 60px;
  color: #2c373b;
}

.landing-layer .search-form form button:hover {
  background-color: #2c373b;
}
.search-form a {
  display: block;
}
.main-menu {
  background-color: #2c373b;
  position: relative;
  box-shadow: 0px 2px 9px #0a0a0a;
}
.main-menu nav {
  position: relative;
}
.main-menu nav > ul > li {
  float: right;
  padding: 15px 0;
  position: relative;
}
.main-menu nav > ul > li:first-child a {
  padding-right: 0;
}
.main-menu nav > span {
  font-size: 36px;
  color: #fff;
  display: none;
}
.main-menu nav > span:hover {
  color: #0c740a;
  cursor: pointer;
}
.main-menu nav > ul > li > a {
  color: #fff;
  padding: 0 15px;
  border-left: 1px solid #fff;
  font-size: 16px;
}
.main-menu nav > ul > li:last-child > a {
  border-left: 0;
}
.main-menu nav > ul > li > ul {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #2c373b;
  padding: 5px 10px;
  border-bottom: 3px solid #2c373b;
  min-width: 230px;
  white-space: nowrap;
  display: none;
  z-index: 1000;
  /* box-shadow: 0px 2px 9px #0a0a0a; */
}
.main-menu nav > ul > li > ul > li {
  width: 100%;
}
.main-menu nav > ul > li > ul > li > a {
  padding: 6px 15px 6px 10px;
  line-height: 22px;
  color: #fff;
}
.main-menu nav > ul > li:hover > a:hover,
.main-menu nav > ul > li > ul > li > a:hover {
  color: #0c740a;
}

footer .top-footer {
  width: 100%;
  background-color: #26292c;
  padding: 40px 0 20px;
}
.top-footer .list {
  margin-bottom: 20px;
}
.top-footer .list header {
  margin-bottom: 20px;
  position: relative;
}
.top-footer .list header:before {
  width: 100%;
  content: "";
  position: absolute;
  height: 12px;
  right: 0;
  top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #404e51;
  z-index: 10;
}
.top-footer .list header h4 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  background-color: #26292c;
  z-index: 11;
  position: relative;
  padding-left: 20px;
}
.top-footer .list ul li a {
  display: block;
  line-height: 25px;
  padding: 2px 15px 2px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.top-footer .list ul li a:hover {
  padding-right: 17px;
  color: #37d43b;
}
.top-footer .list ul li a:before {
}
.bottom-footer {
  background-color: #1e2023;
  padding: 15px 0;
}
.bottom-footer p {
  color: #b2bfc5;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.bottom-footer p a {
  color: #b2bfc5;
}
.bottom-footer p a:hover {
  color: #09e3b1;
}

.client-page {
  width: 100%;
  padding: 100px 0;
}
.client-page .container-content {
  width: 450px;
  margin: 0 auto;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 15px #545254;
}
.client-page .container-content .input-group {
  padding: 10px 0;
  width: 100%;
}
.client-page .container-content .input-group-addon {
  width: 55px;
  font-size: 18px;
}
.client-page .container-content .form-control {
  height: 40px;
}
.client-page .container-content header h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 45px;
  display: block;
  text-align: center;
  word-spacing: -2px;
  margin-bottom: 15px;
}
.client-page .container-content .link {
  padding: 15px 0;
}
.client-page .container-content .link a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #1cbdf9;
}
.client-page .container-content .link a:hover {
  color: #2c373b;
}
.client-page .container-content .link a i {
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.client-page .container-content .link a i.zmdi-account {
  font-size: 18px;
  right: -1px;
}
.client-page .container-content .remember-me,
.client-page .container-content .accept-rules {
  margin-top: 10px;
}
.client-page .container-content input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

main {
  padding: 35px 0 45px;
}
main#home-page {
  background-color: #fff;
}
.terms-items header {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 35px;
}
.terms-items header h2 {
  padding: 10px 24px;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  color: white;
  background: #2aaf27;
  display: inline-block;
  border-radius: 37px;
  box-shadow: 0 0 6px #2aaf27;
}
.terms-items header a {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #4b4f4f;
}
.terms-items header a:hover {
  color: #2aaf27;
}
.terms-items .term-col article {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0 6px #2aaf27;
  background-color: #fff;
}
.terms-items .term-col article .img-layer,
.terms-items .term-col article .img-layer img {
  width: 100%;
  display: block;
}
.terms-items .term-col article h2 a {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  color: #252a2b;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.terms-items .term-col article h2 a:hover {
  color: #2aaf27;
}
.terms-items .term-col article span {
  color: #2aaf27;
  padding: 10px;
  border-top: 1px solid #ebebeb;
  width: 100%;
  display: block;
}

.terms-items .term-col article i {
  color: #ccc;
  font-size: 13px;
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-style: normal;
}
.breadcrumb {
  background-color: transparent;
  margin: 15px 0;
  padding-right: 0;
}
.breadcrumb li a,
.breadcrumb li {
  color: #26292c;
}

.user-account aside > section,
.user-account .avatar-layer {
  border: 1px solid #ecf1f8;
  margin-bottom: 25px;
  background-color: #fff;
}
.user-account .avatar-layer .img-layer {
  margin: 25px auto 0;
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  position: relative;
  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;
}
.user-account .avatar-layer .img-layer img {
  width: 130px;
  height: 130px;
  border: 3px solid #ecf1f8;
  z-index: 1;
  position: relative;
}
.user-account .avatar-layer .img-layer .change-image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 27px;
  color: #657d9a;
  background-color: rgba(228, 235, 245, 0.4);
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.user-account .avatar-layer .img-layer:hover .change-image {
  opacity: 1;
}
.user-account .avatar-layer .detail {
  width: 100%;
  padding: 10px 0 15px;
  text-align: center;
}
.user-account .avatar-layer .detail h3 {
  font-size: 14px;
  font-weight: bold;
  word-spacing: -1px;
  line-height: 25px;
  padding-bottom: 3px;
  color: #4b5b74;
}
.user-account .avatar-layer .detail span {
  font-size: 14px;
  word-spacing: -1px;
  line-height: 25px;
  color: #7389a3;
  display: block;
}
.user-account aside > section header {
  padding: 5px 15px;
  border-bottom: 1px solid #ecf1f8;
}
.user-account aside > section header h3 {
  font-size: 15px;
  line-height: 35px;
}
.user-account aside > section .inner {
  padding: 10px 15px;
}
.user-account aside > section .inner ul li a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 4px 0;
  color: #222;
}
.user-account aside > section .inner ul li a:hover {
  color: #2aaf27;
}
.user-account .user-account-content {
  border: 1px solid #ecf1f8;
  margin-bottom: 25px;
  background-color: #fff;
}
.user-account .user-account-content > header {
  padding: 5px 15px;
  border-bottom: 1px solid #ecf1f8;
}
.user-account .user-account-content > header h1 {
  font-size: 15px;
  line-height: 35px;
}
.user-account .user-account-content .inner {
  padding: 20px;
}
.user-account .user-account-content .inner .account-information h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #2aaf27;
}
.user-account .user-account-content .inner .account-information ul li {
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 4px 0;
  color: #222;
}
.user-account .user-account-content .inner .account-information ul li i {
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 16px;
  color: #ccc;
}
.user-account .form-layer {
  padding: 0 20px;
}
.user-account .form-layer .input-group {
  margin-bottom: 15px;
}
.user-account .form-layer .link {
  padding: 15px 0;
}
.user-account .form-layer .link a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #1cbdf9;
}
.user-account .form-layer .link a:hover {
  color: #2c373b;
}
.user-account .form-layer .link a i {
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.user-account .form-layer .checkbox-layer {
  margin-top: 10px;
}
.user-account .form-layer .checkbox-layer input[type="checkbox"],
.user-account .form-layer .radio-layer input[type="radio"] {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.user-account .form-layer .checkbox-layer label,
.user-account .form-layer .radio-layer label {
  margin-left: 25px;
}

.term-content > header,
.term-content aside .statistics,
.term-content aside .teacher-info,
.term-content aside .term-info,
.term-content aside .tags-layer,
.term-content aside .share-layer,
.term-content .term-description,
.term-content .user-comments,
.term-categories .aside-section {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  background-color: #fff;
}
.term-content > header h1 {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 25px;
}
.term-content aside .statistics {
  padding: 30px 20px 20px;
}
.term-content aside .statistics ul li {
  display: inline-table;
  width: 33.33%;
  text-align: center;
  float: right;
}
.term-content aside .statistics ul li span {
  font-size: 14px;
  color: #8c9395;
  display: block;
  padding-bottom: 5px;
}
.term-content aside .statistics ul li i {
  font-size: 16px;
  display: block;
  font-style: normal;
}
.term-content aside .statistics > a {
  width: 100%;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  display: block;
  background-color: #2aaf27;
  color: #fff;
  font-size: 17px;
  margin-top: 25px;
}
.term-content aside .teacher-info {
  padding: 25px;
}
.term-content aside .teacher-info img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.term-content aside .teacher-info h2 {
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
}
.term-content aside .teacher-info p {
  line-height: 24px;
  text-align: justify;
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
  color: #8c9395;
}

.term-content aside .term-info {
  padding: 20px 25px;
}
.term-content aside .term-info h2 {
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.term-content aside .term-info ul li {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
}
.term-content aside .tags-layer,
.term-content aside .share-layer {
  padding: 15px 20px;
}
.term-content aside .tags-layer a {
  font-size: 12px;
  line-height: 20px;
  padding: 1px 5px;
  background-color: #f2f2f2;
  margin: 3px;
  color: #333;
}
.term-content aside .share-layer span {
  line-height: 25px;
  font-size: 14px;
  color: #333;
  width: auto;
  display: table;
  float: right;
}
.term-content aside .share-layer a {
  width: 30px;
  height: 30px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  background-color: #999;
  border-radius: 100%;
  text-align: center;
  float: left;
  margin-right: 6px;
}
.term-content aside .share-layer a:hover {
  background-color: #333;
}
.term-content .term-description {
  padding: 25px 25px 10px;
}
.term-content .term-description img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.term-content .term-description h2 {
  font-size: 22px;
  line-height: 25px;
  margin: 25px 0;
}
.term-content .term-description p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
.term-content .term-description ul li {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.term-content .term-description ul li h3 {
  width: auto;
  float: right;
  display: inline-table;
  font-size: 15px;
  line-height: 22px;
}
.term-content .term-description ul li i {
  font-size: 14px;
  width: auto;
  display: inline-table;
  line-height: 22px;
  color: #2aaf27;
  font-style: normal;
  padding: 0 10px;
  float: right;
}
.term-content .term-description ul li span {
  font-size: 17px;
  width: auto;
  display: inline-table;
  line-height: 22px;
  color: #333;
  font-style: normal;
  float: left;
}
.term-content .user-comments {
  padding: 20px;
}
.term-content .user-comments header h3 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
}
.term-content .user-comments form input {
  height: 40px;
}
.term-content .user-comments form textarea {
  resize: none;
  height: 95px;
}
.term-content .user-comments .btn-success {
  width: 100%;
  height: 40px;
  text-align: center;
}

.term-content .pagination {
  width: auto;
  margin: 30px auto 10px;
  display: table;
}
.term-content .pagination i {
  position: relative;
  top: 2px;
}
.term-categories .pagination {
  width: auto;
  margin: 10px auto 40px;
  display: table;
}
.term-categories .pagination i {
  position: relative;
  top: 2px;
}
.comment-list {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #ebebeb;
}
.comment-list .comment-row {
  width: 100%;
  padding: 15px 90px 15px 15px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.comment-list .comment-row img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  border: 2px solid #ebebeb;
  top: 15px;
}
.comment-list .comment-row .left-col {
  width: 100%;
  position: relative;
}
.comment-list .comment-row .left-col h3 {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #333;
}
.comment-list .comment-row .left-col span {
  display: block;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #ccc;
}
.comment-list .comment-row .left-col p {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 0;
}

.term-categories .top-bar {
  background-color: #fff;
  box-shadow: 0 0 6px #ccc;
  padding: 15px 20px 20px;
  margin-bottom: 25px;
  position: relative;
}
.term-categories > .top-bar > header {
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.term-categories > .top-bar > header h1 {
  font-size: 20px;
  line-height: 25px;
}
.term-categories > .top-bar > header h1 span {
  color: #2aaf27;
}
.term-categories > .top-bar > header > span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  border-radius: 30px;
  line-height: 30px;
  background-color: #f2f2f2;
}
.term-categories > .top-bar form {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.term-categories > .top-bar form input {
  position: relative;
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 18px 0 50px;
  font-size: 14px;
  line-height: 40px;
  outline: none;
}
.term-categories > .top-bar form button {
  background-color: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  font-size: 22px;
  color: #878787;
  line-height: 45px;
  text-align: right;
}
.term-categories > .top-bar .select-ddl {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  position: relative;
}
.term-categories > .top-bar .select-ddl select {
  width: 100%;
  padding: 0 15px 0 0;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border: 0;
}

.term-categories .switch-field {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.term-categories .switch-field input {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.term-categories .switch-field label {
  background-color: #fff;
  float: right;
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
  text-shadow: none;
  transition: all 0.1s ease-in-out 0s;
  margin-bottom: 0;
  width: 33.33%;
  height: 38px;
  line-height: 30px;
}
.term-categories .switch-field label:hover {
  cursor: pointer;
}
.term-categories .switch-field input:checked + label {
  background-color: #2aaf27;
  color: #fff;
}
.term-categories .aside-section header h3 {
  font-size: 17px;
  line-height: 22px;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.term-categories .filter-by-price header h3 {
  margin-bottom: 30px;
}
.term-categories .filter-by-price .price-range {
  padding: 0 35px 15px;
}
.term-categories .filter-by-price .max-price {
  width: auto;
  display: inline-table;
  float: left;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  left: -15px;
  padding-top: 10px;
}
.term-categories .filter-by-price .min-price {
  width: auto;
  display: inline-table;
  float: right;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  right: -15px;
  padding-top: 10px;
}
.term-categories .filter-by-category ul {
  padding: 0 5px 10px;
}
.term-categories .filter-by-category ul li {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px;
}
.term-categories .filter-by-category ul li input {
  position: relative;
  top: 3px;
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .main-menu nav > span {
    display: block;
  }
  .main-menu nav > ul {
    display: none;
  }
  .main-menu {
    height: 44px;
  }
  .main-menu nav {
    width: 50px;
    height: 44px;
  }
  .main-menu nav > span {
    display: block;
  }
  .main-menu nav > ul {
    position: absolute;
    min-width: 280px;
    white-space: nowrap;
    right: 0;
    top: 44px;
    background-color: #2c373b;
    border-bottom: 3px solid #2c373b;
    padding: 10px 15px 15px;
    z-index: 1000;
    display: none;
    box-shadow: 0px 2px 9px #0a0a0a;
  }
  .main-menu nav > ul > li {
    width: 100%;
    float: none;
    padding: 5px 0;
    position: relative;
  }
  .main-menu nav > ul > li > a {
    border-left: 0;
  }
  .main-menu nav > ul > li:nth-child(1) a {
    padding-right: 15px;
  }
  .main-menu nav > ul > li .caret-icon {
    position: absolute;
    left: 5px;
    top: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 22px;
  }
  .main-menu nav > ul > li ul {
    position: static;
  }
  .main-menu nav > ul > li > ul > li > a {
    display: block;
    width: 100%;
  }
  .client-page {
    padding: 50px 0;
  }
  .term-categories .switch-field {
    margin-top: 10px;
  }
  .term-categories > .top-bar .select-ddl {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .client-page .container-content {
    width: 92%;
    margin-right: 4%;
  }
  .landing-layer header h1 {
    font-size: 26px;
  }
  .landing-layer header h2,
  .landing-layer header h3 {
    padding: 5px 0;
    font-size: 19px;
  }
  .landing-layer .search-form {
    width: 90%;
    margin-right: 5%;
  }
  .landing-layer nav ul li a {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .landing-layer header {
    padding-top: 0;
  }
  .landing-layer nav .clientarea {
    text-align: right;
    padding-top: 10px;
  }
  .landing-layer .search-form {
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }
  .term-content .term-description ul li i {
    padding: 0 2px;
  }
  .term-content .term-description ul li span {
    float: none;
    display: block;
    clear: both;
    font-size: 15px;
    padding-top: 8px;
  }
  .term-content .term-description {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .landing-layer header h2,
  .landing-layer header h3 {
    display: none;
  }
  .landing-layer header h1 {
    font-size: 21px;
  }
  .landing-layer header {
    padding-bottom: 30px;
  }
  .term-categories > .top-bar > header > span {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .comment-list .comment-row {
    padding: 15px 0;
  }
  .comment-list .comment-row img {
    position: static;
    display: block;
    margin: 0 auto 5px;
  }
  .comment-list .comment-row .left-col h3,
  .comment-list .comment-row .left-col span {
    display: block;
    text-align: center;
  }
}
.terms_item-layers {
  margin-top: 55px;
  width: 1160px;
  padding-left: 72px;
}

.section_heading {
  position: relative;
  width: 100%;
  margin: 30px 0;
}

.section_heading h2 {
  font-size: 18px;
  line-height: 35px;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  display: inline-block;
  height: 35px;
  float: right;
  top: -14px;
}

.section_heading::before {
  position: absolute;
  height: 20px;
  width: 100%;
  border-bottom: 1px solid #03d29b;
  right: 0;
  top: 0;
  z-index: 9;
  content: "";
  display: inline-block;
}

.section_heading a {
  background-color: #05dfa5;
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
  line-height: 25px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
/* cards3 */

.center {
  -webkit-transform: translate(-50%, -50%);
}

.card {
  width: 100%;
  height: 250px;
  background-color: #fff;
  background: white;
  box-shadow: 0 0 6px #2aaf27;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
@media only screen and (max-width: 990px) {
  .card {
    height: 279px;
  }
}
@media only screen and (max-width: 414px) {
  .card {
    height: 300px;
  }
}

@media only screen and (max-width: 390px) {
  .card {
    height: 355px;
  }
}
@media only screen and (max-width: 380px) {
  .card {
    height: 375px;
  }
  .user-card img {
    transform: scale(0.7);
    margin-right: 15px;
  }
}
@media only screen and (max-width: 317px) {
  .card {
    height: 415px;
  }
}

.card h1 {
  margin-bottom: 18px;
  font-size: 21px;
}

.card .additional {
  position: absolute;
  width: 150px;
  height: 100%;
  background: linear-gradient(#e2d63e, #ee786e);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 380px) {
  .card .additional {
    right: -33px;
  }
}

.card.green .additional {
  background: linear-gradient(#92bca6, #a2ccb6);
}

.card:hover .additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
}

.card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0, 0, 0, 0.025);
}

.card .additional .user-card .level,
.card .additional .user-card .points {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.125rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}

.card .additional .user-card .points {
  top: 85%;
}

.card .additional .user-card svg {
  top: 50%;
}

.card .additional .more-info {
  width: 300px;
  float: left;
  position: absolute;
  left: 150px;
  height: 100%;
}

.card .additional .more-info h1 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 990px) {
  .card .additional .more-info h1 {
    position: relative;
    right: 116px;
  }
}
@media (max-width: 401px) {
  .card .additional .more-info h1 {
    position: relative;
    right: 133px;
  }
}
@media (max-width: 380px) {
  .card .additional .more-info h1 {
    position: relative;
    right: 190px;
  }
}

@media (max-width: 359px) {
  .card .additional .more-info h1 {
    position: relative;
    right: 231px;
  }
}
@media (max-width: 324px) {
  .card .additional .more-info h1 {
    position: relative;
    right: 247px;
  }
}
.card .additional .coords {
  margin: 0 1rem;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 990px) {
  .card .additional .coords {
    position: relative;
    right: 112px;
  }
}
@media (max-width: 401px) {
  .card .additional .coords {
    right: 140px;
  }
}
@media (max-width: 380px) {
  .card .additional .coords {
    right: 184px;
  }
}
@media (max-width: 359px) {
  .card .additional .coords {
    right: 219px;
  }
}
@media (max-width: 324px) {
  .card .additional .coords {
    right: 246px;
  }
}
.card .additional .coords span {
  text-align: center;

  font-size: 15px;
  background: #2c373b;
  padding: 6px;
  border-radius: 30px;
  color: white;
  margin: 5px;
}

.card .additional .stats {
  font-size: 2rem;
  position: absolute;
  bottom: 1rem;
  top: 8px;
  color: #fff;
  right: 207px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .card .additional .stats {
    right: 222px;
  }
}
@media (max-width: 401px) {
  .card .additional .stats {
    right: 231px;
  }
}
@media (max-width: 380px) {
  .card .additional .stats {
    right: 350px;
    top: 125px;
  }
}
.card .additional .stats > div {
  flex: 1;
  text-align: center;
}

.card .additional .stats i {
  display: block;
}

.card .additional .stats div.title {
  font-size: 17px;

  text-transform: uppercase;
}

.card .additional .stats div.value {
  font-size: 15px;

  line-height: 1.5rem;
}

.card .general {
  max-width: 300px;
  height: 100%;
  position: absolute;
  top: 21px;
  right: 168px;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 1rem;
  padding-top: 0;
  text-align: justify;
}
@media (max-width: 380px) {
  .card .general {
    right: 127px;
  }
}
.card .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
}

.skin {
  fill: #eab38f;
}
.eyes {
  fill: #1f1f1f;
}
.hair {
  fill: #2f1b0d;
}
.line {
  fill: none;
  stroke: #2f1b0d;
  stroke-width: 2px;
}

/* Button */

.colorful-button.dark {
  --delay: 0.35s;
  --c-color-1: rgba(64, 70, 96, 0.3);
  --c-color-2: #362a89;
  --c-color-3: rgba(92, 134, 255, 0.3);
  --c-color-4: rgba(109, 88, 255, 0.4);
  --c-shadow: rgba(54, 42, 137, 0.4);
  --c-shadow-inset-top: rgba(100, 107, 140, 0.6);
  --c-shadow-inset-bottom: rgba(138, 145, 180, 0.4);
  --c-radial-inner: #404660;
  --c-radial-outer: #0d0f18;
}
.colorful-button.light {
  --delay: 0.15s;
  --c-color-1: rgba(172, 160, 255, 0.15);
  --c-color-2: rgba(110, 171, 255, 0.15);
  --c-color-3: rgba(255, 255, 255, 0.5);
  --c-color-4: rgba(109, 88, 255, 0.15);
  --c-shadow: rgba(0, 76, 180, 0.1);
  --c-shadow-inset-top: rgba(255, 255, 255, 1);
  --c-shadow-inset-bottom: rgba(255, 255, 255, 1);
  --c-radial-inner: #eceffc;
  --c-radial-outer: #fff;
  --c-color: #404660;
}
.colorful-button.secondary {
  --delay: 0.35s;
  --c-color-1: rgba(172, 160, 255, 0.15);
  --c-color-2: rgba(110, 171, 255, 0.15);
  --c-color-3: rgba(92, 134, 255, 0.5);
  --c-color-4: rgba(172, 160, 255, 0.15);
  --c-shadow: rgba(109, 88, 255, 0.25);
  --c-shadow-inset-top: rgba(172, 160, 255, 0.2);
  --c-shadow-inset-bottom: rgba(172, 160, 255, 0.5);
  --c-radial-inner: #6d58ff;
  --c-radial-outer: #362a89;
}
.colorful-button {
  --duration: 7s;
  --delay: 0s;
  --easing: linear;
  --c-color-1: rgba(92, 134, 255, 0.7);
  --c-color-2: #275efe;
  --c-color-3: rgba(54, 42, 137, 0.4);
  --c-color-4: rgba(172, 160, 255, 0.3);
  --c-shadow: rgba(39, 94, 254, 0.5);
  --c-shadow-inset-top: rgba(39, 94, 254, 0.8);
  --c-shadow-inset-bottom: rgba(110, 171, 255, 0.6);
  --c-radial-inner: #362a89;
  --c-radial-outer: #6d58ff;
  --c-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
  border: none;
  display: table;
  border-radius: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  min-width: 140px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--c-color);
  background: radial-gradient(
    circle,
    var(--c-radial-inner),
    var(--c-radial-outer) 80%
  );
  box-shadow: 0 0 20px var(--c-shadow);
  margin: 0 20px;
}
.colorful-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  box-shadow: inset 0 4px 12px var(--c-shadow-inset-top),
    inset 0 -4px 6px var(--c-shadow-inset-bottom);
}
.colorful-button .wrapper {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  border-radius: 24px;
  font-size: 16px;
  padding: 12px 0;
}
.colorful-button .wrapper span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.colorful-button .wrapper .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  filter: blur(var(--blur, 8px));
  background: var(--background, transparent);
  transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
  animation: var(--animation, none) var(--duration) var(--easing) infinite
    var(--delay);
}
.colorful-button .wrapper .circle.circle-1,
.colorful-button .wrapper .circle.circle-9,
.colorful-button .wrapper .circle.circle-10 {
  --background: var(--c-color-4);
}
.colorful-button .wrapper .circle.circle-3,
.colorful-button .wrapper .circle.circle-4 {
  --background: var(--c-color-2);
  --blur: 14px;
}
.colorful-button .wrapper .circle.circle-5,
.colorful-button .wrapper .circle.circle-6 {
  --background: var(--c-color-3);
  --blur: 16px;
}
.colorful-button .wrapper .circle.circle-2,
.colorful-button .wrapper .circle.circle-7,
.colorful-button .wrapper .circle.circle-8,
.colorful-button .wrapper .circle.circle-11,
.colorful-button .wrapper .circle.circle-12 {
  --background: var(--c-color-1);
  --blur: 12px;
}
.colorful-button .wrapper .circle.circle-1 {
  --x: 0;
  --y: -40px;
  --animation: circle-1;
}
.colorful-button .wrapper .circle.circle-2 {
  --x: 92px;
  --y: 8px;
  --animation: circle-2;
}
.colorful-button .wrapper .circle.circle-3 {
  --x: -12px;
  --y: -12px;
  --animation: circle-3;
}
.colorful-button .wrapper .circle.circle-4 {
  --x: 80px;
  --y: -12px;
  --animation: circle-4;
}
.colorful-button .wrapper .circle.circle-5 {
  --x: 12px;
  --y: -4px;
  --animation: circle-5;
}
.colorful-button .wrapper .circle.circle-6 {
  --x: 56px;
  --y: 16px;
  --animation: circle-6;
}
.colorful-button .wrapper .circle.circle-7 {
  --x: 8px;
  --y: 28px;
  --animation: circle-7;
}
.colorful-button .wrapper .circle.circle-8 {
  --x: 28px;
  --y: -4px;
  --animation: circle-8;
}
.colorful-button .wrapper .circle.circle-9 {
  --x: 20px;
  --y: -12px;
  --animation: circle-9;
}
.colorful-button .wrapper .circle.circle-10 {
  --x: 64px;
  --y: 16px;
  --animation: circle-10;
}
.colorful-button .wrapper .circle.circle-11 {
  --x: 4px;
  --y: 4px;
  --animation: circle-11;
}
.colorful-button .wrapper .circle.circle-12 {
  --blur: 14px;
  --x: 52px;
  --y: 4px;
  --animation: circle-12;
}
@keyframes circle-1 {
  33% {
    transform: translate(0px, 16px) translateZ(0);
  }
  66% {
    transform: translate(12px, 64px) translateZ(0);
  }
}
@keyframes circle-2 {
  33% {
    transform: translate(80px, -10px) translateZ(0);
  }
  66% {
    transform: translate(72px, -48px) translateZ(0);
  }
}
@keyframes circle-3 {
  33% {
    transform: translate(20px, 12px) translateZ(0);
  }
  66% {
    transform: translate(12px, 4px) translateZ(0);
  }
}
@keyframes circle-4 {
  33% {
    transform: translate(76px, -12px) translateZ(0);
  }
  66% {
    transform: translate(112px, -8px) translateZ(0);
  }
}
@keyframes circle-5 {
  33% {
    transform: translate(84px, 28px) translateZ(0);
  }
  66% {
    transform: translate(40px, -32px) translateZ(0);
  }
}
@keyframes circle-6 {
  33% {
    transform: translate(28px, -16px) translateZ(0);
  }
  66% {
    transform: translate(76px, -56px) translateZ(0);
  }
}
@keyframes circle-7 {
  33% {
    transform: translate(8px, 28px) translateZ(0);
  }
  66% {
    transform: translate(20px, -60px) translateZ(0);
  }
}
@keyframes circle-8 {
  33% {
    transform: translate(32px, -4px) translateZ(0);
  }
  66% {
    transform: translate(56px, -20px) translateZ(0);
  }
}
@keyframes circle-9 {
  33% {
    transform: translate(20px, -12px) translateZ(0);
  }
  66% {
    transform: translate(80px, -8px) translateZ(0);
  }
}
@keyframes circle-10 {
  33% {
    transform: translate(68px, 20px) translateZ(0);
  }
  66% {
    transform: translate(100px, 28px) translateZ(0);
  }
}
@keyframes circle-11 {
  33% {
    transform: translate(4px, 4px) translateZ(0);
  }
  66% {
    transform: translate(68px, 20px) translateZ(0);
  }
}
@keyframes circle-12 {
  33% {
    transform: translate(56px, 0px) translateZ(0);
  }
  66% {
    transform: translate(60px, -32px) translateZ(0);
  }
}

.grid {
  display: flex;
  margin: 24px auto;
}
.grid .colorful-button {
  margin: 0 auto;
  width: 100%;
}
.dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
.dribbble img {
  display: block;
  height: 28px;
}
.twitter {
  position: fixed;
  display: block;
  right: 64px;
  bottom: 14px;
}
.twitter svg {
  width: 32px;
  height: 32px;
  fill: #1da1f2;
}
