/*pagination style*/

.pagination_name {
  clear:both;
  padding:0px 0px;
  position:relative;
  font-size:14px;
  line-height:14px;
      bottom: 10px;
          margin-top: 50px;
}

.pagination_name span, .pagination_name a {
  display:block;
  float:left;
  margin: 2px 5px 2px 0;
  padding: 11px 24px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background: #b81d23;
}

.pagination_name a:hover{
  color:#fff;
  background: #152f90 ;
}

.pagination_name .current_name{

  background: #152f90 ;
  color:#fff;
}

.name-blog-navigation {
 border-top: 1px solid #ddd;
 padding-top: 4px;
 margin-top: 12px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{border-radius:0;}
.result_pagination .pagination li + li{
 margin: 0 10px;
 display: inline-block;
}




.menu-item .navLink {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #fff;
}
.homeicon  i{
    font-size: 14px;
}
.nm-sub-header {
    background: var(--secondaryColor);
    color: #000;
    padding: 5px 15px 5px 15px;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto 6px auto;
    position: relative;
}

/*.contentWriter img {
    max-height: 30px;
    max-width: 90px;
    object-fit: contain;
    display: inline-block;
}*/


.homeicon {
background-image: url('../img/home-solid.svg');
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;
}
li.homeicon a {
    color: transparent !important;
}

.newsSingleCols.bivid-list img {
    
    height: 130px;
    object-fit: cover;
}

figure.ad-img img {
    margin-bottom: 20px;
}

.foot-title a {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}

ul.footer-social-icons li a i {
   
    padding-top: 5px;
}

.single-page-adv img {
    width: 100%;
    margin-bottom: 15px;
}

.single-post-advertisement {
    margin-bottom: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-top: 20px;
    padding-top: 10px;
}

.single-post-advertisement, .single-post-advertisement h4 {
    color: #a8a8a8;
}

.single-post-advertisement h4 {
    margin-bottom: 10px;
}


i.fa-search.top-search {
    
    position: absolute;
    top: 0;
    right: -32px;
}

.nmUpperHeaderContent.nmContact {
    display: inline-block !important;
        position: relative;
}


ul.counterInterviews .titleSection {
    max-width: 220px;
    width: 70%;
}

#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  /* padding: 10px 0px; */
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}
/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}
#sync1 svg {
  width: 22px !important;
}
div#sync1 img {
    height: 500px;
}
div#sync2 img {
    height: 120px;
}
#sync1.owl-theme {
    position: relative;
    border: 3px #a7a7a7 solid;
}
.video-selected {
  width: 100%;
  margin: 0 auto;
  }
        
.video-iframe {
  position: relative;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 10px;
}
        
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
        
.video-thumbnails {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 658px;
    overflow: auto;
}

.video-thumb {
  height: auto;
}

.video-thumb img {
  background-color: #d8d9da;
  width: 100%;
  height: 100px;
}

.video-thumb iframe {
  display: none;
}

.video-thumb,
.video-selected {
  padding: 5px;
}

.video-thumb p {
  margin: 0;
  font-size: 12px;
}

.video-thumb p.name {
  margin-top: 5px;
  font-weight: bold;
}

.active {
  box-shadow: 0 0 2px #898989;
}
.video-thumb {
    height: auto;
    cursor: pointer;
}