/*=======================================================================
[16] News and Event Area
=========================================================================*/
.pagination-center li a {
    width: 42px;
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    background: #002147;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.pagination-center .active a {
    background: #fdc800;
}
.pagination-center li {
    display: inline-block;
}
.pagination-center {
    text-align: center;
    margin-top: 43px;
}
.w_100 {width:85%; border-radius:10px;}
.news-event-area {
  padding: 88px 0 100px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-event-area {
    padding: 78px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-event-area {
    padding: 68px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-event-area {
    padding: 58px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-event-area {
    padding: 48px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .news-event-area {
    padding: 38px 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .news-inner-area {
    margin-bottom: 30px;
  }
}
.news-inner-area .news-wrapper {
  background: #ffffff;
  padding: 20px 20px 15px;
}
.news-inner-area .news-wrapper li {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .news-inner-area .news-wrapper li {
    display: block;
  }
}
.news-inner-area .news-wrapper li .news-img-holder {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .news-inner-area .news-wrapper li .news-img-holder {
    margin-bottom: 15px;
  }
}
.news-inner-area .news-wrapper li .news-content-holder {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.news-inner-area .news-wrapper li .news-content-holder h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.news-inner-area .news-wrapper li .news-content-holder h3 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-inner-area .news-wrapper li .news-content-holder h3 a:hover {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-inner-area .news-wrapper li .news-content-holder .post-date {
  font-style: italic;
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  color: #fdc800;
}
.news-inner-area .news-wrapper li .news-content-holder p {
  margin-bottom: 0;
}
.news-inner-area .news-wrapper li:last-child {
  border-bottom: none;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.news-inner-area .news-wrapper li:before {
  background: #fdc800;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .news-inner-area .news-wrapper-responsive li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  .news-inner-area .news-wrapper-responsive li {
    display: block;
  }
}
.news-inner-area .news-wrapper-responsive li .news-content-holder {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-inner-area .news-wrapper-responsive li .news-content-holder {
    -webkit-box-flex: 4;
    -moz-flex: 4;
    -webkit-flex: 4;
    flex: 4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-inner-area .news-wrapper-responsive li .news-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
  }
}
.news-inner-area .news-btn-holder {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .event-inner-area {
    margin-bottom: 30px;
  }
}
.event-inner-area .event-wrapper > li {
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .event-inner-area .event-wrapper > li {
    display: block;
  }
}
.event-inner-area .event-wrapper > li:last-child {
  margin-bottom: 0;
}
.event-inner-area .event-wrapper > li .event-calender-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .event-inner-area .event-wrapper > li .event-calender-wrapper {
    margin-bottom: 15px;
  }
}
.event-inner-area .event-wrapper > li .event-calender-holder {
  position: relative;
  padding-top: 20px;
  text-align: center;
  width: 100px;
  background: #fdc800;
}
.event-inner-area .event-wrapper > li .event-calender-holder:before {
  content: "\f111";
  position: absolute;
  left: 10px;
  top: 5px;
  color: #002147;
  font-size: 14px;
  font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-calender-holder:after {
  content: "\f111";
  position: absolute;
  right: 10px;
  top: 5px;
  color: #002147;
  font-size: 14px;
  font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-calender-holder h3 {
  font-size: 24px;
  color: #002147;
  margin-bottom: 0;
  line-height: 1;
}
.event-inner-area .event-wrapper > li .event-calender-holder p {
  color: #002147;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.event-inner-area .event-wrapper > li .event-calender-holder span {
  line-height: 2.5;
  background: #002147;
  height: 40px;
  display: block;
  color: #ffffff;
}
.event-inner-area .event-wrapper > li .event-content-holder {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a:hover {
  color: #fdc800;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-inner-area .event-wrapper > li .event-content-holder p {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .event-inner-area .event-wrapper > li .event-content-holder p {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-inner-area .event-wrapper > li .event-content-holder p {
    margin-bottom: 15px;
  }
}
.event-inner-area .event-wrapper > li .event-content-holder ul li {
  color: #002147;
  font-weight: 500;
  border-right: 1px solid #bdbdbd;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-inner-area .event-wrapper > li .event-content-holder ul li {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.event-inner-area .event-wrapper > li .event-content-holder ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.event-inner-area .event-btn-holder {
  margin-top: 45px;
  text-align: center;
}
.news-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .news-page-area {
    padding: 50px 0;
  }
}
.news-box {
  margin-bottom: 1px;
}
.news-box h2 {
  margin-bottom: 12px;
}
.news-box p {
  /*margin-bottom: 30px;*/
}
.news-box .news-img-holder {
  margin-bottom: 25px;
  position: relative;
  float:left;
}
.news-date1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.news-date1 li {
    width: 112px;
    height: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-left: 1px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .news-date1 li {
    height: 40px;
    font-size: 20px;
    width: 90px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-date1 li {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 479px) {
  .news-date1 li {
    height: 35px;
    font-size: 16px;
    width: 80px;
  }
}
.news-date1 li:nth-child(odd) {
  background: #002147;
  color: #ffffff;
  font-weight: 700;
}
.news-date1 li:nth-child(even) {
  background: #fdc800;
  color: #212121;
  font-weight: 500;
}
.news-date2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.news-date2 li {
  width: 80px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 2.8;
}
@media (min-width: 480px) and (max-width: 991px) {
  .news-date2 li {
    height: 40px;
    font-size: 20px;
    width: 90px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-date2 li {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 479px) {
  .news-date2 li {
    height: 35px;
    font-size: 16px;
    width: 80px;
    line-height: 2.2;
  }
}
.news-date2 li:nth-child(odd) {
  background: #002147;
  color: #ffffff;
  font-weight: 700;
}
.news-date2 li:nth-child(even) {
  background: #fdc800;
  color: #212121;
  font-weight: 500;
}
.news-comments {
  margin-bottom: 10px;
}
.news-comments li {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-comments li {
    margin-right: 8px;
  }
}
.news-comments li a {
  color: #b1b1b1;
}
.news-comments li a:hover {
  color: #002147;
}
.news-comments li a i {
  color: #fdc800;
  margin-right: 8px;
}
.news-comments li a span {
  color: #444444;
}
.news-details-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-details-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-details-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-details-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .news-details-page-area {
    padding: 50px 0;
  }
}
.news-details-page-inner .news-img-holder {
  margin-bottom: 25px;
  position: relative;
}
.news-details-page-inner .title-default-left-bold {
  margin-bottom: 20px;
}
.news-details-page-inner p span {
  font-style: italic;
  padding: 40px 50px 50px;
  background: #f5f5f5;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.news-details-page-inner p span:before {
  color: #fdc800;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 1;
}
.news-details-page-inner .news-social {
  margin-top: 10px;
  margin-bottom: 80px;
  display: inline-block;
}
.news-details-page-inner .news-social li {
  display: inline-block;
  margin-right: 5px;
}
.news-details-page-inner .news-social li a {
  background: #002147;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-page-inner .news-social li a i {
  color: #fdc800;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-page-inner .news-social li a:hover {
  background: #fdc800;
}
.news-details-page-inner .news-social li a:hover i {
  color: #002147;
}
.news-details-page-inner .news-social li:last-child {
  margin-right: 0;
}
.event-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .event-page-area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .event-inner-wrapper .col-xs-6 {
    width: 100%;
  }
}
.event-inner-wrapper .single-item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .event-inner-wrapper .single-item {
    display: block;
  }
}
.event-inner-wrapper .single-item .item-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.event-inner-wrapper .single-item .item-content {
  padding: 0 30px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .event-inner-wrapper .single-item .item-content {
    padding: 30px 0;
  }
}
.event-inner-wrapper .single-item .item-content p {
  margin-bottom: 30px;
}
.event-inner-wrapper .event-info-block li {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 18px;
  color: #002147;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .event-inner-wrapper .event-info-block li {
    font-size: 16px;
  }
}
.event-inner-wrapper .event-info-block li:last-child {
  margin-bottom: 0;
}
.event-inner-wrapper .event-info-block li i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 24px;
  margin-right: 15px;
  color: #fdc800;
}
.event-details-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-details-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-details-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-details-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-details-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .event-details-page-area {
    padding: 50px 0;
  }
}
.event-details-inner .event-details-img {
  position: relative;
  margin-bottom: 30px;
}
.event-details-inner .event-details-img .countdown-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .event-details-inner .event-details-img .countdown-content {
    top: inherit;
    bottom: 0;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.event-details-inner .event-details-img .countdown-content .countdown-section {
  padding: 15px 0;
  text-align: center;
  width: 80px;
}
@media only screen and (max-width: 991px) {
  .event-details-inner .event-details-img .countdown-content .countdown-section {
    padding: 8px 0 4px;
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .event-details-inner .event-details-img .countdown-content .countdown-section {
    width: 65px;
    display: inline-block;
  }
}
.event-details-inner .event-details-img .countdown-content .countdown-section h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.event-details-inner .event-details-img .countdown-content .countdown-section p {
  margin-bottom: 0;
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {
  background: #002147;
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {
  color: #a0a5ac;
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {
  background: #fdc800;
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {
  color: #856900;
}
.event-details-inner p {
  margin-bottom: 50px;
}
.event-info-inline {
  margin-bottom: 55px;
}
.event-info-inline li {
  display: inline-block;
  line-height: 1.4;
  margin-right: 30px;
  font-size: 18px;
  color: #002147;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .event-info-inline li {
    font-size: 16px;
  }
}
.event-info-inline li:last-child {
  margin-bottom: 0;
}
.event-info-inline li i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 24px;
  margin-right: 15px;
  color: #fdc800;
}
.why-choose-area {
  padding: 82px 0 94px;
  background: #f8f8f8;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .why-choose-area {
    padding: 58px 0 33px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .why-choose-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .why-choose-area {
    padding: 40px 0 13px;
  }
}


/*=======================================================================
[23] Sidebar Area
=========================================================================*/
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}
.sidebar-box {
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.sidebar-title {
    font-size: 22px;
    color: #002147;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
}
.sidebar-box:last-child {
  margin-bottom: 0;
}
.sidebar-box .sidebar-box-inner {
  padding: 30px 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-box .sidebar-box-inner {
    padding: 30px 15px;
  }
}
.sidebar-categories li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-categories li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-categories li a {
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-categories li a:hover {
  color: #fdc800;
}
.product-tags li {
  display: inline-block;
  margin-bottom: 7px;
  background: #e1e1e1;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-tags li a {
  color: #002147;
  text-transform: capitalize;
  display: block;
  padding: 10px 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-tags li:hover {
  background: #002147;
}
.product-tags li:hover a {
  color: #ffffff;
}
.sidebar-add-area {
  position: relative;
}
.sidebar-add-area img {
  width: 100%;
}
.sidebar-add-area a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.price-range-wrapper {
  padding-top: 10px;
}
.price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select {
  margin: 20px 0;
  text-align: center;
}
.price-range-wrapper .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select .price-range {
  font-size: 24px;
  color: #002147;
  display: inline-block;
  margin: 0 10px;
}
.price-range-wrapper .noUi-connect {
  background: #002147;
}
.price-range-wrapper .noUi-horizontal {
  height: 10px;
}
.price-range-wrapper .noUi-target {
  border-radius: 0;
}
.price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #fdc800;
  border: none;
  box-shadow: none;
}
.price-range-wrapper .noUi-handle::after,
.price-range-wrapper .noUi-handle::before {
  left: 16px;
  top: 7px;
  background: #ffffff;
}
.price-range-wrapper .noUi-handle::after {
  left: 19px;
}
.sidebar-find-course .form-group:last-child {
  margin-bottom: 0;
}
.sidebar-find-course .form-group input {
  /* border-radius: 0; */
  /* background: #f5f5f5; */
  /* color: #002147; */
  /* border: none; */
}
.sidebar-find-course .form-group .select2-selection.select2-selection--single {
  border-radius: 0;
  height: 40px;
  background-image: none;
  border: 1px solid #e5e5e5;
}
.sidebar-find-course .course-name input {
  /* height: 40px; */
  /* border: 1px solid #e5e5e5; */
  /* box-shadow: none; */
}
.sidebar-find-course .remember-style {
  margin: 25px 0;
}
.sidebar-find-course .remember-style span {
  color: #002147;
  margin-right: 15px;
  text-transform: uppercase;
}
.sidebar-find-course .remember-style span input {
  margin-right: 10px;
}
.sidebar-find-course input.form-control::-webkit-input-placeholder,
.sidebar-find-course textarea.form-control::-webkit-input-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.sidebar-find-course input.form-control::-moz-placeholder,
.sidebar-find-course textarea.form-control::-moz-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.sidebar-find-course input.form-control:-moz-placeholder,
.sidebar-find-course textarea.form-control:-moz-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.sidebar-find-course input.form-control:-ms-input-placeholder,
.sidebar-find-course textarea.form-control:-ms-input-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
  margin: 5px 5px 0 0;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  padding: 5px 0 0 10px;
  line-height: inherit;
  font-style: italic;
  color: #9a9a9a;
}
.select2-container.select2-container--classic.select2-container--open {
  width: 200px!important;
}
.sidebar-course-price span {
  font-size: 40px;
  color: #002147;
  margin-bottom: 20px;
  display: block;
}
.sidebar-course-price .enroll-btn {
  margin-bottom: 30px;
}
.sidebar-course-reviews h4 {
  color: #002147;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
.sidebar-course-reviews h4 span {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 1;
  font-size: 36px;
  color: #002147;
}
.sidebar-course-reviews ul li {
  display: inline-block;
  color: #fdc800;
}
.skill-area {
  position: relative;
  overflow: hidden;
}
.skill-area .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 8px;
  overflow: visible;
  position: relative;
  margin-top: 45px;
}
.skill-area .progress .lead {
  color: #002147;
  position: absolute;
  top: -30px;
  font-weight: 500;
}
.skill-area .progress:last-child {
  margin-bottom: 0;
}
.skill-area .progress > span {
  color: #002147;
  position: absolute;
  right: 0;
  top: -30px;
}
.skill-area .progress:nth-child(1) .progress-bar {
  background: #fdc800;
}
.skill-area .progress:nth-child(2) .progress-bar {
  background: #fdc800;
}
.skill-area .progress:nth-child(3) .progress-bar {
  background: #fdc800;
}
.skill-area .progress:nth-child(4) .progress-bar {
  background: #fdc800;
}
.skill-area .progress:nth-child(5) .progress-bar {
  background: #fdc800;
}
.sidebar-skilled-area ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-skilled-area ul li:last-child {
  margin-bottom: 0;
}
.sidebar-skilled-area ul li .skilled-img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  margin-right: 5px;
}
.sidebar-skilled-area ul li .skilled-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.sidebar-skilled-area ul li .skilled-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 0.9;
  font-weight: 500;
}
.sidebar-skilled-area ul li .skilled-content h4 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-skilled-area ul li .skilled-content h4 a:hover {
  color: #212121;
}
.sidebar-skilled-area ul li .skilled-content p {
  color: #a2a2a2;
  line-height: 1.2;
  margin-bottom: 0;
}
.sidebar-related-area ul li {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-related-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-related-area ul li .related-img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  margin-right: 10px;
}
.sidebar-related-area ul li .related-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.sidebar-related-area ul li .related-content h4 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 0.9;
  color: #002147;
}
.sidebar-related-area ul li .related-content h4 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-related-area ul li .related-content h4 a:hover {
  color: #444444;
}
.sidebar-related-area ul li .related-content p {
  color: #000000;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.sidebar-best-seller-area ul li {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-best-seller-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-best-seller-area ul li .related-img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  margin-right: 10px;
}
.sidebar-best-seller-area ul li .related-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.sidebar-best-seller-area ul li .related-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 0.9;
}
.sidebar-best-seller-area ul li .related-content h4 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-best-seller-area ul li .related-content h4 a:hover {
  color: #fdc800;
}
.sidebar-best-seller-area ul li .related-content .rating {
  margin-bottom: 12px;
}
.sidebar-best-seller-area ul li .related-content .rating li {
  display: inline;
  border-bottom: none;
}
.sidebar-best-seller-area ul li .related-content .rating li i {
  color: #fdc800;
}
.sidebar-best-seller-area ul li .related-content p {
  color: #002147;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.sidebar-question-form .form-group:last-child {
  margin-bottom: 0;
}
.sidebar-question-form .form-group input {
  border-radius: 0;
  background: #f5f5f5;
  color: #002147;
  height: 40px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.sidebar-question-form .form-group textarea {
  border-radius: 0;
  background: #f5f5f5;
  color: #002147;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.sidebar-question-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
}
.sidebar-question-form .form-response .alert-success {
  background-color: transparent;
  color: #05e42a;
  letter-spacing: 1px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .sidebar-question-form .form-response .alert-success {
    letter-spacing: 0;
  }
}
.sidebar-question-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.sidebar-latest-research-area ul li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-latest-research-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-latest-research-area ul li .latest-research-img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  margin-right: 10px;
}
.sidebar-latest-research-area ul li .latest-research-img a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-research-area ul li .latest-research-img a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-research-area ul li .latest-research-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.sidebar-latest-research-area ul li .latest-research-content h4 {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 0.9;
  font-weight: 500;
  background: #002147;
  color: #ffffff;
  padding: 7px 10px 5px;
  display: inline-block;
}
.sidebar-latest-research-area ul li .latest-research-content p {
  line-height: 1.2;
  margin-bottom: 0;
}
