.writers {
  padding-bottom: 0px !important;
  overflow: hidden !important; }

.writers .teams-slider {
  position: relative;
  direction: ltr; }

.writers .teams-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 24px -12px 0px -12px; }

.writers .teams-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  overflow: hidden; }

.writers .teams-slider .slick-list .slick-track:after,
.writers .teams-slider .slick-list .slick-track:before {
  display: table;
  content: ''; }

.writers .teams-slider .slick-prev,
.writers .teams-slider .slick-next {
  position: absolute;
  top: 54%;
  right: -42px;
  cursor: pointer;
  border: 0px;
  padding: 0px;
  outline: none;
  font-size: 0px;
  background: none; }

@media (max-width: 1280px) {
  .writers .teams-slider .slick-prev,
  .writers .teams-slider .slick-next {
    /* display: none !important;  */
  } }
@media (max-width: 991px) {
  .subinner {
    margin-top: 24px; } }
.writers .teams-slider .slick-prev svg,
.writers .teams-slider .slick-next svg {
  width: 18px;
  height: 18px;
  fill: #202043;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.writers .teams-slider .slick-prev:hover svg,
.writers .teams-slider .slick-next:hover svg {
  fill: #008ad2 !important; }

.writers .teams-slider .slick-prev {
  right: auto;
  left: -42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.writers .teams-slider .slick-dots {
  width: 100%;
  padding: 0px;
  list-style: none;
  text-align: center;
  margin-top: 12px;
  display: none !important; }

@media (max-width: 1280px) {
  .writers .teams-slider .slick-dots {
    display: block !important; } }
.writers .teams-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0px 2px;
  padding: 0px;
  cursor: pointer;
  background: #c3c3c3; }

.writers .teams-slider .slick-dots li button {
  font-size: 0px;
  line-height: 0px;
  display: block;
  width: 20px;
  height: 3px;
  cursor: pointer;
  color: #E5E5E5;
  border: 0px;
  outline: none;
  background: transparent; }

.writers .teams-slider .slick-dots li.slick-active {
  background: #008ad2; }

.writers .teams-slider .team-card {
  display: inline-block;
  text-align: center;
  direction: rtl;
  margin: 0px 12px; }

.writers .teams-slider .team-card:hover .team-img {
  border-radius: 0;
  background-color: #202043; }

.writers .teams-slider .team-card:hover .team-img img {
  border: 8px solid #202043;
  box-shadow: 0px 0px 20px 1px #3851a2; }

.writers .teams-slider .team-card:hover .team-card-text {
  background-color: #202043;
  /* border-radius: 0px 0px 10px 10px; */
  box-shadow: none; }

.writers .teams-slider .team-card:hover .team-card-text .title,
.writers .teams-slider .team-card:hover .team-card-text p {
  color: #fff; }

.writers .teams-slider .team-card .team-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  padding: 24px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.writers .teams-slider .team-card .team-img img {
  width: 172px;
  height: 172px;
  object-fit: cover;
  border: 8px solid #f5f5f5;
  /* border-radius: 50%; */
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.writers .teams-slider .team-card .team-card-text {
  padding: 88px 20px 24px 20px;
  box-shadow: 0 10px 14px 5px #89adff0f;
  background: #fff;
  margin-top: -90px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.writers .teams-slider .team-card .team-card-text .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 0px;
  text-align: center;
  padding: 0px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.writers .teams-slider .team-card .team-card-text p {
  max-width: inherit;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px;
  height: 56px;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.art-writer {
  position: sticky;
  top: 80px;
  margin: 0; }

.art-writer .img {
  margin: 12px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 14px 5px #9e9fa11c;
  border: 6px solid #fff; }

.art-writer .number {
  text-align: center;
  margin-top: 4px; }

.art-writer .number span {
  color: #008ad2;
  font-weight: 600; }

.no-style {
  border: 0;
  padding: 0;
  line-height: 1; }

.innerwriter {
  background: #fff;
  padding: 24px;
  margin-bottom: 24px; }

.innerwriter:last-child {
  margin: 0; }

.innerwriter p {
  line-height: 38px; }

@media (max-width: 991px) {
  .w-items {
    padding-top: 0px !important; }

  .art-writer {
    margin: 0 auto; }

  .w-items .itemcarica {
    display: block;
    margin-top: 24px; }

  .innerwriter {
    margin: 0 !important;
    margin-top: 24px !important; } }
.related {
  margin-top: 24px; }

.related .title {
  font-size: 30px;
  line-height: 150%; }

.related .item {
  margin-top: 24px; }

.related .inner {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  padding: 16px;
  /* box-shadow: 0 0px 14px #9e9fa12b; */ }

.related .inner .title {
  margin-top: 12px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  border: 0px;
  padding: 0px;
  color: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.related .inner .title:hover {
  color: #008ad2; }

.bg-tag {
  background: #fbe2e3;
  color: #d23200c2;
  border-radius: 60px;
  padding: 2px 20px;
  display: inline-block; }

.innerwriter .tag {
  font-size: 20px !important;
  margin: 12px 0px; }

.innerwriter .tag::before {
  width: 6px;
  height: 6px;
  top: 14px; }

.innerwriter .minshaer .date {
  color: #adadad; }

.ne-writers .inner {
  display: flex; }

.ne-writers .inner .photo {
  min-width: 124px;
  max-width: 124px;
  height: 124px;
  margin-left: 12px; }

.ne-writers .inner .title {
  text-align: right;
  margin: 0;
  -webkit-line-clamp: 1; }

.ne-writers .inner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.header .logo img {
  max-width: 144px; }
  @media (max-width: 991px) {
    .header .logo img {
      max-width: 100px; } }
.header .date {
  margin: 0px 12px; }
.header .iconlogin {
  display: flex;
  align-items: center; }
.header .dropdown {
  margin-right: 12px; }
  .header .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    height: 40px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header .dropdown .dropdown-toggle::after {
      margin: 0px;
      margin-top: 22px;
      color: #000;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-bottom: 0;
      border-left: 4px solid transparent; }
      @media (max-width: 991px) {
        .header .dropdown .dropdown-toggle::after {
          display: none; } }
    .header .dropdown .dropdown-toggle .img {
      margin-left: 8px;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #fff;
      overflow: hidden;
      -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15); }
      @media (max-width: 991px) {
        .header .dropdown .dropdown-toggle .img {
          width: 36px;
          height: 36px;
          margin: 0px; } }
      .header .dropdown .dropdown-toggle .img img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    .header .dropdown .dropdown-toggle p {
      width: 75px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: inline-block;
      color: #000;
      font-weight: 400;
      line-height: 12px;
      margin-top: 4px; }
      @media (max-width: 991px) {
        .header .dropdown .dropdown-toggle p {
          display: none; } }
      .header .dropdown .dropdown-toggle p span {
        display: block;
        width: 100%;
        color: #9EA0A5;
        font-size: 10px;
        line-height: 15px;
        margin-top: 4px; }
  .header .dropdown .dropdown-menu.show {
    right: auto !important;
    left: 0px !important;
    min-width: inherit;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    width: 180px;
    padding: 24px;
    transform: none !important;
    top: 100% !important;
    border: 0px;
    z-index: 2;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .header .dropdown .dropdown-menu.show .dropdown-item {
      font-size: 14px;
      line-height: 15px;
      display: flex;
      border: 0px;
      padding: 0px;
      margin-bottom: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: none !important; }
      .header .dropdown .dropdown-menu.show .dropdown-item:last-child {
        margin: 0px; }
      .header .dropdown .dropdown-menu.show .dropdown-item:active, .header .dropdown .dropdown-menu.show .dropdown-item:hover {
        color: #be8c42; }
.header .loginbtn {
  display: flex;
  align-items: center;
  background: #be8c42;
  color: #fff;
  border-radius: 60px;
  padding: 4px 12px;
  margin-right: 12px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .header .loginbtn:hover {
    background: #000; }
  .header .loginbtn svg {
    fill: #fff;
    width: 14px;
    height: 14px;
    margin-left: 4px; }
.header .iconflex {
  display: flex;
  align-items: center; }
.header .language {
  display: flex;
  align-items: center;
  border: 1px solid #be8c42;
  padding: 4px 8px;
  border-radius: 8px;
  margin-right: 12px;
  color: #be8c42;
  overflow: hidden; }
  .header .language svg {
    width: 20px;
    margin-left: 4px; }
    @media (max-width: 991px) {
      .header .language svg {
        width: 16px; } }
    .header .language svg path,
    .header .language svg rect {
      fill: #be8c42; }

.header .menu.sticky .logo {
  margin: 0px; }

.header .menu #cssmenu ul li {
  margin-left: 4px; }
  @media (max-width: 1199px) {
    .header .menu #cssmenu ul li {
      margin-left: 0px; } }

@media (max-width: 1199px) {
  .header .menu #cssmenu ul li a {
    padding: 0px 8px;
    font-size: 13px; } }

.login,
.signup,
.forgot {
  width: 100%; }
  @media (max-width: 991px) {
    .login,
    .signup,
    .forgot {
      padding: 0px 12px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .login .inner,
  .signup .inner,
  .forgot .inner {
    margin: 48px auto;
    position: relative;
    max-width: 540px;
    padding: 24px 48px;
    background: #fff;
    border-radius: 16px; }
    @media (max-width: 991px) {
      .login .inner,
      .signup .inner,
      .forgot .inner {
        padding: 24px;
        margin: 24px auto; } }
    .login .inner .title,
    .signup .inner .title,
    .forgot .inner .title {
      text-align: center;
      padding: 0px;
      border: 0px; }
    .login .inner p.text,
    .signup .inner p.text,
    .forgot .inner p.text {
      text-align: center;
      margin-bottom: 16px; }
    .login .inner .field,
    .signup .inner .field,
    .forgot .inner .field {
      position: relative;
      margin-bottom: 16px; }
      .login .inner .field:last-child,
      .signup .inner .field:last-child,
      .forgot .inner .field:last-child {
        margin: 0px; }
      .login .inner .field .form-control,
      .signup .inner .field .form-control,
      .forgot .inner .field .form-control {
        background: #f5f5f5;
        border-radius: 8px; }
      .login .inner .field.flex,
      .signup .inner .field.flex,
      .forgot .inner .field.flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 380px) {
          .login .inner .field.flex,
          .signup .inner .field.flex,
          .forgot .inner .field.flex {
            display: block; } }
        .login .inner .field.flex .che-box,
        .signup .inner .field.flex .che-box,
        .forgot .inner .field.flex .che-box {
          position: relative;
          cursor: pointer;
          font-weight: normal;
          margin: 0px;
          padding-right: 36px; }
          .login .inner .field.flex .che-box input[type="checkbox"],
          .login .inner .field.flex .che-box input[type="radio"],
          .signup .inner .field.flex .che-box input[type="checkbox"],
          .signup .inner .field.flex .che-box input[type="radio"],
          .forgot .inner .field.flex .che-box input[type="checkbox"],
          .forgot .inner .field.flex .che-box input[type="radio"] {
            position: absolute;
            left: 9000px; }
          .login .inner .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .login .inner .field.flex .che-box input[type="radio"] + .label-text:before,
          .signup .inner .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .signup .inner .field.flex .che-box input[type="radio"] + .label-text:before,
          .forgot .inner .field.flex .che-box input[type="checkbox"] + .label-text:before,
          .forgot .inner .field.flex .che-box input[type="radio"] + .label-text:before {
            content: "";
            position: absolute;
            right: 12px;
            top: 3px;
            background: #fff;
            border-radius: 2px;
            width: 16px;
            height: 16px;
            font-style: initial;
            border: 1px solid #000; }
          .login .inner .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .login .inner .field.flex .che-box input[type="radio"]:checked + .label-text:before,
          .signup .inner .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .signup .inner .field.flex .che-box input[type="radio"]:checked + .label-text:before,
          .forgot .inner .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
          .forgot .inner .field.flex .che-box input[type="radio"]:checked + .label-text:before {
            content: "";
            background: #be8c42 url(../images/tick.svg) no-repeat center center;
            border: 1px solid #be8c42;
            background-size: 84% 74%;
            animation: effect 250ms ease-in; }
          .login .inner .field.flex .che-box span.label-text,
          .signup .inner .field.flex .che-box span.label-text,
          .forgot .inner .field.flex .che-box span.label-text {
            color: #000;
            font-weight: normal; }
          .login .inner .field.flex .che-box a,
          .signup .inner .field.flex .che-box a,
          .forgot .inner .field.flex .che-box a {
            text-decoration: underline;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            .login .inner .field.flex .che-box a:hover,
            .signup .inner .field.flex .che-box a:hover,
            .forgot .inner .field.flex .che-box a:hover {
              color: #be8c42;
              text-decoration: none; }
        .login .inner .field.flex .forgetlink,
        .signup .inner .field.flex .forgetlink,
        .forgot .inner .field.flex .forgetlink {
          display: block;
          color: #000;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 380px) {
            .login .inner .field.flex .forgetlink,
            .signup .inner .field.flex .forgetlink,
            .forgot .inner .field.flex .forgetlink {
              margin-top: 12px; } }
          .login .inner .field.flex .forgetlink:hover,
          .signup .inner .field.flex .forgetlink:hover,
          .forgot .inner .field.flex .forgetlink:hover {
            color: #be8c42; }
      .login .inner .field p,
      .signup .inner .field p,
      .forgot .inner .field p {
        text-align: center;
        color: #000; }
        .login .inner .field p a,
        .signup .inner .field p a,
        .forgot .inner .field p a {
          color: #be8c42;
          text-decoration: underline;
          font-weight: 500; }
          .login .inner .field p a:hover,
          .signup .inner .field p a:hover,
          .forgot .inner .field p a:hover {
            text-decoration: none; }
      .login .inner .field .bottom,
      .signup .inner .field .bottom,
      .forgot .inner .field .bottom {
        width: 100%;
        height: 64px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box;
        box-shadow: none; }
  .login .or,
  .signup .or,
  .forgot .or {
    margin: 24px 0px;
    text-align: center; }
  .login .social,
  .signup .social,
  .forgot .social {
    justify-content: center; }
    .login .social a,
    .signup .social a,
    .forgot .social a {
      width: 48px;
      height: 48px;
      margin: 0px 4px !important;
      -webkit-box-shadow: 0px 0px 10px #00000014;
      -moz-box-shadow: 0px 0px 10px #00000014;
      -o-box-shadow: 0px 0px 10px #00000014;
      -ms-box-shadow: 0px 0px 10px #00000014;
      box-shadow: 0px 0px 10px #00000014;
      background: #fff;
      border-radius: 8px; }
      .login .social a.icon-facebook,
      .signup .social a.icon-facebook,
      .forgot .social a.icon-facebook {
        background: #fff; }
        .login .social a.icon-facebook svg,
        .signup .social a.icon-facebook svg,
        .forgot .social a.icon-facebook svg {
          fill: #3b5998; }
        .login .social a.icon-facebook:hover,
        .signup .social a.icon-facebook:hover,
        .forgot .social a.icon-facebook:hover {
          background: #3b5998; }
          .login .social a.icon-facebook:hover svg,
          .signup .social a.icon-facebook:hover svg,
          .forgot .social a.icon-facebook:hover svg {
            fill: #fff; }
      .login .social a.icon-twitter,
      .signup .social a.icon-twitter,
      .forgot .social a.icon-twitter {
        background: #fff; }
        .login .social a.icon-twitter svg,
        .signup .social a.icon-twitter svg,
        .forgot .social a.icon-twitter svg {
          fill: #00acee; }
        .login .social a.icon-twitter:hover,
        .signup .social a.icon-twitter:hover,
        .forgot .social a.icon-twitter:hover {
          background: #00acee; }
          .login .social a.icon-twitter:hover svg,
          .signup .social a.icon-twitter:hover svg,
          .forgot .social a.icon-twitter:hover svg {
            fill: #fff; }
      .login .social a.icon-instagram,
      .signup .social a.icon-instagram,
      .forgot .social a.icon-instagram {
        background: #fff; }
        .login .social a.icon-instagram svg,
        .signup .social a.icon-instagram svg,
        .forgot .social a.icon-instagram svg {
          fill: #8d5b46; }
        .login .social a.icon-instagram:hover,
        .signup .social a.icon-instagram:hover,
        .forgot .social a.icon-instagram:hover {
          background: #8d5b46; }
          .login .social a.icon-instagram:hover svg,
          .signup .social a.icon-instagram:hover svg,
          .forgot .social a.icon-instagram:hover svg {
            fill: #fff; }
      .login .social a.icon-youtube,
      .signup .social a.icon-youtube,
      .forgot .social a.icon-youtube {
        background: #fff; }
        .login .social a.icon-youtube svg,
        .signup .social a.icon-youtube svg,
        .forgot .social a.icon-youtube svg {
          fill: #c4302b; }
        .login .social a.icon-youtube:hover,
        .signup .social a.icon-youtube:hover,
        .forgot .social a.icon-youtube:hover {
          background: #c4302b; }
          .login .social a.icon-youtube:hover svg,
          .signup .social a.icon-youtube:hover svg,
          .forgot .social a.icon-youtube:hover svg {
            fill: #fff; }
      .login .social a.icon-rss,
      .signup .social a.icon-rss,
      .forgot .social a.icon-rss {
        background: #fff; }
        .login .social a.icon-rss svg,
        .signup .social a.icon-rss svg,
        .forgot .social a.icon-rss svg {
          fill: #ee802f; }
        .login .social a.icon-rss:hover,
        .signup .social a.icon-rss:hover,
        .forgot .social a.icon-rss:hover {
          background: #ee802f; }
          .login .social a.icon-rss:hover svg,
          .signup .social a.icon-rss:hover svg,
          .forgot .social a.icon-rss:hover svg {
            fill: #fff; }
      .login .social a.icon-linkedin,
      .signup .social a.icon-linkedin,
      .forgot .social a.icon-linkedin {
        background: #fff; }
        .login .social a.icon-linkedin svg,
        .signup .social a.icon-linkedin svg,
        .forgot .social a.icon-linkedin svg {
          fill: #007fb1; }
        .login .social a.icon-linkedin:hover,
        .signup .social a.icon-linkedin:hover,
        .forgot .social a.icon-linkedin:hover {
          background: #007fb1; }
          .login .social a.icon-linkedin:hover svg,
          .signup .social a.icon-linkedin:hover svg,
          .forgot .social a.icon-linkedin:hover svg {
            fill: #fff; }
      .login .social a.icon-gplus,
      .signup .social a.icon-gplus,
      .forgot .social a.icon-gplus {
        background: #fff; }
        .login .social a.icon-gplus svg,
        .signup .social a.icon-gplus svg,
        .forgot .social a.icon-gplus svg {
          fill: #dd4b39; }
        .login .social a.icon-gplus:hover,
        .signup .social a.icon-gplus:hover,
        .forgot .social a.icon-gplus:hover {
          background: #dd4b39; }
          .login .social a.icon-gplus:hover svg,
          .signup .social a.icon-gplus:hover svg,
          .forgot .social a.icon-gplus:hover svg {
            fill: #fff; }
      .login .social a.icon-whatsapp,
      .signup .social a.icon-whatsapp,
      .forgot .social a.icon-whatsapp {
        background: #fff; }
        .login .social a.icon-whatsapp svg,
        .signup .social a.icon-whatsapp svg,
        .forgot .social a.icon-whatsapp svg {
          fill: #189d0e; }
        .login .social a.icon-whatsapp:hover,
        .signup .social a.icon-whatsapp:hover,
        .forgot .social a.icon-whatsapp:hover {
          background: #189d0e; }
          .login .social a.icon-whatsapp:hover svg,
          .signup .social a.icon-whatsapp:hover svg,
          .forgot .social a.icon-whatsapp:hover svg {
            fill: #fff; }
      .login .social a.icon-snapchat,
      .signup .social a.icon-snapchat,
      .forgot .social a.icon-snapchat {
        background: #fff; }
        .login .social a.icon-snapchat svg,
        .signup .social a.icon-snapchat svg,
        .forgot .social a.icon-snapchat svg {
          fill: #e2df01; }
        .login .social a.icon-snapchat:hover,
        .signup .social a.icon-snapchat:hover,
        .forgot .social a.icon-snapchat:hover {
          background: #e2df01; }
          .login .social a.icon-snapchat:hover svg,
          .signup .social a.icon-snapchat:hover svg,
          .forgot .social a.icon-snapchat:hover svg {
            fill: #fff; }
      .login .social a.icon-telegram,
      .signup .social a.icon-telegram,
      .forgot .social a.icon-telegram {
        background: #fff; }
        .login .social a.icon-telegram svg,
        .signup .social a.icon-telegram svg,
        .forgot .social a.icon-telegram svg {
          fill: #32afed; }
        .login .social a.icon-telegram:hover,
        .signup .social a.icon-telegram:hover,
        .forgot .social a.icon-telegram:hover {
          background: #32afed; }
          .login .social a.icon-telegram:hover svg,
          .signup .social a.icon-telegram:hover svg,
          .forgot .social a.icon-telegram:hover svg {
            fill: #fff; }

.icon-pass {
  position: absolute;
  top: 18px;
  left: 30px;
  z-index: 10;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .icon-pass svg {
    width: 24px;
    fill: #be8c42; }

.icon-pass.eye-slash.icon-pass {
  display: none; }
  .icon-pass.eye-slash.icon-pass svg {
    stroke: #e3171a;
    fill: none; }

.footer {
  padding-top: 0px; }
  .footer .innerfo {
    margin: 0px;
    border: 0px; }

.minshaer .linesocial {
  position: relative; }
  .minshaer .linesocial:hover .showicon {
    display: block; }
  .minshaer .linesocial .iconshear {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #afafaf;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    width: 30px; }
    .minshaer .linesocial .iconshear svg {
      fill: #7c7c7c;
      height: 12px;
      width: 12px; }
  .minshaer .linesocial .showicon {
    position: absolute;
    left: -5px;
    top: -35px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px #f0f0f0;
    display: none;
    padding: 10px; }
.minshaer .number {
  position: relative !important;
  padding: 0 !important;
  right: auto !important;
  top: auto !important;
  font-weight: 700 !important;
  font-size: 18px !important; }
  .minshaer .number svg {
    margin-left: 4px !important; }

.filterby {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0; }
  @media (max-width: 991px) {
    .filterby {
      position: fixed;
      z-index: 100;
      opacity: 1;
      left: 16px;
      bottom: 16px; } }
  .filterby svg,
  .filterby img {
    max-width: 20px;
    max-height: 20px; }

.item-inner {
  margin-top: 8px; }
  @media (max-width: 991px) {
    .item-inner {
      position: fixed;
      height: 100%;
      top: 0px;
      right: -100%;
      padding: 0px;
      z-index: 1003;
      max-width: 280px;
      flex: 280px;
      margin: 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .item-inner ::-webkit-scrollbar {
        width: 4px; }
      .item-inner.active {
        right: 0px; } }
  .item-inner .title,
  .item-inner h1,
  .item-inner h2,
  .item-inner h3,
  .item-inner h4,
  .item-inner h5,
  .item-inner h6 {
    font-size: 22px !important;
    padding: 0px;
    border: 0px; }
  @media (max-width: 991px) {
    .item-inner .inner,
    .item-inner .filter {
      height: 100%;
      -webkit-border-radius: 0px !important;
      border-radius: 0px !important;
      background-clip: padding-box;
      overflow-y: scroll !important; } }

.overlaybox {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000c7;
  z-index: 1002;
  display: none; }

.profile {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .profile {
      padding: 24px 0px; } }
  .profile .item {
    margin-top: 8px; }
    @media (max-width: 991px) {
      .profile .item {
        max-width: 100%;
        flex: 100%;
        margin: 0px; } }
  .profile .text-no {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 48px 0px; }
  .profile .inner {
    padding: 32px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-clip: padding-box;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .profile .inner .imgcent {
      margin: 0px auto;
      text-align: center;
      width: 150px;
      height: 150px;
      -webkit-border-radius: 16px;
      border-radius: 16px;
      background-clip: padding-box;
      border: 2px solid #be8c42;
      position: relative;
      margin-bottom: 12px;
      overflow: hidden; }
      .profile .inner .imgcent .img_prev {
        width: 100%;
        height: 140px;
        min-height: 100%;
        background: #fff;
        position: relative;
        z-index: 2;
        object-fit: cover; }
      .profile .inner .imgcent:hover .file-bro {
        opacity: 1; }
      .profile .inner .imgcent .file-bro {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background: #0000007a;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        z-index: 3;
        opacity: 0; }
        .profile .inner .imgcent .file-bro svg {
          z-index: 10;
          min-width: 16px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .profile .inner .imgcent .file-bro svg path {
            fill: #fff; }
    .profile .inner .email {
      width: 100%;
      text-align: center; }
    .profile .inner .list-menu {
      margin-top: 32px; }
      .profile .inner .list-menu a {
        display: block;
        width: 100%;
        line-height: 26px;
        color: #000;
        position: relative;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin-bottom: 16px;
        font-weight: 500; }
        .profile .inner .list-menu a:last-child {
          margin-bottom: 0px; }
        .profile .inner .list-menu a:after {
          content: "";
          position: absolute;
          right: 0px;
          bottom: -5px;
          width: 0;
          background: #be8c42;
          height: 2px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .profile .inner .list-menu a:hover {
          color: #be8c42; }
        .profile .inner .list-menu a.active {
          color: #be8c42; }
          .profile .inner .list-menu a.active:after {
            width: 40px; }
    .profile .inner .head-title {
      display: flex;
      align-items: center; }
      @media (max-width: 550px) {
        .profile .inner .head-title {
          display: block; } }
      .profile .inner .head-title .formsearch {
        position: relative;
        min-width: 180px; }
        @media (max-width: 550px) {
          .profile .inner .head-title .formsearch {
            min-width: 100%;
            margin-top: 12px; } }
        .profile .inner .head-title .formsearch .form-control {
          height: 64px;
          text-transform: none;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box;
          border: 1px solid transparent;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          box-shadow: none;
          border: 1px solid #f5f5f5;
          height: 34px; }
          .profile .inner .head-title .formsearch .form-control:focus, .profile .inner .head-title .formsearch .form-control:hover, .profile .inner .head-title .formsearch .form-control:focus-visible {
            border: 1px solid #be8c42;
            outline: 0;
            outline-style: none; }
        .profile .inner .head-title .formsearch button {
          position: absolute;
          top: 5px;
          left: 12px;
          background: none;
          border: none;
          outline: none;
          padding: 0px; }
          .profile .inner .head-title .formsearch button svg,
          .profile .inner .head-title .formsearch button img {
            fill: #202020;
            width: 14px;
            max-height: 14px; }
  .profile .field {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .profile .field {
        max-width: 100%;
        flex: 100%; } }
    .profile .field.flex {
      display: flex;
      align-items: center; }
      .profile .field.flex .text {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        margin-left: 64px; }
      .profile .field.flex .che-box {
        position: relative;
        cursor: pointer;
        font-weight: normal;
        margin: 0px;
        padding-right: 36px;
        margin-left: 64px;
        margin-top: 8px; }
        .profile .field.flex .che-box input[type="checkbox"],
        .profile .field.flex .che-box input[type="radio"] {
          position: absolute;
          left: 9000px; }
        .profile .field.flex .che-box input[type="checkbox"] + .label-text:before,
        .profile .field.flex .che-box input[type="radio"] + .label-text:before {
          content: "";
          position: absolute;
          right: 12px;
          top: 3px;
          background: #fff;
          border-radius: 2px;
          width: 16px;
          height: 16px;
          font-style: initial;
          border: 1px solid #000; }
        .profile .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
        .profile .field.flex .che-box input[type="radio"]:checked + .label-text:before {
          content: "";
          background: #be8c42 url(../images/tick.svg) no-repeat center center;
          border: 1px solid #be8c42;
          background-size: 84% 74%;
          animation: effect 250ms ease-in; }
        .profile .field.flex .che-box span.label-text {
          color: #000;
          font-weight: normal; }
        @media (max-width: 991px) {
          .profile .field.flex .che-box {
            margin-left: 20px; } }
        .profile .field.flex .che-box:last-child {
          margin-left: 0px; }
    .profile .field .bottom {
      width: 100%;
      height: 55px;
      text-transform: uppercase;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      box-shadow: none; }
      .profile .field .bottom::before {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }

.innerfiles {
  width: 100%; }
  .innerfiles .mintitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .innerfiles .mintitle .datals {
      display: flex;
      flex-wrap: wrap;
      min-width: calc(100% / 4);
      max-width: calc(100% / 4);
      color: #000;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .innerfiles .mintitle .datals {
          min-width: 100%;
          max-width: 100%; } }
      @media (max-width: 1199px) {
        .innerfiles .mintitle .datals:nth-child(2), .innerfiles .mintitle .datals:nth-child(3), .innerfiles .mintitle .datals:nth-child(4) {
          display: none; } }
  .innerfiles .row-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 40px #0000000f;
    height: 56px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 1199px) {
      .innerfiles .row-item {
        height: auto; } }
    .innerfiles .row-item .datals {
      display: flex;
      align-items: center;
      position: relative;
      min-width: calc(100% / 4);
      max-width: calc(100% / 4);
      white-space: nowrap; }
      @media (max-width: 767px) {
        .innerfiles .row-item .datals {
          min-width: 100%;
          max-width: 100%; } }
      .innerfiles .row-item .datals .label-text {
        font-size: 16px;
        font-weight: 500;
        margin-left: 12px;
        white-space: nowrap;
        overflow: hidden; }
        @media (max-width: 550px) {
          .innerfiles .row-item .datals .label-text {
            margin: 0px; } }
    .innerfiles .row-item .action {
      display: flex;
      width: 100%; }
      .innerfiles .row-item .action a {
        position: relative;
        margin: 0px 4px;
        cursor: pointer; }
        .innerfiles .row-item .action a svg {
          width: 22px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .innerfiles .row-item .action a small {
          visibility: hidden;
          width: 102px;
          background-color: #be8c42;
          text-align: center;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          background-clip: padding-box;
          padding: 8px !important;
          position: absolute;
          bottom: 100%;
          line-height: 20px;
          font-size: 14px;
          left: 50%;
          margin-left: -48px;
          opacity: 0;
          transition: opacity 0.3s;
          z-index: 20;
          color: #fff;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          transform: translateY(10px);
          -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
          @media (max-width: 767px) {
            .innerfiles .row-item .action a small {
              width: 100px;
              margin-left: -50px;
              font-size: 12px;
              padding: 6px !important; } }
          .innerfiles .row-item .action a small::after {
            content: "";
            position: absolute;
            top: 99%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #be8c42 transparent transparent transparent; }
        .innerfiles .row-item .action a:hover svg {
          fill: #be8c42; }
        .innerfiles .row-item .action a:hover small {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }

.modal {
  padding: 0px 16px !important;
  background: rgba(0, 0, 0, 0.64); }
  .modal .modal-dialog {
    margin: 24px auto;
    max-width: 555px; }
  .modal .modal-content {
    padding: 24px;
    text-align: center; }
  .modal .warning {
    margin-bottom: 16px; }
    .modal .warning svg {
      min-width: 80px;
      max-width: 80px;
      fill: #e3171a; }
  .modal p {
    margin-top: 12px; }
  .modal .close {
    position: absolute;
    top: 24px;
    left: 24px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    text-shadow: none;
    outline: none;
    z-index: 100; }
  .modal .title,
  .modal h1,
  .modal h2,
  .modal h3,
  .modal h4,
  .modal h5,
  .modal h6 {
    font-size: 22px; }

.subscriptions {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .subscriptions {
      padding: 24px 0px; } }
  .subscriptions .title {
    font-size: 40px;
    text-align: center;
    padding: 0px;
    border: 0px;
    overflow: inherit;
    line-height: 1; }
    @media (max-width: 991px) {
      .subscriptions .title {
        font-size: 32px; } }
  .subscriptions .item {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .subscriptions .item {
        flex: 50%;
        max-width: 50%;
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .subscriptions .item {
        flex: 100%;
        max-width: 100%; } }
    .subscriptions .item .inner {
      width: 100%;
      background: #fff;
      -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
      -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
      -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      padding: 24px;
      overflow: hidden;
      border: 1px solid #F7F7F7; }
      .subscriptions .item .inner .head {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 32px; }
        .subscriptions .item .inner .head .title {
          font-size: 26px;
          font-size: 26px;
          line-height: 120%;
          text-align: right; }
        .subscriptions .item .inner .head .g-ite {
          display: flex;
          align-items: center;
          font-size: 24px;
          color: #000;
          font-weight: 600;
          font-weight: 700;
          font-size: 27px;
          line-height: 120%;
          letter-spacing: -0.02em;
          margin-top: 12px; }
          .subscriptions .item .inner .head .g-ite span {
            font-weight: 400;
            font-size: 12px;
            line-height: 140%;
            color: #1A1A1A;
            margin-left: 8px; }
        .subscriptions .item .inner .head .number {
          display: block;
          margin-top: 12px;
          font-weight: 400;
          font-size: 18px;
          line-height: 140%;
          color: #667085; }
      .subscriptions .item .inner .list {
        margin-top: 32px; }
        .subscriptions .item .inner .list li {
          display: flex;
          align-items: center;
          font-weight: 500;
          margin-top: 16px; }
          .subscriptions .item .inner .list li .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 28px;
            max-width: 28px;
            height: 28px;
            background: #be8c4252;
            border-radius: 50%;
            margin-left: 8px; }
            .subscriptions .item .inner .list li .icon svg {
              width: 18px;
              height: 18px;
              fill: #be8c42; }
      .subscriptions .item .inner .bottom {
        margin-top: 24px;
        width: 100%;
        color: #be8c42;
        border-radius: 4px;
        border: 1px solid #be8c42;
        background: #fff;
        height: 57px; }
        .subscriptions .item .inner .bottom:hover {
          background: #be8c42;
          color: #fff; }
    /* .subscriptions .item:nth-child(2) .inner {
      background: #be8c42; }
      .subscriptions .item:nth-child(2) .inner .title,
      .subscriptions .item:nth-child(2) .inner .g-ite,
      .subscriptions .item:nth-child(2) .inner .g-ite span,
      .subscriptions .item:nth-child(2) .inner .number {
        color: #fff; }
      .subscriptions .item:nth-child(2) .inner .head {
        border-bottom: 1px solid #ffffff40; }
      .subscriptions .item:nth-child(2) .inner .list li {
        color: #fff; }
        .subscriptions .item:nth-child(2) .inner .list li .icon {
          background: #ffffffb3; }
      .subscriptions .item:nth-child(2) .inner .bottom {
        background: none;
        border: 1px solid #fff;
        color: #fff; }
        .subscriptions .item:nth-child(2) .inner .bottom:hover {
          background: #fff;
          color: #be8c42; } */

.dis-text {
  position: relative;
  height: 150px;
  overflow: hidden; }
  .dis-text::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(#f5f5f540, #f5f5f5);
    width: 100%;
    height: 100%;
    z-index: 100; }

.subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px; }
  .subhead .formsearch {
    position: relative;
    display: flex;
    align-items: center;
    width: 220px; }
    @media (max-width: 991px) {
      .subhead .formsearch {
        width: 180px; } }
  .subhead .form-control {
    height: 46px;
    width: 100%;
    border: 0px;
    box-shadow: none;
    outline: none;
    background: #fff;
    text-transform: none;
    padding-right: 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box; }
  .subhead .bottom {
    position: absolute;
    right: 12px;
    padding: 0px;
    background: none;
    outline: none;
    outline-style: none;
    border: 0px;
    cursor: pointer; }
    .subhead .bottom svg {
      width: 20px;
      height: 20px;
      fill: #202020; }

@media (max-width: 991px) {
  .itemphoto:last-child,
  .itemcarica:last-child,
  .itembooks:last-child {
    display: block; } }
.section {
  overflow: inherit; }

.pdf-n-gb {
  background: #d9d9d9; }
  .pdf-n-gb .title {
    border-right: 4px solid #be8c42; }
    .pdf-n-gb .title a {
      color: #be8c42; }
  .pdf-n-gb .slider-archive .slick-dots li button {
    background: #be8c42; }
  .pdf-n-gb .pdfsllid {
    max-width: 700px;
    margin: 0px auto; }
    @media (max-width: 767px) {
      .pdf-n-gb .pdfsllid {
        max-width: 100%;
        padding: 0px 12px; } }
  .pdf-n-gb .carousel {
    display: flex;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .pdf-n-gb .carousel {
        display: block; } }
    .pdf-n-gb .carousel .carousel-inner {
      overflow: inherit;
      width: 568px; }
      @media (max-width: 767px) {
        .pdf-n-gb .carousel .carousel-inner {
          width: 100%; } }
      .pdf-n-gb .carousel .carousel-inner .carousel-item {
        width: 100%;
        background-image: url(/assets/images/pdf-bg.jpeg); }
        .pdf-n-gb .carousel .carousel-inner .carousel-item .title {
          position: absolute;
          top: 28px;
          right: -3%;
          width: 106%;
          height: 146px;
          background: url(/assets/images/pdf-title.png) no-repeat;
          background-size: 100%;
          border: 0px;
          padding: 0px;
          color: #fff;
          text-align: center;
          padding-top: 10px; }
          @media (max-width: 500px) {
            .pdf-n-gb .carousel .carousel-inner .carousel-item .title {
              padding-top: 2px;
              font-size: 14px; } }
        .pdf-n-gb .carousel .carousel-inner .carousel-item .img {
          padding: 24% 10% 10% 10%; }
        .pdf-n-gb .carousel .carousel-inner .carousel-item img {
          width: 100%;
          min-height: 100%;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
    .pdf-n-gb .carousel ol.carousel-indicators {
      position: relative;
      bottom: auto;
      left: auto;
      width: 194px;
      display: block;
      margin: 0px;
      padding: 0px;
      padding-right: 50px; }
      @media (max-width: 767px) {
        .pdf-n-gb .carousel ol.carousel-indicators {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          position: relative;
          width: 100%;
          padding: 0px; } }
      .pdf-n-gb .carousel ol.carousel-indicators li {
        display: flex;
        width: 100%;
        height: 156px;
        text-indent: 0;
        background: #fff;
        margin: 0px;
        overflow: hidden;
        margin-bottom: 12px;
        overflow: hidden;
        border: 2px solid #000; }
        .pdf-n-gb .carousel ol.carousel-indicators li:last-child {
          margin: 0px; }
        @media (max-width: 767px) {
          .pdf-n-gb .carousel ol.carousel-indicators li {
            min-width: 80px;
            max-width: 80px;
            height: 61px;
            margin: 12px 4px 0px 4px !important; } }
        .pdf-n-gb .carousel ol.carousel-indicators li img {
          display: block;
          width: 100%;
          min-height: 100%; }
        .pdf-n-gb .carousel ol.carousel-indicators li.active {
          border: 2px solid #be8c42; }

.newsinner .title {
  font-size: 26px; }

/*# sourceMappingURL=newstyle.css.map */
