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: #777;
}

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

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

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

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

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

.header-logo{
  text-align: center;
}

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

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

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

/*********MENU SECTION*********/

.menu-section{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 50px;
}

.navbar-brand img{
    width: 180px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
}

.navbar-light .navbar-brand{
  width: 200px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #2d8345;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    padding: 12px 18px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #2d8345;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    margin-top: -1px;
    border-radius: 0px;
    padding: 0px;
    right: 0;
    left: auto;
}

.dropdown-item{
  color: #1b293a;
}

.dropdown-item:hover{
  color: #000;
  background-color: #ccc;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}

.menu-section.fixed-top {
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

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

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

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

.clickmenus{
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: -172px;
    left: 87px;
    color: #909090;
    z-index: 99;
    display: inline-block;
    float: left;
    background-color: transparent;
    padding: 0px;
}

.fixed-top .clickmenus{
  top: -36px;
  z-index: 9;
  left: 10px;
}

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

.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: #0b4fa7;
  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;
}

.sidenav a:hover {
  color: #fff;
}

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

@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 ul{
    padding: 0px;
    margin: 0px;
}

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

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

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


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

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


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

  .fixed-top .clickmenus {
    top: 4px;
    z-index: 9;
    margin-right: 10px;
  }

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

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

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

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

/************ADVERT SECTION***********/

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

.advert-section img{
  width: 100%;
  margin-bottom: 20px;
}

/**************BANNER SECTION***************/

.banner-box {
    text-align: center;
    background: #fff;
    border: 1px solid #e3e2e2;
    padding: 20px;
    margin-bottom: 15px;
    /*box-shadow: 0 4px 6px -2px #00000038;*/
    width: 100%;
    border-radius: 10px;
}

.banner-box h1{
  font-size: 60px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

.banner-box h1 a:hover{
  color: #2d8345;
}

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

.banner-box figure {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 520px;
    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: 700;
    color: #fff;
    background-color: #e13b39;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

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

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

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

.banner-box ul li img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

i.far.fa-clock{
  color: #e13b39;
}

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

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

.subnews-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: 300px;
  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;
}

/****************SAMACHAR SECTION***************/

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

.heading-line h4{
    font-size: 32px;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    display: inline-block;
    color: #000;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-bottom: 2px;
    padding-right: 15px;
}

.heading-line h4 i.fas.fa-clone {
    background-color: #0d49a1;
    padding: 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -3px;
}

.heading-line h4:after{
    border-bottom: 2px solid #0d49a1;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
}

.heading-line{
    position: relative;
    border-bottom: 1px solid #0d49a1;
    margin-bottom: 25px;
}

.heading-line a{
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-top: 15px;
}

.heading-line a:hover{
  color: #0d49a1;
}



.heading-line1 h4{
    font-size: 32px;
    font-weight: 600;
    position: relative;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
}

.heading-line1 h4:after{
    border-bottom: 4px solid #fff;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
}

.heading-line1 {
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.heading-line1 a{
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}

.heading-line1 a:hover{
  color: #fff;
}




.samachar-box{
  margin-bottom: 25px;
}

.samachar-box img{
    width: 100%;
    height: 300px;
    border-radius: 5px;
    margin-bottom: 10px;
    max-width: 450px;
    float: left;
    margin-right: 15px;
}

.samachar-box h3{
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.samachar-box h3 a{
  color: #000;
  text-decoration: none;
}

.samachar-box h3 a:hover{
  color: #0d49a1;
}

.samachar-box h6{
  margin-bottom: 10px;
}

.samachar-box1{
  margin-bottom: 25px;
}

.samachar-box1 img{
    width: 100%;
    height: 160px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
}

.samachar-box1 h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.samachar-box1 h5 a{
  color: #515151;
  text-decoration: none;
}

.samachar-box1 h5 a:hover{
  color: #0d49a1;
}

.samachar-right img{
  width: 100%;
  margin-bottom: 30px;
}

/*******************SAMAJ SECTION******************/

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

.samaj-main-news{
  margin-bottom: 30px;
}

.samaj-main-news img{
  width: 450px;
  height: 350px;
  object-fit: cover;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.samaj-main-news h5{
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.samaj-main-news h5 a{
  color: #000;
  text-decoration: none;
}

.samaj-main-news h5 a:hover{
  color: #0d49a1;
}

.samaj-sub-news{
  margin-bottom: 30px;
}

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

.samaj-sub-news h5{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}

.samaj-sub-news h5 a{
  color: #515151;
  text-decoration: none;
}

.samaj-sub-news h5 a:hover{
  color: #0d49a1;
}

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

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

.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: #0d49a1;
}

.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: #0d49a1;
}

.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: #0d49a1;
}

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

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

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

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

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

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

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

ul.playnews-list li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  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: 100px;
  height: 80px;
  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: #777;
  margin-bottom: 10px;
}

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

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

















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

.play-right ul{
  padding: 0px;
  padding-top: 20px;
  margin: 0px;
  background-color: #f4f8fb;
}

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

h6{
  margin-bottom: 4px;
}

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

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

.play-right ul li a img{
    width: 90px;
    height: 80px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 15px;
    border-radius: 5px;
}

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

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

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



.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;
}

.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: 80px;
  height: 60px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.poltic-right ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 10px;
}

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

.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;
}

/**************PRADESH SECTION**************/

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





.pradesh-section .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}

.pradesh-section .tabs {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 6px -2px #00000038;
}
.pradesh-section #tab-button1 {
    margin: 0;
    right: 0;
    text-align: right;
    position: relative;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -1px;
}
.pradesh-section #tab-button1 li {
    width: 7%;
    display: inline-block;
}
.pradesh-section #tab-button1 li a {
    display: block;
    padding: 3px 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;
}
.pradesh-section #tab-button1 li:not(:first-child) a {
  border-left: none;
}

.pradesh-section #tab-button1 .is-active a {
    border-bottom-color: #e4e4e4;
    background: #0d49a1;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 30px;
    font-size: 12px;
}

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


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



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






.country-left img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

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

.country-content h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.country-content h3 a{
  color: #000;
  text-decoration: none;
}

.country-content h3 a i {
    color: #0d49a1;
    padding-right: 5px;
}

.country-content h3 a:hover{
    color: #0d49a1;
    padding-right: 5px;
}

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

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

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

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

.country-lists ul li a img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 5px;
}

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

.country-lists ul li a h5:hover{
  color: #0d49a1;
}

.country-lists ul li a h5 i{
  color: #0d49a1;
  padding-right: 5px;
}

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





.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 .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 .card{
  border: none;
  background-color: transparent;
}

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

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

.video-section{
  background-color: rgb(0 0 0 / 80%);
  padding: 40px 0;
}

.video-section h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

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


.video-left iframe{
  margin-bottom: 10px;
}

.video-left h5{
  font-size: 29px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.video-left h5 a{
  color: #ccc;
  text-decoration: none;
}

.video-left h5 a:hover{
  color: #fff;
}

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

.video-right ul li{
  list-style-type: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: 120px;
  border-bottom: 1px solid #eee;
}

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

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

.video-right ul li a iframe{
  float: left;
  margin-right: 15px;
  clear: both;
}

.video-right ul li a h5{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #ccc;
  padding-top: 20px;
}

.video-right ul li a h5:hover{
  color: #fff;
}



.picture-right1 .b-0 {
    bottom: 0;
}
.picture-right1 .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 );
}
.picture-right1 .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.picture-right1 .overflow {
    position: relative;
    overflow: hidden;
}
.picture-right1 .zoom img {
    transition: all 0.2s linear;
}
.picture-right1 .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.picture-right1 .filter_box {
  margin-bottom: 20px;
}

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

.picture-right1 .single-district p {
  font-size: 15px;
  margin: 8px;
}

.picture-right1 .image-wrapper img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.picture-right1 .single-district a {
  color: #000;
  display: block;
}

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

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

.picture-right1 .position-absolute h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

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

.picture-right1 .card-body{
  padding: 0px;
}











.picture-right .b-0 {
    bottom: 0;
}
.picture-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 );
}
.picture-right .top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    right: inherit;
    margin-right: 1rem;
}
.picture-right .overflow {
    position: relative;
    overflow: hidden;
}
.picture-right .zoom img {
    transition: all 0.2s linear;
}
.picture-right .zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

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

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

}

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

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

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

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

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

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

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

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

/***************INVBEST SECTION***************/

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

.invest-left ul{
  padding: 0px;
  margin: 0px;
}

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

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

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

.invest-left ul li a img{
  width: 230px;
  height: 128px;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  object-fit: cover;
}

.invest-left ul li a h5{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.invest-left ul li a h5:hover{
  color: #0d49a1;
}

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

.invest-right ul{
  padding: 0px;
  margin: 0px;
  background-color: #eff1f3;
}

.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: 148px;
}

.invest-right ul li a h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #777;
  margin-bottom: 10px;
}

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

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

.invest-right ul li a img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  float: right;
}





/****************SCIENCE SECTION****************/

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

.science-news{
  margin-bottom: 25px;
}

.science-news img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 10px;
}

.science-news h5{
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.science-news h5 a:hover{
  color: #0d49a1;
}

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

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

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

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

.science-news-list ul li a img{
  width: 120px;
  height: 90px;
  float: left;
  margin-right: 10px;
  border-radius: 0px;
  object-fit: cover;
}

.science-news-list ul li a h5{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #515151;
  margin-bottom: 10px;
}

.science-news-list ul li a h5:hover{
  color: #0d49a1;
}

/***************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: #0d49a1;
}

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

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

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

.interview-heading{
  margin-bottom: 30px;
}

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

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

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

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

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

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

.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: 80px;
  height: 60px;
  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: 600;
  color: #515151;
  margin-bottom: 5px;
}

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

.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: #0d49a1;
}

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

footer{
    background-color: #0e5dae;
}

.top-footer{
  padding-top: 30px;
}

.footer-address ul{
  padding: 20px;
  margin: 0px;
  background-color: #fff;
  border-radius: 10px;
}

.footer-address ul li{
  list-style-type: none;
  display: inline-block;
  width: 23%;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

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

.mid-footer{
  padding-top: 30px;
  padding-bottom: 30px;
}

.mid-footer h4{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.footer-box{
  border-right: 1px solid #236ad4;
}

.footer-box p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #cec8c8;
  margin-bottom: 10px;
}

.footer-box p strong{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

.quick{
  border-right: 1px solid #236ad4;
}

.quick ul{
  padding: 0px;
  margin: 0px;
}

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

.quick ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #cec8c8;
  text-decoration: none;
}

.quick ul li a:hover{
  color: #fff;
}

.quick1 ul{
  padding: 0px;
  margin: 0px;
}

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

.quick1 ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #cec8c8;
  text-decoration: none;
}

.quick1 ul li a:hover{
  color: #fff;
}

.quick1 ul li a i{
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
}

.bottom-footer{
  padding: 15px 0;
  background-color: #fff;
}

.copyright p{
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 0px;
}

.designed p{
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 0px;
  text-align: right;
} 

.designed p a{
  text-decoration: underline;
  color: #000;
}

.designed p a:hover{
  text-decoration: none;
}



/*************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: #e11b22;
    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: #2d8345;
    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: #0d49a1;
}

.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: #0d49a1;
}

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

.contact-body{
  padding-top: 20px;
  padding-bottom: 100px;
}

.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 #0d49a1;
    background-color: #0d49a1;
    color: #fff;
}

/********************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 #0d49a1;
    background-color: #0d49a1;
}



.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%;
}



.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;
}


/**************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: #0d49a1;
}

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

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

@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;
  }

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

  .stick{
    width: 310px;
  }
}

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

  .fixed-top{
    position: relative;
  }

  .clickmenus{
    left: 45px;
    top: -69px;
  }

  .header-ad{
    display: none;
  }

  a.logo img{
    display: block;
    margin: 0 auto;
    margin-top: -15px;
  }

  .header-section{
    padding: 0px;
  }

  .header-right ul{
    position: relative;
    top: 30px;
    z-index: 99;
  }

  .header-right ul li a i.fab{
    display: none;
  }

  .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;
  } 
}

@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;
  }

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

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

  .stick{
    width: 247px;
  }
}

@media(max-width: 768px)
{
  .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;
  }
}

@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: 76px;
  }

  #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;
  }
}

@media(max-width: 575px)
{ 
  .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;
  }
}

@media(max-width: 400px)
{
  .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;
  }
} 

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

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