
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

html,
body {
  height: 100%; }

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  line-height: 25px;
  overflow-x: hidden; }

img {
  max-width: 100%;
  }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  color: #00C63B; }
  a:hover {
    color: #4d4d4d; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #00C63B;;
  margin: 0px 0 15px;
  line-height: 120% !important; }

/*.er-title {
  text-transform: capitalize; }*/

p {
  margin: 0 0 15px; }

.slick-slide {
  outline: 0; }

.page-link:focus {
  box-shadow: none; }

.banner-topo {
  text-align: right;
}
.er-bg-cover {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1; }

.slick-slide img {
  display: inline-block; }

.navbar-toggler:focus {
  box-shadow: none; }

.accordion-button:focus {
  box-shadow: none; }

.gray-bg.bg-2 {
  background: #f7f7f7; }

/*===== All Button Style =====*/
.er-main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 48px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  border: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #00C63B; }
  .er-main-btn:hover {
    background-color: #4d4d4d;
    color: #fff;
    border: none;
}
  .er-main-btn.er-main-btn-2 {
    background-color: #fff;
    color: #00C63B;
    border-color: #00C63B; }
    .er-main-btn.er-main-btn-2:hover {
      background-color: #00C63B;
      border-color: #00C63B;
      color: #fff; }

/*----------------------------------------
   offcanvas menu
----------------------------------------*/
.er-news-off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0; }
  .er-news-off_canvars_overlay.er-news-active {
    opacity: .5;
    visibility: visible; }

.er-news-offcanvas_menu.er-news-offcanvas_menu_left .er-news-offcanvas_menu_wrapper {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: -310px; }
  .er-news-offcanvas_menu.er-news-offcanvas_menu_left .er-news-offcanvas_menu_wrapper.er-news-active {
    margin-left: 0; }

.er-news-offcanvas_menu_wrapper {
  width: 310px;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  height: 100vh;
  transition: .5s;
  right: 0;
  margin-right: -310px;
  padding: 50px 15px 30px;
  overflow-y: auto; }
  .er-news-offcanvas_menu_wrapper.er-news-active {
    margin-right: 0; }
  .er-news-offcanvas_menu_wrapper .er-news-header-btn {
    margin-bottom: 30px; }
    .er-news-offcanvas_menu_wrapper .er-news-header-btn a {
      color: #000; }
      .er-news-offcanvas_menu_wrapper .er-news-header-btn a:hover {
        color: #000; }
  .er-news-offcanvas_menu_wrapper .er-news-header-social {
    padding: 30px 0; }
    .er-news-offcanvas_menu_wrapper .er-news-header-social ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .er-news-offcanvas_menu_wrapper .er-news-header-social ul li {
        display: inline-block; }
        .er-news-offcanvas_menu_wrapper .er-news-header-social ul li a {
          font-size: 14px;
          margin: 0 5px;
          background: #15C63B;
          line-height: 45px;
          width: 45px;
          height: 45px;
          padding: 10px;
          border-radius: 10px;
          color: #fff; }

.er-news-offcanvas_main_menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .er-news-offcanvas_main_menu li {
    position: relative; }
    .er-news-offcanvas_main_menu li:last-child {
      margin: 0; }
    .er-news-offcanvas_main_menu li span.menu-expand {
      position: absolute;
      right: 0;
      cursor: pointer; }
    .er-news-offcanvas_main_menu li a {
      font-size: 15px;
      font-weight: 400;
      text-transform: capitalize;
      display: block;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ededed;
      color: #777777;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .er-news-offcanvas_main_menu li a:hover {
        color: #00C63B; }
    .er-news-offcanvas_main_menu li ul {
      list-style-type: none; }
      .er-news-offcanvas_main_menu li ul.er-news-sub-menu {
        padding-left: 20px;
        list-style-type: none; }

.er-news-offcanvas_footer {
  margin-top: 30px;
  padding-bottom: 50px;
  text-align: left; }
  .er-news-offcanvas_footer p {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 24px; }
  .er-news-offcanvas_footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-news-offcanvas_footer ul li {
      font-size: 14px;
      line-height: 30px;
      padding-bottom: 15px;
      position: relative;
      padding-left: 24px; }
      .er-news-offcanvas_footer ul li i {
        color: #00C63B;
        position: absolute;
        left: 0;
        top: 7px; }

.er-news-canvas_close {
  position: absolute;
  top: 10px;
  right: 13px; }
  .er-news-canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .er-news-canvas_close a:hover {
      background: #00C63B;
      border-color: #00C63B;
      color: #fff; }

.er-news-canvas_open a {
  text-align: center; }

/*===========================
    SEARCH css 
===========================*/
.er-news-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00C63B;
  z-index: 9999999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); }
  .er-news-search-box .er-news-search-header .er-news-search-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff; }
  .er-news-search-box .er-news-search-header .er-news-search-close button {
    background: none;
    border: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding-right: 35px;
    position: relative; }
    .er-news-search-box .er-news-search-header .er-news-search-close button span {
      width: 21px;
      height: 2px;
      background-color: #fff;
      display: block;
      position: absolute;
      right: 0; }
      .er-news-search-box .er-news-search-header .er-news-search-close button span:nth-child(1) {
        top: 13px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .er-news-search-box .er-news-search-header .er-news-search-close button span:nth-child(2) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 13px; }
  .er-news-search-box .er-news-search-body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .er-news-search-box .er-news-search-body .er-news-search-form {
      position: relative; }
      .er-news-search-box .er-news-search-body .er-news-search-form input {
        width: 100%;
        border: 0;
        height: 80px;
        padding-left: 30px;
        border: 2px solid #fff;
        border-radius: 50px;
        font-size: 20px;
        color: #707070; }
        .er-news-search-box .er-news-search-body .er-news-search-form input::placeholder {
          color: #707070;
          opacity: 1; }
      .er-news-search-box .er-news-search-body .er-news-search-form button {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        font-size: 36px;
        color: #707070;
        background: none;
        border: 0; }
  .er-news-search-box .er-news-search-footer {
    padding-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .er-news-search-box .er-news-search-footer .er-news-search-footer-content h4 {
      color: #707070;
      font-size: 24px; }
    .er-news-search-box .er-news-search-footer .er-news-search-footer-content p {
      color: #000;
      font-size: 16px; }

.er-news-search-box.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.er-newsr-white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 800px;
  margin: 20px auto; }
  .er-newsr-white-popup iframe {
    width: 100%;
    height: 400px; }

/*===========================
    2.HEADER css 
===========================*/
.er-top-header-area {
  padding: 15px 0;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-top-header-area {
      display: none; } }
  @media (max-width: 767px) {
    .er-top-header-area {
      display: none; } }
  .er-top-header-area .er-bg-cover {
    left: 0;
    top: 0;
    background-image: url(); }

.er-topbar-headline {
  margin-left: 85px; }
  .er-topbar-headline p {
    margin: 0;
    color: #fff; }
    .er-topbar-headline p span {
      font-weight: 700;
      text-decoration: underline; }
      .er-topbar-headline p span i {
        padding-right: 5px; }
    .er-topbar-headline p a {
      color: #fff; }
  .er-topbar-headline .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background: #01409E;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .er-topbar-headline .slick-arrow:hover {
      background: #00C63B; }
    .er-topbar-headline .slick-arrow.prev {
      left: -85px; }
    .er-topbar-headline .slick-arrow.next {
      left: -48px; }

.er-topbar-social .er-news-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .er-topbar-social .er-news-social ul li {
    display: inline-block; }
    .er-topbar-social .er-news-social ul li a {
      color: #fff;
      font-size: 14px;
      display: inline-block;
      margin-left: 10px; }
      .er-topbar-social .er-news-social ul li a:hover {
        color: #00C63B; }
.er-topbar-social .er-news-subscribe-btn {
  margin-left: 30px; }

.er-news-top-header-area-2 {
  background: #00C63B;
  padding: 22px 0; }
  .er-news-top-header-area-2 .er-news-top-header-btns ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-news-top-header-area-2 .er-news-top-header-btns ul li {
      display: inline-block;
      color: #fff;
      margin-right: 40px; }
      .er-news-top-header-area-2 .er-news-top-header-btns ul li span {
        font-weight: 700;
        cursor: pointer; }
        .er-news-top-header-area-2 .er-news-top-header-btns ul li span i {
          padding-right: 5px; }
      .er-news-top-header-area-2 .er-news-top-header-btns ul li a {
        color: #fff; }
  .er-news-top-header-area-2 .er-news-top-header-weather {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .er-news-top-header-area-2 .er-news-top-header-weather {
        display: none; } }
    .er-news-top-header-area-2 .er-news-top-header-weather ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .er-news-top-header-area-2 .er-news-top-header-weather ul li {
        display: inline-block;
        margin-left: 40px; }
        .er-news-top-header-area-2 .er-news-top-header-weather ul li a {
          color: #fff; }
          .er-news-top-header-area-2 .er-news-top-header-weather ul li a i {
            padding-right: 6px; }

.er-header-meddle-bar {
  background: #fff;
  padding: 30px 0px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-header-meddle-bar {
      padding: 20px; } }
  @media (max-width: 767px) {
    .er-header-meddle-bar {
      padding: 20px; } }
  .er-header-meddle-bar .logo {
    margin-right: 100px; }
  @media (max-width: 767px) {
    .er-header-meddle-bar .header-add {
      display: none; } }

.er-top-header-area-4 {
  position: relative;
  background: #fff;
  z-index: 100; }
  .er-top-header-area-4 .er-top-header-lang .nice-select {
    background: #E74D58;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    text-transform: capitalize;
    height: 60px;
    width: 140px;
    text-align: center !important;
    padding: 0;
    padding-top: 10px;
    margin-right: 50px; }
    .er-top-header-area-4 .er-top-header-lang .nice-select::after {
      border-bottom-color: #fff;
      border-right-color: #fff;
      right: 35px; }
    .er-top-header-area-4 .er-top-header-lang .nice-select ul {
      width: 100%;
      top: 95%;
      border-radius: 0; }
      .er-top-header-area-4 .er-top-header-lang .nice-select ul li {
        color: #777777; }
  .er-top-header-area-4 .er-top-header-weather ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-top-header-area-4 .er-top-header-weather ul li {
      display: inline-block;
      line-height: 60px; }
      .er-top-header-area-4 .er-top-header-weather ul li a {
        color: #999;
        margin-right: 20px;
        display: inline-block; }
        .er-top-header-area-4 .er-top-header-weather ul li a i {
          color: #00C63B;
          padding-right: 6px; }
  .er-top-header-area-4 .er-topbar-headline {
    text-align: right;
    padding-right: 95px;
    margin-left: 0; }
    .er-top-header-area-4 .er-topbar-headline p {
      color: #777777; }
      .er-top-header-area-4 .er-topbar-headline p span {
        color: #000; }
      .er-top-header-area-4 .er-topbar-headline p a {
        color: #777777; }
    .er-top-header-area-4 .er-topbar-headline .slick-arrow {
      border-radius: 0;
      background: #FFEEEF;
      color: #00C63B; }
      .er-top-header-area-4 .er-topbar-headline .slick-arrow:hover {
        background: #00C63B;
        color: #fff; }
      .er-top-header-area-4 .er-topbar-headline .slick-arrow.prev {
        left: auto;
        right: 35px; }
      .er-top-header-area-4 .er-topbar-headline .slick-arrow.next {
        left: auto;
        right: 0; }

/*===========================
    2.HEADER css 
===========================*/
.er-header-area {
  position: relative;
  z-index: 99; }
  .er-header-area .navigation .navbar .navbar-brand {
    width: 280px;
    margin: 0;
    padding: 0; }
  .er-header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    animation: sticky 1.2s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); }
  .er-header-area.er-header-area-2 .er-header-nav {
    padding: 0;
    box-shadow: none; }
    .er-header-area.er-header-area-2 .er-header-nav .navigation {
      background: #00C63B;
      padding: 0 50px; }


      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .logoas img {
          min-width: 240px !important;
        }
        .logoas {
          margin-top: 15px !important;
        }
        .banner-topo img {
          max-width: 90% !important;
        }
        .er-header-area.er-header-area-2 .er-header-nav .navigation {
          padding: 0 20px; } }
      .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .navbar-nav .nav-item.active > a, .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .navbar-nav .nav-item:hover > a {
        color: #fff; font-size:20px; font-weight: 400 }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .navbar-nav .nav-item > a {
          margin: 0 18px; } }
      .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .navbar-nav .nav-item:first-child > a {
        margin-left: 0; }
      .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .navbar-nav .nav-item:last-child > a {
        margin-right: 0; }
      .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .er-navbar-btn {
        width: 62%; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .er-navbar-btn {
            width: 65%; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          
          .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .er-navbar-btn {
            display: none; } }
        @media (max-width: 767px) {
          .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .er-navbar-btn {
            display: none; } }
        .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .er-navbar-btn .er-topbar-headline-2 p {
          margin-bottom: 0;
          color: #fff; }
          .er-header-area.er-header-area-2 .er-header-nav .navigation .navbar .er-navbar-btn .er-topbar-headline-2 p a {
            color: #9BBCD4; }
    .er-header-area.er-header-area-2 .er-header-nav .nav-item a {
      line-height: 70px;
      color: #56EF7E; font-size:20px; font-weight: 400}
      .er-header-area.er-header-area-2 .er-header-nav .nav-item a.active, .er-header-area.er-header-area-2 .er-header-nav .nav-item a:hover {
        color: #fff; }
    .er-header-area.er-header-area-2 .er-header-nav .nav-item.active a {
      color: #fff; }
    .er-header-area.er-header-area-2 .er-header-nav .nav-item .sub-menu > li a {
      color: #777777; font-size:18px }
  .er-header-area.er-header-area-3 {
    background: #0C0C0C; }
    .er-header-area.er-header-area-3 .er-header-nav {
      padding: 0;
      background-color: transparent; }
    .er-header-area.er-header-area-3 .navigation .navbar .navbar-brand {
      margin-bottom: -20px; }
    .er-header-area.er-header-area-3 .navigation .navbar .navbar-nav .nav-item > a {
      color: #999999; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-header-area.er-header-area-3 .navigation .navbar .navbar-nav .nav-item > a {
          margin: 0 10px; } }
    .er-header-area.er-header-area-3 .navigation .navbar .navbar-nav .nav-item.active > a, .er-header-area.er-header-area-3 .navigation .navbar .navbar-nav .nav-item:hover > a {
      color: #fff; }
    .er-header-area.er-header-area-3 .navigation .navbar .er-navbar-btn {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .er-header-area.er-header-area-3 .navigation .navbar .er-navbar-btn .er-widget a {
        height: 100px;
        width: 100px;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 100px;
        background: #111;
        font-size: 20px;
        color: #666; }
      .er-header-area.er-header-area-3 .navigation .navbar .er-navbar-btn .er-toggle-btn {
        height: 100px;
        width: 100px;
        border-radius: 0;
        padding: 0;
        line-height: 100px;
        font-size: 20px;
        background: #191919;
        margin-left: 0;
        color: #666; }
      .er-header-area.er-header-area-3 .navigation .navbar .er-navbar-btn .er-header-dropdown-select > .nice-select {
        background-color: transparent;
        color: #999999;
        border: 0;
        margin-right: 45px;
        width: 70px;
        padding: 0; }
        .er-header-area.er-header-area-3 .navigation .navbar .er-navbar-btn .er-header-dropdown-select > .nice-select::after {
          right: 6px; }
  .er-header-area.er-header-area-4 .er-header-nav {
    box-shadow: none;
    padding: 0;
    background: transparent; }
    .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar {
      padding: 7px 0 0;
      align-items: center;
      background-color: transparent; }
      .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar.er-page {
        padding: 40px 0; }
      .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation {
        background: #fff;
        width: 100%;
        margin-left: 30px;
        padding-left: 50px; }
        .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .navbar-nav .nav-item > a {
          line-height: 80px;
          color: #999; }
        .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .navbar-nav .nav-item.active > a, .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .navbar-nav .nav-item:hover > a {
          color: #000; }
        .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
          color: #999; }
          .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .navbar-nav .nav-item .sub-menu > li a:hover {
            color: #000; }
        .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .er-navbar-btn .er-search-btn {
          background: #E74D58; }
          .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .er-navbar-btn .er-search-btn a {
            display: inline-block;
            height: 80px;
            width: 80px;
            text-align: center;
            line-height: 80px;
            color: #fff;
            font-size: 20px; }

            .er-search-btn {
              float: right;
          background: #fff; }
          .er-search-btn a {
            display: inline-block;
            height: 80px;
            width: 80px;
            text-align: center;
            line-height: 80px;
            color: #00C63B;
            font-size: 20px; }
            .er-search-btn a:hover {
            display: inline-block;
            height: 80px;
            width: 80px;
            text-align: center;
            line-height: 80px;
            color: #fff;
            background: #56EF7E;
            font-size: 20px; }

        .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .navigation .navbar .er-navbar-btn .er-toggle-btn {
          margin-left: 2px;
          border-radius: 0;
          height: 80px;
          width: 80px;
          line-height: 80px;
          background: #E74D58; }
      .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .er-logo {
        margin: 0;
        width: 260px; }
        @media (max-width: 767px) {
          .er-header-area.er-header-area-4 .er-header-nav .er-header-meddle-bar .er-logo {
            min-width: 160px; } }

.er-header-nav {
  padding: 22px 0;
  box-shadow: 0px -10px 38px 0 rgba(46, 63, 99, 0.15);
  background: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-header-nav {
      padding: 15px 0;
      top: 0; } }
  @media (max-width: 767px) {
    .er-header-nav {
      padding: 15px 0;
      top: 0; } }
  .er-header-nav.er-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
    animation: sticky 1.2s; }
    .er-header-nav.er-sticky .navbar .navbar-nav .nav-item a {
      line-height: 80px;
      color: #000; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-header-nav.er-sticky .navbar .navbar-nav .nav-item a {
          line-height: 40px;
          color: #fff; } }
      @media (max-width: 767px) {

        .er-header-nav.er-sticky .navbar .navbar-nav .nav-item a {
          line-height: 40px;
          color: #fff; } }
    .er-header-nav.er-sticky .navbar .navbar-nav .nav-item .sub-menu li a {
      line-height: 2.5;
      color: #000; }
    .er-header-nav.er-sticky .navbar .er-navbar-toggler .er-toggler-icon {
      background: #000; }

.navbar {
  position: relative;
  padding: 0;
  flex-wrap: inherit; }
  .navbar .er-country-flag img {
    border: 5px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2); }
  .navbar .navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-nav {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .logoas {
        align-items: center !important;
        text-align: center !important;
        }
      .logoas img {
          max-width: 300px !important;
          text-align: center;
        }
      .navbar .navbar-nav {
        margin-right: 0; } }
    .navbar .navbar-nav.right-menu .nav-item a {
      text-align: center; }
    .navbar .navbar-nav.right-menu .nav-item .sub-menu > li a i {
      float: left; }
    .navbar .navbar-nav.right-menu .nav-item .sub-menu > li .sub-menu {
      left: auto;
      right: 100%; }
      .navbar .navbar-nav.right-menu .nav-item .sub-menu > li .sub-menu li .sub-menu {
        left: auto;
        right: 100%; }
    .navbar .navbar-nav .nav-item {
      position: relative; }
        .navbar .navbar-nav .nav-item:hover a, .navbar .navbar-nav .nav-item.active a {
        color: #15C63B; }
      .navbar .navbar-nav .nav-item.active a {
        color: #15C63B; }
      .navbar .navbar-nav .nav-item a {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        text-transform: capitalize;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin: 0 32px;
        line-height: 45px;
        padding: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navbar .navbar-nav .nav-item a {
            margin: 0 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav .nav-item a {
            color: #000; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav .nav-item a {
            color: #000; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav .nav-item a > i {
            display: none; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav .nav-item a > i {
            display: none; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav .nav-item a {
            padding: 0;
            display: block;
            border: 0;
            margin: 0;
            line-height: 40px; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav .nav-item a {
            padding: 0;
            display: block;
            border: 0;
            margin: 0;
            line-height: 40px; } }
        .navbar .navbar-nav .nav-item a span {
          padding-left: 5px;
          font-size: 15px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar .navbar-nav .nav-item a span {
              display: none; } }
          @media (max-width: 767px) {
            .navbar .navbar-nav .nav-item a span {
              display: none; } }
        .navbar .navbar-nav .nav-item a i {
          padding-left: 6px; }
      .navbar .navbar-nav .nav-item:first-child a {
        margin-left: 0; }
      .navbar .navbar-nav .nav-item:last-child a {
        margin-right: 0; }
      .navbar .navbar-nav .nav-item .sub-menu {
        position: absolute;
        left: 0;
        top: 110%;
        width: auto;
        min-width: 205px;
        max-width: 300px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all linear 0.3s;
        z-index: 99;
        -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
        -moz-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
        box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
        list-style-type: none;
        margin: 0;
        padding: 15px 0;
        border-radius: 5px; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .navbar .navbar-nav .nav-item .sub-menu {
            width: 150px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navbar .navbar-nav .nav-item .sub-menu {
            width: 150px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav .nav-item .sub-menu {
            position: relative;
            width: 100%;
            left: 0;
            top: auto;
            opacity: 1;
            visibility: visible;
            display: none;
            right: auto;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-transition: all none ease-out 0s;
            -moz-transition: all none ease-out 0s;
            -ms-transition: all none ease-out 0s;
            -o-transition: all none ease-out 0s;
            transition: all none ease-out 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0;
            transition: 0s;
            padding: 0; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav .nav-item .sub-menu {
            position: relative;
            width: 100%;
            left: 0;
            top: auto;
            opacity: 1;
            visibility: visible;
            display: none;
            right: auto;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-transition: all none ease-out 0s;
            -moz-transition: all none ease-out 0s;
            -ms-transition: all none ease-out 0s;
            -o-transition: all none ease-out 0s;
            transition: all none ease-out 0s;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            text-align: left;
            border-top: 0;
            transition: 0s;
            padding: 0; } }
        .navbar .navbar-nav .nav-item .sub-menu > li {
          position: relative; }
          .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
            margin-left: 0px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                margin-left: 0; } }
            @media (max-width: 767px) {
              .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                margin-left: 0; } }
          .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
            color: #12238C;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
          .navbar .navbar-nav .nav-item .sub-menu > li a {
            display: block;
            padding: 0px 30px;
            position: relative;
            color: #777777;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            border-radius: 4px;
            margin: 0 0;
            line-height: 2.5; }
            @media only screen and (min-width: 1200px) and (max-width: 1600px) {
              .navbar .navbar-nav .nav-item .sub-menu > li a {
                padding: 0 20px; } }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .navbar .navbar-nav .nav-item .sub-menu > li a {
                padding: 0 20px; } }
            .navbar .navbar-nav .nav-item .sub-menu > li a i {
              float: right;
              font-size: 16px;
              margin-top: 10px; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .navbar .navbar-nav .nav-item .sub-menu > li a i {
                  display: none; } }
              @media (max-width: 767px) {
                .navbar .navbar-nav .nav-item .sub-menu > li a i {
                  display: none; } }
            .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
              display: inline-block; }
          .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
            right: auto;
            left: 100%;
            top: 50%;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                padding-left: 30px;
                -webkit-transition: all 0s ease-out 0s;
                -moz-transition: all 0s ease-out 0s;
                -ms-transition: all 0s ease-out 0s;
                -o-transition: all 0s ease-out 0s;
                transition: all 0s ease-out 0s; } }
            @media (max-width: 767px) {
              .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
                padding-left: 30px;
                -webkit-transition: all 0s ease-out 0s;
                -moz-transition: all 0s ease-out 0s;
                -ms-transition: all 0s ease-out 0s;
                -o-transition: all 0s ease-out 0s;
                transition: all 0s ease-out 0s; } }
            .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu li {
              position: relative; }
              .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu li .sub-menu {
                right: auto;
                left: 100%;
                top: 50%;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s; }
              .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu li:hover .sub-menu {
                top: 0%;
                opacity: 1;
                visibility: visible; }
          .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
            top: 0%;
            opacity: 1;
            visibility: visible; }
          .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
            color: #00C63B; }
          .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
            color: #00C63B; }
      .navbar .navbar-nav .nav-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%; }
      .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: none; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav .nav-item .sub-nav-toggler {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            padding: 0px;
            font-size: 16px;
            background: none;
            border: 0;
            color: #000; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav .nav-item .sub-nav-toggler {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            padding: 0px;
            font-size: 16px;
            background: none;
            border: 0;
            color: #000; } }
  @media (max-width: 767px) {
    .navbar .er-navbar-btn .er-widget {
      display: none !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar .er-navbar-btn .er-widget {
      display: flex !important; } }
  .navbar .er-navbar-btn .er-widget a {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #E0E0E0;
    line-height: 15px; }
    .navbar .er-navbar-btn .er-widget a:first-child {
      border-left: 0; }
  .navbar .er-navbar-btn .er-toggle-btn {
    display: inline-block;
    height: 45px;
    width: 45px;
    background: #00C63B;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-left: 20px;
    cursor: pointer; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .er-navbar-btn {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      align-items: center; } }
  @media (max-width: 767px) {
    .navbar .er-navbar-btn {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      align-items: center; } }

@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
.er-breadcrumb-area {
  background: #4d4d4d;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 35px;
        color: #fff;
        padding: 46px 0; }
  .er-breadcrumb-area .er-breadcrumb-box {
    font-size: 30px;
        color: #fff; 
    padding: 26px 0; }
    .er-breadcrumb-area .er-breadcrumb-box nav ol {
      max-width: 97%;
      margin: 0 auto; }
      .er-breadcrumb-area .er-breadcrumb-box nav ol li {
        font-size: 30px;
        color: #fff; }
        .er-breadcrumb-area .er-breadcrumb-box nav ol li a {
          color: #4d4d4d; }
          .er-breadcrumb-area .er-breadcrumb-box nav ol li a:hover {
          color: #00C63B; }
        .er-breadcrumb-area .er-breadcrumb-box nav ol li.breadcrumb-item + .breadcrumb-item {
          margin-left: 21px; }
          .er-breadcrumb-area .er-breadcrumb-box nav ol li.breadcrumb-item + .breadcrumb-item::before {
            color: #dadada;
            content: var(--bs-breadcrumb-divider, "//");
            padding-right: 21px; }

/*===========================
    3.BINDUZ HERO css 
===========================*/
.er-hero-area {
  padding: 234px 0;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-hero-area {
      padding: 134px 0 234px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-hero-area {
      padding: 134px 0 234px; } }
  @media (max-width: 767px) {
    .er-hero-area {
      padding: 100px 0 100px; } }
  .er-hero-area .er-bg-cover {
    background-image: url(../images/hero-bg-1.jpg); }
    .er-hero-area .er-bg-cover::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1; }
    .er-hero-area .er-bg-cover.item-2 {
      background-image: url(../images/hero-bg-2.jpg); }
    .er-hero-area .er-bg-cover.item-3 {
      background-image: url(../images/hero-bg-3.jpg); }
  .er-hero-area .er-hero-news-portal {
    position: absolute;
    right: 80px;
    bottom: 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    width: 840px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-hero-area .er-hero-news-portal {
        right: 0; } }
    @media (max-width: 767px) {
      .er-hero-area .er-hero-news-portal {
        display: none; } }

.er-hero-news-content .er-hero-meta {
  display: flex;
  align-items: center; }
  .er-hero-news-content .er-hero-meta .er-meta-category a {
    background: #00C63B;
    color: #fff;
    line-height: 30px;
    width: 100px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border-radius: 5px; }
  .er-hero-news-content .er-hero-meta .er-meta-date {
    margin-left: 20px; }
    .er-hero-news-content .er-hero-meta .er-meta-date span {
      color: #C8C8C8;
      font-size: 14px; }
.er-hero-news-content .er-hero-title {
  padding-top: 20px;
  padding-bottom: 12px; }
  .er-hero-news-content .er-hero-title .er-title {
    color: #fff;
    font-size: 48px;
    line-height: 58px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-hero-news-content .er-hero-title .er-title {
        font-size: 42px;
        line-height: 52px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-hero-news-content .er-hero-title .er-title {
        font-size: 34px;
        line-height: 44px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-hero-news-content .er-hero-title .er-title {
        font-size: 36px;
        line-height: 36px; } }
    @media (max-width: 767px) {
      .er-hero-news-content .er-hero-title .er-title {
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-hero-news-content .er-hero-title .er-title {
        font-size: 30px;
        line-height: 40px; } }
    .er-hero-news-content .er-hero-title .er-title a {
      color: #fff; }
.er-hero-news-content .er-meta-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .er-hero-news-content .er-meta-author {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-hero-news-content .er-meta-author {
      display: flex; } }
  .er-hero-news-content .er-meta-author .er-author img {
    margin-right: 15px; }
  .er-hero-news-content .er-meta-author .er-author span {
    color: #C8C8C8; }
    .er-hero-news-content .er-meta-author .er-author span span {
      color: #fff;
      font-weight: 700; }
  @media (max-width: 767px) {
    .er-hero-news-content .er-meta-author .er-meta-list {
      margin-top: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-hero-news-content .er-meta-author .er-meta-list {
      margin-top: 0px; } }
  .er-hero-news-content .er-meta-author .er-meta-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-hero-news-content .er-meta-author .er-meta-list ul li {
      display: inline-block;
      margin-left: 15px;
      padding-left: 15px;
      line-height: 14px;
      border-left: 1px solid #727272; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-hero-news-content .er-meta-author .er-meta-list ul li {
          margin-left: 10px;
          padding-left: 10px; } }
      @media (max-width: 767px) {
        .er-hero-news-content .er-meta-author .er-meta-list ul li {
          border-left: 0;
          margin-left: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-hero-news-content .er-meta-author .er-meta-list ul li {
          border-left: 1px solid #727272;
          margin-left: 15px; } }

.er-hero-weather {
  flex-direction: column;
  float: right; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-hero-weather {
      float: left;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .er-hero-weather {
      float: left;
      margin-top: 40px; } }
  .er-hero-weather .er-weather-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 27px; }
    .er-hero-weather .er-weather-item img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .er-hero-weather .er-weather-item .er-title {
      color: #fff;
      font-size: 14px;
      margin-bottom: 0; }
    .er-hero-weather .er-weather-item span {
      color: #A7A7A7; }

.hero-portal-area {
  width: 850px;
  height: 160px;
  margin-top: -160px;
  background: #fff;
  position: relative;
  left: auto;
  right: 0;
  z-index: 9;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  float: right;
  margin-right: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-portal-area {
      width: 100%;
      margin-top: 0;
      margin-right: 0;
      height: auto; } }
  @media (max-width: 767px) {
    .hero-portal-area {
      width: 100%;
      margin-top: 0;
      margin-right: 0;
      height: 300px; } }

.er-hero-news-portal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .er-hero-news-portal .er-news-portal-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .er-hero-news-portal .er-news-portal-item {
        display: block; } }
    .er-hero-news-portal .er-news-portal-item .er-thumb {
      min-width: 120px;
      margin-right: 20px;
      border-radius: 8px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .er-hero-news-portal .er-news-portal-item .er-thumb {
          margin-bottom: 20px; } }
    .er-hero-news-portal .er-news-portal-item .er-content .er-post-meta-date span {
      color: #666;
      font-size: 14px; }
      .er-hero-news-portal .er-news-portal-item .er-content .er-post-meta-date span i {
        padding-right: 6px; }
    .er-hero-news-portal .er-news-portal-item .er-content .er-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-hero-news-portal .er-news-portal-item .er-content .er-title {
          font-size: 18px; } }
    .er-hero-news-portal .er-news-portal-item:last-child {
      margin-left: 45px;
      padding-left: 45px;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-hero-news-portal .er-news-portal-item:last-child {
          margin-left: 20px;
          padding-left: 20px; } }
      .er-hero-news-portal .er-news-portal-item:last-child::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #EEEEEE;
        height: 80px;
        width: 2px; }

/*===========================
    4.BINDUZ TRENDING css 
===========================*/
.er-trending-area {
  padding-top: 53px;
  padding-bottom: 60px;
  z-index: 9;
  position: relative; }
  .er-trending-area .row {
    width: 100%; }

.er-trending-box {
  margin-right: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-trending-box {
      margin-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-trending-box {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .er-trending-box {
      margin-right: 0;
      overflow: hidden; } }
  .er-trending-box .er-title .er-title {
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin: 0; }
    .er-trending-box .er-title .er-title::before {
      position: absolute;
      content: '';
      left: 110%;
      top: 50%;
      transform: translateY(-50%);
      height: 4px;
      width: 390px;
      background: #00C63B; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-trending-box .er-title .er-title::before {
          width: 115%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-trending-box .er-title .er-title::before {
          width: 70%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-trending-box .er-title .er-title::before {
          width: 90%; } }

.er-trending-news-item {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .er-trending-news-item {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-trending-news-item {
      display: block; } }
  .er-trending-news-item img {
    width: 100%;
    transition: all linear 0.5s; }
  .er-trending-news-item .er-trending-news-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: flex-end; }
    .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
      position: absolute;
      left: 40px;
      bottom: 24px;
      padding-right: 30px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
          left: 20px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
          left: 20px;
          bottom: 6px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
          left: 20px;
          bottom: 6px; } }
      @media (max-width: 767px) {
        .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
          left: 20px;
          bottom: 6px; } }
      .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-categories {
        display: inline-block; }
        .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-categories a {
          display: inline-block;
          background: #00C63B;
          color: #fff;
          line-height: 30px;
          padding: 0 14px;
          border-radius: 5px;
          font-size: 14px;
          font-weight: 700; }
      .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-date {
        display: inline-block;
        margin-left: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-date {
            display: block;
            margin-left: 0;
            margin-top: 10px; } }
        @media (max-width: 767px) {
          .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-date {
            display: block;
            margin-left: 0;
            margin-top: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-date {
            display: inline-block;
            margin-left: 20px;
            margin-top: 0px; } }
        .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-date span {
          color: #C8C8C8; }
      .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title {
        margin-top: 12px; }
        .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
          font-size: 24px;
          line-height: 34px; }
          @media only screen and (min-width: 1200px) and (max-width: 1600px) {
            .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
              font-size: 21px;
              line-height: 31px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
              font-size: 17px;
              line-height: 27px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
              font-size: 16px;
              line-height: 26px; } }
          @media (max-width: 767px) {
            .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
              font-size: 20px;
              line-height: 30px; } }
          .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title a {
            color: #fff; }
            .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title a:hover {
              color: #00C63B; }
    .er-trending-news-item .er-trending-news-overlay .er-news-share {
      position: absolute;
      top: 30px;
      right: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-trending-news-item .er-trending-news-overlay .er-news-share {
          top: 10px;
          right: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-trending-news-item .er-trending-news-overlay .er-news-share {
          display: none; } }
      .er-trending-news-item .er-trending-news-overlay .er-news-share a {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        display: inline-block;
        border-radius: 5px; }
        .er-trending-news-item .er-trending-news-overlay .er-news-share a:hover {
          background: #00C63B; }
  .er-trending-news-item:hover > img {
    transform: scale(1.05); }

.er-trending-news-topbar .er-news-tab-btn ul li a {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  padding: 0 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-trending-news-topbar .er-news-tab-btn ul li a {
      padding: 0 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-trending-news-topbar .er-news-tab-btn ul li a {
      padding: 0 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-trending-news-topbar .er-news-tab-btn ul li a {
      padding: 0 8px; } }
  @media (max-width: 767px) {
    .er-trending-news-topbar .er-news-tab-btn ul li a {
      padding: 30px 15px 0 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-trending-news-topbar .er-news-tab-btn ul li a {
      padding: 30px 20px 0 0; } }
  .er-trending-news-topbar .er-news-tab-btn ul li a.active {
    background-color: transparent;
    color: #000; }

.er-trending-news-list-item {
  margin-left: -30px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-trending-news-list-item {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-trending-news-list-item {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .er-trending-news-list-item {
      margin-left: 0; } }
  .er-trending-news-list-item .tab-content {
    padding-top: 50px; }

.er-trending-news-list-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-trending-news-list-box {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-trending-news-list-box {
      display: block; } }
  @media (max-width: 767px) {
    .er-trending-news-list-box {
      display: block; } }
  .er-trending-news-list-box .er-thumb {
    min-width: 116px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 100px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-trending-news-list-box .er-thumb {
        height: auto;
        width: 100px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-trending-news-list-box .er-thumb {
        width: 100px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .er-trending-news-list-box .er-thumb {
        width: 100px;
        margin-bottom: 15px; } }
  .er-trending-news-list-box .er-content .er-meta-item .er-meta-categories {
    display: inline-block; }
    .er-trending-news-list-box .er-content .er-meta-item .er-meta-categories a {
      display: inline-block;
      background: #56EF7E;
      border-radius: 5px;
      color: #00C63B;
      font-size: 14px;
      font-weight: 700;
      text-transform: capitalize;
      padding: 0 15px; }
  .er-trending-news-list-box .er-content .er-meta-item .er-meta-date {
    display: inline-block;
    margin-left: 20px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-trending-news-list-box .er-content .er-meta-item .er-meta-date {
        margin-left: 5px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-trending-news-list-box .er-content .er-meta-item .er-meta-date {
        margin-left: 5px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .er-trending-news-list-box .er-content .er-meta-item .er-meta-date {
        margin-left: 0px;
        margin-top: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-trending-news-list-box .er-content .er-meta-item .er-meta-date {
        margin-left: 20px;
        margin-top: 0px; } }
    .er-trending-news-list-box .er-content .er-meta-item .er-meta-date span {
      font-size: 14px;
      color: #666; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-trending-news-list-box .er-content .er-meta-item .er-meta-date span {
          font-size: 12px; } }
  .er-trending-news-list-box .er-content .er-trending-news-list-title {
    padding-top: 8px; }
    .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title {
          font-size: 17px;
          line-height: 27px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title {
          font-size: 18px; } }
      .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title a {
        color: #00C63B; }
        .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title a:hover {
          color: #4d4d4d; }
  .er-trending-news-list-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .er-trending-news-list-box:hover .er-content .er-meta-item .er-meta-categories a {
    background: #00C63B;
    color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-sidebar-categories {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .er-sidebar-categories {
    margin-top: 50px; } }
.er-sidebar-categories .er-sidebar-title {
  border-bottom: 2px solid #56EF7E;
  position: relative; }
  .er-sidebar-categories .er-sidebar-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #56EF7E;
    border-right: 10px solid transparent; }
  .er-sidebar-categories .er-sidebar-title .er-title {
    display: inline-block;
    background: #56EF7E;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #00C63B; }
.er-sidebar-categories .er-categories-list {
  margin-top: 50px; }
  .er-sidebar-categories .er-categories-list .er-item {
    background-image: url(../images/categories-list-bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 20px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-sidebar-categories .er-categories-list .er-item {
        padding: 20px 20px; } }
    .er-sidebar-categories .er-categories-list .er-item::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1; }
    .er-sidebar-categories .er-categories-list .er-item a {
      display: block;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between; }
      .er-sidebar-categories .er-categories-list .er-item a span {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        padding: 0 20px;
        line-height: 30px;
        border-radius: 5px; }
        .er-sidebar-categories .er-categories-list .er-item a span.er-number {
          padding: 0;
          height: 30px;
          width: 30px;
          text-align: center;
          line-height: 30px; }
    .er-sidebar-categories .er-categories-list .er-item:nth-child(2) {
      background-image: url(../images/categories-list-bg-2.jpg); }
    .er-sidebar-categories .er-categories-list .er-item:nth-child(3) {
      background-image: url(../images/categories-list-bg-3.jpg); }
    .er-sidebar-categories .er-categories-list .er-item:nth-child(4) {
      background-image: url(../images/categories-list-bg-4.jpg); }
    .er-sidebar-categories .er-categories-list .er-item:nth-child(5) {
      background-image: url(../images/categories-list-bg-5.jpg); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-featured-slider {
    margin-top: 0; } }

.er-trending-news-box-area {
  padding-top: 10px; }
  .er-trending-news-box-area .er-trending-news-box {
    padding: 35px 40px 0;
    background: #fff; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-trending-news-box-area .er-trending-news-box {
        padding: 10px 10px 0; } }
    @media (max-width: 767px) {
      .er-trending-news-box-area .er-trending-news-box {
        padding: 15px 20px 0; } }

.er-trending-news-box .er-trending-news-topbar {
  margin-bottom: 13px; }
  .er-trending-news-box .er-trending-news-topbar .er-title {
    font-size: 24px;
    width: 70%;
    position: relative;
    z-index: 5; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-trending-news-box .er-trending-news-topbar .er-title {
        width: 64%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-trending-news-box .er-trending-news-topbar .er-title {
        width: 57%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-trending-news-box .er-trending-news-topbar .er-title {
        width: 55%; } }
    @media (max-width: 767px) {
      .er-trending-news-box .er-trending-news-topbar .er-title {
        width: 100%; } }
    .er-trending-news-box .er-trending-news-topbar .er-title::before {
      position: absolute;
      content: '';
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 4px;
      width: 78%;
      background: #F3F3F3;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-trending-news-box .er-trending-news-topbar .er-title::before {
          width: 72%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-trending-news-box .er-trending-news-topbar .er-title::before {
          width: 62%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-trending-news-box .er-trending-news-topbar .er-title::before {
          width: 44%; } }
      @media (max-width: 767px) {
        .er-trending-news-box .er-trending-news-topbar .er-title::before {
          width: 0%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-trending-news-box .er-trending-news-topbar .er-title::before {
          width: 57%; } }
  .er-trending-news-box .er-trending-news-topbar ul li {
    margin-left: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-trending-news-box .er-trending-news-topbar ul li {
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .er-trending-news-box .er-trending-news-topbar ul li {
        margin-left: 0px;
        margin-right: 15px; } }
    .er-trending-news-box .er-trending-news-topbar ul li a {
      padding: 0;
      color: #666;
      font-size: 14px;
      font-weight: 700; }
      .er-trending-news-box .er-trending-news-topbar ul li a.active {
        background-color: transparent;
        color: #000; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .er-trending-news-box .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-meta-item {
    display: block; } }
.er-trending-news-box .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-meta-item .er-meta-categories a {
  background: #E74D58;
  color: #fff; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .er-trending-news-box .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-meta-item .er-meta-date {
    margin-left: 0;
    margin-top: 10px; } }
.er-trending-news-box .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-title {
  color: #00C63B; font-weight: 700; }
  .er-trending-news-box .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-title a:hover {
    color: #4d4d4d; }

/*===========================
    5.BINDUZ FEATURED css 
===========================*/
.er-featured-area {
  background: #F7F7F7;
  padding: 60px 0; }
  .er-featured-area .er-featured-title .er-title {
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px; }
    .er-featured-area .er-featured-title .er-title::before {
      position: absolute;
      content: '';
      left: 110%;
      top: 50%;
      transform: translateY(-50%);
      height: 4px;
      width: 200px;
      background: #00C63B; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-featured-area .er-featured-title .er-title::before {
          width: 150px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-featured-area .er-featured-title .er-title::before {
          width: 60%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-featured-area .er-featured-title .er-title::before {
          width: 90%; } }
      @media (max-width: 767px) {
        .er-featured-area .er-featured-title .er-title::before {
          width: 50%; } }

.er-featured-slider-item .er-trending-news-list-box {
  border-bottom: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: block; }
  .er-featured-slider-item .er-trending-news-list-box .er-thumb {
    min-width: 100%;
    border-radius: 10px;
    height: auto; }
    .er-featured-slider-item .er-trending-news-list-box .er-thumb img {
      border-radius: 10px;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s;
      width: 100%; }
  .er-featured-slider-item .er-trending-news-list-box .er-content {
    padding: 30px 30px 22px; }
  .er-featured-slider-item .er-trending-news-list-box:hover .er-thumb img {
    transform: scale(1.1); }
.er-featured-slider-item .slick-arrow {
  position: absolute;
  right: 0;
  top: -65px;
  cursor: pointer;
  z-index: 9;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .er-featured-slider-item .slick-arrow:hover {
    background: #00C63B;
    color: #fff; }
  .er-featured-slider-item .slick-arrow.prev {
    right: 40px; }
  .er-featured-slider-item .slick-arrow.next {
    right: 0px; }

.er-sidebar-social .er-sidebar-title {
  border-bottom: 2px solid #fff;
  position: relative; }
  .er-sidebar-social .er-sidebar-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent; }
  .er-sidebar-social .er-sidebar-title .er-title {
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #00C63B; }
.er-sidebar-social .er-social-list .er-list {
  margin-top: 35px; }
  .er-sidebar-social .er-social-list .er-list a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    padding: 10px 30px 10px 10px;
    align-items: center;
    margin-bottom: 8px; }
    .er-sidebar-social .er-social-list .er-list a span {
      font-size: 14px;
      color: #000; }
      .er-sidebar-social .er-social-list .er-list a span span {
        font-weight: 700; }
      .er-sidebar-social .er-social-list .er-list a span i {
        height: 40px;
        width: 40px;
        background: #3B5999;
        text-align: center;
        line-height: 40px;
        color: #fff;
        border-radius: 6px;
        margin-right: 30px; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .er-sidebar-social .er-social-list .er-list a span i {
            margin-right: 5px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-sidebar-social .er-social-list .er-list a span i {
            margin-right: 5px; } }
    .er-sidebar-social .er-social-list .er-list a:nth-child(2) span i {
      background: #55ACEE; }
    .er-sidebar-social .er-social-list .er-list a:nth-child(3) span i {
      background: #0057FF; }
    .er-sidebar-social .er-social-list .er-list a:nth-child(4) span i {
      background: #CD201F; }
    .er-sidebar-social .er-social-list .er-list a:hover {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
.er-sidebar-social .er-sidebar-add {
  background-image: url(../images/space-bg-1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 14px 20px 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-sidebar-social .er-sidebar-add {
      width: 40%; } }
  .er-sidebar-social .er-sidebar-add .er-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: inherit; }
    .er-sidebar-social .er-sidebar-add .er-title span {
      font-weight: 300;
      display: block; }
  .er-sidebar-social .er-sidebar-add a {
    background: #00C63B;
    color: #fff;
    border-color: #00C63B;
    padding: 0 30px;
    line-height: 40px; }

.er-featured-2-area .er-featured-title {
  border-top: 1px solid #EAEAEA;
  padding-top: 26px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-featured-2-area .er-featured-title {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .er-featured-2-area .er-featured-title {
      margin-top: 40px; } }
  .er-featured-2-area .er-featured-title .er-title {
    font-size: 18px;
    font-weight: 500;
    color: #00C63B;
    margin-bottom: 38px; }

.er-featured-slider-2 .slick-arrow {
  position: absolute;
  top: -60px;
  z-index: 9;
  cursor: pointer;
  font-size: 18px; }
  .er-featured-slider-2 .slick-arrow.prev {
    right: 20px; }
  .er-featured-slider-2 .slick-arrow.next {
    right: 0; }

.er-featured-item .er-thumb {
  position: relative; }
  .er-featured-item .er-thumb .er-icon {
    position: absolute;
    left: 0;
    bottom: 0; }
    .er-featured-item .er-thumb .er-icon a {
      height: 50px;
      width: 50px;
      background: #00C63B;
      text-align: center;
      line-height: 50px;
      display: inline-block;
      color: #fff; }
  .er-featured-item .er-thumb img {
    width: 100%; }
.er-featured-item .er-content {
  padding-top: 22px; }
  .er-featured-item .er-content .er-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500; }
  .er-featured-item .er-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-featured-item .er-content ul li {
      color: #777;
      border-top: 1px solid #EAEAEA;
      padding: 15px 0; }
      .er-featured-item .er-content ul li i {
        color: #D2D2D2;
        padding-right: 8px; }

/*===========================
    6.BINDUZ VIDEO POST css 
===========================*/
.er-video-post-area {
  padding-top: 53px;
  padding-bottom: 20px; }
  .er-video-post-area .er-video-post-tab ul li a {
    padding: 0;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 700;
    color: #666; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-video-post-area .er-video-post-tab ul li a {
        margin-left: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-video-post-area .er-video-post-tab ul li a {
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .er-video-post-area .er-video-post-tab ul li a {
        margin-left: 0px;
        margin-right: 16px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-video-post-area .er-video-post-tab ul li a {
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 20px; } }
    .er-video-post-area .er-video-post-tab ul li a.active {
      background-color: transparent;
      color: #000; }

.er-video-post-topbar .er-video-post-title .er-title {
  font-size: 30px;
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .er-video-post-topbar .er-video-post-title .er-title::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 83%;
    background: #00C63B; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-video-post-topbar .er-video-post-title .er-title::before {
        width: 76%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-video-post-topbar .er-video-post-title .er-title::before {
        width: 71%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-video-post-topbar .er-video-post-title .er-title::before {
        width: 71%; } }
    @media (max-width: 767px) {
      .er-video-post-topbar .er-video-post-title .er-title::before {
        display: none; } }

.er-video-post-item .er-trending-news-list-box {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
  display: block; }
  .er-video-post-item .er-trending-news-list-box .er-thumb {
    min-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative; }
    .er-video-post-item .er-trending-news-list-box .er-thumb .er-play {
      position: absolute;
      right: 20px;
      top: 20px; }
      .er-video-post-item .er-trending-news-list-box .er-thumb .er-play a {
        height: 50px;
        width: 50px;
        display: inline-block;
        line-height: 50px;
        color: #00C63B;
        border-radius: 5px;
        background: #fff;
        text-align: center; }
    .er-video-post-item .er-trending-news-list-box .er-thumb img {
      width: 100%;
      transition: all linear 0.5s; }
  .er-video-post-item .er-trending-news-list-box.er-main-item .er-content .er-trending-news-list-title .er-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-video-post-item .er-trending-news-list-box.er-main-item .er-content .er-trending-news-list-title .er-title {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .er-video-post-item .er-trending-news-list-box.er-main-item .er-content .er-trending-news-list-title .er-title {
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-video-post-item .er-trending-news-list-box.er-main-item .er-content .er-trending-news-list-title .er-title {
        font-size: 24px;
        line-height: 34px; } }
  .er-video-post-item .er-trending-news-list-box:hover .er-thumb img {
    transform: scale(1.1); }

.er-news-slider-2-item .er-news-viewed-most {
  margin: 0 2px; }
  .er-news-slider-2-item .er-news-viewed-most .er-thumb {
    overflow: hidden; }
    .er-news-slider-2-item .er-news-viewed-most .er-thumb img {
      width: 100%; }
  .er-news-slider-2-item .er-news-viewed-most .er-content {
    padding: 30px 60px 0; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-news-slider-2-item .er-news-viewed-most .er-content {
        padding: 30px 20px 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-news-slider-2-item .er-news-viewed-most .er-content {
        padding: 30px 20px 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-news-slider-2-item .er-news-viewed-most .er-content {
        padding: 30px 20px 0; } }
    @media (max-width: 767px) {
      .er-news-slider-2-item .er-news-viewed-most .er-content {
        padding: 30px 30px 0; } }
    .er-news-slider-2-item .er-news-viewed-most .er-content .er-title {
      font-size: 30px;
      line-height: 40px;
      font-weight: 500; }
      .er-news-slider-2-item .er-news-viewed-most .er-content .er-title a:hover {
        color: #00C63B; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-news-slider-2-item .er-news-viewed-most .er-content .er-title {
          font-size: 26px;
          line-height: 36px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-news-slider-2-item .er-news-viewed-most .er-content .er-title {
          font-size: 22px;
          line-height: 32px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-news-slider-2-item .er-news-viewed-most .er-content .er-title {
          font-size: 20px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        .er-news-slider-2-item .er-news-viewed-most .er-content .er-title {
          font-size: 17px;
          line-height: 27px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-news-slider-2-item .er-news-viewed-most .er-content .er-title {
          font-size: 26px;
          line-height: 36px; } }
    .er-news-slider-2-item .er-news-viewed-most .er-content .er-meta-item .er-meta-categories a {
      background: #56EF7E;
      color: #00C63B; }
    .er-news-slider-2-item .er-news-viewed-most .er-content .er-meta-item .er-meta-date span {
      margin-left: 14px; }
.er-news-slider-2-item .er-news-viewed-most:hover .er-content .er-meta-item .er-meta-categories a {
  background: #00C63B;
  color: #fff; }

.er-video-post-4-area {
  padding-bottom: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-video-post-4-area {
      padding-bottom: 60px; } }
  .er-video-post-4-area .er-top-news-2-item {
    margin-right: 0; }
  .er-video-post-4-area.home-11-video-post {
    padding-bottom: 30px; }
    .er-video-post-4-area.home-11-video-post .er-recent-news-box {
      margin-top: 10px; }
  .er-video-post-4-area.home-12-video-post {
    padding-top: 40px;
    padding-bottom: 30px; }
    .er-video-post-4-area.home-12-video-post .er-recent-news-box {
      margin-top: 0; }

.er-video-post-box {
  padding: 35px 40px 5px;
  position: relative;
  z-index: 10;
  background: #fff; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-video-post-box {
      padding: 15px 20px 5px; } }
  @media (max-width: 767px) {
    .er-video-post-box {
      padding: 15px 20px 5px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-video-post-box {
      padding: 10px; } }
  .er-video-post-box .er-video-post-title .er-title {
    font-size: 24px;
    margin-bottom: 22px; }
  .er-video-post-box .er-video-post .er-latest-news-item {
    padding: 0; }
    .er-video-post-box .er-video-post .er-latest-news-item .er-thumb .er-play a {
      background: #fff;
      color: #E74D58; }
    .er-video-post-box .er-video-post .er-latest-news-item .er-content .er-meta-item .er-meta-date {
      margin: 0; }
    .er-video-post-box .er-video-post .er-latest-news-item .er-content .er-title {
      font-size: 20px;
      line-height: 30px; }
      .er-video-post-box .er-video-post .er-latest-news-item .er-content .er-title a:hover {
        color: #00C63B; }
  .er-video-post-box .er-trending-video-thumbs {
    position: absolute;
    left: 50%;
    bottom: 44px;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-video-post-box .er-trending-video-thumbs {
        bottom: 50px; } }
    @media (max-width: 767px) {
      .er-video-post-box .er-trending-video-thumbs {
        bottom: 50px; } }
    .er-video-post-box .er-trending-video-thumbs ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
      .er-video-post-box .er-trending-video-thumbs ul li {
        display: inline-block;
        width: 130px;
        margin: 0 22px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-video-post-box .er-trending-video-thumbs ul li {
            width: 100px;
            margin: 0 10px; } }
        @media (max-width: 767px) {
          .er-video-post-box .er-trending-video-thumbs ul li {
            width: 100px;
            margin: 0 10px; } }
        .er-video-post-box .er-trending-video-thumbs ul li button {
          padding: 0;
          border-radius: 0;
          border: 0; }
          .er-video-post-box .er-trending-video-thumbs ul li button.active {
            margin-top: -20px; }

.er-trending-video-play-news .er-top-news-2-item {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px; }
  .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item {
    height: 610px;
    background-image: url(../images/trending-video-thumb-1.jpg);
    position: relative;
    display: block; }
    @media (max-width: 767px) {
      .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item {
        height: 450px; } }
    .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item.item-2 {
      background-image: url(../images/trending-video-thumb-2.jpg); }
    .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item.item-3 {
      background-image: url(../images/trending-video-thumb-3.jpg); }
    .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); }
      .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
        left: 60px;
        bottom: 100px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
            left: 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
            left: 30px; } }
        @media (max-width: 767px) {
          .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta {
            left: 20px; } }
        .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-date span {
          color: rgba(255, 255, 255, 0.7); }
        .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
          font-size: 24px;
          margin-bottom: 57px; }
          @media (max-width: 767px) {
            .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
              font-size: 16px;
              line-height: 26px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trending-news-title .er-title {
              font-size: 24px;
              line-height: 34px; } }
        .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trenving-video-thumbs {
          margin-right: 60px; }
          @media (max-width: 767px) {
            .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trenving-video-thumbs {
              margin-right: 20px; } }
          .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trenving-video-thumbs ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between; }
            .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trenving-video-thumbs ul li {
              display: inline-block;
              max-width: 130px; }
              @media only screen and (min-width: 1200px) and (max-width: 1600px) {
                .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trenving-video-thumbs ul li {
                  max-width: 110px; } }
              .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trenving-video-thumbs ul li img {
                width: auto; }
              .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-trenving-video-thumbs ul li:nth-child(2) {
                margin-top: -20px; }
      .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-play {
        position: absolute;
        top: 60px;
        left: 60px; }
        @media (max-width: 767px) {
          .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-play {
            left: 20px;
            top: 20px; } }
        .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-play a {
          display: inline-block;
          height: 100px;
          width: 100px;
          background: #fff;
          text-align: center;
          line-height: 100px;
          border-radius: 50%;
          color: #000;
          font-size: 20px;
          color: #E74D58; }
          @media (max-width: 767px) {
            .er-trending-video-play-news .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-play a {
              height: 50px;
              width: 50px;
              line-height: 50px;
              font-size: 14px; } }

.er-trending-video-news-title .er-title {
  font-size: 24px;
  position: relative;
  z-index: 5;
  margin-bottom: 29px; }
  .er-trending-video-news-title .er-title::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 66%;
    background: #f4f4f4;
    z-index: -1; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-trending-video-news-title .er-title::before {
        width: 55%; } }
    @media (max-width: 767px) {
      .er-trending-video-news-title .er-title::before {
        width: 0%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-trending-video-news-title .er-title::before {
        width: 55%; } }

.er-social-news-box {
  background: #fff;
  padding: 40px;
  margin-top: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-social-news-box {
      padding: 10px; } }
  @media (max-width: 767px) {
    .er-social-news-box {
      padding: 20px; } }
  .er-social-news-box .er-title {
    font-size: 24px;
    position: relative;
    z-index: 5;
    margin-bottom: 29px;
    margin-right: 105px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-social-news-box .er-title {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-social-news-box .er-title {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .er-social-news-box .er-title {
        margin-right: 0; } }
    .er-social-news-box .er-title::before {
      position: absolute;
      content: '';
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 4px;
      width: 80%;
      background: #f4f4f4;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-social-news-box .er-title::before {
          width: 75%; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-social-news-box .er-title::before {
          width: 75%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-social-news-box .er-title::before {
          width: 72%; } }
      @media (max-width: 767px) {
        .er-social-news-box .er-title::before {
          width: 0%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-social-news-box .er-title::before {
          width: 62%; } }
  .er-social-news-box .er-social-news-slide .col-lg-4 {
    margin-left: 15px;
    margin-right: 15px; }
  .er-social-news-box .er-social-news-slide .slick-arrow {
    position: absolute;
    top: -60px;
    height: 30px;
    width: 30px;
    background: #F8F8F8;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 9;
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .er-social-news-box .er-social-news-slide .slick-arrow:hover {
      background: #E74D58;
      color: #fff; }
    .er-social-news-box .er-social-news-slide .slick-arrow.prev {
      right: 52px; }
    .er-social-news-box .er-social-news-slide .slick-arrow.next {
      right: 15px; }

.er-social-news-box .er-social-news-item {
  position: relative;
  overflow: hidden; }
  .er-social-news-box .er-social-news-item img {
    width: 100%;
    transition: all linear 0.5s; }
  .er-social-news-box .er-social-news-item .er-social-btn {
    position: absolute;
    left: 0;
    top: 0; }
    .er-social-news-box .er-social-news-item .er-social-btn a {
      height: 60px;
      width: 60px;
      display: inline-block;
      color: #fff;
      font-size: 18px;
      background: #3B5999;
      text-align: center;
      line-height: 60px; }
    .er-social-news-box .er-social-news-item .er-social-btn.er-twitter a {
      background: #55ACEE; }
    .er-social-news-box .er-social-news-item .er-social-btn.er-youtube a {
      background: #CD201F; }
  .er-social-news-box .er-social-news-item:hover img {
    transform: scale(1.1); }

.er-recent-news-box {
  padding: 35px 40px 27px;
  margin-top: 40px;
  background: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-recent-news-box {
      padding: 10px; } }
  @media (max-width: 767px) {
    .er-recent-news-box {
      padding: 20px; } }
  .er-recent-news-box .er-recent-news-title .er-title {
    font-size: 24px;
    position: relative;
    z-index: 5;
    margin-bottom: 29px; }
    .er-recent-news-box .er-recent-news-title .er-title::before {
      position: absolute;
      content: '';
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 4px;
      width: 80%;
      background: #f4f4f4;
      z-index: -1; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-recent-news-box .er-recent-news-title .er-title::before {
          width: 74%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-recent-news-box .er-recent-news-title .er-title::before {
          width: 71%; } }
      @media (max-width: 767px) {
        .er-recent-news-box .er-recent-news-title .er-title::before {
          width: 0%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-recent-news-box .er-recent-news-title .er-title::before {
          width: 62%; } }
  nav {
    padding-top: 10px;
     }

    nav .pagination .page-item a {

      display: inline-block;
      padding: 0;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      background: #F8F8F8;
      border: 0;
      border-radius: 10px;
      margin-right: 10px;
      color: #777777; }
      @media (max-width: 767px) {
        nav .pagination .page-item a {
          height: 34px;
          width: 34px;
          line-height: 34px;
          font-size: 14px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        nav .pagination .page-item a {
          height: 50px;
          width: 50px;
          line-height: 50px;
          font-size: 16px; } }
    nav .pagination .page-item:hover a, nav .pagination .page-item.active a {
      background: #00C63B;
      color: #fff; }

.er-recent-news-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ft-des {
      max-width: 130px;
    }
    .er-recent-news-item {
      display: block; } }
  @media (max-width: 767px) {
    .er-news-categories-item {
      margin-bottom: 20px;
    }
.ft-des {
      max-width: 160px;
    }
    .er-recent-news-item {
      display: block; } }
  .er-recent-news-item .er-thumb {
    min-width: 300px;
    margin-right: 40px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .ft-des {
      max-width: 160px;
    }
      .er-recent-news-item .er-thumb {
        min-width: 290px;
        margin-right: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-recent-news-item .er-thumb {
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .er-recent-news-item .er-thumb {
        margin-right: 0;
        margin-bottom: 20px;
        min-width: 100%; } }
    .er-recent-news-item .er-thumb img {
      width: 100%;
      transition: all linear 0.5s; }
  .er-recent-news-item .er-content .er-meta-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .er-recent-news-item .er-content .er-meta-item {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-recent-news-item .er-content .er-meta-item {
        display: flex; } }
    .er-recent-news-item .er-content .er-meta-item .er-meta-categories a {
      background: #E74D58;
      display: inline-block;
      line-height: 30px;
      padding: 0 15px;
      color: #fff;
      font-weight: 700; }
      @media (max-width: 767px) {
        .er-recent-news-item .er-content .er-meta-item .er-meta-categories a {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-recent-news-item .er-content .er-meta-item .er-meta-categories a {
          margin-bottom: 0px; } }
    .er-recent-news-item .er-content .er-meta-item .er-meta-date span {
      color: #777777;
      margin-left: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-recent-news-item .er-content .er-meta-item .er-meta-date span {
          font-size: 12px;
          margin-left: 5px; } }
      @media (max-width: 767px) {
        .er-recent-news-item .er-content .er-meta-item .er-meta-date span {
          padding-top: 10px;
          margin-left: 0px; } }
      .er-recent-news-item .er-content .er-meta-item .er-meta-date span i {
        padding-right: 6px; }
  .er-recent-news-item .er-content .er-title {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 20px; }
    .er-recent-news-item .er-content .er-title a {
      color: #000; }
      .er-recent-news-item .er-content .er-title a:hover {
        color: #E74D58; }
  .er-recent-news-item .er-content p {
    margin-bottom: 0;
    padding-right: 20px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-recent-news-item .er-content p {
        padding-right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-recent-news-item .er-content p {
        padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-recent-news-item .er-content p {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .er-recent-news-item .er-content p {
        padding-right: 0; } }
  .er-recent-news-item:hover .er-thumb img {
    transform: scale(1.1); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-video-post-sidebar {
    margin-top: 40px; } }
@media (max-width: 767px) {
  .er-video-post-sidebar {
    margin-top: 40px; } }

.er-social-box {
  background: #fff;
  padding: 40px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-social-box {
      padding: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-social-box {
      padding: 10px; } }
  @media (max-width: 767px) {
    .er-social-box {
      padding: 20px; } }
  .er-social-box .er-social-title .title {
    font-size: 18px;
    margin-bottom: 24px; }
  .er-social-box .er-social-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-social-box .er-social-list ul li a {
      display: block;
      background: #F7F7F7;
      padding: 10px;
      margin-bottom: 8px;
      color: #999;
      font-size: 14px; }
      .er-social-box .er-social-list ul li a i {
        height: 40px;
        width: 40px;
        background: #3B5999;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin-right: 30px;
        font-size: 18px; }
      .er-social-box .er-social-list ul li a span {
        font-weight: 700;
        color: #000; }
    .er-social-box .er-social-list ul li:last-child a {
      margin-bottom: 0; }
    .er-social-box .er-social-list ul li:nth-child(2) a i {
      background: #55ACEE; }
    .er-social-box .er-social-list ul li:nth-child(3) a i {
      background: #0057FF; }
    .er-social-box .er-social-list ul li:nth-child(4) a i {
      background: #CD201F; }
.er-populer-news-sidebar-post {
  padding: 30px;
  background: #fff;
  margin-top: 40px;
  border-radius:10px }
.er-populer-news-sidebar-post.er-most-populer-post-box {
  padding: 30px;
  background: #fff;
  margin-top: 40px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-populer-news-sidebar-post.er-most-populer-post-box {
      padding: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-populer-news-sidebar-post.er-most-populer-post-box {
      padding: 10px; } }
  @media (max-width: 767px) {
    .er-populer-news-sidebar-post.er-most-populer-post-box {
      padding: 20px; } }
  .er-populer-news-sidebar-post.er-most-populer-post-box .er-popular-news-title {
    border-top: 0;
    padding-top: 0; }
    .er-populer-news-sidebar-post.er-most-populer-post-box .er-popular-news-title ul li.nav-item a {

      font-size: 18px;
      font-weight: 500; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-populer-news-sidebar-post.er-most-populer-post-box .er-popular-news-title ul li.nav-item a {
          font-size: 15px; } }
    .er-populer-news-sidebar-post.er-most-populer-post-box .er-popular-news-title ul li.nav-item:last-child {
      margin-right: 0; }
  .er-populer-news-sidebar-post.er-most-populer-post-box .er-sidebar-latest-post-item .er-content .er-title {
    font-size: 14px;
    line-height: 24px; }

/*===========================
    7.BINDUZ TRENDING TODAY css 
===========================*/
.er-trending-today-area {
  padding-top: 53px;
  padding-bottom: 21px;
  position: relative;
  z-index: 10; }
  .er-trending-today-area .er-bg-cover {
    left: 0;
    top: 0;
    background-image: url(../images/trending-today-bg.jpg);
    background-attachment: fixed; }
    .er-trending-today-area .er-bg-cover::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.9); }

.er-trending-today-topbar .er-trending-today-title .er-title {
  font-size: 30px;
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 30px; }
  .er-trending-today-topbar .er-trending-today-title .er-title::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 75%;
    background: #00C63B; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-trending-today-topbar .er-trending-today-title .er-title::before {
        width: 71%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-trending-today-topbar .er-trending-today-title .er-title::before {
        width: 50%; } }
    @media (max-width: 767px) {
      .er-trending-today-topbar .er-trending-today-title .er-title::before {
        display: none; } }

.er-trending-today-item {
  margin-bottom: 30px; }
  .er-trending-today-item .er-trending-news-list-box {
    display: block; }
    .er-trending-today-item .er-trending-news-list-box .er-thumb {
      min-width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 20px; }
      .er-trending-today-item .er-trending-news-list-box .er-thumb img {
        width: 100%;
        transition: all linear 0.5s; }
    .er-trending-today-item .er-trending-news-list-box .er-content .er-meta-item .er-meta-categories a {
      background: #00C63B;
      color: #fff; }
    .er-trending-today-item .er-trending-news-list-box .er-content .er-meta-item .er-meta-date span {
      color: #999; }
    .er-trending-today-item .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title a {
      color: #fff; }
      .er-trending-today-item .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title a:hover {
        color: #00C63B; }
    .er-trending-today-item .er-trending-news-list-box:hover .er-thumb img {
      transform: scale(1.1); }

/*===========================
    8.BINDUZ MAIN POST css 
===========================*/
.er-main-posts-area {
  padding-top: 53px;
  padding-bottom: 60px; }

.er-main-posts-item {
  margin-bottom: 30px; }
  .er-main-posts-item .er-trending-news-list-box {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .er-main-posts-item .er-trending-news-list-box .er-thumb {
      min-width: 100%;
      height: auto;
      margin-right: 0;
      border-radius: 0; }
      .er-main-posts-item .er-trending-news-list-box .er-thumb img {
        width: 100%;
        transition: all linear 0.5s; }
      @media (max-width: 767px) {
        .er-main-posts-item .er-trending-news-list-box .er-thumb {
          margin-bottom: 0; } }
    .er-main-posts-item .er-trending-news-list-box .er-content {
      border: 2px solid #F4F4F4;
      border-top: 0px;
      padding-top: 30px;
      padding-left: 28px;
      padding-right: 28px;
      font-size: 14px;
      border-radius: 0 0 10px 10px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-main-posts-item .er-trending-news-list-box .er-content {
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 20px; } }
      .er-main-posts-item .er-trending-news-list-box .er-content .er-trending-news-list-title .er-title {
        margin-bottom: 5px; }
      .er-main-posts-item .er-trending-news-list-box .er-content .er-meta-item .er-meta-date {
        margin-left: 15px; }
        @media only screen and (min-width: 1200px) and (max-width: 1600px) {
          .er-main-posts-item .er-trending-news-list-box .er-content .er-meta-item .er-meta-date {
            margin-left: 4px; } }
    .er-main-posts-item .er-trending-news-list-box:hover .er-thumb img {
      transform: scale(1.1); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-sidebar-about {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .er-sidebar-about {
    margin-top: 50px; } }
.er-sidebar-about .er-sidebar-title {
  border-bottom: 2px solid #56EF7E;
  position: relative; }
  .er-sidebar-about .er-sidebar-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #56EF7E;
    border-right: 10px solid transparent; }
  .er-sidebar-about .er-sidebar-title .er-title {
    display: inline-block;
    background: #56EF7E;
    margin-bottom: 0;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #00C63B; }

.er-sidebar-about .er-sidebar-about-item {
  margin-top: 35px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user {
      display: block !important; } }
  .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-thumb {
    margin-right: 20px;
    max-width: 80px;
    height: 80px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-thumb {
        margin-bottom: 10px; } }
  .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-content .er-title {
    font-size: 20px;
    margin-bottom: 0px; }
  .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-content span {
    font-size: 14px; }
  .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-content ul li {
      display: inline-block; }
      .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-content ul li a {
        color: #C3C3C3;
        margin-right: 20px;
        font-size: 14px; }
        .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-content ul li a:hover {
          color: #00C63B; }
      .er-sidebar-about .er-sidebar-about-item .er-sidebar-about-user .er-content ul li:last-child a {
        margin-right: 0; }
  .er-sidebar-about .er-sidebar-about-item .er-text {
    font-size: 14px;
    padding-top: 13px; }
    .er-sidebar-about .er-sidebar-about-item .er-text a {
      font-size: 14px;
      font-weight: 700;
      background: #00C63B;
      border-color: #00C63B; }
      .er-sidebar-about .er-sidebar-about-item .er-text a:hover {
        background: #12238C;
        border-color: #12238C; }

.er-sidebar-latest-post {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-sidebar-latest-post {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .er-sidebar-latest-post {
      margin-bottom: 30px; } }
  .er-sidebar-latest-post .er-sidebar-title {
    border-bottom: 2px solid #56EF7E;
    position: relative; }
    .er-sidebar-latest-post .er-sidebar-title::before {
      position: absolute;
      content: '';
      left: 0;
      top: 100%;
      width: 0;
      height: 0;
      border-top: 10px solid #56EF7E;
      border-right: 10px solid transparent; }
    .er-sidebar-latest-post .er-sidebar-title .er-title {
      display: inline-block;
      background: #56EF7E;
      margin-bottom: 0;
      line-height: 30px;
      padding: 0 20px;
      font-size: 14px;
      font-weight: 700;
      color: #00C63B; }

.er-sidebar-latest-post-box {
  margin-top: 35px; }
  .er-sidebar-latest-post-box .er-sidebar-latest-post-item {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-sidebar-latest-post-box .er-sidebar-latest-post-item {
        display: block; } }
    .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-thumb {
      max-width: 80px;
      height: 80px;
      margin-right: 30px;
      border-radius: 10px;
      overflow: hidden; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-thumb {
          margin-right: 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-thumb {
          margin-bottom: 10px; } }
    .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-content span {
      font-size: 14px;
      color: #666; }
    .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-content .er-title {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-content .er-title {
          font-size: 15px;
          line-height: 25px; } }
      .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-content .er-title a {
        color: #000; }
        .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-content .er-title a:hover {
          color: #00C63B; }

.er-sidebar-add-box {
  background-image: url(../images/space-bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 60px 45px 60px;
  border-radius: 10px;
  overflow: hidden;
  color: #C8C8C8; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-sidebar-add-box {
      padding: 30px 20px 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-sidebar-add-box {
      padding: 30px 20px 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-sidebar-add-box {
      width: 50%; } }
  .er-sidebar-add-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  .er-sidebar-add-box p {
    margin-top: 22px;
    margin-bottom: 22px; }
  .er-sidebar-add-box > a {
    background: #00C63B;
    border-color: #00C63B; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-sidebar-add-box > a {
        padding: 0 20px; } }
    .er-sidebar-add-box > a:hover {
      background: #12238C;
      border-color: #12238C; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .er-social-share-box {
    flex-wrap: wrap; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-social-share-box {
    display: none !important; } }
@media (max-width: 767px) {
  .er-social-share-box {
    display: none !important; } }

.er-social-share-item {
  background-image: url(../images/instagram-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-left: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-social-share-item {
      padding-left: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-social-share-item {
      width: 33.3%;
      padding-top: 50px;
      padding-bottom: 50px; } }
  .er-social-share-item a i {
    display: block;
    font-size: 50px;
    color: #fff; }
  .er-social-share-item a span {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-top: 7px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-social-share-item a span {
        font-size: 24px; } }
    .er-social-share-item a span span {
      font-weight: 300; }
  .er-social-share-item.facebook {
    background-image: none;
    background-color: #4267B2; }
  .er-social-share-item.twitter {
    background-image: none;
    background-color: #1DA1F2; }
  .er-social-share-item.pinterest {
    background-image: none;
    background-color: #E60023; }
  .er-social-share-item.dribbble {
    background-image: none;
    background-color: #ea4c89; }

/*===========================
    9.BINDUZ FOOTER css 
===========================*/
.er-footer-area {
  padding-top: 75px;
  padding-bottom: 60px;
  background: #000;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .er-footer-area::before {
    position: absolute;
    z-index: -1;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #111111; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-footer-area::before {
        width: 23%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-footer-area::before {
        width: 26%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-footer-area::before {
        width: 0%; } }
    @media (max-width: 767px) {
      .er-footer-area::before {
        width: 0%; } }

.er-footer-widget-style-1 {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .er-footer-widget-style-1 {
      margin-bottom: 30px;
      margin-right: 0; } }

.er-footer-widget-style-3 {
  margin-right: 15px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-footer-widget-style-3 {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .er-footer-widget-style-3 {
      margin-bottom: 30px;
      margin-right: 0; } }
  .er-footer-widget-style-3 .er-footer-title .er-title::before {
    width: 56%; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-footer-widget-style-3 .er-footer-title .er-title::before {
        width: 34%; } }

.er-footer-title .er-title {
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 30px; }
  .er-footer-title .er-title::before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 65%;
    background: #00C63B; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-footer-title .er-title::before {
        width: 40%; } }
    @media (max-width: 767px) {
      .er-footer-title .er-title::before {
        display: none; } }

.er-footer-menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .er-footer-menu-list ul {
    margin: 0 50px 0 0;
    padding: 0;
    list-style-type: none; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-footer-menu-list ul {
        margin: 0 15px 0 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-footer-menu-list ul {
        margin: 0 15px 0 0; } }
    @media (max-width: 767px) {
      .er-footer-menu-list ul {
        margin: 0 30px 0 0; } }
    .er-footer-menu-list ul li a {
      color: #999;
      margin-bottom: 16px;
      display: inline-block; }
      .er-footer-menu-list ul li a:hover {
        color: #00C63B; }
    .er-footer-menu-list ul:last-child {
      margin-right: 0; }

.er-footer-widget-form .er-input-box {
  position: relative;
  margin-bottom: 15px; }
  .er-footer-widget-form .er-input-box > i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #686868; }
  .er-footer-widget-form .er-input-box input {
    width: 100%;
    background: #f7f7f7;
    color: #4d4d4d;
    border: 0;
    height: 60px;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 48px; }
    .er-footer-widget-form .er-input-box input::placeholder {
      color: #686868;
      opacity: 1; }
  .er-footer-widget-form .er-input-box button {
    width: 100%;
    background: #00C63B;
    color: #fff;
    line-height: 60px;
    border-color: #00C63B;
    border-radius: 10px;
    border: 0; }
    .er-footer-widget-form .er-input-box button i {
      padding-right: 6px; }

.er-footer-widget-feeds .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-title {
  font-size: 18px;
  line-height: 28px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-footer-widget-feeds .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-title {
      font-size: 15px;
      line-height: 25px; } }
  .er-footer-widget-feeds .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-title a {
    color: #fff; }

.er-footer-widget-info {
  margin-left: 60px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-footer-widget-info {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-footer-widget-info {
      margin-left: 0;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .er-footer-widget-info {
      margin-left: 0;
      margin-top: 30px; } }
  .er-footer-widget-info .er-text {
    padding-top: 22px;
    font-size: 14px; }
  .er-footer-widget-info .er-social {
    padding-top: 9px; }
    .er-footer-widget-info .er-social ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .er-footer-widget-info .er-social ul li {
        display: inline-block; }
        .er-footer-widget-info .er-social ul li a {
          font-size: 14px;
          color: #fff;
          display: inline-block;
          background: #3B5999;
          height: 40px;
          width: 40px;
          text-align: center;
          line-height: 40px;
          border-radius: 5px;
          margin-right: 4px; }
        .er-footer-widget-info .er-social ul li:nth-child(2) a {
          background: #55ACEE; }
        .er-footer-widget-info .er-social ul li:nth-child(3) a {
          background: #0056FF; }
        .er-footer-widget-info .er-social ul li:nth-child(4) a {
          background: #CD201F; }

.er-footer-copyright-area {
  background: #00C63B;
  padding: 25px 0;
  position: relative; }
  .er-footer-copyright-area .er-footer-logo {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-footer-copyright-area .er-footer-logo {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-footer-copyright-area .er-footer-logo {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-footer-copyright-area .er-footer-logo {
        display: none; } }
    @media (max-width: 767px) {
      .er-footer-copyright-area .er-footer-logo {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-footer-copyright-area .er-copyright-text {
      text-align: center; } }
  @media (max-width: 767px) {
    .er-footer-copyright-area .er-copyright-text {
      text-align: center; } }
  .er-footer-copyright-area .er-copyright-text p {
    color: #fff;
    margin-bottom: 0; }
    .er-footer-copyright-area .er-copyright-text p span {
      font-weight: 700;
      color: #fff; }
  .er-footer-copyright-area.er-footer-copyright-area-2 {
    background-color: transparent;
    padding: 0; }
    .er-footer-copyright-area.er-footer-copyright-area-2 .er-footer-copyright-box {
      background: #00C63B;
      padding: 25px 40px; }
      .er-footer-copyright-area.er-footer-copyright-area-2 .er-footer-copyright-box .er-copyright-text p {
        color: #fff; }
      .er-footer-copyright-area.er-footer-copyright-area-2 .er-footer-copyright-box .er-copyright-menu ul li a {
        color: #fff; }
        .er-footer-copyright-area.er-footer-copyright-area-2 .er-footer-copyright-box .er-copyright-menu ul li a:hover {
          color: #fff; }
  .er-footer-copyright-area.er-footer-copyright-area-4 {
    background: #56EF7E; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-copyright-menu {
    text-align: center; } }
@media (max-width: 767px) {
  .er-copyright-menu {
    text-align: center; } }
.er-copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-copyright-menu ul {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .er-copyright-menu ul {
      margin-top: 10px; } }
  .er-copyright-menu ul li {
    display: inline-block;
    margin-left: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-copyright-menu ul li {
        margin-left: 26px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-copyright-menu ul li {
        margin: 4px 10px; } }
    @media (max-width: 767px) {
      .er-copyright-menu ul li {
        margin: 4px 10px; } }
    .er-copyright-menu ul li a {
      color: #999; }
      .er-copyright-menu ul li a:hover {
        color: #00C63B; }

.er-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 120px;
  background: #00C63B;
  color: #fff;
  width: 80px;
  cursor: pointer;
  z-index: 9;
  border-radius: 10px;
  transform: rotate(-90deg);
  display: none; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-back-to-top {
      right: -88px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-back-to-top {
      right: -88px;
      bottom: 100px; } }
  @media (max-width: 767px) {
    .er-back-to-top {
      right: -88px;
      bottom: 100px; } }
  .er-back-to-top p {
    margin-bottom: 0;
    line-height: 60px;
    padding: 0 40px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-back-to-top p {
        line-height: 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-back-to-top p {
        line-height: 30px; } }
    @media (max-width: 767px) {
      .er-back-to-top p {
        line-height: 30px; } }
    .er-back-to-top p i {
      padding-left: 6px; }

.er-footer-2-area .er-footer-box {
  background: #00C63B;
  padding-top: 60px;
  padding-bottom: 60px; }

.er-footer-box {
  position: relative;
  z-index: 10; }
  .er-footer-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 32%;
    background: #004578;
    z-index: -1; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-footer-box::before {
        width: 31%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-footer-box::before {
        width: 0; } }
    @media (max-width: 767px) {
      .er-copyright-text {
        margin-bottom: 40px;
      }
      .er-footer-box::before {
        width: 0; } }

.er-footer-about {
  padding: 0 70px;
  color: #9EB9CE; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-footer-about {
      padding: 0 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-footer-about {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .er-footer-about {
      padding: 0 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-footer-about {
      padding: 0 70px; } }
  .er-footer-about .er-logo {
    margin-bottom: 23px; }
  .er-footer-about ul {
    margin: 0;
    padding: 0px 0 0;
    list-style-type: none; }
    .er-footer-about ul li {
      display: inline-block; }
      .er-footer-about ul li a {
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        color: #56EF7E;
        display: inline-block;
        background: #00C63B;border-radius: 10px;
        margin: 0 3px;
        font-size: 18px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .er-footer-about ul li a {
            background: #004578; border-radius: 10px;} }
        @media (max-width: 767px) {
          .er-footer-about ul li a {
            background: #004578;border-radius: 10px; } }
        .er-footer-about ul li a:hover {
          background: #fff;
          border-radius: 10px;
          color: #00C63B; }
  .er-footer-about.er-footer-about-4 {
    background-color: transparent;
    padding: 0;
    color: #999; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-footer-about.er-footer-about-4 {
        text-align: center;
        padding: 0 200px; } }
    @media (max-width: 767px) {
      .er-footer-about.er-footer-about-4 {
        text-align: center;
        padding: 0 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-footer-about.er-footer-about-4 {
        text-align: center;
        padding: 0 100px; } }
    .er-footer-about.er-footer-about-4 ul li a {
      color: #fff;
      background: #56EF7E;
      margin-bottom: 10px; }
      .er-footer-about.er-footer-about-4 ul li a:hover {
        background: #00C63B;
        color: #fff; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .er-footer-gallery {
    margin-left: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-footer-gallery {
    text-align: center;
    margin-left: 0;
    margin-top: 30px; } }
@media (max-width: 767px) {
  .er-footer-gallery {
    text-align: center;
    margin-left: 0;
    margin-top: 30px; } }
.er-footer-gallery .er-footer-title .er-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 38px; }
  .er-footer-gallery .er-footer-title .er-title::before {
    display: none; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-footer-gallery .er-footer-gallery-widget {
    justify-content: center; } }
@media (max-width: 767px) {
  .er-footer-gallery .er-footer-gallery-widget {
    justify-content: center; } }
.er-footer-gallery .er-footer-gallery-widget .er-item {
  margin-right: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .er-footer-gallery .er-footer-gallery-widget .er-item {
      margin: 0 10px 20px; } }

.er-footer-navigation {
  margin-left: -30px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-footer-navigation {
      margin-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-footer-navigation {
      margin-left: -20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-footer-navigation {
      text-align: center;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .er-footer-navigation {
      text-align: center;
      margin-left: 0;
      margin-top: 30px; } }
  .er-footer-navigation .er-footer-title .er-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 38px; }
    .er-footer-navigation .er-footer-title .er-title::before {
      display: none; }
  .er-footer-navigation .er-footer-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-footer-navigation .er-footer-list {
        justify-content: center; } }
    @media (max-width: 767px) {
      .er-footer-navigation .er-footer-list {
        justify-content: center;
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-footer-navigation .er-footer-list {
        justify-content: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; } }
    .er-footer-navigation .er-footer-list ul {
      margin: 0 50px 0 0;
      padding: 0;
      list-style-type: none; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-footer-navigation .er-footer-list ul {
          margin: 0 20px 0 0; } }
      @media (max-width: 767px) {
        .er-footer-navigation .er-footer-list ul {
          margin: 0; } }
      .er-footer-navigation .er-footer-list ul:last-child {
        margin-right: 0; }
      .er-footer-navigation .er-footer-list ul li {
        padding-bottom: 15px; }
        .er-footer-navigation .er-footer-list ul li a {
          color: #AAC0D0; }
  .er-footer-navigation.er-footer-navigation-4 ul li a {
    color: #999; }
    .er-footer-navigation.er-footer-navigation-4 ul li a:hover {
      color: #00C63B; }

.er-footer-3-area {
  background: #000;
  padding-top: 27px;
  padding-bottom: 47px; }

.er-footer-navigation-widget .er-footer-title .er-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px; }
  .er-footer-navigation-widget .er-footer-title .er-title::before {
    display: none; }
.er-footer-navigation-widget .er-navigarion-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .er-footer-navigation-widget .er-navigarion-list ul li a {
    color: #999;
    display: inline-block;
    margin-bottom: 10px; }
    .er-footer-navigation-widget .er-navigarion-list ul li a:hover {
      color: #00C63B; }

.er-footer-area-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #00C63B; }

  .er-footer-area-4 img {
  max-width:250px }

/*===========================
    10.BINDUZ NEWS CATEGORIES css 
===========================*/
.er-news-categories-tab {
  margin-top: 40px;
  margin-bottom: 40px; }
  .er-news-categories-tab ul li a {
    border: 1px solid #00C63B;
    background: #fff;
    color: #00C63B;
    border-radius: 10px !important;
    margin: 0 8px; }

    .er-thumb {
      border-radius: 10px !important;
    }

    .er-thumb img {
      border-radius: 10px !important;
      -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    }
/*    .er-thumb {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .er-thumb:hover {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }*/
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-news-categories-tab ul li a {
        margin: 0 6px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .er-news-categories-tab ul li a {
        margin: 0 2px 4px; } }
    .er-news-categories-tab ul li a.active {
      background-color: #00C63B !important; }

.er-news-categories-box .er-news-categories-item {
  background: #fff;
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 10px !important;
  align-items: center; }


  .er-news-categories-box .er-news-categories-item .er-thumb img:hover  {
  transform: scale(1.05); }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-news-categories-box .er-news-categories-item {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-news-categories-box .er-news-categories-item {
      padding: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .er-news-categories-box .er-news-categories-item {
      display: block; } }
  .er-news-categories-box .er-news-categories-item .er-thumb {
    min-width: 120px;
    height: 100px;
    margin-right: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-news-categories-box .er-news-categories-item .er-thumb {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .er-news-categories-box .er-news-categories-item .er-thumb {
        margin-bottom: 10px; } }
  .er-news-categories-box .er-news-categories-item .er-content .er-meta-date span {
    color: #666;
    font-size: 14px; }
  .er-news-categories-box .er-news-categories-item .er-content .er-news-categories-title .er-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-news-categories-box .er-news-categories-item .er-content .er-news-categories-title .er-title {
        font-size: 16px;
        line-height: 26px; } }
    .er-news-categories-box .er-news-categories-item .er-content .er-news-categories-title .er-title a {
      color: #00C63B; }
      .er-news-categories-box .er-news-categories-item .er-content .er-news-categories-title .er-title a:hover {
        color: #555; }

.er-news-slider-box {
  background: #fff;
  border-radius:10px; }
  .er-news-slider-box img {
  border-radius:10px; }

   .er-news-slider-box .er-news-slider-item2 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 18px; }
    .er-news-slider-box .er-news-slider-item2 .slick-arrow:hover {
      background: #00C63B; }
    .er-news-slider-box .er-news-slider-item2 .slick-arrow.prev {
      border-radius:0 10px 10px 0;
      left: 0; }
    .er-news-slider-box .er-news-slider-item2 .slick-arrow.next {
      border-radius:10px 0 0 10px;
      right: 0; }
      
  .er-news-slider-box .er-news-slider-item .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 18px; }
    .er-news-slider-box .er-news-slider-item .slick-arrow:hover {
      background: #00C63B; }
    .er-news-slider-box .er-news-slider-item .slick-arrow.prev {
      border-radius:0 10px 10px 0;
      left: 0; }
    .er-news-slider-box .er-news-slider-item .slick-arrow.next {
      border-radius:10px 0 0 10px;
      right: 0; }


     

.er-news-slider-content-slider .er-item {
  padding-left: 80px;
  padding-right: 80px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-news-slider-content-slider .er-item {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-news-slider-content-slider .er-item {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-news-slider-content-slider .er-item {
      padding: 30px; } }
  @media (max-width: 767px) {
    .er-news-slider-content-slider .er-item {
      padding: 30px; } }
  .er-news-slider-content-slider .er-item .er-meta-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-meta-item {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-meta-item {
        display: flex; } }
    .er-news-slider-content-slider .er-item .er-meta-item .er-meta-categories a {
      border-radius: 10px;
      background: #4d4d4d;
      display: inline-block;
      line-height: 30px;
      padding: 0 15px;
      color: #fff;
      font-weight: 700; }
    .er-news-slider-content-slider .er-item .er-meta-item .er-meta-date span {
      color: #777777;
      margin-left: 20px;
      display: inline-block; }
      @media (max-width: 767px) {
        .er-news-slider-content-slider .er-item .er-meta-item .er-meta-date span {
          margin-left: 0;
          margin-top: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-news-slider-content-slider .er-item .er-meta-item .er-meta-date span {
          margin-left: 20px;
          margin-top: 0; } }
      .er-news-slider-content-slider .er-item .er-meta-item .er-meta-date span i {
        padding-right: 6px; }
  .er-news-slider-content-slider .er-item .er-news-slider-content .er-title {
    font-size: 48px;
    line-height: 58px;
    padding-top: 18px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-news-slider-content-slider .er-item .er-news-slider-content .er-title {
        font-size: 36px;
        line-height: 46px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-news-slider-content-slider .er-item .er-news-slider-content .er-title {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-news-slider-content-slider .er-item .er-news-slider-content .er-title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-news-slider-content .er-title {
        font-size: 23px;
        line-height: 33px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-news-slider-content .er-title {
        font-size: 40px;
        line-height: 50px; } }
    .er-news-slider-content-slider .er-item .er-news-slider-content .er-title a {
      color: #00c63b; }
      .er-news-slider-content-slider .er-item .er-news-slider-content .er-title a:hover {
        color: #4d4d4d; }
  .er-news-slider-content-slider .er-item .er-news-slider-content p {
    font-size: 18px;
    line-height: 30px; }
  .er-news-slider-content-slider .er-item .er-meta-author {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-meta-author {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-meta-author {
        display: flex; } }
    .er-news-slider-content-slider .er-item .er-meta-author .er-author img {
      margin-right: 15px; }
    .er-news-slider-content-slider .er-item .er-meta-author .er-author span {
      color: #777777; }
      .er-news-slider-content-slider .er-item .er-meta-author .er-author span span {
        color: #000;
        font-weight: 700; }
    @media (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-meta-author .er-meta-list {
        margin-top: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-news-slider-content-slider .er-item .er-meta-author .er-meta-list {
        margin-top: 0px; } }
    .er-news-slider-content-slider .er-item .er-meta-author .er-meta-list ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .er-news-slider-content-slider .er-item .er-meta-author .er-meta-list ul li {
        display: inline-block;
        margin-left: 15px;
        padding-left: 15px;
        line-height: 14px;
        border-left: 1px solid #DDDDDD; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-news-slider-content-slider .er-item .er-meta-author .er-meta-list ul li {
            margin-left: 10px;
            padding-left: 10px; } }
        @media (max-width: 767px) {
          .er-news-slider-content-slider .er-item .er-meta-author .er-meta-list ul li {
            border-left: 0;
            margin-left: 0; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .er-news-slider-content-slider .er-item .er-meta-author .er-meta-list ul li {
            border-left: 1px solid #DDDDDD;
            margin-left: 15px; } }

.er-news-slider-box:hover .er-meta-item .er-meta-categories a {
  background: #00C63B;
  color: #fff; }

/*===========================
    11.BINDUZ TOP NEWS css 
===========================*/
.er-top-news-area {
  padding-bottom: 60px; }
  .er-top-news-area .er-social-list .er-list {
    margin-top: 35px; }
    .er-top-news-area .er-social-list .er-list a {
      display: flex;
      justify-content: space-between;
      background: #fff;
      border-radius: 0px;
      padding: 10px 30px 10px 10px;
      align-items: center;
      margin-bottom: 8px; }
      .er-top-news-area .er-social-list .er-list a span {
        font-size: 14px;
        color: #000; }
        .er-top-news-area .er-social-list .er-list a span span {
          font-weight: 700; }
        .er-top-news-area .er-social-list .er-list a span i {
          height: 40px;
          width: 40px;
          background: #3B5999;
          text-align: center;
          line-height: 40px;
          color: #fff;
          border-radius: 0px;
          margin-right: 30px; }
          @media only screen and (min-width: 1200px) and (max-width: 1600px) {
            .er-top-news-area .er-social-list .er-list a span i {
              margin-right: 5px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .er-top-news-area .er-social-list .er-list a span i {
              margin-right: 5px; } }
      .er-top-news-area .er-social-list .er-list a:nth-child(2) span i {
        background: #55ACEE; }
      .er-top-news-area .er-social-list .er-list a:nth-child(3) span i {
        background: #0057FF; }
      .er-top-news-area .er-social-list .er-list a:nth-child(4) span i {
        background: #CD201F; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .er-top-news-title {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .er-top-news-title {
    margin-top: 30px; } }
.er-top-news-title .er-title {
  font-size: 24px;
  position: relative;
  padding-top: 21px;
  margin-bottom: 33px; }
  .er-top-news-title .er-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 4px;
    width: 260px;
    background: #00C63B; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-top-news-title .er-title::before {
        width: 235px; } }
    @media (max-width: 767px) {
      .er-top-news-title .er-title::before {
        width: 200px; } }

.er-top-news-item {
  border-radius: 10px;
  background: #fff;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-right: 45px;
  position: relative;
  padding-left: 54px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .er-top-news-item {
      padding-right: 30px; } }
  .er-top-news-item:last-child {
    margin-bottom: 0; }
  .er-top-news-item > span {
    position: absolute;
    left: 0;
    top: 30px;
    display: inline-block;
    height: 30px;
    width: 5px;
    text-align: center;
    line-height: 30px;
    background: #00C63B;
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
  .er-top-news-item .er-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: inherit;
    padding-top: 10px;
    margin-bottom: 6px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-top-news-item .er-title {
        font-size: 16px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-top-news-item .er-title {
        font-size: 15px;
        line-height: 25px; } }
    @media (max-width: 767px) {
      .er-top-news-item .er-title {
        font-size: 15px;
        line-height: 25px; } }
    .er-top-news-item .er-title a {
      color: #000; }
      .er-top-news-item .er-title a:hover {
        color: #00C63B; }
  .er-top-news-item .er-meta-date span {
    font-size: 14px; }

.er-news-viewed-most-slide .slick-arrow {
  position: absolute;
  top: -82px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .er-news-viewed-most-slide .slick-arrow:hover {
    background: #00C63B;
    color: #fff; }
  .er-news-viewed-most-slide .slick-arrow.prev {
    right: 61px; }
  .er-news-viewed-most-slide .slick-arrow.next {
    right: 0; }

.er-news-viewed-most {
  background: #fff; }
  .er-news-viewed-most .er-thumb img {
    transition: all linear 0.5s; }
  .er-news-viewed-most .er-content {
    padding: 40px 30px;
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-news-viewed-most .er-content {
        padding: 20px 20px; } }
    .er-news-viewed-most .er-content .er-meta-item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        .er-news-viewed-most .er-content .er-meta-item {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-news-viewed-most .er-content .er-meta-item {
          display: flex; } }
      .er-news-viewed-most .er-content .er-meta-item .er-meta-categories a {
        background: #E6F4FF;
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        color: #00C63B;
        font-weight: 700; }
        @media (max-width: 767px) {
          .er-news-viewed-most .er-content .er-meta-item .er-meta-categories a {
            margin-bottom: 10px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .er-news-viewed-most .er-content .er-meta-item .er-meta-categories a {
            margin-bottom: 0px; } }
      .er-news-viewed-most .er-content .er-meta-item .er-meta-date span {
        color: #777777;
        margin-left: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-news-viewed-most .er-content .er-meta-item .er-meta-date span {
            font-size: 12px;
            margin-left: 5px; } }
        .er-news-viewed-most .er-content .er-meta-item .er-meta-date span i {
          padding-right: 6px; }
    .er-news-viewed-most .er-content .er-title {
      font-size: 24px;
      line-height: 34px;
      padding-top: 13px;
      margin-bottom: 19px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-news-viewed-most .er-content .er-title {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-news-viewed-most .er-content .er-title {
          font-size: 17px;
          line-height: 27px; } }
      @media (max-width: 767px) {
        .er-news-viewed-most .er-content .er-title {
          font-size: 18px;
          line-height: 28px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-news-viewed-most .er-content .er-title {
          font-size: 24px;
          line-height: 34px; } }
      .er-news-viewed-most .er-content .er-title a {
        color: #000; }
        .er-news-viewed-most .er-content .er-title a:hover {
          color: #00C63B; }
    .er-news-viewed-most .er-content .er-meta-author > span {
      margin-left: 20px; }
      .er-news-viewed-most .er-content .er-meta-author > span span {
        font-weight: 700;
        color: #000; }
  .er-news-viewed-most:hover .er-thumb img {
    transform: scale(1.1); }
  .er-news-viewed-most:hover .er-content .er-meta-item .er-meta-categories a {
    background: #00C63B;
    color: #fff; }

.er-top-news-faq {
  background: #fff;
  padding: 35px;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-top-news-faq {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .er-top-news-faq {
      margin-top: 30px; } }
  .er-top-news-faq .er-client-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-top-news-faq .er-client-thumb img {
        width: 130px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-top-news-faq .er-client-thumb img {
        width: 85px; } }
    @media (max-width: 767px) {
      .er-top-news-faq .er-client-thumb img {
        width: 0px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-top-news-faq .er-client-thumb img {
        width: auto; } }
  .er-top-news-faq .er-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-top-news-faq .er-title {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .er-top-news-faq .er-title {
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-top-news-faq .er-title {
        font-size: 24px;
        line-height: 34px; } }
  .er-top-news-faq .er-meta-author span span {
    font-weight: 700;
    color: #00C63B; }
  .er-top-news-faq .er-answare {
    border-top: 1px solid #E4E4E4;
    padding-top: 18px;
    margin-top: 20px;
    width: 220px; }

.er-top-news-2-item {
  margin-left: -60px;
  margin-right: -60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-top-news-2-item {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .er-top-news-2-item {
      margin-left: 0;
      margin-right: 0; } }
  .er-top-news-2-item .er-trending-news-item {
    background-image: url(../images/top-news-item-2.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 404px;
    border-radius: 0;
    transition: all linear 0.5s; }
    .er-top-news-2-item .er-trending-news-item .er-trending-news-overlay .er-trending-news-meta .er-meta-categories a {
      background: #E74D58;
      border-radius: 0; }
    .er-top-news-2-item .er-trending-news-item:hover {
      background-size: 110% 110%; }
  .er-top-news-2-item.er-top-news-2-1-item {
    margin-right: 0;
    margin-left: 60px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-top-news-2-item.er-top-news-2-1-item {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .er-top-news-2-item.er-top-news-2-1-item {
        margin-left: 0; } }
    .er-top-news-2-item.er-top-news-2-1-item .er-trending-news-item {
      background-image: url(../images/top-news-item-3.jpg);
      height: 188px; }
      .er-top-news-2-item.er-top-news-2-1-item .er-trending-news-item.item-2 {
        background-image: url(../images/populer-news-9.jpg); }

/*===========================
    12.BINDUZ FAVORITES CATEGORIES css 
===========================*/
.er-favorites-categories-area {
  padding-bottom: 60px; }

.er-favorites-categories-box {
  background: #fff;
  padding: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-favorites-categories-box {
      padding: 30px; } }
  @media (max-width: 767px) {
    .er-favorites-categories-box {
      padding: 30px; } }
  .er-favorites-categories-box .er-favorites-categories-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-favorites-categories-box .er-favorites-categories-list {
        flex-wrap: wrap; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-favorites-categories-box .er-favorites-categories-list {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .er-favorites-categories-box .er-favorites-categories-list {
        flex-wrap: wrap; } }
    .er-favorites-categories-box .er-favorites-categories-list .er-item {
      margin-right: 40px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-favorites-categories-box .er-favorites-categories-list .er-item {
          margin-right: 20px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-favorites-categories-box .er-favorites-categories-list .er-item {
          margin-right: 5px;
          margin-bottom: 15px;
          width: 16%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-favorites-categories-box .er-favorites-categories-list .er-item {
          margin-right: 20px;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .er-favorites-categories-box .er-favorites-categories-list .er-item {
          margin-right: 13px;
          margin-bottom: 15px; } }
      .er-favorites-categories-box .er-favorites-categories-list .er-item:last-child {
        margin-right: 0; }
      .er-favorites-categories-box .er-favorites-categories-list .er-item span {
        display: block;
        font-size: 14px;
        color: #000;
        padding-top: 12px; }
      .er-favorites-categories-box .er-favorites-categories-list .er-item:last-child {
        margin-right: 0; }

/*===========================
    13.BINDUZ LATEST NEWS css 
===========================*/
.er-latest-news-area {
  padding-bottom: 60px; }

.er-latest-news-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-latest-news-item {
      display: block; } }
  @media (max-width: 767px) {
    .er-latest-news-item {
      display: block; } }
  .er-latest-news-item:last-child {
    margin-bottom: 0; }
  .er-latest-news-item .er-thumb {
    min-width: 200px;
    max-width: 200px;
    margin-right: 40px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-latest-news-item .er-thumb {
        margin-right: 0px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .er-latest-news-item .er-thumb {
        margin-right: 0px;
        margin-bottom: 20px;
        min-width: 100%; } }
    .er-latest-news-item .er-thumb img {
      width: 100%;
      transition: all linear 0.5s; }
  .er-latest-news-item .er-content .er-meta-categories a {
    display: inline-block;
    background: #E6F4FF;
    line-height: 30px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #00C63B; }
  .er-latest-news-item .er-content .er-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 11px; }
    @media (max-width: 767px) {
      .er-latest-news-item .er-content .er-title {
        font-size: 16px;
        line-height: 26px; } }
    .er-latest-news-item .er-content .er-title a {
      font-weight: bold;
      color: #00C63B; }
      .er-latest-news-item .er-content .er-title a:hover {
        color: #4d4d4d; }
  .er-latest-news-item .er-content .er-meta-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 767px) {
      .er-latest-news-item .er-content .er-meta-item {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-latest-news-item .er-content .er-meta-item {
        display: flex; } }
    .er-latest-news-item .er-content .er-meta-item .er-meta-author {
      margin-right: 30px; }
      .er-latest-news-item .er-content .er-meta-item .er-meta-author span span {
        color: #00C63B; }
    @media (max-width: 767px) {
      .er-latest-news-item .er-content .er-meta-item .er-meta-date {
        margin-top: 10px;
        margin-left: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-latest-news-item .er-content .er-meta-item .er-meta-date {
        margin-top: 0px;
        margin-left: 10px; } }
    .er-latest-news-item .er-content .er-meta-item .er-meta-date span i {
      padding-right: 5px; }
  .er-latest-news-item:hover .er-thumb img {
    transform: scale(1.1); }
  .er-latest-news-item:hover .er-content .er-meta-categories a {
    background: #00C63B;
    color: #fff; }

.er-video-post .er-latest-news-item {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .er-video-post .er-latest-news-item .er-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
    min-width: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-video-post .er-latest-news-item .er-thumb {
        min-width: 100%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-video-post .er-latest-news-item .er-thumb {
        min-width: 100%; } }
    .er-video-post .er-latest-news-item .er-thumb img {
      width: 100%; }
    .er-video-post .er-latest-news-item .er-thumb .er-play {
      position: absolute;
      right: 20px;
      top: 20px; }
      .er-video-post .er-latest-news-item .er-thumb .er-play a {
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        background: #00C63B;
        color: #fff;
        border-radius: 50%; }
  .er-video-post .er-latest-news-item .er-content .er-meta-date {
    margin-left: 20px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-video-post .er-latest-news-item .er-content .er-meta-date {
        margin-left: 6px; } }
    @media (max-width: 767px) {
      .er-video-post .er-latest-news-item .er-content .er-meta-date {
        margin-left: 0px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-video-post .er-latest-news-item .er-content .er-meta-date {
        margin-left: 10px; } }
    .er-video-post .er-latest-news-item .er-content .er-meta-date span {
      font-size: 14px; }
      .er-video-post .er-latest-news-item .er-content .er-meta-date span i {
        padding-right: 6px; }
  .er-video-post .er-latest-news-item .er-content .er-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-video-post .er-latest-news-item .er-content .er-title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .er-video-post .er-latest-news-item .er-content .er-title {
        font-size: 18px; } }
.er-video-post.er-recently-viewed-item .er-latest-news-item { 
  padding: 0; }
  .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content {
    padding-right: 10px; }
    @media (max-width: 767px) {
      .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-meta-item {
        display: block; } }
    @media (max-width: 767px) {
      .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-meta-item .er-meta-date {
        margin-left: 0px;
        margin-top: 10px; } }
    .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-title {
      font-size: 19px;
      line-height: 30px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-title {
          font-size: 16px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .er-video-post.er-recently-viewed-item .er-latest-news-item .er-content .er-title {
          font-size: 18px; } }
.er-video-post.er-newsletter-post .er-latest-news-item {
  padding: 0; }
  .er-video-post.er-newsletter-post .er-latest-news-item .er-thumb {
    margin: 0; }
  .er-video-post.er-newsletter-post .er-latest-news-item .er-content {
    padding: 40px 40px 36px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-video-post.er-newsletter-post .er-latest-news-item .er-content {
        padding: 20px; } }
    @media (max-width: 767px) {
      .er-video-post.er-newsletter-post .er-latest-news-item .er-content {
        padding: 20px; } }
    .er-video-post.er-newsletter-post .er-latest-news-item .er-content .er-meta-item {
      display: block; }
      .er-video-post.er-newsletter-post .er-latest-news-item .er-content .er-meta-item .er-meta-date {
        margin-left: 0;
        margin-top: 10px; }
    .er-video-post.er-newsletter-post .er-latest-news-item .er-content .er-title {
      font-weight: 400;
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-video-post.er-newsletter-post .er-latest-news-item .er-content .er-title {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-video-post.er-newsletter-post .er-latest-news-item .er-content .er-title {
          font-size: 18px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .er-video-post.er-newsletter-post .er-latest-news-item .er-content .er-title {
          font-size: 17px;
          line-height: 27px; } }
.er-video-post.er-top-news-2-slider {
  margin-right: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-video-post.er-top-news-2-slider {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .er-video-post.er-top-news-2-slider {
      margin-right: 0; } }
  .er-video-post.er-top-news-2-slider .er-latest-news-item {
    padding: 0; }
    .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content {
      padding: 20px 40px 35px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content {
          padding: 10px 30px 25px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content {
          padding: 10px 20px 25px; } }
      @media (max-width: 767px) {
        .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content {
          padding: 0px 20px 15px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content .er-meta-item {
          display: block; } }
      .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content .er-meta-item .er-meta-categories a {
        background: #E74D58;
        color: #fff; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content .er-meta-item .er-meta-date {
          margin-left: 0;
          margin-top: 10px; } }
      .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content .er-title {
        font-size: 24px;
        line-height: 34px;
        text-transform: inherit;
        letter-spacing: -0.100px;
        margin-bottom: 0; }
        .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content .er-title a:hover {
          color: #00C63B; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .er-video-post.er-top-news-2-slider .er-latest-news-item .er-content .er-title {
            font-size: 18px;
            line-height: 28px; } }
  .er-video-post.er-top-news-2-slider .slick-arrow {
    position: absolute;
    top: 85px;
    cursor: pointer;
    z-index: 9;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .er-video-post.er-top-news-2-slider .slick-arrow:hover {
      background: #E74D58; }
    .er-video-post.er-top-news-2-slider .slick-arrow.prev {
      left: 0; }
    .er-video-post.er-top-news-2-slider .slick-arrow.next {
      right: -1px; }

.er-recently-viewed-area {
  padding-bottom: 60px; }
  .er-recently-viewed-area .er-recently-viewed-box {
    background: #fff;
    border-radius: 10px;
    padding: 60px 50px 60px 60px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-recently-viewed-area .er-recently-viewed-box {
        padding: 30px 0 30px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-recently-viewed-area .er-recently-viewed-box {
        padding: 0px 30px 0px 30px; } }
    @media (max-width: 767px) {
      .er-recently-viewed-area .er-recently-viewed-box {
        padding: 0px 30px 0px 30px; } }

.er-newsletter-box {
  padding: 72px 65px;
  background: #00C63B;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-newsletter-box {
      padding: 40px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-newsletter-box {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .er-newsletter-box {
      margin-bottom: 30px;
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-newsletter-box {
      margin-bottom: 30px;
      padding: 72px 65px; } }
  .er-newsletter-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/newsletter-news.jpg);
    z-index: -1;
    opacity: .1; }
  .er-newsletter-box .er-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-top: 22px;
    margin-bottom: 4px; }
  .er-newsletter-box p {
    color: #A1BBCE;
    font-size: 14px;
    margin-bottom: 24px; }
  .er-newsletter-box .er-input-box {
    position: relative; }
    .er-newsletter-box .er-input-box button {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 0;
      background-color: transparent;
      color: #fff;
      line-height: 60px;
      padding: 0 30px;
      font-size: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-newsletter-box .er-input-box button {
          right: -1px; } }
    .er-newsletter-box .er-input-box input {
      width: 92%;
      height: 58px;
      padding: 0;
      background: #0C568C;
      color: #fff;
      border: 0;
      padding-left: 30px; }
      .er-newsletter-box .er-input-box input::placeholder {
        opacity: 1;
        color: #79A2C0; }

/*===========================
    14.BINDUZ EDITORS PACK css 
===========================*/
.er-editors-pack-white-area.er-editors-pack-dark-area {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #000; }
  .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-title {
    border-top-color: #202020; }
    .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-title .er-title {
      color: #fff; }
    .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-title a {
      color: #00C63B;
      font-size: 14px;
      font-weight: 500; }
  .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content {
    background: #000; }
    .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content .er-meta-item .er-meta-categories a {
      background: #00C63B;
      color: #fff; }
    .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content .er-meta-item .er-meta-date span {
      color: #999; }
    .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content .er-title {
      color: #fff; }
      .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content .er-title a {
        color: #fff; }
        .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content .er-title a:hover {
          color: #00C63B; }
    .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content .er-meta-author span {
      color: #555; }
      .er-editors-pack-white-area.er-editors-pack-dark-area .er-editors-pack-content .er-meta-author span span {
        color: #fff; }
  .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item {
    border-right-color: #202020; }
    .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item .er-latest-news-item {
      background: #000; }
      .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item .er-latest-news-item .er-content .er-meta-item .er-meta-categories a {
        background: #00C63B;
        color: #fff; }
      .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item .er-latest-news-item .er-content .er-meta-item .er-meta-date {
        color: #999; }
      .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item .er-latest-news-item .er-content .er-title a {
        color: #fff; }
        .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item .er-latest-news-item .er-content .er-title a:hover {
          color: #00C63B; }
      .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item .er-latest-news-item .er-content .er-meta-author span {
        color: #535353; }
        .er-editors-pack-white-area.er-editors-pack-dark-area .er-recently-viewed-item .er-latest-news-item .er-content .er-meta-author span span {
          color: #999; }

.er-editors-pack-title {
  border-top: 1px solid #EAEAEA; }
  .er-editors-pack-title .er-title {
    font-size: 18px;
    font-weight: 500;
    color: #00C63B;
    margin-bottom: 33px;
    padding-top: 27px; }

.er-editors-pack-thumb img {
  width: 100%; }

.er-editors-pack-content {
  background: #fff;
  margin-left: -205px;
  padding: 80px 0 80px 80px; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-editors-pack-content {
      padding: 50px 0px 50px 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-editors-pack-content {
      padding: 30px 0px 30px 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-editors-pack-content {
      padding: 30px 0 0;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .er-editors-pack-content {
      padding: 30px 0 0;
      margin-left: 0; } }
  .er-editors-pack-content .er-meta-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 767px) {
      .er-editors-pack-content .er-meta-item {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-editors-pack-content .er-meta-item {
        display: flex; } }
    .er-editors-pack-content .er-meta-item .er-meta-categories a {
      background: #56EF7E;
      display: inline-block;
      line-height: 30px;
      padding: 0 15px;
      color: #00C63B;
      font-weight: 700; }
    .er-editors-pack-content .er-meta-item .er-meta-date span {
      color: #777777;
      margin-left: 20px;
      display: inline-block; }
      @media (max-width: 767px) {
        .er-editors-pack-content .er-meta-item .er-meta-date span {
          margin-left: 0;
          margin-top: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-editors-pack-content .er-meta-item .er-meta-date span {
          margin-left: 20px;
          margin-top: 0; } }
      .er-editors-pack-content .er-meta-item .er-meta-date span i {
        padding-right: 6px; }
  .er-editors-pack-content .er-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    text-transform: inherit;
    padding-top: 10px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .er-editors-pack-content .er-title {
        font-size: 23px;
        line-height: 33px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-editors-pack-content .er-title {
        font-size: 30px;
        line-height: 40px; } }
  .er-editors-pack-content .er-meta-author {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .er-editors-pack-content .er-meta-author {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-editors-pack-content .er-meta-author {
        display: flex; } }
    .er-editors-pack-content .er-meta-author .er-author img {
      margin-right: 15px; }
    .er-editors-pack-content .er-meta-author .er-author span {
      color: #777777; }
      .er-editors-pack-content .er-meta-author .er-author span span {
        color: #000;
        font-weight: 700; }
  .er-editors-pack-content:hover .er-meta-item .er-meta-categories a {
    background: #00C63B;
    color: #fff; }

.er-editors-pack-item {
  margin-left: -30px;
  margin-right: -30px; }
  .er-editors-pack-item .er-recently-viewed-item {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #F1F1F1; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-editors-pack-item .er-recently-viewed-item .er-content .er-meta-item {
        display: block; } }
    .er-editors-pack-item .er-recently-viewed-item .er-content .er-meta-item .er-meta-categories a {
      background: #56EF7E;
      color: #00C63B; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-editors-pack-item .er-recently-viewed-item .er-content .er-meta-item .er-meta-date {
        margin-left: 0;
        margin-top: 10px; } }
    .er-editors-pack-item .er-recently-viewed-item .er-content .er-title {
      font-weight: 500 !important;
      margin-bottom: 0px; }
      .er-editors-pack-item .er-recently-viewed-item .er-content .er-title a:hover {
        color: #00C63B; }
    .er-editors-pack-item .er-recently-viewed-item .er-content .er-meta-author span {
      font-size: 14px;
      font-style: italic;
      color: #BCBCBC; }
      .er-editors-pack-item .er-recently-viewed-item .er-content .er-meta-author span span {
        font-style: normal;
        color: #777;
        padding-left: 4px; }
    .er-editors-pack-item .er-recently-viewed-item:hover .er-content .er-meta-item .er-meta-categories a {
      background: #00C63B;
      color: #fff; }
  .er-editors-pack-item .col-lg-3:last-child .er-recently-viewed-item, .er-editors-pack-item .col-lg-4:last-child .er-recently-viewed-item {
    border-right: 0; }

/*===========================
    15.BINDUZ POPULER NEWS css 
===========================*/
.er-popular-news-title {
  padding-top: 28px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .er-popular-news-title {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-popular-news-title {
      display: flex; } }
  .er-popular-news-title .er-title {
    color: #00C63B;
    font-size: 18px;
    font-weight: 500; }
  .er-popular-news-title ul li.nav-item {
    margin-left: 32px; }
    @media (max-width: 767px) {
      .er-popular-news-title ul li.nav-item {
        margin-left: 0;
        margin-right: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-popular-news-title ul li.nav-item {
        margin-left: 20;
        margin-right: 0px; } }
    .er-popular-news-title ul li.nav-item a {
      padding: 0;
      color: #999; }
      .er-popular-news-title ul li.nav-item a.active {
        color: #000;
        background-color: transparent; }

.er-popular-news-items .er-video-post .er-latest-news-item .er-thumb {
  margin-bottom: 30px; }
.er-popular-news-items .er-video-post .er-latest-news-item .er-content .er-meta-item .er-meta-categories a {
  background: #56EF7E;
  color: #00C63B; }
.er-popular-news-items .er-video-post .er-latest-news-item .er-content .er-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-popular-news-items .er-video-post .er-latest-news-item .er-content .er-title {
      font-size: 22px;
      line-height: 32px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-popular-news-items .er-video-post .er-latest-news-item .er-content .er-title {
      font-size: 22px;
      line-height: 32px; } }
  @media (max-width: 767px) {
    .er-popular-news-items .er-video-post .er-latest-news-item .er-content .er-title {
      font-size: 20px;
      line-height: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-popular-news-items .er-video-post .er-latest-news-item .er-content .er-title {
      font-size: 30px;
      line-height: 40px; } }
  .er-popular-news-items .er-video-post .er-latest-news-item .er-content .er-title a:hover {
    color: #00C63B; }
.er-popular-news-items .er-video-post .er-latest-news-item:hover .er-content .er-meta-item .er-meta-categories a {
  background: #00C63B;
  color: #fff; }

.er-popular-news-items {
  margin-left: -30px;
  margin-right: -30px; }
  .er-popular-news-items .er-video-post {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #EEEEEE; }
  .er-popular-news-items .col-lg-6:last-child .er-video-post {
    border-right: 0; }

.er-populer-news-social .er-social-list .er-list a {
  display: flex;
  justify-content: space-between;
  background: #F7F7F7;
  border-radius: 0px;
  padding: 10px 30px 10px 10px;
  align-items: center;
  margin-bottom: 8px; }
  .er-populer-news-social .er-social-list .er-list a:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); }
  .er-populer-news-social .er-social-list .er-list a span {
    font-size: 14px;
    color: #000; }
    .er-populer-news-social .er-social-list .er-list a span span {
      font-weight: 700; }
    .er-populer-news-social .er-social-list .er-list a span i {
      height: 40px;
      width: 40px;
      background: #3B5999;
      text-align: center;
      line-height: 40px;
      color: #fff;
      border-radius: 0px;
      margin-right: 30px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-populer-news-social .er-social-list .er-list a span i {
          margin-right: 5px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-populer-news-social .er-social-list .er-list a span i {
          margin-right: 5px; } }
  .er-populer-news-social .er-social-list .er-list a:nth-child(2) span i {
    background: #55ACEE; }
  .er-populer-news-social .er-social-list .er-list a:nth-child(3) span i {
    background: #0057FF; }
  .er-populer-news-social .er-social-list .er-list a:nth-child(4) span i {
    background: #CD201F; }
.er-populer-news-social.er-author-page-social .er-social-list .er-list a {
  background: #fff; }

.er-populer-news-sidebar-post .er-popular-news-title {
  padding-top: 12px;
  padding-bottom: 15px; }
  .er-populer-news-sidebar-post .er-popular-news-title ul li.nav-item {
    margin-left: 0;
    margin-right: 10px; }
    .er-populer-news-sidebar-post .er-popular-news-title ul li.nav-item a {
      border-radius: 0 !important;
      border-left: 4px solid #4d4d4d;
      padding-left: 10px;
      color: #4d4d4d; }
      .er-populer-news-sidebar-post .er-popular-news-title ul li.nav-item a.active {
        border-radius: 0 !important;
        padding-left: 10px;
        border-left: 4px solid #00C63B;;
        color: #00C63B; }
.er-populer-news-sidebar-post .er-sidebar-latest-post-box {
  margin-top: 0; }
  .er-populer-news-sidebar-post .er-sidebar-latest-post-box .er-sidebar-latest-post-item .er-thumb {
    border-radius: 0; }

.er-populer-news-sidebar-faq .er-top-news-faq {
  background: #000;
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-populer-news-sidebar-faq .er-top-news-faq {
      padding: 20px; } }
  .er-populer-news-sidebar-faq .er-top-news-faq::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url(../images/faq-bg.jpg);
    opacity: .2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .er-populer-news-sidebar-faq .er-top-news-faq .er-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -1px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-populer-news-sidebar-faq .er-top-news-faq .er-title {
        font-size: 17px;
        line-height: 27px; } }
  .er-populer-news-sidebar-faq .er-top-news-faq .er-meta-author span span {
    color: #fff; }
  .er-populer-news-sidebar-faq .er-top-news-faq .er-answare {
    width: 100%; }

.er-populer-news-sidebar-newsletter .er-newsletter-box {
  padding: 40px;
  background: #00C63B; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-populer-news-sidebar-newsletter .er-newsletter-box {
      padding: 10px; } }
  .er-populer-news-sidebar-newsletter .er-newsletter-box .er-title {
    font-size: 24px;
    font-weight: 500; }
  .er-populer-news-sidebar-newsletter .er-newsletter-box p {
    color: rgba(255, 255, 255, 0.7); }
  .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box input {
    background: #fff;
    color: #999; }
    .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box input::placeholder {
      color: #999;
      opacity: 1; }
  .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box button {
    color: #00C63B;
    color: #999; }
.er-populer-news-sidebar-newsletter.er-author-page-newsletter .er-newsletter-box {
  padding: 70px 40px;
  background: #E74D58; }

.er-populer-news-sidebar-add .er-sidebar-add {
  background-image: url(../images/space-bg-5.jpg); }

/*===========================
    16.BINDUZ ABOUT US css 
===========================*/
.er-about-us-content {
  padding-top: 55px; }
  .er-about-us-content .er-title {
    font-size: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 18px; }
  .er-about-us-content p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .er-about-us-content p {
        padding-right: 0; } }

.er-about-us-box {
  text-align: center;
  background: #fff;
  border: 2px solid #d3d3d3;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
  padding: 60px;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .er-about-us-box {
      padding: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-about-us-box {
      padding: 20px; } }
  @media (max-width: 767px) {
    .er-about-us-box {
      padding: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-about-us-box {
      padding: 60px; } }
  .er-about-us-box icon {
    display: inline-block; }
  .er-about-us-box .er-title {
    font-size: 20px;
    padding-top: 35px;
    margin-bottom: 18px; }
  .er-about-us-box:hover {
    box-shadow: none;
    border-color: #fff; }

.er-about-play-thumb {
  position: relative; }
  .er-about-play-thumb img {
    width: 100%; }
  .er-about-play-thumb .er-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .er-about-play-thumb .er-play a {
      height: 120px;
      width: 120px;
      display: inline-block;
      background: #fff;
      text-align: center;
      line-height: 120px;
      border-radius: 50%;
      color: #e74d58;
      font-size: 20px; }
      @media (max-width: 767px) {
        .er-about-play-thumb .er-play a {
          height: 60px;
          width: 60px;
          line-height: 60px;
          font-size: 16px; } }

.er-about-play-content {
  padding-left: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-about-play-content {
      padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-about-play-content {
      padding-left: 0;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .er-about-play-content {
      padding-left: 0;
      margin-top: 40px; } }
  .er-about-play-content .er-title {
    font-size: 48px;
    margin-bottom: 38px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-about-play-content .er-title {
        font-size: 38px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-about-play-content .er-title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .er-about-play-content .er-title {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-about-play-content .er-title {
        font-size: 36px; } }
  .er-about-play-content ul li a {
    border-radius: 0 !important;
    color: #afafaf;
    background: #fff;
    padding: 0 45px;
    line-height: 60px;
    margin-right: 20px;
    font-weight: 700; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-about-play-content ul li a {
        padding: 0 30px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-about-play-content ul li a {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .er-about-play-content ul li a {
        padding: 0 15px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-about-play-content ul li a {
        padding: 0 30px;
        margin-bottom: 0; } }
    .er-about-play-content ul li a.active {
      background-color: #e74d58 !important;
      color: #fff; }
  .er-about-play-content .tab-content .er-text {
    padding-top: 7px;
    font-size: 18px;
    line-height: 28px; }

/*===========================
    17.BINDUZ CONTACT US css 
===========================*/
.er-contact-us-area {
  padding-bottom: 60px; }

.er-map-area .er-map-box iframe {
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-map-area .er-map-box iframe {
      height: 400px; } }
  @media (max-width: 767px) {
    .er-map-area .er-map-box iframe {
      height: 300px; } }

.er-contact-us-box {

  background: #fff;
  border-radius: 10px;
  padding: 54px 60px 60px;
   }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-contact-us-box {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .er-contact-us-box {
      margin-left: 0px;
      margin-right: 0px;
      padding: 20px;
      margin-top: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-contact-us-box {
      margin-left: 20px;
      margin-right: 20px;
      padding: 30px;
       } }
  .er-contact-us-box form {
    position: relative; }
    .er-contact-us-box form button { 
      position: absolute;
      right: 0 !important;
      border-radius: 10px;
      background: #00C63B;
      border: 0;
      line-height: 50px;
      padding: 0 42px; }
      .er-contact-us-box form button:hover {
        background: #4d4d4d;
        color: #fff;
         }
  .er-contact-us-box .er-contact-title .er-title {
    font-size: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px; }
  .er-contact-us-box .er-input-box {
    margin-top: 20px;
    position: relative; }
    .er-contact-us-box .er-input-box i {
      position: absolute;
      right: 30px;
      top: 20px;
      font-size: 16px;
      color: #ababab; }
    .er-contact-us-box .er-input-box input {
      width: 100%;
      border: 1px solid #dadada;
      height: 60px;
      padding-left: 30px;
      font-size: 16px;
      color: #4d4d4d;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .er-contact-us-box .er-input-box input::placeholder {
        color: #dadada;
        opacity: 1; }
      .er-contact-us-box .er-input-box input:focus, .er-contact-us-box .er-input-box input:hover {
        border: 1px solid #00C63B;
        box-shadow: none; }
    .er-contact-us-box .er-input-box textarea {
      width: 100%;
      border: 1px solid #dadada;
      height: 250px;
      padding-left: 30px;
      padding-top: 20px;
      font-size: 16px;
      color: #4d4d4d;
      border-radius: 10px;
      resize: none;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .er-contact-us-box .er-input-box textarea::placeholder {
        color: #dadada;
        opacity: 1; }
      .er-contact-us-box .er-input-box textarea:focus, .er-contact-us-box .er-input-box textarea:hover {
        border: 1px solid #00C63B;
        box-shadow: none; }
    .er-contact-us-box .er-input-box .nice-select {
      width: 100%;
      height: 60px;
      padding: 0 30px;
      line-height: 60px;
      color: #dadada;
      border: 1px solid transparent;
      border-radius: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .er-contact-us-box .er-input-box .nice-select::after {
        display: none; }
      .er-contact-us-box .er-input-box .nice-select:focus, .er-contact-us-box .er-input-box .nice-select:hover {
        border: 1px solid #00C63B;
        box-shadow: none; }
      .er-contact-us-box .er-input-box .nice-select .list {
        border-radius: 0;
        width: 100%; }

.er-contact-info-box {
  padding: 40px;
  border-radius: 10px;
  background: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-contact-info-box {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .er-contact-info-box {
      margin-bottom: 30px; } }
  .er-contact-info-box .er-title {
    font-size: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 32px; }
  .er-contact-info-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-contact-info-box ul li {
      color: #000;
      margin-bottom: 14px; }
      .er-contact-info-box ul li span {
        color: #777777;
        padding-left: 5px; }
  .er-contact-info-box > a {
    border-radius: 0;
    background: #f8f8f8;
    color: #777777;
    border: 0;
    line-height: 60px;
    padding: 0 45px;
    margin-top: 20px; }
    .er-contact-info-box > a.active, .er-contact-info-box > a:hover {
      background: #e44c57;
      color: #fff; }

/*===========================
    18.BINDUZ AUTHOR USER css 
===========================*/
.er-author-box {
  margin-top: 60px;
  border-radius: 10px;
  background: #00C63B;
  color: #fff;
  font-size: 40px;
  padding: 30px 40px 60px;
  font-weight: 700;
  line-height: 110%;
  -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
  
  text-align: center !important; }
  .er-author-box:hover{
  border-radius: 10px;
  background: #4d4d4d;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
}
.er-author-box span{
  color: #00C63B;
  line-height: 50px;
  padding: 0 32px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.04); 
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-author-box {
      display: block;
      padding: 40px 40px 80px; } }
  @media (max-width: 767px) {
    .er-author-box {
      display: block;
      padding: 40px 20px 80px; } }
  @media (max-width: 767px) {
    .er-author-box {
      display: block;
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-author-box {
  font-size: 30px; }
    .er-author-box {
      display: block;
      padding: 40px 40px 80px; } }
  .er-author-box .er-thumb {
    min-width: 240px;
    margin-right: 49px;
    position: relative;
    height: 240px; }
    .er-author-box .er-thumb img {
      width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-author-box .er-thumb {
        min-width: 100%;
        height: auto;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .er-author-box .er-thumb {
        min-width: 100%;
        height: auto;
        margin-bottom: 30px; } }
    .er-author-box .er-thumb span {
      position: absolute;
      left: 50%;
      bottom: -25px;
      transform: translateX(-50%);
      display: inline-block;
      line-height: 50px;
      padding: 0 32px;
      background: #fff;
      box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.04); }
  .er-author-box .er-content {
    display: block;
    text-align: center;
    padding-right: 30px;
    padding-top: 14px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .er-author-box .er-content {
        padding-top: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-author-box .er-content {
        padding-top: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-author-box .er-content {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .er-author-box .er-content {
        padding-right: 0; } }
    .er-author-box .er-content p {
      font-size: 24px;
      line-height: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-author-box .er-content p {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-author-box .er-content p {
          font-size: 20px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        .er-author-box .er-content p {
          font-size: 20px;
          line-height: 30px; } }
    .er-author-box .er-content .er-meta-author span {
      font-weight: 700;
      color: #000; }
      .er-author-box .er-content .er-meta-author span span {
        font-weight: 400;
        color: #E74D58; }
  .er-author-box .er-author-contact {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-author-box .er-author-contact {
        right: auto;
        left: 40px; } }
    @media (max-width: 767px) {
      .er-author-box .er-author-contact {
        right: auto;
        left: 40px;
        display: none !important; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-author-box .er-author-contact {
        right: auto;
        left: 40px;
        display: flex !important; } }
    .er-author-box .er-author-contact ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .er-author-box .er-author-contact ul li {
        display: inline-block; }
        .er-author-box .er-author-contact ul li a {
          display: inline-block;
          height: 60px;
          width: 60px;
          background: #EFEFEF;
          color: #777777;
          text-align: center;
          line-height: 60px;
          margin-right: 4px;
          font-size: 18px; }
        .er-author-box .er-author-contact ul li:nth-child(2):hover a {
          background: #55ACEE; }
        .er-author-box .er-author-contact ul li:nth-child(3):hover a {
          background: #0056FF; }
        .er-author-box .er-author-contact ul li:nth-child(4):hover a {
          background: #CD201F; }
        .er-author-box .er-author-contact ul li:hover a {
          background: #3B5999;
          color: #fff; }
    .er-author-box .er-author-contact .er-contact-link a {
      display: inline-block;
      line-height: 60px;
      background: #E74D58;
      color: #fff;
      padding: 0 40px;
      margin-left: 4px; }

.er-author-sidebar-search-bar .er-input-box {
  position: relative; }
  .er-author-sidebar-search-bar .er-input-box button {
    position: absolute;
    right: 0;
    top: 0;
    background: #E74D58;
    height: 62px;
    width: 60px;
    border: 0;
    color: #fff;
    font-size: 18px; }
  .er-author-sidebar-search-bar .er-input-box input {
    width: 100%;
    border: 0;
    background: #fff;
    line-height: 60px;
    padding-left: 30px;
    color: #000;
    box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.04); }
    .er-author-sidebar-search-bar .er-input-box input::placeholder {
      opacity: 1;
      color: #D2D2D2;
      font-style: italic; }

.er-populer-news-social .er-recently-viewed-item .er-latest-news-item {
  background-color: transparent; }
  .er-populer-news-social .er-recently-viewed-item .er-latest-news-item .er-thumb .er-play {
    position: absolute;
    left: 1px;
    bottom: 1px;
    top: auto; }
    .er-populer-news-social .er-recently-viewed-item .er-latest-news-item .er-thumb .er-play a {
      border-radius: 0;
      background: #F8F8F8;
      color: #E74D58; }
  .er-populer-news-social .er-recently-viewed-item .er-latest-news-item .er-content .er-meta-categories a {
    background: #4d4d4d;
    color: #fff; }
  .er-populer-news-social .er-recently-viewed-item .er-latest-news-item .er-content .er-title a:hover {
    color: #fff; }
  .er-populer-news-social .er-recently-viewed-item .er-latest-news-item .er-content .er-meta-author span {
    color: #C7C7C7; }
    .er-populer-news-social .er-recently-viewed-item .er-latest-news-item .er-content .er-meta-author span span {
      color: #777777; }

.er-author-item {
  background: #fff;
  border-radius: 10px;
  margin-right: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .er-author-item {
      margin-right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-author-item {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .er-author-item {
      margin-right: 0; } }
  .er-author-item .er-thumb img {
    width: 100%; }
  .er-author-item .er-content {
    padding: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-author-item .er-content {
        padding: 30px; } }
    @media (max-width: 767px) {
      .er-author-item .er-content {
        padding: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .er-author-item .er-content {
        padding: 30px; } }
    .er-author-item .er-content .er-meta-item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      @media (max-width: 767px) {
        .er-author-box {
  font-size: 30px; }
        .er-author-item .er-content .er-meta-item {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-author-item .er-content .er-meta-item {
          display: flex; } }
      .er-author-item .er-content .er-meta-item .er-meta-categories {
        margin-right: 30px; }
        .er-author-item .er-content .er-meta-item .er-meta-categories a {
          background: #4d4d4d;
          color: #fff;
          display: inline-block;
          line-height: 30px;
          padding: 0 14px;
          font-size: 14px;
          border-radius: 10px;
          font-weight: 700; }
           .er-author-item .er-content .er-meta-item .er-meta-categories a:hover {
          background: #00C63B;
          color: #fff;
          }

      @media (max-width: 767px) {
        .er-author-item .er-content .er-meta-item .er-meta-date {
          margin-top: 10px;
          margin-left: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-author-item .er-content .er-meta-item .er-meta-date {
          margin-top: 0px;
          margin-left: 10px; } }
      .er-author-item .er-content .er-meta-item .er-meta-date span {
        font-size: 16px;
        color: #777777; }
        .er-author-item .er-content .er-meta-item .er-meta-date span i {
          padding-right: 5px; }
    .er-author-item .er-content .er-title {
      font-size: 36px;
      line-height: 58px;
      letter-spacing: -1px;
      margin-top: 20px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .er-author-item .er-content .er-title {
          font-size: 40px;
          line-height: 50px; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-author-item .er-content .er-title {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-author-item .er-content .er-title {
          font-size: 30px;
          line-height: 40px; } }
      @media (max-width: 767px) {
        .er-author-item .er-content .er-title {
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-author-item .er-content .er-title {
          font-size: 32px;
          line-height: 42px; } }
      .er-author-item .er-content .er-title a {
        color: #00C63B; }
        .er-author-item .er-content .er-title a:hover {
          color: #4d4d4d; }
    .er-author-item .er-content .er-meta-author {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      padding-top: 10px; }
      @media (max-width: 767px) {
        .er-author-item .er-content .er-meta-author {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-author-item .er-content .er-meta-author {
          display: flex; } }
      .er-author-item .er-content .er-meta-author .er-author img {
        margin-right: 15px; }
      .er-author-item .er-content .er-meta-author .er-author span {
        color: #777777; }
        .er-author-item .er-content .er-meta-author .er-author span span {
          color: #000;
          font-weight: 700; }
      @media (max-width: 767px) {
        .er-author-item .er-content .er-meta-author .er-meta-list {
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-author-item .er-content .er-meta-author .er-meta-list {
          margin-top: 0px; } }
      .er-author-item .er-content .er-meta-author .er-meta-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .er-author-item .er-content .er-meta-author .er-meta-list ul li {
          display: inline-block;
          margin-left: 15px;
          padding-left: 15px;
          line-height: 14px;
          border-left: 1px solid #DDDDDD; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .er-author-item .er-content .er-meta-author .er-meta-list ul li {
              margin-left: 10px;
              padding-left: 10px; } }
          @media (max-width: 767px) {
            .er-author-item .er-content .er-meta-author .er-meta-list ul li {
              border-left: 0;
              margin-left: 0; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .er-author-item .er-content .er-meta-author .er-meta-list ul li {
              border-left: 1px solid #DDDDDD;
              margin-left: 15px; } }

.er-archived-sidebar-about {
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 50px 0 0; }
  .er-archived-sidebar-about .er-user {
    height: 140px;
    width: 140px;
    display: inline-block;
    position: relative; }
    .er-archived-sidebar-about .er-user .er-icon {
      position: absolute;
      right: 0;
      top: 0;
      box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
      background: #fff;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      line-height: 50px;
      color: #00C63B; }
  .er-archived-sidebar-about span {
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 22px;
    padding-bottom: 3px;
    display: block; }
  .er-archived-sidebar-about .er-title {
    font-size: 20px; }
  .er-archived-sidebar-about ul {
    margin: 43px 0 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    .er-archived-sidebar-about ul li {
      display: inline-block; }
      .er-archived-sidebar-about ul li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        background: #EFEFEF;
        color: #777777;
        text-align: center;
        line-height: 40px;
        margin: 0 4px; }
      .er-archived-sidebar-about ul li:nth-child(2):hover a {
        background: #55ACEE; }
      .er-archived-sidebar-about ul li:nth-child(3):hover a {
        background: #0056FF; }
      .er-archived-sidebar-about ul li:nth-child(4):hover a {
        background: #CD201F; }
      .er-archived-sidebar-about ul li:hover a {
        background: #3B5999;
        color: #fff; }

/*===========================
    19.BINDUZ BLOG DETAILS css 
===========================*/
.er-blog-details-box {
  padding: 0px 50px 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-blog-details-box {
      padding: 0 30px 30px; } }
  @media (max-width: 767px) {
    .er-blog-details-box {
      padding: 0 20px 30px; } }
  .er-blog-details-box .er-text {
    font-size: 18px;
    line-height: 32px; }
    .er-blog-details-box .er-text .er-title {
      font-size: 20px;
      border-bottom: 1px solid #dadada;
      padding-bottom: 20px;
      margin-bottom: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-blog-details-box .er-text.er-blog-details-thumb-text {
        padding: 15px 0 0; } }
    @media (max-width: 767px) {
      .er-blog-details-box .er-text.er-blog-details-thumb-text {
        padding: 15px 0 0; } }
    .er-blog-details-box .er-text p {
      margin: 0 0 25px; }
    .er-blog-details-box .er-text ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .er-blog-details-box .er-text ul li {
        font-size: 18px;
        margin-bottom: 8px;
        position: relative;
        padding-left: 26px; }
        .er-blog-details-box .er-text ul li::before {
          position: absolute;
          content: '';
          left: 0;
          top: 13px;
          height: 6px;
          width: 6px;
          border-radius: 50%;
          background: #4d4d4d; }
  .er-blog-details-box .er-quote-text {
    box-shadow: 0px 16px 32px 10px rgba(0, 0, 0, 0.04);
    padding: 41px 50px 45px;
    margin-top: 55px;
    position: relative;
    overflow: hidden; }
    .er-blog-details-box .er-quote-text::before {
      position: absolute;
      content: '';
      right: -35px;
      bottom: -25px;
      height: 134px;
      width: 155px;
      background-image: url(../images/icon/quote-bg.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .er-blog-details-box .er-quote-text {
        padding: 30px; } }
    @media (max-width: 767px) {
      .er-blog-details-box .er-quote-text {
        padding: 20px; } }
    .er-blog-details-box .er-quote-text p {
      font-weight: 700;
      color: #000;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 9px; }
      @media (max-width: 767px) {
        .er-blog-details-box .er-quote-text p {
          font-size: 17px;
          line-height: 27px; } }
    .er-blog-details-box .er-quote-text span {
      color: #BFBFBF;
      font-style: italic; }
      .er-blog-details-box .er-quote-text span span {
        font-style: normal;
        color: #00C63B;
        padding-left: 4px; }

.er-blog-details-thumb-play {
  position: relative; }
  .er-blog-details-thumb-play .er-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .er-blog-details-thumb-play .er-play a {
      height: 120px;
      width: 120px;
      display: inline-block;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 120px;
      color: #E74D58;
      font-size: 20px; }
      @media (max-width: 767px) {
        .er-blog-details-thumb-play .er-play a {
          height: 80px;
          width: 80px;
          line-height: 80px;
          font-size: 16px; } }
  .er-blog-details-thumb-play img {
    width: 100%; }

.er-social-share-tag {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 53px; }
  .er-social-share-tag .er-tag ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-social-share-tag .er-tag ul li {
      display: inline-block; }
      .er-social-share-tag .er-tag ul li a {
        background: #F4F4F4;
        color: #777777;
        display: inline-block;
        line-height: 30px;
        padding: 0 20px;
        font-size: 16px;
        margin-bottom: 10px;
        border-radius: 10px;
        font-weight: 400; }
        .er-social-share-tag .er-tag ul li a:hover {
          background: #00C63B;
          color: #fff;border-radius: 10px; }
  .er-social-share-tag .er-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .er-social-share-tag .er-social ul li {
      display: inline-block; }
      .er-social-share-tag .er-social ul li a {
        display: inline-block;
        color: #00C63B;
        font-size: 18px;
        margin-left: 24px; }
        @media (max-width: 767px) {
          .er-social-share-tag .er-social ul li a {
            margin-left: 0;
            margin-right: 20px;
            margin-top: 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .er-social-share-tag .er-social ul li a {
            margin-left: 20px;
            margin-right: 0px;
            margin-top: 0; } }
        .er-social-share-tag .er-social ul li a:hover {
          color: #4d4d4d; }

.er-blog-post-prev-next {
  padding-top: 20px;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #F7F7F7; }
  .er-blog-post-prev-next .er-post-bars {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .er-blog-post-prev-next .er-post-bars {
        display: none; } }
  .er-blog-post-prev-next .er-post-prev-next {
    width: 40%; }
    .er-blog-post-prev-next .er-post-prev-next span {
      font-size: 14px; }
    .er-blog-post-prev-next .er-post-prev-next .er-title {
      font-size: 16px;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }

.er-blog-related-post {
  padding-top: 50px; }
  .er-blog-related-post .er-related-post-title .er-title {
    font-size: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 19px;
    margin-bottom: 30px; }

.er-blog-related-post-slide {
  margin-right: -80px; }
  @media (max-width: 767px) {
    .er-blog-related-post-slide {
      margin-right: 0; } }
  .er-blog-related-post-slide .er-video-post {
    margin-right: 30px; }
    @media (max-width: 767px) {
      .er-blog-related-post-slide .er-video-post {
        margin-right: 0; } }
    .er-blog-related-post-slide .er-video-post .er-latest-news-item .er-content {
      padding: 0; }
      .er-blog-related-post-slide .er-video-post .er-latest-news-item .er-content .er-meta-item .er-meta-categories {
        margin-right: 20px; }
      .er-blog-related-post-slide .er-video-post .er-latest-news-item .er-content .er-meta-item .er-meta-date {
        margin-left: 0; }
      .er-blog-related-post-slide .er-video-post .er-latest-news-item .er-content .er-title {
        font-size: 20px;
        letter-spacing: 0; }

.er-blog-post-form {
  padding-top: 18px; }
  .er-blog-post-form .er-blog-post-title .er-title {
    font-size: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .er-blog-post-form .er-input-box {
    margin-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
    .er-blog-post-form .er-input-box i {
      position: absolute;
      right: 30px;
      top: 30px;
      font-size: 14px;
      color: #ababab; }
    .er-blog-post-form .er-input-box input {
      width: 100%;
      border: 1px solid #dadada;
      height: 70px;
      padding-left: 30px;
      font-size: 16px;
      color: #4d4d4d;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .er-blog-post-form .er-input-box input::placeholder {
        color: #dadada;
        opacity: 1; }
      .er-blog-post-form .er-input-box input:focus, .er-blog-post-form .er-input-box input:hover {
        border: #00C63B 1px solid;
        box-shadow: none; }
    .er-blog-post-form .er-input-box textarea {
      width: 100%;
      border: 1px solid #dadada;
      height: 250px;
      padding-left: 30px;
      padding-top: 20px;
      font-size: 16px;
      color: #4d4d4d;
      resize: none;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .er-blog-post-form .er-input-box textarea::placeholder {
        color: #dadada;
        opacity: 1; }
      .er-blog-post-form .er-input-box textarea:focus, .er-blog-post-form .er-input-box textarea:hover {
        border: #00C63B 1px solid;
        box-shadow: none; }
    .er-blog-post-form .er-input-box .nice-select {
      width: 100%;
      height: 70px;
      padding: 0 30px;
      line-height: 70px;
      color: #dadada;
      border: 2px solid #d8d8d8;
      border-radius: 0;
      box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.04);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .er-blog-post-form .er-input-box .nice-select {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .er-blog-post-form .er-input-box .nice-select {
          margin-bottom: 20px; } }
      .er-blog-post-form .er-input-box .nice-select::after {
        display: none; }
      .er-blog-post-form .er-input-box .nice-select:focus, .er-blog-post-form .er-input-box .nice-select:hover {
        box-shadow: none; }
      .er-blog-post-form .er-input-box .nice-select .list {
        border-radius: 0;
        width: 100%; }
    .er-blog-post-form .er-input-box button {
      border-radius: 0;
      padding: 0 35px;
      line-height: 60px;
      background: #E74D58;
      color: #fff;
      border: 1px solid #E74D58; }
      .er-blog-post-form .er-input-box button:hover {
        background-color: transparent;
        color: #E74D58; }

.er-blog-bg-area {
  height: 500px;
  background-image: url(../images/blog-details-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.er-author-item-area.er-author-item-layout-1 .er-author-item {
  margin-top: -90px; }

.er-blog-project-item {
  position: relative; }
  @media (max-width: 767px) {
    .er-blog-project-item {
      margin-bottom: 30px; } }
  .er-blog-project-item img {
    width: 100%; }
  .er-blog-project-item .er-blog-project-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0.6) 75%);
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    .er-blog-project-item .er-blog-project-overlay a {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: capitalize;
      margin-bottom: 26px; }

.er-blog-post-newsletter {
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .er-blog-post-newsletter {
      display: none; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-blog-post-newsletter {
      display: block; } }
  .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box {
    padding: 60px 110px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box {
        padding: 30px; } }
    @media (max-width: 767px) {
      .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box {
        padding: 20px; } }
    .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box::before {
      display: none; }
    .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box p {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      padding-top: 35px;
      margin-bottom: 0; }
    .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box .er-title {
      padding-top: 6px;
      font-size: 30px;
      font-weight: 700;
      padding-bottom: 25px; }
    .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box button {
      background: #EA5F69;
      border-left: 10px solid #E74D58;
      color: #fff;
      font-weight: 700;
      font-size: 16px; }
      @media (max-width: 767px) {
        .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box button {
          position: static;
          border-left: 0;
          transform: translateY(0%);
          margin-top: 20px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box button {
          position: absolute;
          border-left: 10px solid;
          transform: translateY(-50%);
          margin-top: 00px; } }
    .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box input {
      font-style: italic;
      color: #777777; }
      .er-blog-post-newsletter .er-populer-news-sidebar-newsletter .er-newsletter-box .er-input-box input::placeholder {
        opacity: 1;
        color: #777777; }

.er-blog-social-share {
  padding-left: 50px;
  margin-right: -50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-blog-social-share {
      display: flex;
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .er-blog-social-share {
      display: block;
      padding-left: 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-blog-social-share {
      display: flex;
      padding-left: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .er-blog-social-share .er-item {
      width: 20%; } }
  @media (max-width: 767px) {
    .er-blog-social-share .er-item {
      width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .er-blog-social-share .er-item {
      width: 25%; } }
  .er-blog-social-share .er-item a {
    display: block; }
    .er-blog-social-share .er-item a i {
      background: #3B5999;
      color: #fff;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      float: left;
      margin-right: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-blog-social-share .er-item a i {
          float: none; } }
    .er-blog-social-share .er-item a span {
      font-size: 16px;
      font-weight: 700;
      color: #000;
      margin-top: -10px;
      display: inline-block;
      line-height: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .er-blog-social-share .er-item a span {
          display: block;
          margin-top: 10px; } }
    .er-blog-social-share .er-item a p {
      color: #777777;
      margin-bottom: 0; }
  .er-blog-social-share .er-item:nth-child(2) a i {
    background: #55ACEE; }
  .er-blog-social-share .er-item:nth-child(3) a i {
    background: #CD201F; }

    @media (max-width: 480px) {
      .btn-left {
          margin-left: -15px !important;
          }
        }
  ul.sm-full {
    overflow-y: scroll !important;
    max-height: 400px !important;
    min-width: 300px !important;
  }

  ul.sm-full li:hover {
    background-color: #f7f7f7 !important;
  }
  ::-webkit-scrollbar {
    width: 10px !important;
    margin: 10px !important;
  }
  ::-webkit-scrollbar-track-piece {
      background-color: transparent !important;
  }
  ::-webkit-scrollbar-thumb:vertical,
  ::-webkit-scrollbar-thumb:horizontal {
    margin: 4px !important;
    background: #00c63b !important;
    border-radius: 30px;
  }
  ::-webkit-scrollbar-thumb:vertical:hover,
  ::-webkit-scrollbar-thumb:horizontal:hover {
      background-color: #56ef7e !important;
  }


        .scrollup_menu {
    background: #fff center no-repeat;
    border-bottom: 2px #00A458 solid;
    width:100%;
    height:70px;
    position:fixed;
    top:0px;
    display:none;
  z-index:999;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-name: slidein;
  -webkit-animation-name: slidein;
}
@-moz-keyframes slidein  {
  from {
  margin-top:-100%;
  }
  
  to {
  margin-top:-0%;
  }
}
@-webkit-keyframes slidein {
  from {
  margin-top:-100%;
  }
  
  to {
  margin-top:-0%;
  }
}

.ads_as {
  min-width: 90% !important;
  max-width: 90% !important;
}
.ads_as img {
  min-width: 90% !important;
  max-width: 90% !important;
}
.div-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.div-container iframe,
.div-container object,
.div-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.cat-lat{
  margin-left: -10px;
  overflow-y: scroll !important;
    max-height: 600px !important;
    min-width: 250px !important;
    max-width: 250px !important;
}
ul.cat-lat li{
  margin-left: -30px;
  list-style: none !important;
}
ul.cat-lat li a{
  color: #4d4d4d;
  display: block;
  padding: 5px 10px;
  border-radius: 10px;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition: 500ms;
}
ul.cat-lat li a:hover{
  color: #00C63B;
  background: #f7f7f7;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition: 500ms;
}
#accordian {
  margin:0;
}
#accordian h3 {
  font-size: 22px;
  margin-left: -35px;
  color:#00C63B;
  cursor: pointer;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition: 500ms;
  
}
#accordian h3:hover {
  color:#4d4d4d;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition: 500ms;
}
#accordian h3 span {
  font-size: 16px;
  margin-right: 10px;
  
}
#accordian li {
  list-style-type: none;

}
#accordian ul ul {
  margin-left: -35px;
  padding: 20px ;
  background-color: #f7f7f7;
  border-radius: 10px;
}
#accordian ul ul li a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 27px;
  display: block;
  padding: 0;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition: 500ms;
}
#accordian ul ul li a:hover {
  color: #00C63B;
  padding-left: 5px;
  transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition: 500ms;
}
#accordian ul ul {
  display: none;
  margin-bottom: 20px;
}
#accordian li.active ul {
  display: block;
  
}
#accordian li.ocultalinha {
  border: none;
}

.pub {
  text-align:center;display: block;background:#f7f7f7;padding: 5px 0; border-radius:10px 10px 0 0 ;
}
/*#bannerflutuante {margin: 0 auto;padding: 0;width: 100%;height: 100%;position: fixed;visibility: normal;z-index: 999999;margin-top:0px !important;}*/

.sicb_btn {display: inline-block;padding: 10px 10px;border-radius: 4px;background: #00C63B;color: #fff;margin-left: 10px;font-weight: 600;transition: all 300ms linear;}.sicb_btn:hover {display: inline-block;padding: 10px 20px;border-radius: 4px;background: #4d4d4d;color: #fff;margin-left: 10px;font-weight: 600;transition: all 300ms linear;}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-align: center;
    position: relative;
    max-width: 90%;
    width: 500px;
}
.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    border: none;
    background: transparent;
}
.popup-close-btn:hover {
    color: #000;
}
.popup-content img {
    max-width: 100%;
    height: auto;
}
