#pager_blog .pagination .page-item{
  justify-content: center;
}
.pagination a{
  min-width: 2.5rem;
  min-height: 2rem;
  text-align: center;
  border: 1px solid #E4E4E4;
  background: none;
  width: auto;
  color: #000000;
  border-radius: 3px;
}

.pagination li a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;

}

.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pagination li {
  list-style: none;
  display: inline;
}

.pagination li a {
  min-width: 2.5rem !important ;
  min-height: 2rem !important ;
  text-align: center !important ;
  border: 1px solid #E4E4E4 !important ;
  background: none !important ;
  width: auto !important ;
  color: #000000 !important ;
  border-radius: 3px !important ;
}

.pagination li a.current {
  color: #fff !important ;
  background: linear-gradient(to right, #F9D835, #D0B037) !important ;
}

.page-item:first-child .page-link {
  justify-content: center !important;
}

.page-link{
  min-width: 2.5rem !important;
  min-height: 2rem !important;
  text-align: center !important;
  border: 1px solid #E4E4E4 !important;
  background: none !important;
  width: auto !important;
  color: #000000 !important;
  border-radius: 3px !important;
}
.page-item.active .page-link {
  color: #fff !important ;
  background: linear-gradient(to right, #F9D835, #D0B037) !important ;
}


.page-item li a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-item {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.header-blog {
  height: 60vh;
  display: flex;
  align-items: center;
  background: url(/themes/custom/rw/img/rwcfiblog.jpg);
  margin-top: 4rem;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  background-position: center center;
}

.header-blog h1 {
  font-size: 2.8rem;
  color: #404826;
  padding-top: 0;
  margin-top: -3rem;
}

.how {
  margin-top: 1.5rem;
}

.search .nav-tabs {
  justify-content: center;
  background: #F9F9F9;
  margin: 2rem 0 3rem;
  padding: 0.8rem 0;
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #FFD250;
  background: #F9F9F9;
}

#wrapper .container {
  text-align: left;
}

#jquery-tab-pager-navi {
  display: flex;
  justify-content: left;
  padding-left: 0;
}

#jquery-tab-pager-navi li {
  list-style: none;
  display: inline;
}

#jquery-tab-pager-navi li a {
  min-width: 2.5rem;
  min-height: 2rem;
  text-align: center;
  border: 1px solid #E4E4E4;
  background: none;
  width: auto;
  color: #000000;
  border-radius: 3px;
}

#jquery-tab-pager-navi li a.current {
  color: #fff;
  background: linear-gradient(to right, #F9D835, #D0B037);
}

#jquery-tab-pager-navi li .previos.disable, #jquery-tab-pager-navi li a.disable {
  color: #A2A2A2;
}

header .get-started a {
  background: none;
  border: 1px solid #000;
  color: #000;
}

.nav-tabs.jquery-tab-pager-tabbar li {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  background: none;
  color: #000000;
  font-family: 'SF pro Display Bold';
  border: none;
  cursor: pointer;
}

.nav-tabs.jquery-tab-pager-tabbar .current {
  color: #FFD250;
}

.sous-nav11 {
  margin-top: 0;
}

.sous-nav11 h4 {
  margin-bottom: 0;
}

.youth {
  margin-top: 2rem;
}

.youth h3 {
  color: #161C25;
  font-family: 'SF pro Display semiBold';
  font-size: 1.9rem;
  margin-bottom: 0.4rem;

}

.youth h5 {
  color: #000000;
  font-family: 'SF pro Display Medium';
  font-size: 1.35rem;
  margin-bottom: 0.8rem;


}

.youth span {
  color: #444444;
  font-family: 'SF pro Display Regular';
  font-size: 1.05rem;

}

.youth p {
  color: #A2A2A2;
  font-family: 'SF pro Display Regular';
  font-size: 1.05rem;
  margin-top: 0.8rem;
}

.display-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.display-flx h4 {
  color: #000000;
  font-family: 'SF pro Display Medium';
  font-size: 1.15rem;
  margin-bottom: 0;
}

.display-flx .Download a {
  color: #FF001A;
  font-size: 1rem;
  display: flex;
  align-items: center;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;

}

.display-flx .Download a:hover {
  color: #e6081e;

}

.display-flx .Download a img {
  width: 1.2rem;
  margin-left: 0.8rem;
}

.display-flx {
  margin-top: 3rem;
}

.display-flx.learn h6 {
  color: #A2A2A2;
  font-family: 'SF pro Display Regular';
  font-size: 1.05rem;
}

.display-flx.learn p {
  color: #000000;
  font-family: 'SF pro Display Medium';
  font-size: 1.05rem;
  margin-bottom: 0;

}

.display-flx.learn a {
  background: linear-gradient(to right, #F9D835, #D0B037);
  padding: 0.5rem 1.3rem;
  display: flex;
  justify-content: center;
  width: 8rem;
  text-align: center;
  height: auto;
  border-radius: 0.45rem;
  font-family: 'SF pro Display Medium';
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
  color: #fff;
}

.display-flx.learn a:hover {
  background: linear-gradient(to right, #D0B037, #F9D835);

}

.img-impact22 img {
  width: 100%;
}

#imgblog .img-impact22 img {
  width: auto;
}

.blog2 .blog-22 {
  margin-top: 2rem;
}

.form-search h3 {
  color: #000000;
  font-family: 'SF pro Display semiBold';
  font-size: 2rem;
}

.form-search .text-right {
  position: relative;
}

.form-search .text-right a {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background: none;
  top: -1.2rem;
  right: 0.4rem;
  width: 3.3rem;
  cursor: pointer;
}

.form-search .text-right input {
  height: 2.4rem;

}

.form-search .text-right input:focus {
  border-color: #e3c337;
  box-shadow: 0 0 0 -1.8rem rgba(0, 123, 255, .25);
  height: 2.8rem;

}

@media screen and (max-width: 991px) {
  .nav-links .get-started1 {
    color: #fff;
    border: 1px solid #fff;
  }

  .header-blog {
    background-position: center center;
    height: 42vh;
    margin-top: 3.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/themes/custom/rw/img/bg-blogR.png);
  }

  .header-blog h1 {
    font-size: 2.3rem;

    margin-top: 0rem;
  }

  .owl-carousel11, .owl-carousel12 {
    margin-top: 1.9rem;
  }

  #jquery-tab-pager-navi {
    justify-content: center;
  }

  #jquery-tab-pager-navi li a {

    margin-top: 0.8rem;
  }

  .display-flx {
    display: block;
    margin-top: 0;
  }

  .display-flx .Download {
    margin: 1rem 0;
  }

  .display-flx.learn a {
    margin-top: 1.3rem;
  }

  .display-flx h4, .youth p, .youth span {
    font-size: 1rem;
  }

  .youth h3 {

    font-size: 1.6rem;
  }

  .youth h5 {

    font-size: 1.15rem;
  }

  .form-search .text-right {
    margin-top: 1rem;
  }

  .search img {

    height: auto;
  }

  .search .nav-tabs {
    justify-content: center;
    background: #F9F9F9;
    margin: 2rem 0 3rem;
    padding: 0.8rem 0;
    border-bottom: none;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: left;
    overflow-y: hidden;
    flex-wrap: nowrap;

  }

  .nav-tabs.jquery-tab-pager-tabbar li {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1900px) {
  .header-blog h1 {
    font-size: 4.8rem;
  }

  .nav-tabs.jquery-tab-pager-tabbar li {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.6rem;
  }

  .search .nav-tabs {

    margin: 3rem 0 4.5rem;
    padding: 1.8rem 0;

  }

  #jquery-tab-pager-navi li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;

  }

  .youth h3 {
    font-size: 2.9rem;
  }

  .youth h5 {

    font-size: 2.2rem;
  }

  .youth span, .youth p, .display-flx.learn h6, .display-flx.learn p, .display-flx.learn a {

    font-size: 1.5rem;
  }

  .display-flx h4 {
    font-size: 1.7rem;
  }

  .display-flx .Download a {
    font-size: 1.5rem;

  }

  .display-flx .Download a img {
    width: 1.5rem;
    margin-left: 1rem;
  }

  .display-flx.learn a {
    width: 11rem;
    padding: 0.7rem 1rem;
  }

  .display-flx {
    margin-top: 3.5rem;
  }

  .form-search .text-right a {
    top: -1.4rem;

  }

  .tabs-film {
    margin-top: 128px;
  }


}
