:root {
  --colorlink: var(--b1);
  --colorback: var(--b1a);
  --colorHove: var(--b1b);
  --colorBtm: var(--b1);
}

@font-face {
  font-family: kanit;
  src: url("../fonts/Knit/Kanit.ttf");
}
body {
  font-family: "kanit", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/** Structure */
.navbar-fixed-top {
  top: 40px;
  border-width: 0 0 1px;
}
.navbar-fixed-top0 {
  top: 0;
  position: fixed;
  border-width: 0 0 1px;
  background-color: var(--colorlink);
  border-color: var(--colorlink);
  width: 100%;
  height: 40px;
}
.navbar-fixed-top0 .topbar {
  padding: 5px 0;
}
.navbar-fixed-top0 .topbar span {
  padding: 3px;
  font-size: 15px;
  color: #fff;
}
#header {
  padding: 20px;
  background: #12407f;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 4px solid #436fac;
}

#content {
  background: #fff;
  padding: 20px;
}

#footer {
  background: #12407f;
  color: #fff;
  padding: 20px;
  border-top: 4px solid #436fac;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Links */
#header a {
  color: #fff;
  background: #436fac;
  padding: 4px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bolder;
}

#header a:hover {
  background: #4d8add;
}
a:hover, a:focus {
  color: var(--colorHove);
  text-decoration: underline;
}
/** Forms */
form {
  font: 100% verdana, arial, sans-serif;
}

form label {
  display: block;
  float: left;
  width: 150px;
  padding: 0;
  margin: 9px 0 0;
  text-align: right;
}

form input,
form select {
  width: auto;
  margin: 5px 0 0 10px;
  border: 1px solid gray;
  padding: 4px;
}

form input[type="submit"]:hover {
  cursor: pointer;
  background: silver;
}

form br {
  clear: left;
}

.drop-files-container {
  margin: 0 auto;
  width: 300px;
  height: 200px;
  border: 3px solid #2e9afe;
  border-style: dashed;
  overflow: hidden;
}

.drop-files-container input {
  display: block !important;
  width: 300px !important;
  height: 200px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

.drop-files-container label {
  margin-left: 75px;
  font-size: 15px;
  font-style: italic;
  color: #a4a4a4;
  display: block !important;
  width: 120px !important;
  height: 50px !important;
  z-index: 99999;
}

/* custom css */
h1.head-topten {
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
}
/*
  .sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .sidebar-module-inset p:last-child,
  .sidebar-module-inset ul:last-child,
  .sidebar-module-inset ol:last-child {
    margin-bottom: 0;
  }
  .label-search{
      
      float: left ;
      margin-left: 0px;
      
  }
  */
/* content top */

.content-top {
  padding: 20px 20px;
}
.content-topten {
  width: 31%;
  float: left;

  /*border:1px solid ;*/
}
.seccont-1 {
  width: 61%;
}
.seccont-2 {
  width: 15%;
}
.seccont-3 {
  width: 10%;
}
.seccont-4 {
  width: 9%;
}
.content-all-tp {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  float: left;
}
.container .content-all-tp,
.container-fluid .content-all-tp {
  border-radius: 6px;
}

p.content-topten-num {
  font-size: 20px;
  font-weight: bold;
  color: #a4a4a4;
  float: left;
  margin-right: 15px;
  margin-top: -5px;
}
p.content-topten-char-1 {
  font-size: 16px;
  font-weight: normal;
  color: #a4a4a4;
  float: left;
}
p.content-topten-char-2 {
  font-size: 12px;
  font-weight: normal;
  color: #585858;
  float: left;
}
p.content-topten-char-3 {
  font-size: 12px;
  font-weight: normal;
  color: #585858;
  float: left;
}
p.content-topten-char-4 {
  font-size: 12px;
  font-weight: normal;
  color: #585858;
  float: left;
}
/* tool tip hover */

.ui-tooltip,
.arrow:after {
  background: black;
  border: 2px solid white;
}
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
/* Menu color */
.navbar-inverse {
  background-color: var(--colorlink);
  border-color: var(--colorlink);
  border-bottom: 5px solid var(--colorBtm);
}
.a1 {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #fff;
  border-bottom: 0;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: var(--colorlink);
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: var(--colorlink);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: var(--colorlink);
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: var(--colorlink);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #2efef7;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #04b4ae;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #04b4ae;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/*
   * Base structure
   */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background-color: #f2f2f2;
}

/*
   * Global add-ons
   */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
   * Top navigation
   * Hide default border to remove 1px line.
   */

/*
   * Sidebar
   */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #7c7b7b;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #7c7b7b;
  background-color: #f2f2f2;
}

/*
   * Main content
   */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

/*
   * Placeholder dashboard ideas
   */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.col-md-offset-1A {
  margin-left: 3.33333333%;
}
.col-md-1A {
  width: 15.33333333%;
}

.back-sec {
  border: 1px solid #d8d8d8;
  padding: 2em;
  background-color: white;
  border-radius: 0.2em;
}
.logout-btn {
  margin-top: 1em;
}
.logout-area {
  padding: 0.5em;
}
.navbar-brand {
  margin-top: -0.7em;
  max-width: 95%;
}

.icon-gab {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.nav > li > a > span.count {
  background: none repeat scroll 0 0 #e84e40;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  display: block;
  font-size: 9px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 11px;
  width: 14px;
}

.nav-padding {
  padding: 20px;
}

/* Course structure */
.sec-maud {
  margin-left: 1px;
  margin-right: 1px;
  background-color: #ceecf5;
}
.sec-maud-sub {
  margin-left: 10px;
  margin-right: 10px;
}
.sec-maud-sub-subject {
  float: left;
  margin-left: 30px;
  margin-right: 70px;
  margin-top: -30px;
  height: auto;
}
.subj-right {
  margin-right: 55px;
}

.blank-icon {
  width: 15px;
}
.blank-space {
  margin-top: 30px;
}
/* Form */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="user"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.from-login {
  display: none;
  background-color: white;
  border: 1px solid #dadada;
  border-top: 1em solid #3cc878;
  margin-bottom: 0.82em;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: rgba(60, 200, 120, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

/* Home */
.main-content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border-width: medium 1px 1px;
  border-style: none solid solid;
  border-color: #dadada;
  border-image: none;
}
.page-header {
  margin-top: 0px;
  border-bottom: 0px none;
  padding-bottom: 0px;
}
.entry-title {
  margin-top: 0px;
}
.entry-title {
  color: #444;
  margin-bottom: 30px;
}
.entry-meta {
  margin-bottom: 30px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-content {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  color: #6b6b6b;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0px 0px;
}
.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}
p {
  margin: 0px 0px 10px;
}

.well {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #dadada;
  overflow: hidden;
  clear: both;
}
#secondary .widget {
  margin-bottom: 50px;
  color: #c1c0c0;
  overflow: hidden;
}
#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0px;
  color: #636467;
}
#menu-social li,
#menu-social ul {
  border: 0px none !important;
  list-style: outside none none;
  padding-left: 0px;
}
.widget ul {
  padding: 0px;
  line-height: 18px;
  font-size: 14px;
}
ol,
ul {
  margin-top: 0px;
  margin-bottom: 10px;
}
.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  background-color: #dadada;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
a {
  color: #da4453;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}
#secondary .widget .social-icons a {
  color: #fff;
}
#secondary .widget a {
  color: #c1c0c0;
}
.social-icons li a {
  font-size: 18px;
  line-height: 40px;
  list-style: outside none none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #dadada;
  transition: background-color 0.5s ease 0s;
}
.social-icons li a:hover {
  background-color: lightskyblue;
}
#menu-social li {
  border: medium none;
  display: inline-block;
  margin: 0px;
}
#menu-social li,
#menu-social ul {
  border: 0px none !important;
  list-style: outside none none;
  padding-left: 0px;
}
.post-loghead-content {
  padding: 5px 0;
}
.post-inner-top {
  background-color: #dadada;
  height: 0.75em;
}

/* cus bottom */
/* Login */
/* cus bottom */
/* Login */
.btn-login {
  background: #3cc878;
  color: #ffffff;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.open > .dropdown-toggle.btn-login {
  background: #1ea457;
}

.btn-login:active,
.btn-login.active {
  background: #3cc878;
  box-shadow: none;
}
/* Change Day */
.btn-day {
  background: #3cc878;
  color: #ffffff;
}

.btn-day:hover,
.btn-day:focus,
.btn-day:active,
.btn-day.active,
.open > .dropdown-toggle.btn-day {
  background: #1ea457;
}

.btn-day:active,
.btn-day.active {
  background: #3cc878;
  box-shadow: none;
}

/**/
.navbar-header {
  width: 450px;
  height: 58px;
}
.navbar-titile {
  margin-top: 15px;
  font-size: 21px;
  float: left;
  color: var(--colorlink);
}
dt {
  padding-top: 0.8em;
}
dd {
  padding-top: 0.8em;
}
.honor {
  text-shadow: 2px 1px 1px #bdbdbd;
  color: #3d9627;
}
.grad-notfound {
  text-shadow: 2px 1px 1px #bdbdbd;
  color: #d54131;
}

.bg-pnrugreen {
  background-color: #1ea457;
  color: white;
}

.forgot {
  display: block;
  background-color: white;
  border: 1px solid #dadada;
  border-top: 1em solid #3cc878;
  margin-bottom: 0.82em;
}

.navbar-brand img {
  width: 50px;
}
.home-head {
  width: 100%;
  height: 65vh;
  background: url("../images/tile/6.jpg");
  opacity: 0.85;
  position: relative;
  background-size: cover;
}
.head-backme {
  background: #ffffff;
  min-height: 350px;
  margin-bottom: 30px;
}
.home-text-head {
  margin-top: 25%;
  margin-left: 5%;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}

.home-box-service {
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  cursor: pointer;
}

.home-box-service h4 {
  color: var(--colorlink);
}

.home-box-service i {
  font-size: 48px !important;
  color: var(--colorlink) !important;
}

.box-animate {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #fff 50%, var(--colorHove) 50%);
  transition: background-position 0.2s ease-in-out, color 0.2s ease-in-out;
}

.box-animate-l {
  background-size: 200% 100%;
  background-position: -100% 0;
  background-image: linear-gradient(to left, #fff 50%, var(--colorHove) 50%);
  transition: background-position 0.2s ease-in-out, color 0.2s ease-in-out;
}

.box-animate:hover,
.box-animate:focus,
.box-animate:hover i,
.box-animate:focus i,
.box-animate:hover h4,
.box-animate:focus h4 {
  background-position: 0 100%;
  color: #fff !important;
}

.box-animate-l:hover,
.box-animate-l:focus {
  background-position: 0 0;
  color: #fff !important;
}

.home-box-service .icon {
  margin-bottom: 15px;
}

.d-flex {
  display: flex !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.home-btn {
  width: 230px;
    font-weight: bold;
    font-size: 20px; 
    position: absolute;
    bottom: 50px;
    left: calc(50% - 120px);
}
@media (max-width: 3200px) {
  .home-head {
    height: 89vh;
  }
}
@media (max-width: 2000px) {
  .home-head {
    height: 76vh;
  }
} 
 
@media (max-width: 1025px) {
  .home-head {
    height: 45vh;
  }
}
@media (max-width: 990px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-sm-12,
  .col-md-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .post-inner-content {
    padding: 10px 10px;
  }
  .post-inner-content .entry-title {
    font-size: 30px;
  }
}


@media (max-width: 550px) {
  .home-head {
    height: 30vh;
  }
  .home-text-head {
    margin-top: 12%;
    margin-left: 1%;
    font-size: 32px;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 400px;
  }
  .col-sm-12,
  .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .post-inner-content {
    padding: 10px 10px;
  }
  .post-inner-content .entry-title {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .home-text-head {
    margin-top: 12%;
    margin-left: 1%;
    font-size: 30px;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 350px;
  }
  .col-sm-12,
  .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .post-inner-content {
    padding: 2px 2px;
  }
  .post-inner-content .entry-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .home-text-head {
    margin-top: 15%;
    margin-left: 1%;
  }
  .container {
    width: 1190px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-sm-12,
  .col-md-12 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

footer .btn-up {
  background: #fffcfd;
  padding: 10px;
  border-radius: 5px;
  position: fixed;
  bottom: 10px;
  right: 30px;
}

footer {
  padding: 30px;
  background-color: var(--colorHove);
  color: #fff;
}

article,
.panel,
.back-sec {
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%),
    0 0.9375rem 1.40625rem rgb(4 9 20 / 3%),
    0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  border-width: 0;
  transition: all 0.2s;
}

a {
  color: var(--colorback);
}
.post-inner-top {
  background-color: var(--colorlink);
}
.btn-day {
  background: var(--colorlink);
  color: #ffffff;
}

.btn-day:hover,
.btn-day:focus,
.btn-day:active,
.btn-day.active,
.open > .dropdown-toggle.btn-day {
  background: ".$colorUse[1].";
}

.btn-day:active,
.btn-day.active {
  background: var(--colorlink);
  box-shadow: none;
}

.bottom {
  padding: 85px 0;
  border-top: 1px solid #eaeaea;
  border-top-color: #404040;
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #404040;
}
.bottom,
.bottom-widget .contact-info p {
  color: #959595;
}
.widget > ul {
  padding: 0;
  margin: 15px 0 0;
  letter-spacing: 0;
  list-style: none;
}
.bottom a,
.widget ul li a {
  color: #959595;
}
.bottom-widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px 0 30px;
}
.widget-about {
  font-size: 14px;
}
.bottom-widget {
  margin-bottom: 20px;
}
ul.widget-about-info li {
  display: inline;
  width: 30px;
  height: 30px;
}
.addon-themeum-title {
  text-align: left;
}
.thm-titlecustomstyle {
  font-size: 16px;
  word-wrap: break-word;
  color: #000000;
  font-weight: 700;
  margin: 0 0px 26px 0px;
}
.themeum-feature-wrapper {
  border-radius: 3px 3px 3px 3px;
  text-align: left;
  background: #ffffff;
}
.feature-img-area-default {
  overflow: hidden;
}
.feature-content-area {
  padding: 20px 30px 30px;
}
.feature-title {
  font-size: 20px;
  word-wrap: break-word;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
}
.feature-subtitle {
  font-size: 14px;
  word-wrap: break-word;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 10px 0;
}

/*Login Css*/
/****** LOGIN MODAL ******/
@media (max-width: 768px) {
  #alogin-a {
    float: right;
    color: #fff;
  }
}
@media (min-width: 768px) {
  #alogin-a {
    display: none;
  }

  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
}

.loginmodal-a {
  cursor: pointer;
}
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #f7f7f7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type="text"],
input[type="password"] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: var(--colorback);
  padding: 17px 0px;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: var(--colorback);
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help {
  font-size: 12px;
}

.login-btn {
  text-align: center;
  margin-top: 50px;
}

.button {
  line-height: 55px;
  padding: 0 30px;
  background: var(--colorback);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}

.button:hover,
.button:visited {
  background: var(--colorback);
  color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: rgba(var(--b1c), 0.8);
  box-shadow: 0 1px 1px rgb(0, 0, 0 / 8%) inset,
    0 0 8px rgb(var(--b1c), 0.8) / 60%;
  outline: 0 none;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: rgba(var(--b1c), 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(var(--b1c), 0.8);
  outline: 0 none;
}

.h5title {
  padding: 5px;
  border-left: 7px solid var(--colorback);
}
