body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

/********POP UP*******/

#popup_content_wrap {
    width: 100%;
    height: 100%;   
    top: 0;
    left: 0;   
    position: fixed; 
    background: rgb(255 255 255 / 90%);
    z-index: 9999999;
  overflow-y: scroll;
}
#popup_content {
    width: 45%;
    height: auto;
    padding: 20px;
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: rgb(236 235 235);
    border-radius: 10px;
}

.popup-img{
  width: 100%;
  /* height: 700px; */
  margin-bottom: 20px;
}

#popup_content ul{
  padding: 0px;
  margin: 0px;
}

#popup_content ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}

#popup_content ul li img{
  width: 100px;
  height: auto;
}

#popup_content ul li a{
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

#popup_content{
  color: #fff;
}

#popup_content a{
  text-align: right;
  float: right;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

/*******************HEADER******************/

.top-ads img{
  width: 100%;
}

.top-header{
  padding: 5px 0;
}

.header-left ul{
  padding: 0px;
  margin: 0px;
  margin-top: 40px;
}

.header-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

.header-left ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #525252;
  text-decoration: none;
  position: relative;
  top: -5px;
}

.header-right ul{
  text-align:center;
 padding-left: 0px;
	    margin-top: -16px;
	margin-bottom: 0px;

	
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.header-right ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ba000c;
  text-decoration: underline;
}

.header-right ul li a i{
  font-size: 14px;
  color: #525252;
}


a.logo{
  text-decoration: none;
  text-align: center;
}


.search-icons a {
    text-decoration: none;
    background-color: #3333A0;
    color: #fff;
    display: block;
    padding: 14px 20px;
    top: 0;
}

.search-icons a:hover{
  color: #fff;
}


.searchform input{
    border: 1px solid #ddd;
    width: 100%;
    height: 42px;
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 5px;
}

.searchform button.btn.btn-search {
    border: 1px solid #7a0008;
    background-color: #7a0008;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

.searchform .form-group{
  margin-bottom: 5px;
}

.sticky-date{
  display: none;
}

.fixed-top .sticky-date{
  display: block;
  position: absolute;
  left: 6%;
  background-color: #e7e8e9;
  padding: 0px 2px 0px;
  line-height: 14px;
  text-align: center;
  width: auto;
  max-width: 137px;
}

@media(min-width: 1920px)
{
  .fixed-top .sticky-date{
    left: 15%;
  }
}









.logo-section{
  padding: 10px 0;
}

.logo-left img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.logo-left a{
  text-decoration: none;
}

.logo-left a h5{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.logo-right img{
  width: 100%;
  margin-top: 20px;
}









/**********MOBILE MENU***********/

.clickmenus{
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: 15px;
    color: #ba000c;
    z-index: 99;
    display: inline-block;
    float: left;
    display: none;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #246db6;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
  text-decoration: none;
}

.sidenav a:hover {
  color: #fff;
  text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
    top: 5px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus img{
  width: 100%;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #198bb3;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #000;
    font-size: 13px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
  }

  .shadow-img{
    display: none;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: 38px;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

















.breaking-section{
    padding: 10px 0;
    background-color: #819edd;
}

p.trends{
    background-color: #fd4441;
    border-radius: 5px;
    padding: 8px;
    width: 85px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.trending-item{
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}

.trending-box a{
  text-decoration: none !important;
}

.trending-box img{
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
}

.trending-box h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  padding-top: 8px;
}

.trending-box h6:hover{
  color: #ba000c;
}

.breaking-section .owl-dots{
  display: none;
}

.breaking-section .owl-nav{
  display: none;
}








/****************AD SECTION***************/

.bigyapan-section{
  padding-top: 10px;
  padding-bottom: 20px;
}

.bigyapan-section img{
  width: 100%;
}

/********************BANNER*****************/





.image-container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.8;
}

.container:hover .middle {
  opacity: 1;
}

.banner-box {
    text-align: center;
    border-bottom: 1px solid #e3e2e2;
    margin-bottom: 15px;
}

.banner-box h1{
  font-size: 52px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-box h1 a{
  text-decoration: none;
  color: #000;
}

.banner-box h1 a:hover{
  color: #3333A0;
}

.banner-box h1 a i{
  color: #ba000c;
  padding-right: 5px;
}

.banner-box figure {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 620px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.banner-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.banner-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.banner-box img{
  width: 100%;
}

.banner-box h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #ba000c;
  margin-bottom: 15px;
}

.banner-box p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #666;
}

.banner-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.banner-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}

.banner-box ul li img{
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}



.banner .single-district img{
  width: 100%;
  height: 620px;
  border-radius: 10px;
}

.banner .filter_box{
  margin-bottom: 20px;
}

.banner .bg-shadow{
  background-color: none;
  top: 75%;
}

.banner .position-absolute h2{
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
}

.bg-shadow ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.bg-shadow ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}

.bg-shadow ul li img{
  width: 40px !important;
  height: 40px !important;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.bg-shadow a{
  text-decoration: none;
}



.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/****************UKREN SECTION***************/

.ukren-section{
  padding: 20px 0;
}

.cat-title {
    padding: 10px 0;
    color: #1e458a;
    margin-bottom: 5px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
}

.cat-title a {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.cat-title a:hover{
  color: #3333A0;
  text-decoration: none;
}

.cat-title a i{
  font-size: 10px;
  background-color: #3333A0;
  padding: 6px 8px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 300 !important;
  line-height: 13px;
  position: relative;
  top: -5px;
  margin-left: 5px;
}

.cat-title:after {
    content: "";
    position: absolute;
    right: 0;
    width: calc(90% - 140px);
    background: rgb(8 0 186 / 23%);
    height: 10px;
    display: block;
    bottom: 25px;
    top: 25px;
}

.cat-title1 {
    padding: 10px 0;
    color: #1e458a;
    margin-bottom: 5px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
}

.cat-title1 a {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.cat-title1 a:hover{
  color: #fff;
  text-decoration: none;
}

.cat-title1 a i{
  font-size: 10px;
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 50%;
  text-align: center;
  color: #3333A0;
  font-weight: 300 !important;
  line-height: 13px;
  position: relative;
  top: -5px;
  margin-left: 10px;
}

.cat-title1:after {
    content: "";
    position: absolute;
    right: 0;
    width: calc(90% - 140px);
    background: rgb(241 222 224 / 23%);
    height: 10px;
    display: block;
    bottom: 25px;
    top: 25px;
}








/*.ukren-box{
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px -2px #00000038;
}*/

.ukren-mainnews{
  margin-bottom: 20px;
}

.ukren-mainnews img{
  width: 100%;
  height: 410px;
  margin-bottom: 15px;
}

.ukren-mainnews h4{
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ukren-mainnews h4 a{
  color: #000;
  text-decoration: none;
}

.ukren-mainnews h4 a:hover{
  color: #ba000c;
}

.ukren-mainnews p{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}

.ukren-subnews img{
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.ukren-subnews h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ukren-subnews h5 a{
  color: #000;
  text-decoration: none;
}

.ukren-subnews h5 a:hover{
  color: #ba000c;
}

.ukren-right img{
  width: 100%;
  margin-bottom: 15px;
}

.body-ad-img img{
  width: 100%;
}



/******************SUBNEW SECTION****************/

.subnews-section{
  padding: 20px 0;
}

.sathaniya-list ul{
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: -52px;
    left: 240px;
}

.sathaniya-list ul li{
  list-style-type: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  margin-right: -5px;
}

.sathaniya-list ul li a{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ba000c;
  text-decoration: none;
}

.sathaniya-list ul li a:hover{
  text-decoration: underline;
}









.oath-left .b-0 {
    bottom: 0;
}
.oath-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.oath-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.oath-left .overflow {
    position: relative;
    overflow: hidden;
}
.oath-left .zoom img {
    transition: all 0.2s linear;
}
.oath-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.oath-left .filter_box {
  margin-bottom: 0px;
}

.oath-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.oath-left .single-district h3 {
  font-weight: 700;

}

.oath-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.oath-left .image-wrapper img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.oath-left .single-district a {
  color: #000;
  display: block;
}

.oath-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.oath-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.oath-left .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.oath-left .card{
  border: none;
  background-color: transparent;
}

.oath-left .card-body{
  padding: 0px;
}

.subnews-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
}

.subnews-section span.fa.fa-angle-left {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.subnews-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
}

.subnews-section span.fa.fa-angle-right {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.subnews-section .owl-dots{
  display: none;
}

/**************EDUCATION SECTION**************/

.education-section{
  padding: 20px 0;
}

.education-mid img{
  width: 100%;
  height: 450px;
  margin-bottom: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.education-mid h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.education-mid p{
  color: #777;
}

.education-mid h5 a{
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
}

.education-mid h5 a:hover{
  color: #ba000c;
}

.education-row{
  margin-bottom: 10px;
}

.edu-box{
  margin-bottom: 20px;
}

.edu-box img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.edu-box h5{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.edu-box h5 a{
  color: #000;
  text-decoration: none;
}

.edu-box h5 a:hover{
  color: #ba000c;
}

/*.play-right img{
  width: 100%;
  margin-bottom: 20px;
}*/

.play-right ul{
  padding: 0px;
  margin: 0px;
}

.play-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  height: 135px;
}

.play-right ul li:last-child{
  border-bottom: none;
}

.play-right ul li a{
  text-decoration: none;
}

.play-right ul li a img{
    width: 150px;
    height: 120px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    clear: both;
}

.play-right ul li a h5{
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    padding-top: 25px;
}

.play-right ul li a h5:hover{
  color: #ba000c;
}

.ad-right-img{
  width: 100%;
  margin-bottom: 20px;
}

/************SECURITY***********/

.security{
  padding: 20px 0;
}

.security img{
  width: 100%;
  height: 200px;
}

.security-box {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
}

.security h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.security h5 a{
  color: #000;
  text-decoration: none;
}

.security h5 a:hover{
  color: #ba000c;
}

.security h5 a i{
  color: #ba000c;
  padding-right: 5px;
}

.security h6{
    color: #777;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.security .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}
.security #tab-button1 {
    margin: 0;
    left: 0;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.security #tab-button1 li {
    width: 10%;
    display: inline-block;
}
.security #tab-button1 li a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ba000c;
    border: 1px solid #ba000c;
    border-right: 1px solid #ba000c;
    border-left: 1px solid #ba000c !important;
    border-radius: 10px;
}
.security #tab-button1 li:not(:first-child) a {
  border-left: none;
}

.security #tab-button1 .is-active a {
    border-bottom-color: #092048;
    background: #092048;
    color: #ffffff;
    border: 1px solid #092048;
    border-bottom: none;
    border-radius: 10px;
    font-size: 12px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.security .tab-contents1 {
  padding: 20px;
  border: 1px solid #ddd;
}



.security .tab-button-outer {
  display: none;
}
.security .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .security .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .security .tab-select-outer {
    display: none;
  }
  .security .tab-contents1 {
    position: relative;
    margin-top: 0;
  }
}

.desh-lefts{
  margin-bottom: 20px;
}

.desh-lefts img{
  width: 100%;
  height: 350px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.desh-lefts h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.desh-lefts h4 a{
  color: #000;
  text-decoration: none;
}

.desh-lefts h4 a:hover{
  color: #ba000c;
}

.desh-mids ul{
  padding: 0px;
  margin: 0px;
}

.desh-mids ul li{
  list-style-type: none;
  padding-bottom: 25px;
}

.desh-mids ul li a{
  text-decoration: none;
}

.desh-mids ul li a img{
  width: 100%;
  height: 150px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.desh-mids ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.desh-mids ul li a h5:hover{
  color: #ba000c;
}

.desh-rights ul{
  padding: 0px;
  margin: 0px;
}

.desh-rights ul li{
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 81px;
}

.desh-rights ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.desh-rights ul li a{
  text-decoration: none;
}

.desh-rights ul li a img{
  width: 100px;
  height: 70px;
  border-radius: 5px;
  float: left; 
  margin-right: 10px;
}

.desh-rights ul li a h5{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.desh-rights ul li a h5:hover{
  color: #ba000c;
}


/****************ENTERTAIN SECTION****************/

.entertain-section{
  padding: 20px 0;
}



.entertain-left .b-0 {
    bottom: 0;
}
.entertain-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.entertain-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.entertain-left .overflow {
    position: relative;
    overflow: hidden;
}
.entertain-left .zoom img {
    transition: all 0.2s linear;
}
.entertain-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entertain-left .filter_box {
  margin-bottom: 20px;
}

.entertain-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.entertain-left .single-district h3 {
  font-weight: 700;

}

.entertain-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.entertain-left .image-wrapper img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.entertain-left .single-district a {
  color: #000;
  display: block;
}

.entertain-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.entertain-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.entertain-left .position-absolute h2{
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-left .position-absolute i{
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-left .card{
  border: none;
  background-color: transparent;
}

.entertain-left .card-body{
  padding: 0px;
}








.entertain-right .b-0 {
    bottom: 0;
}
.entertain-right .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.entertain-right .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.entertain-right .overflow {
    position: relative;
    overflow: hidden;
}
.entertain-right .zoom img {
    transition: all 0.2s linear;
}
.entertain-right .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entertain-right .filter_box {
  margin-bottom: 20px;
}

.entertain-right .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.entertain-right .single-district h3 {
  font-weight: 700;

}

.entertain-right .single-district p {
  font-size: 15px;
  margin: 8px;
}

.entertain-right .image-wrapper img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.entertain-right .single-district a {
  color: #000;
  display: block;
}

.entertain-right .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.entertain-right .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.entertain-right .position-absolute h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-right .position-absolute i{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.entertain-right .card{
  border: none;
  background-color: transparent;
}

.entertain-right .card-body{
  padding: 0px;
}




/*****************POLTICS SECTION****************/

.samachar-section{
  padding: 20px 0;
}

.poltic-left .b-0 {
    bottom: 0;
}
.poltic-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.poltic-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.poltic-left .overflow {
    position: relative;
    overflow: hidden;
}
.poltic-left .zoom img {
    transition: all 0.2s linear;
}
.poltic-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.poltic-left .filter_box {
  margin-bottom: 20px;
}

.poltic-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.poltic-left .single-district h3 {
  font-weight: 700;

}

.poltic-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.poltic-left .image-wrapper img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.poltic-left .single-district a {
  color: #000;
  display: block;
}

.poltic-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.poltic-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.poltic-left .position-absolute h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.poltic-left .card{
  border: none;
  background-color: transparent;
}

.poltic-left .card-body{
  padding: 0px;
}

.poltic-right ul{
  padding: 0px;
  margin: 0px;
}

.poltic-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  height: 98px;
}

.poltic-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.poltic-right ul li a{
  text-decoration: none;
}

.poltic-right ul li a img{
  width: 100px;
  height: 80px;
  float: left;
  margin-right: 10px;
  object-fit: cover;
}

.poltic-right ul li a h5{
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  padding-top: 16px;
}

.poltic-right ul li a h5:hover{
  color: #ba000c;
}

.poltic-mid .b-0 {
    bottom: 0;
}
.poltic-mid .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.poltic-mid .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.poltic-mid .overflow {
    position: relative;
    overflow: hidden;
}
.poltic-mid .zoom img {
    transition: all 0.2s linear;
}
.poltic-mid .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.poltic-mid .filter_box {
  margin-bottom: 20px;
}

.poltic-mid .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.poltic-mid .single-district h3 {
  font-weight: 700;

}

.poltic-mid .single-district p {
  font-size: 15px;
  margin: 8px;
}

.poltic-mid .image-wrapper img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.poltic-mid .single-district a {
  color: #000;
  display: block;
}

.poltic-mid .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.poltic-mid .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.poltic-mid .position-absolute h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.poltic-mid .card{
  border: none;
  background-color: transparent;
}

.poltic-mid .card-body{
  padding: 0px;
}

/**************RAJNITI SECTION**************/

.rajniti-section{
  padding: 20px 0;
}

.poltic-mid-box img{
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}

.poltic-mid-box h4{
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.poltic-mid-box h4 a{
  color: #000;
  text-decoration: none;
}

.poltic-mid-box h4 a:hover{
  color: #ba000c;
}

.poltic-mid-box p{
  margin-bottom: 0px;
}

/***********ECONOMY SECTION***********/

.economy-section{
  padding: 30px 0;
  background-color: #204eaf;
}

.eco-mid{
  margin-bottom: 25px;
}

.eco-mid img{
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}

.eco-mid h4{
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.eco-mid h4 a{
  color: #fff;
  text-decoration: none;
}

.eco-mid p{
  color: #fff;
  margin-bottom: 0px;
}

.eco-mid1 ul{
  padding: 0px;
  margin: 0px;
}

.eco-mid1 ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4f86fb;
}

.eco-mid1 ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.eco-mid1 ul li a{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}



.invest-right ul{
  padding: 0px;
  margin: 0px;
  background-color: rgb(239 252 255);
}

.invest-right ul li{
  list-style-type: none;
  padding: 15px;
  border-bottom: 1px solid #CCC;
  height: 122px;
}

.invest-right ul li a{
  text-decoration: none;
}

.invest-right ul li .summery{
  float: left;
  margin-right: 10px;
  width: 200px;
  padding-top: 12px;
}

.invest-right ul li a h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding-top: 15px;
}

.invest-right ul li a h5:hover{
  color: #ba000c;
}

.invest-right ul li p{
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 0px;
}

.invest-right ul li a img{
    width: 125px;
    height: 90px;
    object-fit: cover;
    float: right;
}











/*****************OATH SECTION*****************/

.oath-section{
  padding: 20px 0;
}



.oath-left .b-0 {
    bottom: 0;
}
.oath-left .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.oath-left .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.oath-left .overflow {
    position: relative;
    overflow: hidden;
}
.oath-left .zoom img {
    transition: all 0.2s linear;
}
.oath-left .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





.oath-left .filter_box {
  margin-bottom: 0px;
}

.oath-left .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.oath-left .single-district h3 {
  font-weight: 700;

}

.oath-left .single-district p {
  font-size: 15px;
  margin: 8px;
}

.oath-left .image-wrapper img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.oath-left .single-district a {
  color: #000;
  display: block;
}

.oath-left .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.oath-left .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.oath-left .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.oath-left .card{
  border: none;
  background-color: transparent;
}

.oath-left .card-body{
  padding: 0px;
}






.oath-right .b-0 {
    bottom: 0;
}
.oath-right .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.oath-right .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.oath-right .overflow {
    position: relative;
    overflow: hidden;
}
.oath-right .zoom img {
    transition: all 0.2s linear;
}
.oath-right .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





.oath-right .filter_box {
  margin-bottom: 20px;
}

.oath-right .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.oath-right .single-district h3 {
  font-weight: 700;

}

.oath-right .single-district p {
  font-size: 15px;
  margin: 8px;
}

.oath-right .image-wrapper img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.oath-right .single-district a {
  color: #000;
  display: block;
}

.oath-right .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.oath-right .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.oath-right .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.oath-right .card{
  border: none;
  background-color: transparent;
}

.oath-right .card-body{
  padding: 0px;
}

.oath-right ul{
  padding: 0px;
  margin: 0px;
}

.oath-right ul li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  height: 114px;
}

.oath-right ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.oath-right ul li a{
  text-decoration: none;
}

.oath-right ul li a img{
  width: 160px;
  height: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.oath-right ul li a h5{
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 0px;
}

.oath-right ul li a h5:hover{
  color: #ba000c;
}

/********************VIDEO SECTION*****************/

.video-section{
  padding: 20px 0;
}

.video-section .b-0 {
    bottom: 0;
}

.video-section .bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(48, 48, 48, 0.78) 49%, rgba(19, 19, 19, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.video-section .bg-shadow a i.far.fa-play-circle{
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}

.video-section .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.video-section .overflow {
    position: relative;
    overflow: hidden;
}
.video-section .zoom img {
    transition: all 0.2s linear;
}
.video-section .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-section .filter_box {
  margin-bottom: 20px;
}

.video-section .single-district {
  background: #daeddc;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}
.video-section .single-district h3 {
  font-weight: 700;

}

.video-section .single-district p {
  font-size: 15px;
  margin: 8px;
}

.video-section .image-wrapper img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.video-section .single-district a {
  color: #000;
  display: block;
}

.video-section .single-district a:hover {
  color: #f9c836;
  text-decoration: none;
}

.video-section .single-district p{
  color: #fff;
  margin-bottom: 0px;
}

.video-section .position-absolute h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.video-section .card{
  border: none;
  background-color: transparent;
}

.video-section .card-body{
  padding: 0px;
}

.video-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}

.video-section span.fa.fa-angle-left {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
}

.video-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
}

.video-section span.fa.fa-angle-right {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
}

.video-section .owl-dots{
  display: none;
}

button:focus{
  outline: none;
}

.video-section h4 {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.video-section h4 a {
    color: #000;
    text-decoration: none;
}

/**********STORY SECTION**********/

.story-section{
  padding: 20px 0;
}

.story-section img{
  width: 100%;
  height: 250px;
}

.story-section a{
  text-decoration: none !important;
}

.story-section h5{
    background-color: #eee;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}

.story-section h5:hover{
  color: #ba000c;
}

.story-section ul{
  padding: 0px;
  margin: 0px;
}

.story-section ul li{
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.story-section ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.story-section ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.story-section ul li a:hover{
  color: #ba000c;
}




/*************FEATURE SECTION**************/

.feature-section{
  padding: 20px 0;
}

.feature-section h4 img{
    background-color: #e13b39;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -2px;
    position: relative;
}

.feature-section h4 a{
    float: right;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #ba000c;
    padding: 10px;
}

.feature-section h4 a:after {
    position: absolute;
    top: 0px;
    right: 102px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 48px;
    border-color: transparent transparent #ba000c transparent;
}

.feature-box img{
  width: 100%;
  height: 280px;
}

.feature-content{
  padding: 20px 15px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px -2px #00000038;
  min-height: 84px;
}

.feature-box h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.feature-box h5 a{
  color: #000;
  text-decoration: none;
}

.feature-box h5 a:hover{
  color: #ba000c;
}
.owl-nav{
  display: none;
}

.owl-dots {
    /*position: absolute;
    top: -40px;
    right: 12px;*/
    text-align: center;
}

.owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -mozkit-transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dot.active span, .owl-dot:hover span {
  background: #285f9b;
}

/*****************INTERVIEW SECTION*****************/

.interview-section{
  padding: 20px 0;
}

.interview-heading img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
}

.interview-heading h5{
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.interview-heading h5 a{
  color: #000;
  text-decoration: none;
}

.interview-heading h5 a:hover{
  color: #ba000c;
}

.interview-heading-list ul{
  padding: 0px;
  margin: 0px;
}

.interview-heading-list ul li{
  list-style-type: none;
  padding-bottom: 140px;
  height: 160px;
}

.interview-heading-list ul li:last-child{
  padding-bottom: 0px;
}

.interview-heading-list ul li a{
  text-decoration: none;
}

.interview-heading-list ul li a img{
  width: 160px;
  height: 120px;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  object-fit: cover;
}

.interview-heading-list ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.interview-heading-list ul li a h5:hover{
  color: #ba000c;
}



/****************PLAY SECTION**************/

.play-section{
  padding: 20px 0;
}

.play-main-news{
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
  object-fit: cover;
}

h5.play-main-heading{
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

h5.play-main-heading a{
  color: #000;
  text-decoration: none;
}

h5.play-main-heading a:hover{
  color: #ba000c;
}

ul.playnews-list{
  padding: 0px;
  margin: 0px;
}

ul.playnews-list li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 140px;
  border-bottom: 1px solid #ccc;
}

ul.playnews-list li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

ul.playnews-list li a{
  text-decoration: none;
}

ul.playnews-list li a img{
  width: 150px;
  height: 120px;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
  object-fit: cover;
}

ul.playnews-list li a h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding-top: 30px;
}

ul.playnews-list li a h5:hover{
  color: #ba000c;
}

.play-right h3{
  background-color: #0e5dae;
  padding: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}






.business .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}
.business #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.business #tab-button li {
  display: table-cell;
  width: 20%;
}
.business #tab-button li a {
    display: block;
    padding: 14px;
    background: #ba000c;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
}
.business #tab-button li:not(:first-child) a {
  border-left: none;
}

.business #tab-button .is-active a {
    border-bottom-color: #e4e4e4;
    background: #ffffff;
    color: #ba000c;
    border: 1px solid #e4e4e4;
    border-bottom: none;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.business .tab-contents {
  padding: 20px;
  border: 1px solid #ddd;
}



.business .tab-button-outer {
  display: none;
}
.business .tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .business .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .business .tab-select-outer {
    display: none;
  }
  .business .tab-contents {
    position: relative;
    margin-top: 0;
  }
}


.think-box ul{
  padding: 0px;
  margin: 0px;
}

.think-box ul li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  clear: both;
  overflow: hidden;
  display: block;
}

.think-box ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.think-box ul li a{
  text-decoration: none;
}

.think-box ul li a img{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.think-box ul li a h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding-top: 3px;
}

.think-box ul li a h5:hover{
  color: #ba000c;
}

.think-box ul li a h5 i{
  color: #ba000c;
  padding-right: 5px;
}

.think-box ul li p{
  font-size: 14px;
  line-height: 18px;
  color: #666;
  margin-bottom: 0px;
}

/***************BLOG SECTION****************/

.blog-section{
  padding: 20px 0;
}

.blog-section .blog-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog-section h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.blog-section h5 a {
    color: #000;
    text-decoration: none;
}

.blog-section h5 a:hover{
  color: #ba000c;
}

.blog-section p {
    text-align: center;
    margin-bottom: 0px;
    color: #666;
}



.nepal-section {
    padding: 30px 0;
}

.nepal-section img {
    width: 100%;
    height: 200px;
}

.nepal-section h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 25px 15px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px -2px #00000038;
}

.nepal-section h4 a {
    text-decoration: none;
    color: #000;
}

.nepal-section h4 a:hover{
    color: #ba000c;
}













/***************PRABESH SECTION****************/

.prabash-section{
  padding: 20px 0;
}

/************FOOTER************/

.footer-social{
	text-align:center;
}

.footer-social ul{
  padding: 0px;
  margin: 0px;
}

.footer-social ul li{
  list-style-type: none;
  display: inline-block;
	padding: 3px;
}

.footer-social ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  padding: 10px;
  text-align: center;
}

.footer-social ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-social ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-social ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-social ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-social ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.footer-social ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.footer-social ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.footer-social ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.mid-footer{
  padding: 40px 0px;
  background-color: #eaf0ed;
    border-top: solid 3px #bd2026;
}

.mid-footer h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.mid-footer p{
      font-size: 16px;
    line-height: 20px;
    color: black;
    margin-bottom: 5px;
    font-weight: 600;
}

.footer-mid-links ul{
  padding: 0px;
  margin: 0px;
}

.footer-mid-links ul li{
  list-style-type: none;
  width: 100%;
  padding-bottom: 10px;
}

.footer-mid-links ul li a{
  font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.footer-right-links ul{
  padding: 0px;
  margin: 0px;
}

.footer-right-links ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.footer-right-links ul li a{
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.footer-right-links ul li a i{
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    color: #ba000c;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.footer-apps img{
  width: 100%;
  margin-bottom: 15px;
}

.bottom-footer{
  padding: 20px 0;
  background-color: #7a0008;
  border-top: 5px solid #fff;
}

.bottom-footer p{
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: right;
  margin-bottom: 0px;
}

/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #0a2b64;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/******************SEARCH PAGE START HERE******************/

.search-body{
  padding: 20px 0;
}

.desktop-heading h2{
  display: none;
}

.search-body .pagination{
  margin-top: 20px;
}

.search-body .tabs {
  max-width: 100%;
  margin: 0 auto;
}
.search-body #tab-button3 {
    margin: 0;
    right: 0;
    text-align: right;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.search-body #tab-button3 ul{
  margin: 0px;
}

.search-body #tab-button3 li {
    width: 30%;
    display: inline-block;
}
.search-body #tab-button3 li a {
    display: block;
    padding: 5px;
    background: #e4e4e4;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    border-right: 1px solid #dad9d9;
    border-radius: 30px;
}
.search-body #tab-button3 li:not(:first-child) a {
  border-left: none;
}

.search-body #tab-button3 .is-active a {
    border-bottom-color: #e4e4e4;
    background: #ba000c;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 30px;
    font-size: 12px;
}

/*#tab-button li a:hover{
  background: #f9466d;
  color: #fff;
}*/


.search-body .tab-contents3 {
  padding-top: 20px;
}



.search-body .tab-button-outer {
  display: none;
}
.search-body .tab-contents3 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .search-body .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .search-body .tab-select-outer {
    display: none;
  }
  .search-body .tab-contents3 {
    position: relative;
    margin-top: 0;
  }
}

.search-body h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
    text-align: left;
}

.search-list{
    box-shadow: rgb(0 0 0 / 10%) 0 0 16px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 131px;
}

.search-list img{
  width: 180px;
  height: 120px;
  float: left;
  margin-right: 10px;
}

.search-list h3{
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
}

.search-list h3 a{
  color: #666;
  text-decoration: none;
}

.search-list h3 a:hover{
  color: #ba000c;
}

.grid-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.grid-box {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px -2px #00000038;
    margin-bottom: 30px;
}

.grid-box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px;
    height: 78px;
}

.grid-box h3 a {
    color: #666;
    text-decoration: none;
}

.grid-box h3 a:hover {
    color: #ba000c;
}

/*******************CONTACT US PAGE START HERE*******************/

.contact-body{
  padding: 40px 0;
}

.contact-body h1{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.contact-body h2{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.contact-left p{
  margin-bottom: 2px;
}

.contact-left input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
} 

.contact-left textarea {
    width: 100%;
    height: 120px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-left button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    float: right;
}

.contact-left button.btn.btn-primary:hover {
    border: 1px solid #ba000c;
    background-color: #ba000c;
    color: #fff;
}

.interview-right ul {
    padding: 0px;
    margin: 0px;
}

.interview-right ul li {
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.interview-right ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.interview-right ul li a {
    text-decoration: none;
}

.interview-right ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 15px;
}

.interview-right ul li a h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #777;
    margin-bottom: 5px;
}

.interview-right ul li a h5:hover {
    color: #ba000c;
}

/********************SINGLE PAGE START HERE*******************/

.single-section{
  padding-top: 20px;
  /* padding-bottom: 100px; */
}

.single-society{
  padding-bottom: 100px;
}

.single-section h1{
  font-size: 55px;
  line-height: 62px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.share-box{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.share-left ul{
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

.share-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.share-left img{
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}

.share-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.share-right ul li{
  list-style-type: none;
  display: inline-block;
  font-size: 23px;
  line-height: 15px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.share-right ul li span {
    display: block;
    font-size: 12px;
}

.share-right ul li a i{
  background-color: #000;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 21px;
  position: relative;
  top: -6px;
} 

.share-right ul li a i.fa-facebook-f{
  background-color: #4267B2;
}

.share-right ul li a i.fa-twitter{
  background-color: #00acee;
}

.share-right ul li a i.fa-facebook-messenger{
  background-color: #006AFF;
}

.share-right ul li a i.fa-whatsapp{
  background-color: #25d366;
}

.bigyapan-single img{
  width: 100%;
  margin-bottom: 20px;
}

.single-imgage{
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  object-fit: cover;
}

.single-left p{
  text-align: justify;
}

.single-comments{
  margin-bottom: 30px;
}

.single-comments form{
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}

.single-comments textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color: #111;
    margin-bottom: 20px;
}

.single-comments input.form-control {
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #111;
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
}

.single-comments button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
}

.single-comments button.btn.btn-primary:hover {
    border: 1px solid #ba000c;
    background-color: #ba000c;
}



.economy-single-row{
  padding-left: 0px;
  padding-right: 0px;
}

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



header
{
    width:100%;
    height:auto;
}




.sidebar
{
    /*background-color:orange;
    height:250px;
    padding:15px;*/
    width: 100%;
}
.stick {
    position: fixed;
    width: 100%;
    top: 0px;
    max-width: 376px;
    margin-top: 55px;
}

.abs {
    position: absolute;
    bottom: 0px;
    width: 92.5%;
}

.footer{height:3120;}


.economy-single-row{
  padding-left: 0px;
  padding-right: 0px;
}

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


.interview-right ul{
  margin-bottom: 20px;
}

.interview-right img{
  width: 100%;
  margin-bottom: 20px;
}

.interview-right h3{
    background-color: #0e5dae;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}


.education-lists ul{
  padding: 0px;
  margin: 0px;
}

.education-lists ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.education-lists ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.education-lists ul li a{
  text-decoration: none;
}

.education-lists ul li a img{
  width: 80px;
  height: 70px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.education-lists ul li a h5{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #515151;
    text-decoration: none;
    padding-top: 10px;
}

.education-lists ul li a h5:hover{
  color: #ba000c;
}

.education-mid img{
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.education-mid h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.education-mid p{
  color: #777;
}

h6{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #777;
}

.education-mid h5 a{
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
}

.education-mid h5 a:hover{
  color: #ba000c;
}

.education-row{
  margin-bottom: 30px;
}

.edu-box img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.edu-box h5{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.edu-box h5 a{
  color: #515151;
  text-decoration: none;
}

.edu-box h5 a:hover{
  color: #ba000c;
}


/**************TEAM PAGE START HERE**************/

.team-body{
  padding-top: 30px;
  padding-bottom: 80px;
}

.team-box {
    /*border: 1px solid #ddd;*/
    /*padding: 10px;*/
    text-align: center;
    margin-bottom: 30px;
}

.team-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-box h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-box p {
    margin-bottom: 10px;
    color: #666;
}

.team-box ul {
    padding: 0px;
    margin: 0px;
}

.team-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.team-box ul li a i {
    font-size: 16px;
    color: #000;
}

.team-box ul li a i:hover {
    color: #ba000c;
}

.single-bigyapan img{
  width: 100%;
}

/**************ARTIST LISTING PAGE*************/

.artist-detail-section{
  padding: 40px 0;
}

.artist-detail-section img{
  width: 100%;
}

.artist-detail-section h1{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #ba000c;
    margin-bottom: 15px;
    padding-top: 100px;
}

.artist-detail-section h6,
.artist-detail-section h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}







.portfolio-section {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
  padding: 40px 0;
}

.portfolio-section h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  color: #111;
}
.portfolio-section .card {
  width: 24%;
  overflow: hidden;
  position: relative;
  display: inline-block !important;
}
.portfolio-section .card .content {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: all 0.7s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: 100px;
  background: #111;
}
.card .image {
  z-index: 1;
  height: 320px;
}
.card img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1.2);
  object-fit: cover;
}

.card:hover .content {
  bottom: 0px;
  color: #fff;
}

.card:hover .image img {
  transform: scale(1);
}

.card .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.card .content span:last-child {
  font-size: 14px;
  color: #18cfab;
  text-align: center;
  font-weight: 700;
}


@media screen and (max-width: 768px) {
  .card {
  width: 50%;
  }
  .card .content {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .card {
  width: 100%;
  }
}

.gallery-section{
  padding: 40px 0;
  background-color: #f5f5f5;
}

.gallery-section h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #ba000c;
    margin-bottom: 25px;
    text-align: center;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 380px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/**************NEWS LIST PAGE************/


.newslist-section{
  padding: 40px 0;
}






/***************MEDIA QUERY***************/


@media(max-width: 1330px){
  #mobile-nav-toggle{
    left: 50px !important;
  }
  .nav-menu a{
    padding: 12px 15px !important;
  }
}



@media(max-width: 1300px){
  #mobile-nav ul{
    display: block;
  }
}

@media(max-width: 1200px){
  .search-list h3 {
    font-size: 15px;
    line-height: 22px;
  }
}





@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    padding: 12px 14px;
  }

  .fixed-top .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
  }

  .fixed-top .navbar-nav.mr-auto{
    margin-left: 30px;
  }

  .clickmenus{
    left: 7px;
  }

  .samachar-box h3{
    font-size: 26px;
    line-height: 32px;
  }

  .samaj-main-news h5{
    font-size: 26px;
    line-height: 32px;
  }

  .samachar-box1 h5{
    font-size: 18px;
    line-height: 24px;
  }

  .samaj-sub-news h5{
    font-size: 18px;
    line-height: 24px;
  }

  .education-lists ul li a h5{
    font-size: 15px;
    line-height: 24px;
  }

  .edu-box h5{
    font-size: 18px;
    line-height: 24px;
  }

  .play-right ul li a h5{
    font-size: 14px;
  }

  .poltic-right ul li a h5{
    font-size: 16px;
    line-height: 20px;
  }

  .pradesh-section #tab-button1 li{
    width: 9%;
  }

  .invest-right ul li .summery{
    margin-right: 0px;
    width: 140px;
  }

  .heading-line h4{
    font-size: 20px;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-line a{
    margin-top: 9px;
  }

  .interview-right ul li a h5{
    font-size: 15px;
    line-height: 20px;
  }

  .interview-heading-list ul li a h5{
    font-size: 16px;
  }

  .science-news-list ul li a h5 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  .blog-section h5{
    font-size: 16px;
    line-height: 22px;
  }

  .blog-section p{
    font-size: 14px;
  }

  .footer-address ul li{
    width: 21%;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
  }

  .search-list img{
    width: 150px;
  }

  .stick{
    width: 310px;
  }
  .oath-right ul li a h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .artist-detail-section h1{
    padding-top: 20px;
  }
  .portfolio-section .card{
    width: 33%;
  }
}

@media(max-width: 991px)
{
  .menu-section{
    border-top: none;
    border-bottom: none;
    height: auto;
  }

  .fixed-top{
    position: relative;
  }

  .clickmenus{
    left: 5px;
    top: -53px;
    width: 38px;
  }

  .header-ad{
    display: none;
  }

  a.logo img{
    display: block;
    margin: 0 auto;
  }

  .header-section{
    padding: 0px;
  }

  .header-left ul,
  .header-right ul{
    margin-top: 30px;
  }

  .banner-box h1{
    font-size: 40px;
    line-height: 52px;
  }

  .samachar-box img{
    max-width: 350px;
    height: 250px;
  }

  .samaj-main-news img{
    max-width: 350px;
    height: 250px;
  }

  .samaj-sub-news img{
    height: 150px;
  }

  .education-lists ul li a h5{
    font-size: 14px;
    line-height: 19px;
  }

  .edu-box img{
    height: 150px;
  }

  ul.playnews-list li a h5{
    font-size: 16px;
    line-height: 24px;
  }

  .country-lists ul li a img{
    height: 300px;
  }

  .country-left img{
    height: 300px;
  }

  .invest-left ul li a h5{
    font-size: 18px;
    line-height: 26px;
  }

  .interview-heading-list ul li a h5{
    line-height: 22px;
  }

  .science-news h5{
    font-size: 20px;
    line-height: 26px;
  }

  .blog-section p{
    margin-bottom: 20px;
  }

  .video-left h5{
    font-size: 20px;
    line-height: 28px;
  }

  .search-list h3{
    font-size: 14px;
  }

  .stick{
    width: 299px;
    margin-top: 0px;
  } 
  .banner-box figure {
    height: 450px;
  }
  .invest-right ul li .summery {
    width: 130px;
  }
  .nepal-section img {
    height: 300px;
  }
  .oath-right ul li a img {
    width: 140px;
  }
  p.trends{
    width: 65px;
  }
  .footer-apps img{
    max-width: 200px;
  }
  #fixed-top #mobile-nav-toggle {
    left: 220px !important;
  }
  #popup_content{
    width: 100%;
  }
}

@media(max-width: 910px){
  .search-list img {
    width: 120px;
  }
}

@media(max-width: 834px)
{
  .banner-box figure{
    height: auto;
  }

  .samachar-box img {
    max-width: 300px;
    height: 220px;
  }

  .samachar-box h3{
    font-size: 22px;
    line-height: 28px;
  }

  .samachar-box1 img{
    height: 120px;
  }

  .samachar-box1 h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .samaj-main-news img {
    max-width: 300px;
    height: 220px;
  }

  .samaj-main-news h5{
    font-size: 22px;
    line-height: 28px;
  }

  .samaj-sub-news img{
    height: 120px;
  }

  .samaj-sub-news h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .education-lists ul li a img{
    width: 60px;
    height: 50px;
  }

  .education-lists ul li a h5 {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0px;
  }

  .education-mid img{
    height: 220px;
  }

  .education-mid h5 a{
    font-size: 20px;
    line-height: 28px;
  }

  .edu-box img {
    height: 120px;
  }

  .edu-box h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .play-main-news{
    height: 220px;
  }

  h5.play-main-heading{
    font-size: 22px;
    line-height: 30px;
  }

  ul.playnews-list li a h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .country-left img{
    height: 250px;
  }

  .country-lists ul li a img{
    height: 250px;
  }

  .invest-left ul li a img{
    width: 180px;
  }

  .invest-left ul li a h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .interview-heading img{
    height: 300px;
  }

  .interview-heading h5{
    font-size: 22px;
    line-height: 30px;
  }

  .video-right ul li a h5 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 0px;
  }

  .science-news img{
    height: 160px;
  }

  .science-news-list ul li a h5{
    line-height: 20px;
  }

  .footer-address ul li{
    width: 24%;
    margin-right: 2px;
  }

  .footer-address ul li i{
    padding-right: 5px;
  }

  .poltic-left .image-wrapper img{
    height: 350px;
  }

  .poltic-mid .image-wrapper img{
    height: 164px;
  }

  .search-list img{
    width: 100px;
    height: 100px;
  }

  .search-list h3{
    font-size: 14px;
    line-height: 20px;
  }

  .search-list{
    height: 110px;
  }
  .poltic-mid-box img,
  .grid-box img{
    height: 200px;
  }

  .single-section h1{
    font-size: 35px;
    line-height: 42px;
  }

  .stick{
    width: 247px;
  }
  .play-right ul li a img {
    width: 110px;
    height: 90px;
  }
  .play-right ul li{
    height: 105px;
  }
  .ukren-mainnews img{
    height: 310px;
  }
  .ukren-subnews img{
    height: 150px;
  }
  .eco-mid img{
    height: 180px;
  }
  .invest-right ul li .summery {
    width: 120px;
  }
  .invest-right ul li a img{
    width: 80px;
  }
  .invest-right ul li a h5 {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
  }
  .oath-right ul li a img {
    width: 110px;
  }
  .oath-right ul li a h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-apps img {
    max-width: 150px;
  }
  .search-list h3{
    padding-top: 0px;
  }
}

@media(max-width: 768px)
{
  .ukren-mainnews h4,
  .banner-box h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .samachar-box img {
    max-width: 260px;
    height: 200px;
  }

  .samachar-box h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .samachar-box1 img{
    height: 100px;
  }

  .samaj-main-news img {
    max-width: 260px;
    height: 200px;
  }

  .samaj-main-news h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .samaj-sub-news img{
    height: 100px;
  }

  .edu-box img{
    height: 100px;
  }

  .play-main-news {
    height: 180px;
  }

  .poltic-right ul li a h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .pradesh-section #tab-button1 li{
    width: 11%;
  }

  .entertain-left .image-wrapper img{
    height: 320px;
  }

  .entertain-right .image-wrapper img{
    height: 150px;
  }

  .science-news-list ul li a img{
    width: 100px;
    height: 80px;
  }

  .science-news-list ul li a h5{
    font-size: 14px;
  }

  .footer-address ul li{
    width: 48%;
    margin-bottom: 10px;
  }

  .mid-footer h4{
    font-size: 20px;
  }

  .search-list img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .search-list h3{
    font-size: 16px;
    line-height: 24px;
  }

  .search-list{
    height: auto;
  }

  .grid-box img{
    height: 150px;
  }

  .grid-box h3{
    font-size: 18px;
    line-height: 30px;
  }

  .stick{
    width: 225px;
  }
  .portfolio-section .card{
    width: 49%;
  }
}

@media(max-width: 767px)
{
  .samachar-box img {
    max-width: 100%;
    height: auto;
  }

  .samachar-box1 img{
    height: auto;
  }

  .samaj-main-news img{
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    float: none;
    margin-right: 0px;
  }

  .samaj-sub-news img{
    height: auto;
  }

  .education-lists ul li{
    height: 67px;
  }

  .education-mid img{
    height: auto;
  }

  .edu-box img{
    height: auto;
  }

  .play-main-news{
    height: auto;
  }

  ul.playnews-list li{
    height: 96px;
  }

  .play-right ul li{
    height: 96px;
  }

  .poltic-left .image-wrapper img{
    height: auto;
  }

  .poltic-mid .image-wrapper img{
    height: auto;
  }

  .poltic-right ul li{
    height: 97px;
  }

  #tab-select1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .country-left img{
    height: auto;
  }

  .country-lists ul li a img{
    height: auto;
  }

  .invest-left ul li{
    height: 145px;
  }

  .entertain-left .image-wrapper img{
    height: auto;
  }

  .entertain-right .image-wrapper img{
    height: auto;
  }

  .interview-heading img{
    height: auto;
  }

  .interview-heading-list ul li{
    height: 81px;
  }

  .picture-right1 .image-wrapper img{
    height: auto;
  }

  .picture-right .image-wrapper img{
    height: auto;
  }

  .science-news img{
    height: auto;
  }

  .science-news-list ul li{
    height: 96px;
  }

  .designed p{
    text-align: left;
    margin-top: 10px;
  }

  .invest-right h3{
    margin-top: 20px;
  }

  .play-right h3{
    margin-top: 20px;
  }

  .interview-heading-list ul li:last-child{
    padding-bottom: 20px;
  }

  .contact-left button.btn.btn-primary{
    margin-bottom: 30px;
  }

  .abs {
    position: relative;
    width: 100%;
  }

  .stick{
    position: relative;
    max-width: 100%;
    width: 100%;
  }

  #tab-select3{
    width: 100%;
  }

  .grid-box h3{
    height: auto;
  }

  .grid-box img{
    height: auto;
  }

  .share-right ul{
    text-align: left;
    margin-top: 15px;
  }

  .single-imgage{
    height: auto;
  }
  .header-left{
    display: none;
  }
  .header-right ul {
    margin-top: 0px;
    text-align: center;
  }
  .gallery-section figure,
  .play-right ul li a img,
  .oath-right .image-wrapper img,
  .nepal-section img,
  .eco-mid img,
  .poltic-mid-box img, .grid-box img,
  .ukren-subnews img,
  .ukren-mainnews img {
    height: auto;
  }
  .oath-right .card,
  .poltic-mid .card,
  .poltic-left .card{
    width: 100%;
  }
  .video-section iframe{
    height: 300px;
  }
  .oath-right ul li a h5 {
    padding-top: 35px;
  }
  .bottom-footer p {
    text-align: left;
    margin-top: 10px;
  }
  p.trends{
    display: none;
  }
}

@media(max-width: 600px){
  .invest-right ul li .summery {
    width: 320px;
    padding-top: 32px;
  }
}

@media(max-width: 575px)
{ 
  .artist-detail-section h1,
  .single-section h1{
    font-size: 30px;
    line-height: 38px;
  }
}

@media(max-width: 500px)
{
  .country-lists ul li:last-child{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .invest-left ul li a img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .invest-left ul li{
    height: auto;
  }

  .invest-left ul li p{
    margin-bottom: 0px;
  }

  .clickmenus{
    left: 10px;
  }
  .portfolio-section .card {
    width: 100%;
  }
  .card .image{
    height: auto;
  }
}

@media(max-width: 470px){
  .invest-right ul li .summery {
    width: 250px;
    padding-top: 22px;
  }
}

@media(max-width: 400px)
{
  .ukren-mainnews h4, .banner-box h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .education-lists ul li{
    height: auto;
  }

  ul.playnews-list li{
    height: auto;
  }

  ul.playnews-list li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .education-lists ul li a img {
    width: 100%;
    height: auto;
  }

  .play-right ul li{
    height: auto;
  }

  .play-right ul li a img{
    width: 100%;
    height: auto;
  }

  .poltic-right ul li{
    height: auto;
  }

  .poltic-right ul li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .interview-heading-list ul li{
    height: auto;
  }

  .interview-heading-list ul li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .interview-right ul li a img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .interview-right ul li{
    height: auto;
  }

  .science-news-list ul li{
    height: auto;
  }

  .science-news-list ul li a img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .footer-address ul li{
    width: 100%;
  }

  .video-right ul li a iframe {
    float: none;
    margin-right: 0px;
    clear: both;
    width: 100%;
    height: auto;
  }

  .video-right ul li{
    height: auto;
  }
  .invest-right ul li .summery{
    width: 190px;
  }
} 

@media(max-width: 360px)
{
  .banner-box ul li{
    font-size: 14px;
    padding-right: 10px;
  }

  a.logo img{
    max-width: 240px;
    width: 100%;
  }
}

@media(max-width: 350px){
  .invest-right ul li .summery {
    width: 150px;
  }
}





/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    width: 100%;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}
	
	.cover {
    box-shadow: 0 0 80px #c1c1c1;
}
.body-wrapper {
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1024px){
.body-wrapper {
    width: 100%;
}
}
@media (max-width: 600px){
.body-wrapper {
    width: 100%;
}
}

.top-bar {
    min-height: 35px;
}
.tpmnu {
    width: 100%;
    background: #cddfe8;
}
.toggle>a {
    display: none!important;
    font-family: Calibri;
    font-size: 17px;
    display: block;
    z-index: 9999;
    text-align: right;
    background-color: #3333A0;
    color: white;
}

.tpmnu a {
    color: #fff;
}
.show {
    display: grid;
}
.soc {
    display: inline-block;
    background: #3333A0;
    padding: 0 10px;
    vertical-align: top;
    position: relative;
}
.tpmnu span {
    display: inline-block;
    line-height: 2.1em;
    vertical-align: top;
}

.trane {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 29px 0 0;
    border-color: #3333A0 transparent transparent transparent;
    position: absolute;
    right: -28px;
}
.tpmnu span {
    display: inline-block;
    line-height: 2.1em;
    vertical-align: top;
}
.soc span a {
    padding: 1px 7px;
}
.tpmnu a {
    color: #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.eng {
    text-transform: none;
    font-weight: 600;
}
.eng {
    background: #bb2126;
    padding: 0 5px 0 43px;
    vertical-align: top;
    margin-left: -4px;
}
.tpmnu a {
    color: #fff;
}
span.datte {
    position: relative;
    background: #3333A0;
    line-height: 2.1;
    margin-left: -23px;
    margin-right: 20px;
}
span.datte a {
    margin-left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #3333A0;
}
span.datte>a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 26px;
    border-color: #3333A0 #3333A0 #bb212600 #bd2026;
    position: absolute;
    left: -1px;
    z-index: 9999;
    top: 0;
}
span.datte a .fa-newspaper-o:before {
    margin-right: 5px;
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
span.datte>a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 29px 0 0;
    border-color: #3333A0 transparent transparent transparent;
    position: absolute;
    right: -28px;
    top: 0;
}
span.atv {
    margin-left: 178px;
}
.atv a, .ard a {
    color: #bb2126;
    font-weight: 700;
    padding: 6px;
}
.atv i {
    font-weight: 700;
    padding: 6px;
}
.fa-tv:before, .fa-television:before {
    content: "\f26c";
}
.ard i {
    font-weight: 700;
    padding: 6px;
}
.fa-volume-down:before {
    content: "\f027";
}
.tolsa {
    display: inline-block;
    float: right;
}
.tul {
    background: #3333A0;
    position: relative;
}
.trang {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 17px;
    border-color: transparent transparent #3333A0 transparent;
    position: absolute;
    left: -15px;
    bottom: 0;
}
ul.tul li:first-of-type {
    background: #3333A0;
    padding-left: 0;
}

.tul li {
    display: inline-block;
    padding: 2.5px;
    vertical-align: top;
}
ul.tul li:first-of-type a {
    padding-right: 18px;
    padding-left: 5px;
}

.tul li a {
    font-size: 13px;
    padding: 0 13px;
}
span.rtrang {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 33px 19px;
    border-color: transparent transparent #bd2026 transparent;
    position: absolute;
    left: 124px;
}
.soc span a:hover {
    color: white;
    text-decoration: none;
}
.eng a:hover {
    text-decoration: none;
    color: white;
}
span.datte a:hover {
    color: white;
    text-decoration: none;
}
.atv a:hover, .ard a:hover {
    color: red;
    text-decoration: none;
}
ul.tul li:nth-child(4) {
    background: #bd2026;
    position: relative;
}
ul.tul li:nth-child(4) a {
    padding-right: 15px;
    padding-left: 15px;
}

span.dattes {
        position: relative;
    background: #3333A0;
    line-height: 2.1;
    margin-left: -4px;
}
span.dattes a {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #3333A0;
    margin-right: 10px;
}
span.dattes a .fa-newspaper-o:before {
    margin-right: 5px;
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
span.dattes a:hover{
    color: white;
    text-decoration: none;
}
@media (max-width: 1024px){
.toggle>a, .toggle_show>div, .toggle_show>span {
    display: block!important;
    width: 100%;
    float: unset;
    height: 27px;
}
}
@media (max-width: 1024px){
span.rrtrang, span.rtrang, span.trane span.tranf {
    display: none;
}
.toggle>a{
        padding-top: 7px;
    padding-bottom: 32px;
}
}
span.ard {
    margin-right: 154px;
}
.toggle>a:after {
    content: '\f0c9';
    font-family: FontAwesome;
    color: #fff;
    height: 30px;
    font-size: 17px;
    padding: 2px 5px;
}
@media (max-width: 1024px){
.toggle>div, .toggle>span {
    display: none;
    margin: 0;
    text-align: center;
}
}
a:not([href]):not([tabindex]) {
    color: white;
    text-decoration: none;
}
.col-12.col-sm-12.col-md-4.col-lg-9.header-right {
    padding: 8px 15px 5px 15px;
}
.footer-info .widget_custom_html:first-of-type {
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 4;
}
.footer-widget-title {
    color: #3333A0;
    margin-bottom: 15px;
    border-bottom: solid 2px #bd2026; 
    margin-right: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5em;
}
.footer-info {
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.5fr;
    color: #000;
    line-height: 1.7;
}
@media (max-width: 768px){
.footer-info {
    display: contents;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
}
}
.site-info {
    display: flex;
    align-items: center;
    background: #000;
    overflow: hidden;
    border-top: #000 solid 2px;
}
.site-info p {
    padding: 2px 0;
    font-weight: 600;
    flex-grow: 1;
}

p.copy {
    background: #bd2026;
    transform: skew(-40deg,0deg);
    -ms-transform: skew(-40deg,0deg);
    -webkit-transform: skew(-40deg,0deg);
    padding-left: 30px!important;
    margin-left: -20px;
}
.site-info p, .site-info a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
p.copy span {
    display: inline-block;
    transform: skew(40deg,0deg);
    -ms-transform: skew(40deg,0deg);
    -webkit-transform: skew(40deg,0deg);
}
p.trademark {
    text-align: center;
}

.site-info p {
    padding: 2px 0;
    font-weight: 600;
    flex-grow: 1;
    margin-bottom: unset;
}
.site-info p, .site-info a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

p.trademark a {
    font-weight: 100;
    font-size: 16px;
}
p.maintain {
    background: #3333A0;
    text-align: right;
    transform: skew(-40deg,0deg);
    -ms-transform: skew(-40deg,0deg);
    -webkit-transform: skew(-40deg,0deg);
    padding-right: 30px!important;
    margin-right: -20px;
}
p.maintain span {
    display: inline-block;
    transform: skew(40deg,0deg);
    -ms-transform: skew(40deg,0deg);
    -webkit-transform: skew(40deg,0deg);
    font-weight: 100;
}
.notice {
    padding: 10px;
    background: #b1d3c1;
    text-align: center;
}
span.strong {
    font-weight: 600;
    color: #000;
}
section#text-8 p {
    font-weight: bold;
    font-size: 17px;
}

@media (max-width: 1024px){
.site-info {
    display: block;
    text-align: center;
}
p.copy {
    transform: none;
}
.site-info p {
    text-align: center;
}
p.copy span {
    transform: none;
}
p.maintain {
    transform: none;
    padding: 0;
}
p.maintain span {
    transform: none;
}
}

.footer-info-cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 5px;
    background: #ccc6;
}
.footer-info-cards a {
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
img.footer-card-icon {
    width: 45px;
    vertical-align: middle;
}
p.trademark a:hover {
    text-decoration: none;
    color: white;
}
.site-info a:hover {
    text-decoration: none;
    color: white;
}
.info-en {
    font-weight: 700;
    font-size: 16px;
        color: #3333A0;
}.info-np {
    color: #737272;
}
.footer-info-cards a:hover {
    text-decoration: none;
}
@media (max-width: 767px){
.video-section iframe {
    height: 300px;
    width: 100%;
}
}