﻿
@font-face {
	font-family: 'PF Din Thin';
	src: url('../fonts/PF-Din/PF Din Thin.eot');
	src: local('☺'), url('../fonts/PF-Din/PF Din Thin.woff') format('woff'), url('../fonts/PF-Din/PF Din Thin.ttf') format('truetype'), url('../fonts/PF-Din/PF Din Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Light';
	src: url('../fonts/PF-Din/PF Din Light.eot');
	src: local('☺'), url('../fonts/PF-Din/PF Din Light.woff') format('woff'), url('../fonts/PF-Din/PF Din Light.ttf') format('truetype'), url('../fonts/PF-Din/PF Din Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Regular';
	src: url('../fonts/PF-Din/PF Din Regular.eot');
	src: local('☺'), url('../fonts/PF-Din/PF Din Regular.woff') format('woff'), url('../fonts/PF-Din/PF Din Regular.ttf') format('truetype'), url('../fonts/PF-Din/PF Din Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Bold';
	src: url('../fonts/PF-Din/PF Din Bold.eot');
	src: local('☺'), url('../fonts/PF-Din/PF Din Bold.woff') format('woff'), url('../fonts/PF-Din/PF Din Bold.ttf') format('truetype'), url('../fonts/PF-Din/PF Din Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Din Universal';
	src: url('../fonts/PF-Din/PF Din Universal.eot');
	src: local('☺'), url('../fonts/PF-Din/PF Din Universal.woff') format('woff'), url('../fonts/PF-Din/PF Din Universal.ttf') format('truetype'), url('../fonts/PF-Din/PF Din Universal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Font Awesome CSS*/
@font-face{
    font-family:'font-awesome';
    src:url(../fonts/fontawesome-webfont.ttf);
    src:url(../fonts/fontawesome-webfont.eot),url(../fonts/fontawesome-webfont.woff2) format('woff2'),url(../fonts/fontawesome-webfont.woff) format('woff'),url(../fonts/fontawesome-webfont.svg) format('svg')
}

body{
    font-family:'PF Din Regular', sans-serif;
    font-weight:400;
    font-size:18px;
    background: #FAFAFA;
    line-height:1.7em;
}

.top-nav {
  z-index: 999999;
}
.top-nav {
  z-index: 999999;
}

header {
  background: #fff;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #c9c7c8;
}

.lt-side {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  margin-right: auto;
}

/* header */

header .logo-header {
  height: auto;
  height: 65px;
  margin: 25px 25px;
  margin-inline-end: 22px;
}

header .header {
  width: 100%;
}

/* header */

/* top nav Header */
.top-header {
  height: 70px;
  margin-bottom: 20px;
  position: relative;
}

.top-header .top-header-list {
  position: absolute;
  top: 0;
  border-end-start-radius: 70px;
  background: #2e314e;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  justify-content: end;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
}
.top-header .top-header-list .site-main-title{
		font-size:24px;
}


.top-header .top-header-list div,.top-header .top-header-list span{
	display:block;
	width:100%;
	text-align:center;
}
.top-header .top-header-list li {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-inline-end: 1px solid #fff;
}

.top-header .top-header-list li span {
  display: none;
}

.top-header .top-header-list li.without-text .icon-header img {
  margin: 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}


.top-header .top-header-list li:last-child {
  border: none;
}

/* .top-header .top-header-list li:last-child img {
  margin-inline-end: 0;
  margin-inline-start: 14px;
} */

.top-header .top-header-list li a {
  color: #fff;
  font-family: 'PF Din Regular' !important;
}

.top-header .top-header-list li a:hover {
  color: #fff;
  text-decoration: unset;
}

.top-header .top-header-list li .dropdown-menu {
  background: #2e314e;
  color: #fff;
}

.top-header .top-header-list li .dropdown-menu li {
  border: unset;
}

.top-header .top-header-list li .dropdown-item:focus,
.top-header .top-header-list li .dropdown-item:hover {
  background: #2e314e;
}

.top-header .top-header-list li .dropdown-menu.easyToUse {
  background: #fff;
  color: #2E314E;
  text-align: start;
}

.top-header .top-header-list li .dropdown-menu.easyToUse li {
  padding: 0;
  margin: 0;
}

.top-header .top-header-list li .dropdown-menu.easyToUse li .dropdown-item {
  padding-inline-start: 28px;
  padding-inline-end: 28px;
}

.top-header .top-header-list li .dropdown-menu.easyToUse a {
  color: #2E314E;
}

.top-header .top-header-list li .dropdown-menu.easyToUse .dropdown-item:focus,
.top-header .top-header-list li .dropdown-menu.easyToUse .dropdown-item:hover {
  background: #fff;
}

/* top nav Header */

/* bottom-header */
.bottom-header {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  align-items: center;
  height: calc(100% - 60px);
}

.bottom-header .bottom-header-list {
  color: #2e314e;
  font-size: 26px;
  font-weight: 500;
  font-family: "PF Din Regular";
  list-style: none;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
}

.bottom-header .bottom-header-list li {
  padding: 0 30px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.bottom-header .bottom-header-list li:first-child::before {
  content: "";
  position: absolute;
  height: 33.5px;
  width: 1px;
  left: 0;
  background-color: #c7c7c7;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-header .bottom-header-list li a {
  color: #2e314e;
}

.bottom-header .bottom-header-list li a:hover {
  color: #2e314e;
}

.bottom-header .bottom-header-list li img,
.user-profile .arrow-user {
  filter: brightness(0) saturate(100%) invert(21%) sepia(5%) saturate(4003%) hue-rotate(197deg) brightness(90%) contrast(98%);
}

.bottom-header .bottom-header-list li .dropdown-menu li {
  border: unset;
}

.bottom-header .bottom-header-list li .dropdown-item:focus,
.bottom-header .bottom-header-list li .dropdown-item:hover {
  background: #fff;
}

.bottom-header .bottom-header-list li.active img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(56%) saturate(4954%) hue-rotate(331deg) brightness(89%) contrast(96%);
}

.bottom-header .bottom-header-list li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #911235;
  height: 4px;
  width: 70%;
  left: 16px;
}

/* bottom-header */

/* profile img */
.user-profile {
  width: 50%;
}

.user-profile #userDropDown {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
}

.user-profile .arrow-user {
  margin-inline-start: 10px;
}

.user-profile #userDropDown .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.user-profile #userDropDown .position {
  font-size: 12px;
  font-weight: 500;
  font-family: "PF Din Light";
  line-height: 20px;
}

.user-profile #userDropDown .profile-img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  margin-inline-end: 10px;
}

.body-menu .btn-outline-red {
  color: #911235
}

.profile-data {
  color: #2e314e;
}

.user-profile .dropdown-menu {
  width: 298px;
  padding: 0;
}

.user-profile .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-profile .dropdown-menu .header-menu {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.user-profile .dropdown-menu .body-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 98px;
  padding: 0;
  font-size: 19px;
  background: #ececec;
  width: 100%;
  margin: 0;
}

.user-profile .dropdown-menu .footer-menu {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 47px;
  width: 100%;
  justify-content: center;
  background: #ECECEC;
  border-top: 1px solid #707070;
}

.user-profile .dropdown-menu .header-menu img {
  width: 47.5px;
  height: 47.5px;
  margin-inline-end: 22px;
  object-fit: cover;
}

.user-profile .dropdown-menu .header-menu .name {
  font-size: 22px;
}


.user-profile .dropdown-menu .body-menu .btn-primary,
.user-profile .dropdown-menu .body-menu .btn-primary:focus {
  background: #911235;
  border: unset;
  box-shadow: unset;
  font-size: 19px;
  width: 100%;
  border-radius: 10px;
}

.nav-pills {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0
}

.nav-pills .active {
  background: #2E314E;
  padding: 6px;
  width: 50%;
  text-align: center;
  border-start-start-radius: 6px;
  border-end-start-radius: 6px;
  color: #fff;
}

.nav-pills .active a {
  color: #fff;
}

.nav-pills .non-active {
  border: solid 2px #2E314E;
  padding: 6px;
  width: 50%;
  text-align: center;
  border-end-end-radius: 6px;
  border-start-end-radius: 6px;
  color: #fff;
}

.nav-pills .non-active a {
  color: #999AAA;
}

.m-b20 {
  margin-bottom: 20px
}

.user-profile .dropdown-menu .footer-menu,
.user-profile .dropdown-menu .footer-menu a {
  color: #2E314E;
  font-size: 19px;
}

.user-profile .dropdown-menu .footer-menu a:hover {
  color: #911235;
}

/* profile img */


.previous-page {
  margin: 0 25px;
  margin-inline-start: auto;
}

.previous-page .btn {
  border-radius: 27px;
  border: 1px solid #999AAA;
  color: #911235;
  font-size: 22px;
  padding: 8px 15px;
  margin-inline-end: 15px;
}

.previous-page .btn i {
  display: block;
  float: left;
  margin-top: 5px;
  margin-inline-start: 10px;
  padding: 0;
}

.previous-page .btn:hover {
  opacity: 0.8;
  border: 1px solid #911235;
  background: #911235;
  color: #fff;
}

/* btn-back */
.btn-back-container{
    margin-top: -50px;
    position:
    relative;
}
.top-header .top-header-list div, .top-header .top-header-list span {
   
/* text-align: right !important; */
   
/* margin-right: 20px !important; */
}
.top-header .top-header-list .site-main-title {
    /* font-size: 24px; */
    /* margin-right: 39px !important; */
}
.btn-back-container a{
	
	background:#fff ;
}
.btn-back-container .btn-outline-red {
      border-color: #ABB9C4;
    color: #2e314e;
    border-radius: 8px;
    font-size: 18px;
    padding: 4px 10px;
    margin-inline-end: 20px;
    font-size: 16px !important;
}

.btn-back-container .btn-outline-red img {
    margin-inline-start: 10px;
    display: none;
    transform: rotateY(180deg);
    width: 23px;
 
}

[dir=rtl] .btn-back-container .btn-outline-red img{
  transform: rotateY(0deg);
}

.btn-back-container .btn-outline-red:hover {
  background: #911235;
  color: #fff;
}

.btn-back-container .btn-outline-red:focus {
  box-shadow: none;
}

.btn-back-container .btn-outline-red:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}


/* btn-back */


/* container-font-size */
.top-header .top-header-list li .container-font-size {
  margin-inline-start: 10px;
}

.top-header .top-header-list li .container-font-size div {
  border: 1px solid #B1ABA7;
  width: 45px;
  height: 36px;
  border-radius: 6px;
}

.top-header .top-header-list li .container-font-size div a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.top-header .top-header-list li .container-font-size div a img {
  margin-inline-end: 0;
  filter: brightness(0) saturate(100%) invert(77%) sepia(9%) saturate(0%) hue-rotate(122deg) brightness(87%) contrast(95%);
}

.top-header .top-header-list li .container-font-size div:first-child {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.top-header .top-header-list li .container-font-size div:last-child {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.top-header .top-header-list li .container-font-size div.active {
  background: #8F1033;
}

.top-header .top-header-list li .container-font-size div.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}

/* container-font-size */

/* notifications-list */
.top-header .top-header-list li .dropdown-menu.notifications-list {
  background: #fff;
  color: #2e314e;
  padding: 15px;
}

.top-header .top-header-list li .dropdown-menu.notifications-list .dropdown-item {
  background: #fff;
  color: #2e314e;
  text-align: start;
}

.top-header .top-header-list li .dropdown-menu.notifications-list .dropdown-item:hover {
  background: #fff;
  color: #2e314e;
}

.top-header .top-header-list li .dropdown-menu.notifications-list .notifications-title .dropdown-item {
  display: flex;
  justify-content: space-between;
  background: #ECECEC;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #2E314E;
  border-radius: 10px;
}

.top-header .top-header-list li .dropdown-menu.notifications-list .notifications-title .dropdown-item div {
  font-weight: bold;
  font-size: 18px;
}

.top-header .top-header-list li .dropdown-menu.notifications-list .notifications-title .dropdown-item a {
  color: #901134;
  font-size: 14px;
}


.top-header .top-header-list li .dropdown-menu.notifications-list .notifications-content .dropdown-item {
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ECECEC;
  margin-top: 16px;
  width: 340px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #2E314E;
  border-radius: 10px;
}

.top-header .top-header-list li .dropdown-menu.notifications-list .notifications-content .dropdown-item div {
  font-weight: bold;
  font-size: 18px;
}

.top-header .top-header-list li .dropdown-menu.notifications-list .notifications-content .dropdown-item a {
  color: #901134;
}

/* notifications-list */


/*  search-dropdown */
.top-header .top-header-list li .dropdown-menu.search-dropdown {
  transform: translateX(0);
  width: 100%;
  background: #fff;
  color: #2e314e;
}

.top-header .top-header-list li .dropdown-menu.search-dropdown .dropdown-item {
  background: #fff;
  color: #2e314e;
  margin: 20px 0;
  text-align: start;
}

.top-header .top-header-list li .dropdown-menu.search-dropdown .dropdown-item:hover {
  background: #fff;
  color: #2e314e;
}

.top-header .top-header-list li .dropdown-menu.search-dropdown .dropdown-item .searchInput {
  height: 46px;
  border-radius: 10px;
  width: 75%;
  margin-inline-end: 22px;
  border: 1px solid #DBD5D5;
  padding: 5px;
}

.top-header .top-header-list li .dropdown-menu.search-dropdown .dropdown-item .btn-primary {
  height: 46px;
  background: #901134;
  border: 1px solid #901134;
  min-width: 60px;
  border-radius: 10px;
}

.top-header .top-header-list li .dropdown-menu.search-dropdown .dropdown-item .btn-primary:hover,
.top-header .top-header-list li .dropdown-menu.search-dropdown .dropdown-item .btn-primary:focus {
  color: #901134;
  background: #fff;
  border: 1px solid #901134;
  box-shadow: unset;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 35px;
  margin-inline-end: 42px;
}

.open-menu-mobile img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(51%) saturate(640%) hue-rotate(197deg) brightness(100%) contrast(84%);
  max-width: 30px;
  margin-inline-start: 20px;
}

/*  search-dropdown */


/*Accesibility drop down*/
.top-header .top-header-list li #drp-dwn-cnt {
  background: #fff;
  color: #2e314e;
  padding: 20px 20px 40px 20px;
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 12px #d3d3d3;
  width: 340px;
  text-align: right;
  margin-top: 15px;
  position: absolute;
  z-index: 999999999;
}

.top-header .top-header-list li #drp-dwn-cnt h4 {
  font-size: 22px;
  color: #2e314e;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.top-header .top-header-list li #drp-dwn-cnt .content {
  font-size: 22px;
  color: #2e314e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.top-header .top-header-list li #drp-dwn-cnt .content img {
  margin-inline-end: 0;
  margin: -3px;
  padding: 0;
}

.top-header .top-header-list li #drp-dwn-cnt .content a {
  cursor: pointer;
}

.top-header .top-header-list li #drp-dwn-cnt .content a:hover img {
  mix-blend-mode: luminosity;
}

.top-header .top-header-list li #drp-dwn-cnt li {
  border: unset;
}

.top-header .top-header-list .dropdown-menu.show,
.bottom-header .dropdown-menu.show {
  top: 17px !important;
  box-shadow: 0 5px 7px #b8b7b7;
  border-radius: 0 0 10px 10px;

}

.bottom-header .dropdown-menu.show {
  top: 10px !important;
}


@media (min-width: 992px) {
  header {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    height: 118px;
    padding: 0;
    flex-direction: row;
  }

  /* top nav Header */
  .top-header .top-header-list li {
    padding: 0 25px;
  }

  header .logo-header {
    margin: 25px 35px;
    margin-inline-end: 42px;
  }

  .top-header {
    margin-bottom: 0;
    display: block;
  }

  .top-header .top-header-list {
    font-size: 18px;
  }

  .top-header .top-header-list li {
    padding: 0 20px;
    width: unset;
  }

  .top-header .top-header-list li img {
    margin-inline-end: 14px;
  }

  .top-header .top-header-list li span {
    display: inline;
  }

  .top-header .top-header-list li {
    padding: 0 20px;
    margin: unset;
    border-inline-end: 1px solid #fff;
  }

  .user-profile {
    width: unset;
    padding-inline-end: 20px;
  }

  .user-profile #userDropDown .name {
    font-size: 20px;
  }

  .user-profile #userDropDown .position {
    font-size: 16px;
  }

  .user-profile #userDropDown .profile-img {
    width: 55px;
    height: 55px;
  }

  .bottom-header {
    justify-content: end;
    padding: 0;
  }

  .btn-back-container .btn-outline-red img {
    display: inline;
  }
  .btn-back-container .btn-outline-red {
    font-size: 22px;
  }

  .user-profile #userDropDown {
    justify-content: unset;
  }
  .top-header .top-header-list li .dropdown-menu.search-dropdown {
    width: unset;
  }
}

/*  search-dropdown */






  .page-container
  {
    margin: 50px 0;
}

.page-container .box
{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #dadadb;
}

.page-container .box img
{
  filter: sepia(50%) hue-rotate(190deg) saturate(300%);
  border-radius: 10px;
}
.page-container .box a:hover img
{
  filter:opacity(0.7);
}


/* Footer */
.copyright{
  background: #fff;

}

.copyright .content{
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-family: "PF Din Regular";
  font-size: 22px;
  color: #2E314E;
}

.copyright .f-logo{
margin-left: 20px;
}

.copyright ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
  .copyright ul li{
      display: inline-block;
      margin-right: 20px;
      }

      .copyright ul li a{
        color: #2E314E;
        text-decoration: none;
        transition: all ease-in-out 0.5s; 
        }
        .copyright ul li a:hover{
          color: #911235;
          }

          footer .count
          {
            background: #E4EAEB;
            padding: 20px;
          }

          footer .count .content{
            display: flex;
            align-items: center;
            justify-content: space-between;
          }

          footer .count .content h2{ 
            font-size: 22px;
          }

          .pager{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
            
          }

          .pager a{
            display: inline-block;
            margin-inline-start: 50px;            
          }

          .pager a span.fa{
            font-size: 40px;
            color: #911235;  
            transition: all ease-in-out 0.5s;         
          }

          .pager a:hover span.fa{
            color: #2e314e;           
          }

          .menu-tree
          {
            background: #fff;
            border-radius: 10px;
            padding: 10px 30px 30px 30px;
          }

          .menu-tree ul
          {
            list-style-type: none;
            text-align: right;
            direction: ltr;
          }
          .menu-tree ul li ul
          {
            margin-inline-end: 50px;
          }

          .menu-tree ul li
          {
            text-align: right;
            margin-top: 20px;
            cursor: pointer;
            text-decoration: none;
          }

          .menu-tree ul li ul li:hover
          {
            color: #911235;
          }

          .menu-tree ul li a
          {
            color: #1f2136;
            text-decoration: none;
            transition: all ease-in-out 0.5s; 
          }

          .menu-tree ul li .style2
          {
            display: inline-block;
            padding:0 0 0 20px;
            border-radius: 5px;
            transition: all ease 0.9s; 
            }

          .menu-tree ul li .style2:hover
          {
            background: rgb(255,255,255);
            background: linear-gradient(75deg, rgba(255,255,255,0.6166841736694677) 0%, rgba(214,214,214,0.8799894957983193) 100%);
          }
          .menu-tree ul li img
          {
            border-radius: 50%;
            width: 30px;
            margin-inline-start: 10px;
            height: auto;
          }
		  
		  
		  .book-cover{
	    width: 108px;
    height: 150px;
    background: url(../../images/book-cover.png);
    display: block;
    background-size: cover;
	margin: 0 auto;
}
.book-cover-wrap:hover .book-cover{
	    background: url(../../images/book-cover-hover.png);
		background-size: cover;
}

.book-name{
	    /* max-width: 200px; */
    display: block;
    color: #94193b;
    font-size: 18px;
    min-height: 60px;
    margin: 20px;
    text-decoration: none !important;
    text-align: center;
   
}
.book-cover-wrap:hover .book-name{
	text-decoration: underline;
	
}
.book-cover-wrap:hover{
	background:#fff7f7;
}
.book-cover-wrap{
    box-shadow: 0 0 10px #dadadb;
    padding: 30px 5px 0px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block;
}
a{
text-decoration:none;
}

/* top nav Header */
.top-header {
  height: 70px;
  margin-bottom: 20px;
  position: relative;
}

.top-header .top-header-list {
  position: absolute;
  top: 0;
  border-end-start-radius: 70px;
  background: #2e314e;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  justify-content: end;
  height: 100%;
  display:block;
  margin: 0;
  padding: 0;
  align-items: center;
}

.top-header .top-header-list .site-main-title{
		font-size:24px;
}


.top-header .top-header-list div,.top-header .top-header-list span{
	display:block;
	width:100%;
	text-align:center;
}
}