.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.dropdown-menu {
  opacity: 0;
  border: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .dropdown-menu > li > a {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-width: 7rem;
    max-width: 17.5rem;
    min-height: 2.2rem;
    padding: 0.4rem 0.5rem;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: inherit;
    font-size: 14px; }
    .dropdown-menu > li > a:hover {
      text-decoration: none;
      color: #182957; }
  .dropdown-menu > li.active > a, .dropdown-menu > li .active {
    color: #182957; }

.file-preview {
  background-color: #fff; }

.rating-xs {
  font-size: 18px !important; }

.rating-container .filled-stars {
  text-shadow: none !important;
  color: #000000 !important;
  -webkit-text-stroke: 1px #000000 !important; }

.krajee-default.file-preview-frame {
  background-color: #fff; }

.fileupload-buttonbar .btn {
  color: #fff !important; }

.fade.in {
  opacity: 1; }

.device_attachment_form {
  width: 100%;
  float: left; }
  .device_attachment_form [data-download-template-id*="template"], .device_attachment_form [data-upload-template-id*="template"] {
    overflow-y: auto; }
  .device_attachment_form .fileupload-buttonbar {
    margin: 0px; }
    .device_attachment_form .fileupload-buttonbar [class*="col-"] {
      padding-left: 0px;
      padding-right: 0px; }
    .device_attachment_form .fileupload-buttonbar .btn {
      padding: 0.5rem 0.5rem;
      font-size: 12px; }

.upload-kit .upload-kit-input, .upload-kit .upload-kit-item {
  background-color: #fff; }

.modal-loader-overlay {
  display: none; }

.open > .dropdown-menu, .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: scale(1); }

.has-error .form-control {
  border-color: #c31818 !important; }
.has-error .help-block-error, .has-error .help-block {
  color: #c31818; }

.has-success .form-control {
  border-color: #60c31f !important; }
.has-success .help-block-error {
  color: #60c31f; }

.modal-header .close {
  order: 2; }

.bootstrap-tagsinput .label-info {
  background-color: #182957 !important; }
.bootstrap-tagsinput .label-danger {
  background-color: #c31818 !important; }
.bootstrap-tagsinput .label-success {
  background-color: #60c31f !important; }

.text-wrap {
  white-space: pre-wrap !important; }

.custom-control-label:before {
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  /*border: 2px solid darken($gray-400, 45%);*/ }
.custom-control-label:after {
  width: 1.2rem;
  height: 1.2rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #182957; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #182957; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-label:before {
  border-radius: 0px; }

.alert-widget .alert {
  margin-bottom: 0px;
  border-radius: 0px; }

.bg-black {
  background-color: #000; }

.invalid-feedback {
  display: block; }

.form-control {
  height: calc(2.75rem + 4px);
  border-color: #ddd; }

.form-control::placeholder {
  color: #3d3e3e;
  font-size: 14px; }

.file-caption-name::placeholder {
  color: #3d3e3e;
  font-size: 14px; }

.custom-file-input {
  border-radius: 6px;
  height: calc(2.75rem + 4px); }

.custom-file-label {
  border-radius: 4px;
  height: calc(2.75rem + 4px);
  margin: 0px;
  padding-top: 0.575rem;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }
  .custom-file-label:after {
    height: calc(2.75rem + 2px);
    padding-top: 0.575rem;
    font-family: "FontAwesome";
    content: " Browse \f07c  " !important;
    background-color: #182957;
    color: #fff;
    border-radius: 0px; }

textarea {
  height: auto; }

.fa-1x {
  font-size: 18px;
  transform: scale(1.1); }

.shadow-1 {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1), 0 0px 3px rgba(0, 0, 0, 0.14); }

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-4 {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-5 {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.btn:focus {
  box-shadow: none; }

.btn-primary {
  text-align: center;
  background-color: #182957;
  border-color: #182957;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 30px; }

.btn-link {
  text-align: center;
  background-color: #fff;
  border-color: #182957;
  color: #182957;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 8px;
  border-radius: 7px; }

.collapse.in {
  display: block; }

.pagination {
  margin-top: 10px !important; }
  .pagination > li > a {
    border-color: transparent !important;
    color: #343a40 !important;
    padding: 10px;
    font-size: 15px; }
    .pagination > li > a:hover {
      color: #000000 !important;
      text-decoration: underline;
      background-color: transparent  !important;
      border-color: transparent  !important; }
  .pagination > li:first-child > a, .pagination > li:last-child > a {
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0px !important;
    color: #fff !important;
    background-color: #182957 !important;
    border-color: #182957 !important;
    padding: 8px 13px 8px 13px;
    font-weight: 600;
    z-index: 9 !important; }
    .pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
      background-color: #111d3d !important;
      border-color: #111d3d !important;
      text-decoration: none !important; }
  .pagination > li.disabled > a {
    background-color: #495057 !important;
    border-color: #495057 !important;
    padding: 10px;
    font-size: 15px; }
  .pagination > li.disabled > span {
    border: 1px solid #182957;
    padding: 8px 13px 8px 13px;
    font-size: 15px; }
  .pagination > li.active > a {
    color: #000000 !important;
    text-decoration: underline;
    background-color: transparent  !important;
    border-color: transparent  !important;
    padding: 10px;
    font-size: 15px; }

.notifications-menu .badge {
  position: absolute;
  top: 5px;
  right: 10px; }
.notifications-menu .dropdown-menu {
  width: 250px; }
  .notifications-menu .dropdown-menu .header {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center; }
  .notifications-menu .dropdown-menu .footer {
    overflow-x: hidden; }
    .notifications-menu .dropdown-menu .footer a {
      font-size: 14px;
      text-align: center;
      padding-top: 4px; }
      .notifications-menu .dropdown-menu .footer a:hover, .notifications-menu .dropdown-menu .footer a:focus {
        border-left-color: transparent; }
  .notifications-menu .dropdown-menu .row {
    margin: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .notifications-menu .dropdown-menu .col-xs-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .notifications-menu .dropdown-menu .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    display: none; }
  .notifications-menu .dropdown-menu .notification {
    background-color: transparent; }
  .notifications-menu .dropdown-menu .title {
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .notifications-menu .dropdown-menu .notification .actions .fa {
    color: #333; }
  .notifications-menu .dropdown-menu > li.header + li, .notifications-menu .dropdown-menu > li.header ~ li {
    max-height: 200px;
    overflow-y: scroll; }
    .notifications-menu .dropdown-menu > li.header + li #notifications, .notifications-menu .dropdown-menu > li.header ~ li #notifications {
      height: 100%; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-bottom: 0px; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #adb5bd;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 3px;
      bottom: 2px;
      background-color: #adb5bd;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input {
    display: none; }
    .switch input:checked + .slider {
      border: 1px solid #182957; }
    .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
    .switch input:checked + .slider:before {
      transform: translateX(16px);
      background-color: #182957; }

.custom-table .btn-link {
  color: #495057; }
  .custom-table .btn-link:hover {
    color: #182957; }
.custom-table td, .custom-table th {
  border-color: #adb5bd;
  color: #495057;
  vertical-align: middle;
  padding: 0.85rem 0.65rem;
  min-width: 100px; }
.custom-table thead th {
  color: #495057;
  background-color: #f0eeef;
  border-bottom: none;
  font-weight: 600;
  min-width: 100px; }
  .custom-table thead th a {
    color: #495057; }
.custom-table thead tr td:last-child, .custom-table tbody tr td:last-child {
  text-align: center; }

.custom-table-collapse [aria-expanded="true"] .fa:before {
  content: "\f078"; }
.custom-table-collapse [aria-expanded="false"] .fa:before {
  content: "\f054"; }
.custom-table-collapse .border-bottom-none table tr:last-child td {
  border-bottom-color: transparent !important; }
.custom-table-collapse .collapse-text {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #495057;
  position: relative; }
  .custom-table-collapse .collapse-text:hover {
    color: #182957;
    text-decoration: none; }
  .custom-table-collapse .collapse-text:focus {
    outline: none;
    text-decoration: none; }
  .custom-table-collapse .collapse-text .fa {
    position: absolute;
    left: 12px;
    top: 10px; }
.custom-table-collapse tr td[colspan] {
  padding-left: 0px;
  padding-right: 0px; }
  .custom-table-collapse tr td[colspan] table {
    border-left: none;
    border-right: none;
    margin-bottom: 0px; }
    .custom-table-collapse tr td[colspan] table tr > td:first-child {
      border-left-color: transparent; }
    .custom-table-collapse tr td[colspan] table tr > td:last-child {
      border-right-color: transparent; }

.nav-group > li > a {
  border: 1px solid #2c2c2b;
  color: #495057;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 10px 22px;
  font-weight: 600; }
  .nav-group > li > a:hover {
    color: #182957; }
.nav-group > li.active > a {
  background-color: #182957;
  color: #fff;
  border-color: #182957; }
.nav-group > li + li > a {
  border-left: none; }

.review-box .text {
  background-color: #fff;
  padding: 20px;
  text-align: center; }
  .review-box .text p {
    line-height: 26px;
    font-size: 15px;
    color: #182957; }
.review-box .profile {
  margin: 0px 39% 0px 40%; }
  .review-box .profile img {
    text-align: center;
    width: auto; }
  .review-box .profile p {
    color: #fff;
    font-size: 14px; }
.review-box .name p {
  color: #787777;
  font-weight: bold; }
@media (max-width: 767px) {
  .review-box .profile {
    margin: 0px 28% 0px 30%; } }

.arrival-box {
  border: 1px solid #d2d2d2;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  .arrival-box .image {
    text-align: center;
    position: relative;
    padding-top: 20px; }
  .arrival-box .caption h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin: 0px; }
  .arrival-box .caption .text {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px; }
  .arrival-box.active {
    border-bottom: 3px solid #182957;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

#login-form .file-preview {
  border: none;
  padding: 0px;
  margin: 0px; }
#login-form .file-drop-zone {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px; }
#login-form .file-preview-frame:not(.file-preview-error):hover {
  border: none;
  box-shadow: none; }
#login-form .krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 0px;
  display: none; }
#login-form .file-preview-frame {
  border: none;
  box-shadow: none;
  float: none; }
  #login-form .file-preview-frame .kv-file-content {
    margin: auto;
    width: 200px;
    height: 100px; }
#login-form .file-footer-caption {
  margin: 0px;
  padding: 0px;
  display: none; }
#login-form .btn-file {
  overflow: hidden;
  width: 334px;
  margin: 0px auto;
  display: inherit;
  background-color: #182957;
  border-color: #182957; }
@media (max-width: 767px) {
  #login-form .btn-file {
    width: 250px;
    padding: 5px !important; } }

body {
  font-family: 'Muli';
  font-size: 14px;
  line-height: 26px;
  color: #3d3e3e; }

.all-content {
  width: 100%;
  float: left;
  position: relative;
  /*min-height: calc(70vh - 19px);*/
  padding-top: 0px; }

header {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #ddd; }
  header .navbar-dark .navbar-nav .active > .nav-link {
    color: #182957;
    margin-top: 5px;
    position: relative; }
  @media (min-width: 992px) {
    header .navbar {
      padding: 0px;
      margin-bottom: 0px; }
      header .navbar .navbar-main > li .nav-link {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        padding: 10px; }
        header .navbar .navbar-main > li .nav-link .fa-bell {
          line-height: 32px;
          color: #182957;
          font-size: 30px; }
        header .navbar .navbar-main > li .nav-link span {
          background-color: #182957;
          color: #fff;
          border-radius: 50%;
          border: 1px solid #182957;
          padding: 0px 5px;
          margin-left: -5px; }
        header .navbar .navbar-main > li .nav-link .fa-search {
          margin-top: 10px;
          color: #182957; }
        header .navbar .navbar-main > li .nav-link.btn-link {
          text-align: center;
          background-color: #fff;
          border-color: #182957;
          color: #182957;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 700;
          padding: 10px 8px;
          border-radius: 7px; }
      header .navbar .navbar-login .nav-item .nav-link {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        padding: 10px; }
        header .navbar .navbar-login .nav-item .nav-link .fa-search {
          margin-top: 10px;
          color: #182957; }
        header .navbar .navbar-login .nav-item .nav-link.btn-link {
          text-align: center;
          background-color: #fff;
          border-color: #182957;
          color: #182957;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 700;
          padding: 10px 8px;
          border-radius: 7px; }
    header .navbar-collapse {
      flex-grow: 0; }
    header .hide-dekstop {
      display: none; }
    header .hide-mobile {
      display: block; }
    header .navbar-dark .navbar-nav .nav-link {
      color: #000 !important; }
    header .navbar-dark .navbar-nav .nav-link:hover {
      color: #000; }
    header .caret {
      display: none; }
    header .navbar-expand-lg .navbar-collapse {
      display: none !important; } }
  @media (max-width: 991px) {
    header .navbar-nav .dropdown-menu {
      position: absolute; }
    header .navbar-toggler {
      order: 1; }
    header .navbar-collapse {
      order: 1; }
    header .navbar-profile {
      order: 0; }
    header .hide-dekstop {
      display: block;
      font-size: 15px;
      font-weight: bold;
      padding: 0.5rem 1.4rem;
      border-bottom: 1px solid #dddddd;
      margin-left: -20px;
      margin-right: -20px; }
      header .hide-dekstop a {
        color: #000 !important; }
    header .hide-dekstop:last-child {
      border-bottom: none; }
    header .navbar-login {
      display: none; }
    header .caret {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .navbar-main > li .nav-link {
      color: #000 !important;
      font-size: 15px;
      font-weight: 600;
      padding: 10px; }
      header .navbar-main > li .nav-link .fa-bell {
        line-height: 32px;
        color: #182957;
        font-size: 30px; }
      header .navbar-main > li .nav-link span {
        background-color: #182957;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #182957;
        padding: 0px 5px;
        margin-left: -5px; } }
  @media (max-width: 767px) {
    header .advertise img {
      width: 100%;
      padding: 0px 10px; }
    header .navbar-main .nav-link {
      color: #000 !important;
      font-size: 14px;
      font-weight: 700; }
      header .navbar-main .nav-link .fa-bell {
        line-height: 32px;
        color: #182957;
        font-size: 30px; }
      header .navbar-main .nav-link span {
        background-color: #182957;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #182957;
        padding: 0px 5px;
        margin-left: -5px; } }
  header .navbar-toggler {
    margin-top: 0px;
    background: #bfbfbf;
    padding: 0px 5px; }

/*index page css*/
.left .side-nav li a {
  text-decoration: none;
  text-transform: capitalize; }
  .left .side-nav li a img {
    margin-right: 20px;
    width: 40px;
    height: 40px; }
.left .side-nav .accordion li i {
  float: right;
  margin-top: 20px; }
@media (min-width: 768px) and (max-width: 991px) {
  .left .list-group-item a {
    font-size: 12px; } }

.middle h2 {
  font-size: 30px;
  font-family: cardo;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 26px; }
.middle h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px; }
.middle p {
  line-height: 26px;
  margin: 0px;
  text-align: justify; }
.middle .text {
  font-size: 14px;
  line-height: 26px; }
.middle .rating > label::before {
  margin: 0 3px;
  font-size: 15px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  cursor: pointer; }
@media (min-width: 768px) and (max-width: 991px) {
  .middle h5 {
    font-size: 13px; }
  .middle p, .middle .text {
    font-size: 12px; }
  .middle h2 {
    font-size: 19px; } }
@media (max-width: 767px) {
  .middle h2 {
    font-size: 20px; }
  .middle h5 {
    font-size: 15px; } }

.arrival-box {
  border: 1px solid #d2d2d2;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  .arrival-box .image {
    text-align: center;
    position: relative;
    padding-top: 20px; }
  .arrival-box .caption h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin: 0px; }
  .arrival-box .caption .text {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px; }
  .arrival-box:hover {
    border-bottom: 3px solid #182957;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.product-index h2 {
  font-size: 30px;
  font-family: cardo;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 26px; }

.login-box {
  border-top: 7px solid #182957;
  margin: 0px auto;
  padding: 10px 40px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .login-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: cardo;
    font-weight: bold; }
  .login-box .input-group-text {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.375rem 0rem 0.375rem 0.75rem; }
  .login-box .form-control {
    border-left: 0px; }
  .login-box .forgot p a {
    text-decoration: none; }

.register-box {
  border-top: 7px solid #182957;
  margin: 0px auto;
  padding: 10px 40px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .register-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: cardo;
    font-weight: bold; }
  .register-box .input-group-text {
    background-color: #fff;
    border: 1px solid #ddd; }
  .register-box .forgot p a {
    text-decoration: none; }
  .register-box .form-group label {
    font-weight: bold; }
  .register-box .form-group .flatpickr-signupform-dob, .register-box .form-group .flatpickr-becomecontributorform-dob {
    border: 1px solid #ddd;
    border-radius: 0.25rem; }
    .register-box .form-group .flatpickr-signupform-dob .btn-default, .register-box .form-group .flatpickr-becomecontributorform-dob .btn-default {
      margin-top: 7px; }

@media (max-width: 767px) {
  .login-box, .register-box, .article-create {
    padding: 10px 20px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .login-box, .register-box, .article-create {
    padding: 10px 15px; } }
.contact h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: cardo;
  font-weight: bold; }
.contact h5 {
  font-size: 16px;
  line-height: 26px;
  padding: 30px 0px;
  font-weight: bold; }
.contact .address p {
  line-height: 24px; }
  .contact .address p i {
    margin-right: 20px;
    font-size: 30px; }

.artical h2 {
  font-size: 25px;
  line-height: 40px;
  font-family: cardo;
  font-weight: bold; }
.artical h5 {
  font-size: 16px;
  line-height: 26px;
  color: #30302f;
  font-weight: 700; }
.artical .name p {
  color: #30302f;
  margin: 0px; }

.nav-pills {
  border: 0; }
  .nav-pills li {
    border: 1px solid #ddd;
    margin: 0px;
    color: #656464;
    padding: 5px 20px; }
    .nav-pills li a {
      text-decoration: none;
      font-weight: 600;
      text-align: center; }
    .nav-pills li.active {
      border-bottom: 2px solid #182957; }
  @media (max-width: 767px) {
    .nav-pills li {
      width: 100%; } }

.art-list h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: cardo;
  font-weight: bold;
  margin: 0px;
  margin-top: -8px; }
.art-list h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold; }
.art-list .name p {
  color: #30302f;
  margin: 0px; }

.contri-detail h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: cardo;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
  padding: 30px 0px; }
.contri-detail h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold; }

.contri-list h2 {
  font-size: 30px;
  line-height: 26px;
  font-family: cardo;
  font-weight: bold;
  text-transform: uppercase; }

.article-index h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: cardo;
  font-weight: bold;
  margin-top: -8px; }

.article-view h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: cardo;
  font-weight: bold;
  margin-top: -8px;
  text-transform: capitalize; }

.article-create {
  border-top: 7px solid #182957;
  margin: 0px auto;
  padding: 10px 40px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .article-create h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: cardo;
    font-weight: bold; }

footer#footer {
  width: 100%;
  float: left;
  position: relative;
  background-color: #3a3838; }
  footer#footer .menu ul {
    padding: 0px;
    margin: 0px; }
    footer#footer .menu ul li {
      list-style: none;
      font-size: 15px;
      padding: 10px 5px; }
      footer#footer .menu ul li + li:before {
        content: "|";
        padding: 0 7px 0 0px;
        position: relative;
        top: 0;
        right: 0;
        color: #fff; }
      footer#footer .menu ul li a {
        text-decoration: none;
        color: #fff; }
  footer#footer .copy-right {
    margin-left: 25%; }
    footer#footer .copy-right p {
      font-size: 13px;
      color: #fff;
      text-align: center;
      margin: 0px;
      line-height: 45px; }
    footer#footer .copy-right ul {
      padding: 0px;
      margin: 0px; }
      footer#footer .copy-right ul li {
        list-style: none;
        font-size: 15px;
        padding: 0px 5px; }
        footer#footer .copy-right ul li i {
          color: #fff; }
  @media (max-width: 767px) {
    footer#footer .menu ul li {
      list-style: none;
      font-size: 12px;
      padding: 5px; }
      footer#footer .menu ul li + li:before {
        content: "|";
        padding: 0 5px 0 0px; }
    footer#footer .copy-right {
      margin-left: 0px; }
      footer#footer .copy-right p {
        font-size: 11px;
        line-height: 20px;
        margin: 0 auto; }
      footer#footer .copy-right ul {
        margin: 0 auto;
        text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer#footer .copy-right {
      margin-left: 7px; } }

.box h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 600; }
  .box h4 a {
    text-decoration: none;
    color: #000; }
.box h5 {
  font-size: 16px;
  line-height: 26px;
  color: #30302f;
  font-weight: 700; }
@media (max-width: 767px) {
  .box h4 {
    font-size: 18px; } }

.search-box {
  background-color: #fff; }
  .search-box .form-row {
    margin-right: -5px;
    margin-left: -5px; }
  .search-box .form-group {
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .search-box .form-group.button {
      flex-grow: inherit; }
  .search-box .form-control {
    height: 44px; }
  .search-box .btn {
    font-size: 16px;
    padding: 6px 25px; }
  @media (max-width: 767px) {
    .search-box .form-row {
      display: block; }
      .search-box .form-row .form-group {
        margin-bottom: 10px; } }

.rrssb-buttons li {
  width: 42px !important; }

span.rrssb-text {
  display: none; }

.art-img img {
  width: 113px;
  height: 83px; }

/*# sourceMappingURL=style.css.map */
