@import url("https://fonts.googleapis.com/css?family=Poppins:400,700");
@import url("https://fonts.googleapis.com/css?family=Brawler:400");
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
html,
body {
  height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
a {
  color: #222;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline;
}
a:hover {
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:visited,
a:acitve {
  text-decoration: none;
}
a:active {
  color: #222;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a img,
img {
  border: 0;
}
p {
  padding: 10px 0;
}
object {
  outline: 0;
  border: 0;
  float: left;
}
button:focus {
  outline: 0;
}
* {
  outline: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination {
  margin: 0px;
  display: inline-block;
  width: 100%;
  padding: 10px 0 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}
.pagination a {
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 15px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pagination a:hover {
  color: #888;
  background: none;
}
.pagination .current {
  background: #fdb81a;
  text-decoration: none;
  color: #102b49;
  padding: 0 10px;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.section {
  display: block;
  width: 100%;
}
#content {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  overflow: auto;
  background: #fff;
}
.modalbox .modal_content {
  width: 100%;
  text-align: center;
  display: table;
  height: 100vh;
}
.modalbox .modal_content .imagebox {
  max-width: 94%;
  margin: 0 auto;
  display: table-cell;
  padding: 3%;
  position: relative;
  vertical-align: middle;
}
.modalbox .modal_content .imagebox img {
  max-width: 100%;
  height: auto;
}
.modalbox .modal_content .imagebox .logobox img {
  max-width: 250px;
}
.modalbox .modal_content a.close_btn {
  background: #d13938;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: arial, sans-serif;
}
.modalbox .modal_content a.close_btn:hover {
  background: #222;
}
.logobox {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.close-box .arrows {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 240px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
.container {
  max-width: 1170px;
  padding: 0;
}
.menu-toggle,
.menu-close,
.menu-close,
.menu-close {
  display: block;
  font-size: 22px;
}
.menu-box .navigation_box {
  margin-top: 0;
}
.menu-box .navigation_box ul li:nth-child(1) {
  border-top: 0;
}
.menu-box .social-media .main-title,
.menu-box .social-media .subline {
  margin: 10px 0 20px 0;
}
.menu-toggle,
.menu-close {
  display: none;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
header {
  position: static;
  background: none;
  width: 100%;
  top: 0;
  left: inherit;
  margin-bottom: 0;
  padding: 0;
  background: #fff;
}
header .news-big-title {
  display: none;
}
.cd-header {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  z-index: 1;
  background: #fff !important;
  position: fixed;
  max-width: 1110px;
}
.cd-header .logo-fixed {
  display: none;
}
.cd-header.is-fixed {
  position: fixed;
  background-color: white;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none;
  flex: none;
  opacity: 0;
}
.cd-header.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  flex: none;
  opacity: 1;
  z-index: 9999;
}
.cd-header.is-visible .navigation_box {
  margin-top: 0;
}
.cd-header.is-visible .navigation_box ul {
  max-width: 1110px;
  margin: 0 auto;
}
.cd-header.is-visible .navigation_box .logo-fixed {
  display: block;
  position: absolute;
  left: 0;
}
.cd-header.is-visible .navigation_box .logo-fixed a {
  padding: 0;
}
.cd-header.is-visible .navigation_box .logo-fixed a:hover {
  background: none;
}
.cd-header.is-visible .navigation_box .logo-fixed img {
  background: #fff;
  padding: 7px 14px;
  margin: 5px;
  width: 122px !important;
  height: auto !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.cd-header.is-visible .navigation_box .search {
  position: absolute;
  right: 0;
}
.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}
.logo-box {
  padding-top: 0;
  position: relative;
  margin: 0 0 15px 0;
  z-index: 9998;
}
.logo-box figure {
  position: relative;
}
.logo-box img {
  max-width: 100%;
  height: auto;
  float: left;
}
.logo-box .logo-title {
  font-size: 22px;
  font-weight: 700;
  color: #349c49;
  display: block;
}
.logo-box .slogan {
  font-size: 18px;
  font-weight: 700;
  color: #102b49;
  display: block;
}
.calendar-box {
  text-align: right;
  margin-top: 10px;
}
.calendar-box .eng-date {
  font-size: 13px;
}
.trending-box {
  margin-top: 10px;
}
.calendar-date {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: 3px;
}
#trends {
  float: left;
  width: calc(100% - 76px);
  padding-left: 2%;
  overflow: hidden;
}
#trends .trendscontent {
  position: relative;
  white-space: nowrap;
}
.sticky-notice {
  background: #3a3a3a;
  position: fixed;
  display: table;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 7;
  margin: 0;
}
.sticky-notice.notice-pushed {
  bottom: 0;
}
.sticky-notice.bounceOutDown {
  -webkit-animation-name: bounceOutDown !important;
  animation-name: bounceOutDown !important;
}
.sticky-notice #inner-pages .cd-header {
  background: #222 !important;
}
.sticky-notice #inner-pages .cd-header.is-fixed {
  background: rgba(34, 34, 34, 0.9) !important;
}
.top-adbox {
  margin-top: 29px;
  display: table;
  width: 100%;
}
.top-adbox img {
  width: 100%;
  float: left;
}
.top-adbox:nth-child(1) {
  margin-top: 0;
}
.slider-ad img {
  width: 100%;
  float: left;
}
.sticky-footer-ad {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: center;
  z-index: 9997;
}
.sticky-footer-ad a {
  display: table;
  margin: 0 auto;
}
.sticky-footer-ad img {
  max-width: 100%;
  float: left;
  margin: 0;
}
.main-ads {
  -ms-flex: 0 0 77.5%;
  flex: 0 0 77.5%;
  max-width: 77.5%;
}
.slider-ad {
  height: 214px;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 22.5%;
  max-width: 22.5%;
}
.full-bigyapan {
  text-align: center;
}
.full-bigyapan:nth-child(3) {
  margin-top: 0;
}
.full-bigyapan img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.published-box .section.full-bigyapan {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
.published-box .section.full-bigyapan:nth-child(3) {
  margin-top: 15px;
}
.published-box .section.full-bigyapan img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.calendar-box {
  font-size: 16px;
  line-height: normal;
}
.calendar-box .unicode-type .left-icon {
  font-size: 20px;
}
.calendar-box .media {
  float: left;
  color: #267163;
}
.calendar-box .current-date {
  margin-right: 30px;
}
.calendar-box .current-date .left-icon {
  font-size: 20px;
}
.calendar-box .current-date.current-time .left-icon {
  font-size: 19px;
  top: 3px;
}
.calendar-box .left-icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.calendar-box .aajako-chhapa {
  margin-right: 30px;
}
.calendar-box.social-box {
  text-align: right;
}
.calendar-box.social-box .media {
  float: none;
  display: inline-block;
}
.calendar-box.social-box .media a {
  color: #267163;
}
.calendar-box.social-box .media .link-text .lang-btn {
  background: #349c49;
  width: 21px;
  height: 21px;
  color: #fff;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-size: 10px;
  text-align: center;
  line-height: 21px;
  font-weight: 500;
}
.calendar-box.social-box .media.social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin-left: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.calendar-box.social-box .media.social-links a .left-icon {
  top: 0;
  margin-right: 0;
}
.header-main .logo-fixed {
  display: none;
}
.logo-circle {
  display: none;
}
.fixed-tops {
  width: 100%;
  position: fixed;
  max-width: none;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9998;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.fixed-tops .home-link {
  display: none;
  visibility: hidden;
}
.fixed-tops .logo-circle {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 9px;
  left: 8px;
}
.fixed-tops .time-settings {
  display: none;
}
.fixed-tops .sub-navigation {
  background: #fff !important;
}
.fixed-tops .news-big-title {
  display: block;
  z-index: 10;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 30px !important;
  line-height: 32px !important;
}
.fixed-tops .news-big-title .title-wrap {
  max-width: 1110px;
  text-align: left;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
}
.fixed-tops .main-menu {
  max-width: none;
  padding: 0;
}
.main-menu .top-adbox {
  display: none;
}
.slider-ad {
  position: relative;
  overflow: hidden;
}
ul.vertical-slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.vertical-slider li {
  list-style: none;
  width: 100%;
  height: 280px;
  margin: 0;
  padding: 0;
}
.vert {
  width: 100%;
  height: 214px;
}
.vert .simply-scroll-clip {
  width: 100%;
  height: 214px;
}
.vert .simply-scroll-list {
  margin: 0;
  padding: 0;
}
.vert .simply-scroll-list li {
  width: 100%;
  height: 214px;
  list-style: none;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.header-bottom {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 30px;
  display: flex;
}
.fixed-tops .top-bar {
  display: none;
}
.fixed-tops .container {
  padding: 0;
}
.fixed-tops .logo-box .cat-title {
  margin-top: 15px;
  padding-right: 4px;
  font-size: 24px;
}
.fixed-tops .time-settings {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed-tops .time-settings .calendar-box {
  display: none;
}
.fixed-tops .time-settings .calendar-box.social-box {
  position: absolute;
  top: 21px;
  right: 0;
  display: block;
}
.mast-head {
  margin-top: 25px;
}
.top-right-ads {
  margin-top: 50px;
}
.top-right-ads img {
  float: right;
  max-width: 100%;
  height: auto;
}
.trending-news {
  margin: 0;
  padding: 0;
  display: block;
}
.trending-news .item {
  display: inline-block;
  margin-left: 20px;
}
.trending-news .item.trending-title {
  margin-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-right: 3px solid #ddd;
  padding-right: 20px;
  color: #ec3438;
}
.trending-news .item a {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
}
.trending-news {
  display: block;
}
.bigyapan.header-bottom {
  margin-top: 30px;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.main-social {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-social a {
  display: table;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  z-index: 78;
  font-size: 22px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-social a.facebook {
  background: #3b5998;
}
.main-social a.twitter {
  background: #00aced;
}
.main-social a.youtube {
  background: #b00;
}
.main-social a.googleplus {
  background: #dd4b39;
}
.main-social a:hover {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  z-index: 80;
}
.main-social .left-icon {
  top: 3px;
  position: relative;
}
.mobile-cat-menu {
  display: none;
}
.mobile-cat-menu.fixed-top {
  display: block;
  width: 100%;
}
.trending-scroll .trending {
  background: #ec3438;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  color: #fff;
  line-height: 16px;
}
.trending-scroll ul {
  margin: 0;
  padding: 0 0 0 30px;
}
.trending-scroll ul li {
  list-style: none;
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.trending-scroll ul li:nth-child(1) {
  margin-left: 0;
}
.trending-scroll ul li:nth-child(1):before {
  display: none;
}
.trending-scroll ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #102b49;
  position: absolute;
  left: -10px;
  top: 10px;
}
.trending-scroll ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  display: table;
  width: 100%;
  line-height: 22px;
}
.trending-scroll ul li a:hover {
  color: #111;
  text-decoration: underline;
}
.seperator {
  border-top: 1px solid #ddd;
  max-width: 1110px;
  padding: 0;
  flex: none;
  margin: 0 auto 20px auto;
}
.top-section-ad {
  display: flex;
  width: 100%;
}
.bigyaapan-right img {
  width: 100%;
}
.social-links {
  font-size: 14px;
}
.social-links .phone-icon {
  margin-right: 36px;
}
.social-links .left-icon {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.social-media {
  display: block;
  float: right;
  margin-top: 10px;
}
.social-media a {
  float: left;
}
.social-media a .left-icon {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 0;
  color: #666;
  border: 1px solid #666;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.social-media a .left-icon::nth-child(1) {
  margin-left: 0;
}
.social-media a.search-icon .left-icon {
  font-size: 18px;
}
.social-media a:hover {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.social-media a:hover.facebook .left-icon {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
.social-media a:hover.twitter .left-icon {
  background: #00aced;
  color: #fff;
  border-color: #00aced;
}
.social-media a:hover.youtube .left-icon {
  background: #b00;
  color: #fff;
  border-color: #b00;
}
.top-bar {
  background: #102b49;
  padding: 0;
  height: 50px;
  color: #fff;
}
.top-bar .social-links {
  padding-top: 10px;
}
.top-bar .email-link {
  font-size: 14px;
  color: #dee2e6;
  padding: 0 24px 0 0;
}
.top-bar .email-link.phone-icon {
  padding: 0 24px 0 24px;
  margin-right: 0;
  border-left: 1px solid #134f93;
}
.top-bar .email-link .left-icon {
  font-size: 24px;
  margin-right: 10px;
  color: #fdb81a;
}
.social-links-icons {
  margin-top: 16px;
}
.social-links-icons .soc-box {
  float: right;
}
.social-links-icons a.soc-icon {
  width: 36px;
  height: 36px;
  color: #dee2e6;
  text-align: center;
  line-height: 36px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.social-links-icons a.soc-icon.facebook {
  background: #3b5998;
  color: #fff;
}
.social-links-icons a.soc-icon.twitter {
  background: #00aced;
  color: #fff;
}
.social-links-icons a.soc-icon.youtube {
  background: #b00;
  color: #fff;
}
.social-links-icons a.apply-btn {
  color: #102b49;
  background: #fdb81a;
  padding: 0 20px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  float: left;
  line-height: 50px;
  margin-left: 20px;
}
.nav-box {
  padding: 19px 0 0 0;
}
.search-icon {
  position: absolute;
  top: 23px;
  right: 15px;
  color: #00544b;
  font-size: 20px;
  display: block;
}
.mobile-search-icon {
  display: none;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.navigation_box {
  display: block;
  position: relative;
  background: rgba(61, 33, 104, 0.5);
  margin: 15px 0 0 0;
}
.navigation_box ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.navigation_box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border: 0;
}
.navigation_box ul li ul {
  background: #fff !important;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.navigation_box ul li ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc !important;
}
.navigation_box ul li ul li:first-child {
  border-top: 0;
}
.navigation_box ul li ul li a {
  font-weight: 400;
  color: #222 !important;
}
.navigation_box ul li ul li ul {
  top: 0;
  right: -100%;
  left: inherit;
}
.navigation_box ul li ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 9px 16px;
  color: #ddd;
}
.navigation_box ul li a {
  background: none;
  color: #00544b !important;
}
.navigation_box ul li a:hover {
  background: #14283d !important;
  color: #fff !important;
}
.navigation_box ul li a.selected {
  background: #fdb81a !important;
  color: #102b49 !important;
}
.navigation_box ul li a.show a {
  background: #fff;
  color: #222 !important;
}
.navigation_box ul li a.show a:hover {
  background: #349c49 !important;
  color: #fff;
}
.navigation_box ul li.open a {
  background: #14283d;
  color: #fff !important;
}
.navigation_box ul li.open a:hover {
  background: #14283d !important;
  color: #fff !important;
}
.navigation_box ul li.open ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #222;
  border: 0;
}
.navigation_box ul li.open ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #444;
}
.navigation_box ul li.open ul li:first-child {
  border-top: 0;
}
.navigation_box ul li.open ul li .dropdown-toggle:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navigation_box ul li.open ul li ul li .dropdown-toggle:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navigation_box ul li.open ul li a {
  color: #222 !important;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
}
.navigation_box ul li.open ul li a:hover {
  background: #102b49 !important;
  color: #fff !important;
}
.navigation_box ul li a {
  font-size: 13px;
  color: #222;
  font-weight: 700;
  padding: 5px 20px;
  display: block;
  line-height: 32px;
  text-transform: uppercase;
}
.navigation_box ul li a.selected {
  background: none;
  color: #d13938;
}
.navigation_box ul li a:hover {
  background: #eee;
  color: #222;
}
.navigation_box ul li.search {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  border: 0;
}
.navigation_box ul li.search .left-icon {
  position: relative;
  top: 5px;
}
.navigation_box ul li.digo-shanti {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  border: 0;
  top: 10px;
}
.navigation_box ul li.digo-shanti a {
  background: #349c49;
  padding: 0 15px 0 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  height: 38px;
  color: #fff !important;
  line-height: 38px;
}
.navigation_box ul li.digo-shanti .left-icon {
  float: left;
  text-align: center;
  position: relative;
  top: 5px;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.navigation_box ul li.digo-shanti .left-icon img {
  width: 20px;
  position: relative;
  top: -1px;
}
.navigation_box ul li.slide-menu {
  position: absolute;
  display: none;
  left: 0;
  border: 0;
}
.navigation_box ul li.slide-menu .left-icon {
  position: relative;
  top: 6px;
  font-size: 23px;
}
.navigation_box.sub-navigation {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  background: none;
}
.navigation_box.sub-navigation ul li a {
  color: #349c49;
  font-size: 16px;
  padding: 10px 14px;
  line-height: 22px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.navigation_box.sub-navigation ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #222;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navigation_box.sub-navigation ul li a:hover {
  background: #fff;
  color: #222;
}
.navigation_box.sub-navigation ul li a:hover:before {
  left: 0;
  right: 0;
}
.navigation_box.sub-navigation ul li a.active-menu:before {
  left: 0;
  width: 100%;
}
.top-nav-box {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}
.top-nav-box .container {
  max-width: 100%;
}
.top-nav-box .navigation_box {
  display: flex;
  background: none;
  margin: 0;
  float: right;
}
.top-nav-box .navigation_box ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-nav-box .navigation_box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border-left: 1px solid #ccc;
  height: 48px;
}
.top-nav-box .navigation_box ul li .left-icon {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.top-nav-box .navigation_box ul li a {
  font-weight: 400;
  color: #222 !important;
  padding: 8px 12px;
}
.top-nav-box .navigation_box ul li ul {
  background: #ddd;
}
.top-nav-box .navigation_box ul li ul li {
  height: auto;
}
.top-nav-box .navigation_box ul li ul li a {
  background: #ddd;
  padding: 9px 16px;
}
.top-nav-box .navigation_box ul li.open a {
  background: #e0e0e0 !important;
  color: #222 !important;
}
.top-nav-box .navigation_box ul li.open ul li a {
  background: #ddd !important;
  padding: 9px 16px;
}
.top-nav-box .navigation_box ul li.open ul li a:hover {
  background: #333 !important;
  color: #fff;
}
.top-nav-box .navigation_box ul li a {
  color: #fff !important;
  font-size: 14px;
  padding: 8px 15px;
  background: none;
}
.top-nav-box .navigation_box ul li a:hover {
  background: #222;
  color: #fff;
}
.top-nav-box .navigation_box ul li a.active-nav {
  background: #222;
  color: #fff;
}
.top-nav-box .navigation_box ul li.live-notificaion .notifications {
  position: relative;
}
.top-nav-box
  .navigation_box
  ul
  li.live-notificaion
  .notifications
  .notification-counter {
  position: absolute;
  top: -10px;
  right: -5px;
  background: #d13938;
  color: #fff;
  min-width: 24px;
  padding: 0 5px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.top-nav-box .navigation_box ul li.live-notificaion a {
  margin-left: 10px;
}
.top-nav-box .navigation_box ul li.slide-menu {
  display: none;
  position: relative;
}
.top-nav-box .navigation_box ul li.slide-menu .left-icon {
  margin: 0;
}
.top-nav-box .navigation_box ul li.slide-menu a {
  text-align: center;
}
.top-nav-box .navigation_box ul ul li ul {
  top: 0;
  right: -100%;
  left: inherit;
}
.top-nav-box .navigation_box ul ul li a {
  color: #888;
  font-size: 14px !important;
}
.top-nav-box .calendar-box {
  text-align: left;
  padding-top: 12px;
}
.top-nav-box .calendar-box .current-date {
  color: #555;
}
.top-nav-box .calendar-box .current-date.current-time {
  margin-right: 0;
}
.main-menu {
  background: rgba(61, 33, 104, 0.5);
  padding: 0;
  border: 0;
  height: 60px;
  position: relative;
  z-index: 2;
}
.dropdown-toggle:after {
  top: 2px;
  position: relative;
}
.mm-menu {
  background: #222 !important;
  opacity: 1;
}
.mm-menu.active {
  opacity: 1;
}
.mm-menu .nav-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}
.mm-menu .search-site {
  display: block !important;
  position: relative;
  float: left;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mm-menu .navigation_box ul li {
  float: left;
  width: 100%;
}
.mm-menu .navigation_box ul li a {
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid #333;
  line-height: 20px;
}
.mm-menu .navigation_box ul li.search {
  display: none;
}
.mm-menu .navigation_box ul li ul {
  display: block;
  background: none;
  position: relative !important;
  top: 0;
  border-radius: 0;
  border: 0;
  border: 0;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-menu .navigation_box ul li ul ul {
  right: 0;
}
.mm-menu .navigation_box ul li.show a {
  background: none;
}
.mm-menu .navigation_box ul li.show a:hover {
  background: #222 !important;
}
.mm-menu .navigation_box.tops {
  background: #e74c3c;
  float: left;
  width: 100%;
}
.mm-menu .navigation_box.tops ul li a {
  background: #e74c3c;
}
.mm-menu .navigation_box.tops ul li a:hover {
  background: #222 !important;
}
.mm-menu .navigation_box.tops ul li.live-btn a {
  background: #ffdb3a;
  color: #222 !important;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 20px;
  margin-left: 18px;
  margin-top: 13px;
  display: table;
  width: auto;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}
.mm-menu .navigation_box.tops ul li.live-btn a:hover {
  background: #ffdb3a !important;
}
.mm-menu .navigation_box.mains {
  background: #222;
  float: left;
  width: 100%;
}
.mm-menu .navigation_box.mains ul li a {
  color: #fff;
}
.mm-menu-open {
  overflow: hidden;
}
.live-tv {
  text-transform: uppercase;
}
.mm-menu-toggle {
  position: relative;
  left: 0;
}
.slide-nav-box ul li.slide-menu {
  display: none;
}
.slide-nav-box ul li.search {
  display: none;
}
.mobile-cat-menu {
  position: fixed;
  top: 60px;
  background: #fff;
  z-index: 98;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.mobile-cat-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
}
.mobile-cat-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  flex: none;
}
.mobile-cat-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 20px;
  line-height: 32px;
  color: #102b49;
}
.mobile-cat-menu ul li a:hover {
  background: #ddd;
  color: #383838;
}
.menu-box .navigation_box ul {
  display: block;
  margin: 0;
  padding: 0;
}
.menu-box .navigation_box ul li {
  display: block;
  float: none;
  border-top: 1px solid #333;
}
.menu-box .navigation_box ul li .dropdown-toggle:after {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: rotate(90);
  -moz-transform: rotate(90);
  -ms-transform: rotate(90);
  -o-transform: rotate(90);
  transform: rotate(90);
}
.menu-box .navigation_box ul li.search {
  display: none;
}
.menu-box .navigation_box ul li.active-menu .menu-up:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu-box .navigation_box ul li a {
  color: #00544b !important;
}
.menu-box .navigation_box ul li a.selected {
  color: #fff !important;
}
.menu-box .navigation_box ul li a:hover {
  color: #fff !important;
}
.menu-box .navigation_box ul li ul {
  position: relative;
  display: none;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu-box .navigation_box ul li ul li a {
  color: #102b49 !important;
}
.menu-box .navigation_box ul li ul li a:hover {
  color: #fff !important;
}
.dropdown-toggle:after {
  content: "\e874";
  font-family: Linearicons-Free;
  font-style: normal;
  border: 0 !important;
  font-size: 12px;
  position: relative;
  line-height: 0;
  top: 3px;
  right: 1px;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.material-modal .modal-content {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.material-modal .modal-header {
  border: 0;
  padding: 30px;
  background: #fff;
}
.material-modal .modal-title {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
}
.material-modal .modal-body {
  padding: 30px;
}
.material-modal .close-button {
  padding: 0;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
  color: #222;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 30px;
  font-size: 30px;
  opacity: 0.8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.material-modal .close-button:hover {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}
.mfp-zoom-out-cur {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  cursor: url(layouts/images/cross.png), auto;
}
.mfp-zoom-out-cur .mfp-bg {
  background: #000;
  opacity: 0.9;
  z-index: 9999;
}
.mfp-zoom-out-cur .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #aaa;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 14px;
}
.mfp-zoom-out-cur img.mfp-img {
  position: relative;
  z-index: 9999;
}
.mfp-zoom-out-cur .mfp-wrap {
  z-index: 9999;
}
.alert-modal h4 {
  font-weight: 700;
}
.login-btn {
  background: #fff;
  padding: 16px 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #111;
  font-size: 16px;
  text-align: center;
  display: table;
  margin: 60px auto 0 auto;
}
.login-btn .right-icon {
  position: relative;
  top: 2px;
}
.modal-content {
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.modal-open .logo-box {
  z-index: 1;
}
.modal-open .fixed-tops {
  z-index: 1;
}
.modal-open .upToScroll {
  z-index: 1;
}
.modal-open .sticky-footer-ad {
  z-index: 1;
}
.modal-open .cd-header.is-visible {
  z-index: 1;
}
.modal-backdrop.show {
  opacity: 1;
}
#search-site .modal-lg {
  max-width: none;
}
#search-site .modal-lg .modal-content {
  background: none;
  position: static;
}
#search-site .modal-body h1 {
  font-size: 38px;
  color: #fff;
  text-align: center;
}
#search-site .modal-header {
  border: 0;
}
#search-site .close {
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#search-site .close:hover {
  background: #fff;
  color: #111;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.live-play-btn {
  cursor: pointer;
  position: fixed;
  background: #ffdb3a;
  top: 50%;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px 0 15px;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  height: 36px;
  right: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center -100%;
  -moz-transform-origin: center -100%;
  -ms-transform-origin: center -100%;
  -o-transform-origin: center -100%;
  transform-origin: center -100%;
  -webkit-box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
}
.live-play-btn .main-lable {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
.live-play-btn .left-icon {
  font-size: 24px;
  position: relative;
  top: 7px;
  margin-left: 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.live-play-btn:hover {
  background: #e74c3c;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.live-player-box,
.slide-nav-box {
  width: 370px;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  z-index: 9999;
  right: -500px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.live-player-box .player-box,
.slide-nav-box .player-box {
  background: #fff;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.live-player-box .provided-by,
.slide-nav-box .provided-by {
  font-size: 14px;
  color: #666;
  padding: 7px 0;
}
.live-player-box .provided-by a,
.slide-nav-box .provided-by a {
  color: #e74c3c;
  text-decoration: underline;
}
.live-player-box .provided-by a:hover,
.slide-nav-box .provided-by a:hover {
  color: #222;
  text-decoration: none;
}
.live-player-box .right-side .live-title,
.slide-nav-box .right-side .live-title {
  text-align: left;
  padding: 0 15px;
  margin-bottom: 0;
}
.live-player-box .right-side .todays,
.slide-nav-box .right-side .todays {
  padding: 20px 30px 30px 30px;
}
.live-fixed {
  margin: 0;
  text-align: left;
}
.live-fixed .view-full {
  border-top: 1px solid #ccc;
}
.live-fixed .on-air-now {
  text-align: center;
  margin-top: 70px;
}
.live-fixed .on-air-now img {
  border: 1px solid #333;
}
.live-fixed .on-air-now .mr-3 {
  margin-right: 0 !important;
}
.live-fixed .on-air-now .main-title,
.live-fixed .on-air-now .subline {
  font-size: 22px;
  line-height: 26px;
  padding: 0 20px;
  display: block;
  margin-bottom: 10px;
}
.live-fixed .right-side {
  height: calc(100vh - 72px);
  overflow: auto;
  padding: 0;
}
.live-fixed .right-side .items {
  margin-top: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}
.live-fixed .right-side .items:nth-child(1) {
  border-top: 0;
}
.live-fixed .item-news {
  text-align: center;
}
.live-fixed .todays .item-news {
  text-align: left;
  margin: 0;
  padding: 15px;
}
.live-fixed .todays .item-news:nth-child(even) {
  background: #eee;
}
.live-fixed .todays .item-news img {
  width: 64px;
  height: 64px;
}
.live-fixed .todays .item-news .start-time {
  margin-top: 3px;
}
.live-fixed .live-close {
  padding: 15px 15px 15px 15px;
  position: relative;
  width: 370px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 98;
  height: 72px;
}
.live-fixed .live-close .main-title,
.live-fixed .live-close .subline {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  text-align: left;
  font-size: 20px;
}
.live-fixed .live-close .main-title .left-icon,
.live-fixed .live-close .subline .left-icon {
  position: relative;
}
.live-fixed .live-close .main-title .left-icon.alarm-icon,
.live-fixed .live-close .subline .left-icon.alarm-icon {
  background: #d13938;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50px;
  margin-right: 5px;
  top: 3px;
}
.live-fixed .live-close .main-title .close-live,
.live-fixed .live-close .subline .close-live {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  color: #222;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.live-fixed .live-close .main-title .close-live:hover,
.live-fixed .live-close .subline .close-live:hover {
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-nav-box {
  width: 250px;
}
.slide-nav-box .slide-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #222;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-nav-box .slide-close:hover {
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-nav-box .live-fixed .main-title,
.slide-nav-box .live-fixed .subline {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 5px 10px;
  text-align: left;
  font-size: 20px;
}
.slide-nav-box .live-fixed .live-close-box {
  padding: 15px 15px 15px 15px;
  position: relative;
  width: 250px;
  height: 72px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 98;
}
.slide-nav-box .live-fixed .right-side {
  height: calc(100vh - 72px);
  overflow: auto;
}
.slide-nav-box .live-fixed .right-side .navigation_box.mains ul {
  display: block;
  position: relative;
}
.slide-nav-box .live-fixed .right-side .navigation_box.mains ul li {
  width: 100%;
}
.menu-toggle,
.menu-close {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 33px;
  position: fixed;
  top: 10px;
  right: 5px;
  color: #222;
  z-index: 9998;
  cursor: pointer;
  display: none;
}
.menu-close {
  background: none;
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff;
}
.close-box {
  background: #5d5d5f;
  position: relative;
  top: 0;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  line-height: 50px;
}
.close-box .main-title,
.close-box .subline {
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0;
  line-height: 50px;
  text-transform: uppercase;
}
.primary-panel {
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  right: -500px;
  padding: 0;
  background: #fff;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.primary-panel .note-box {
  margin: 0;
}
.primary-panel .notification-list {
  height: 100vh;
  height: calc(100vh - 53px);
  overflow: auto;
  padding: 0;
  width: 100%;
}
.primary-panel .notification-list .item-news:nth-child(even) {
  background: #e4e1e1;
}
.primary-panel .notification-list a {
  display: inherit;
  width: 100%;
  padding: 10px 10px 5px 10px;
}
.primary-panel .notification-list .main-title,
.primary-panel .notification-list .subline {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.primary-panel .notification-list .time-stamp {
  display: block;
  color: #8a8a8a;
  font-size: 10px;
}
.primary-panel .notification-close {
  padding: 2px 15px 0 15px;
  position: relative;
  width: 370px;
  background: #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 98;
  height: 53px;
}
.primary-panel .notification-close .main-title,
.primary-panel .notification-close .subline {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  color: #383838;
  text-align: left;
  font-size: 14px;
}
.primary-panel .notification-close .main-title .left-icon,
.primary-panel .notification-close .subline .left-icon {
  position: relative;
}
.primary-panel .notification-close .main-title .left-icon.alarm-icon,
.primary-panel .notification-close .subline .left-icon.alarm-icon {
  background: #d13938;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50px;
  margin-right: 5px;
  top: 1px;
}
.primary-panel .notification-close .main-title .noti-close,
.primary-panel .notification-close .subline .noti-close {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 18px;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #383838;
  line-height: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.primary-panel .notification-close .main-title .noti-close:hover,
.primary-panel .notification-close .subline .noti-close:hover {
  background: #666;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.overflow-hide {
  overflow: hidden;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.overflow-hide .fixed-tops {
  z-index: 1;
}
.mask-box {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.96;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.overflow-hide .mask-box {
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: visible;
  opacity: 1;
}
.close-box {
  position: relative;
  top: 0;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  line-height: 50px;
}
.menu-box {
  height: calc(100% - 50px);
  overflow: auto;
}
.mfp-zoom-out-cur .menu-toggle,
.mfp-zoom-out-cur .menu-close {
  z-index: 9998;
}
.modal-open .menu-toggle,
.modal-open .menu-close {
  z-index: 98;
}
.modalbox .modal_content a.close_btn {
  padding: 0;
}
.modalbox.modal-open {
  display: block;
}
.modalbox figure {
  display: table;
  margin: 0 auto;
  position: relative;
}
.modalbox .imagebox .close_btn {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 38px;
  text-align: center;
  position: absolute;
  padding: 0;
  top: -15px;
  right: -20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.modalbox .imagebox .close-box {
  background: none;
  line-height: 24px;
}
.mfp-close {
  color: #fff !important;
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  border: 1px solid #fff !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  border-radius: 50px;
  font-size: 22px;
  text-align: center !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.slide-box {
  float: left;
  width: 100%;
  position: relative;
  background: #383838;
}
.slide-box .overlay-box {
  background: rgba(2, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slide-box img {
  height: auto;
  width: 100%;
}
.slide-box .owl-item.active .captionbox {
  -webkit-animation: fadeInUp 500ms linear 500ms both;
  -moz-animation: fadeInUp 500ms linear 500ms both;
  -ms-animation: fadeInUp 500ms linear 500ms both;
  -o-animation: fadeInUp 500ms linear 500ms both;
  animation: fadeInUp 500ms linear 500ms both;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slide-box .captionbox {
  padding: 0;
  position: absolute;
  bottom: 30px;
  font-size: 19px;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slide-box .captionbox .container {
  max-width: 1170px;
  display: flex;
  margin: 0 auto;
}
.slide-box .captionbox .maintitle {
  color: #fff;
  display: block;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-right: 0;
  padding: 0;
  text-align: left;
  text-shadow: 0 1px 1px #333;
  max-width: 1170px;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.slide-box .captionbox .maintitle .more-link {
  display: table;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide-box .captionbox .maintitle:hover .more-link {
  background: #fdb81a;
  color: #383838;
  text-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mainslider .item {
  position: relative;
}
.mainslider .caption-box {
  position: absolute;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 15%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 15%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.09) 15%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
.mainslider .owl-item {
  display: block;
}
.mainslider.owl-loaded .owl-item {
  display: block;
}
.mainslider.owl-loaded .owl-item .item {
  display: block;
}
.icon-right {
  font-size: 22px;
  top: 2px;
  position: relative;
  margin-left: 6px;
}
.student-slide-box .owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.student-slide-box .owl-theme .owl-dots {
  bottom: 0;
  top: inherit;
  position: relative !important;
  margin-top: 30px !important;
}
.student-slide-box .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ededed;
}
.student-slide-box .owl-dot.active span {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.partner-box .owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.partner-box .owl-theme .owl-dots {
  bottom: 0;
  top: inherit;
  position: relative !important;
  margin-top: 30px !important;
}
.partner-box .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ededed;
}
.partner-box .owl-dot.active span {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.search-section,
.slide-section {
  background: #111;
  height: 100vh;
}
.slide-section {
  background: #fff;
  padding: 0;
}
.featured-college.side-highlight {
  border: 1px solid #ddd;
}
.featured-college.side-highlight .items {
  padding: 0;
  width: 100%;
}
.featured-college.side-highlight .items a {
  border: 0;
}
.featured-college.side-highlight .items a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.featured-college.side-highlight .items img {
  width: auto;
}
.featured-college .owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.featured-college .owl-theme .owl-dots {
  bottom: 0;
  top: inherit;
  position: absolute;
  margin-top: 0;
}
.featured-college .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ededed;
}
.featured-college .owl-dot.active span {
  background: #111 !important;
  width: 10px !important;
  height: 10px !important;
}
.help-slider .items {
  padding: 0;
  width: 100%;
}
.help-slider .items a {
  border: 0 !important;
}
.help-slider .items a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.help-slider .items img {
  width: auto;
}
.owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.owl-theme .owl-dots {
  bottom: 0;
  top: inherit;
  position: absolute;
  margin-top: 0;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #666;
}
.owl-dot.active span {
  background: #111 !important;
  width: 10px !important;
  height: 10px !important;
}
.patra-patrika {
  margin-bottom: 20px;
}
.patra-patrika .news-break {
  padding: 0 30px 30px 30px;
}
.patra-patrika .paper-box .paper-slider .paper-item,
.patra-patrika .paper-box .pradesh-slider .paper-item,
.patra-patrika .paper-box .photo-viewer .paper-item {
  text-align: left;
  display: none;
}
.patra-patrika .paper-box .paper-slider .paper-item .broadsheet-name,
.patra-patrika .paper-box .pradesh-slider .paper-item .broadsheet-name,
.patra-patrika .paper-box .photo-viewer .paper-item .broadsheet-name {
  font-size: 14px;
  color: #777;
  display: block;
}
.patra-patrika .paper-box .paper-slider .paper-item img,
.patra-patrika .paper-box .pradesh-slider .paper-item img,
.patra-patrika .paper-box .photo-viewer .paper-item img {
  object-fit: cover;
}
.patra-patrika .paper-box .paper-slider .paper-item .main-title,
.patra-patrika .paper-box .pradesh-slider .paper-item .main-title,
.patra-patrika .paper-box .photo-viewer .paper-item .main-title,
.patra-patrika .paper-box .paper-slider .paper-item .subline,
.patra-patrika .paper-box .pradesh-slider .paper-item .subline,
.patra-patrika .paper-box .photo-viewer .paper-item .subline {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #222;
}
.patra-patrika .paper-box .paper-slider .owl-item,
.patra-patrika .paper-box .pradesh-slider .owl-item,
.patra-patrika .paper-box .photo-viewer .owl-item {
  display: none;
}
.patra-patrika .paper-box .paper-slider.owl-loaded .owl-item,
.patra-patrika .paper-box .owl-loaded.pradesh-slider .owl-item,
.patra-patrika .paper-box .owl-loaded.photo-viewer .owl-item {
  display: block;
}
.patra-patrika .paper-box .paper-slider.owl-loaded .owl-item .paper-item,
.patra-patrika .paper-box .owl-loaded.pradesh-slider .owl-item .paper-item,
.patra-patrika .paper-box .owl-loaded.photo-viewer .owl-item .paper-item {
  display: flex;
}
.patra-patrika .paper-box .pradesh-slider .paper-item {
  display: block !important;
}
.patra-patrika .paper-box .pradesh-slider .paper-item img {
  height: 240px;
  object-fit: cover;
  margin-top: 0;
}
.patra-patrika .paper-box .pradesh-slider .paper-item .broadsheet-name {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: #4c4c4e;
  padding: 10px 20px;
}
.patra-patrika .paper-box .pradesh-slider .paper-item .broadsheet-name a {
  color: #fff;
}
.patra-patrika .paper-box .pradesh-slider .paper-item .broadsheet-name a:hover {
  text-decoration: underline;
}
.patra-patrika
  .paper-box
  .pradesh-slider
  .paper-item
  .broadsheet-name
  .main-title,
.patra-patrika
  .paper-box
  .pradesh-slider
  .paper-item
  .broadsheet-name
  .subline {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.owl-theme .owl-controls {
  height: auto;
}
.owl-theme .owl-dots {
  position: relative;
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #102b49 !important;
}
.photo-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.photo-slider .active.center .item-news {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.photo-slider .active.center .item-news .overlay-title {
  opacity: 1;
}
.photo-slider .active.center .item-news .main-title,
.photo-slider .active.center .item-news .subline {
  opacity: 1 !important;
}
.photo-slider .active.center .item-news figure:before {
  background: rgba(0, 0, 0, 0.2);
}
.photo-slider .active.center .item-news img {
  height: 366px;
}
.photo-slider .item-news {
  display: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  flex: 0 0 100%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.photo-slider .item-news img {
  height: 246px;
}
.photo-slider .item-news a {
  width: 100%;
}
.photo-slider .item-news a:hover .main-title,
.photo-slider .item-news a:hover .subline {
  color: #fff;
}
.photo-slider .item-news .overlay-title {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: none;
}
.photo-slider .item-news .main-title,
.photo-slider .item-news .subline {
  background: none;
}
.photo-slider .item-news .cat-dec .cat-name {
  color: #fff;
}
.photo-slider .item-news .cat-dec .cat-name:before {
  margin-right: 10px;
}
.photo-slider .item-news figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.photo-slider .owl-item {
  display: none;
}
.photo-slider.owl-loaded .owl-item {
  display: block;
}
.photo-slider.owl-loaded .owl-item .item-news {
  display: flex;
}
.photo-viewer .paper-item .main-title,
.photo-viewer .paper-item .subline {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.section.hero-slide {
  margin-top: 0;
  z-index: 1;
  position: relative;
}
.news-slider {
  margin-top: 30px;
}
.news-slider .news-item {
  text-align: left;
  display: none;
}
.news-slider .news-item img {
  height: 250px;
  object-fit: cover;
}
.news-slider .news-item .dates {
  font-size: 12px;
  color: #666;
  display: block;
  margin: 15px 0;
  line-height: 18px;
}
.news-slider .news-item .main-title,
.news-slider .news-item .subline {
  color: #383838;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.news-slider .news-item a:hover .main-title,
.news-slider .news-item a:hover .subline {
  color: #349c49;
}
.news-slider .owl-item {
  display: none;
}
.news-slider.owl-loaded .owl-item {
  display: block;
}
.news-slider.owl-loaded .owl-item .news-item {
  display: block;
}
.testimonial-slider .item {
  display: none;
}
.testimonial-slider .owl-item {
  display: none;
}
.testimonial-slider.owl-loaded .owl-item {
  display: block;
}
.testimonial-slider.owl-loaded .owl-item .item {
  display: block;
  flex-wrap: wrap;
}
.owl-prev {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 10px !important;
  text-align: center;
  line-height: 35px;
  margin: 0 !important;
  font-size: 13px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #383838 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-prev:hover {
  background: #fff !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 10px !important;
  text-align: center;
  line-height: 35px;
  margin: 0 !important;
  font-size: 13px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #383838 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-next:hover {
  background: #fff !important;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.owl-dots {
  bottom: 40px;
  top: inherit;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc !important;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin: 0 3px;
}
.owl-dot.active span {
  background: #666 !important;
  width: 10px !important;
  height: 10px !important;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
a {
  color: #222;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline;
}
a:hover {
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:visited,
a:acitve {
  text-decoration: none;
}
a:active {
  color: #222;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a img,
img {
  border: 0;
}
p {
  padding: 10px 0;
}
object {
  outline: 0;
  border: 0;
  float: left;
}
button:focus {
  outline: 0;
}
* {
  outline: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination {
  margin: 0px;
  display: inline-block;
  width: 100%;
  padding: 10px 0 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}
.pagination a {
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 15px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.pagination a:hover {
  color: #888;
  background: none;
}
.pagination .current {
  background: #fdb81a;
  text-decoration: none;
  color: #102b49;
  padding: 0 10px;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.section {
  display: block;
  width: 100%;
}
#content {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  overflow: auto;
  background: #fff;
}
.modalbox .modal_content {
  width: 100%;
  text-align: center;
  display: table;
  height: 100vh;
}
.modalbox .modal_content .imagebox {
  max-width: 94%;
  margin: 0 auto;
  display: table-cell;
  padding: 3%;
  position: relative;
  vertical-align: middle;
}
.modalbox .modal_content .imagebox img {
  max-width: 100%;
  height: auto;
}
.modalbox .modal_content .imagebox .logobox img {
  max-width: 250px;
}
.modalbox .modal_content a.close_btn {
  background: #d13938;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: arial, sans-serif;
}
.modalbox .modal_content a.close_btn:hover {
  background: #222;
}
.logobox {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.close-box .arrows {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
@media (max-width: 240px) {
  .modalbox .modal_content .imagebox img {
    max-width: 100%;
  }
  .logobox img {
    max-width: 180px;
  }
}
.container {
  max-width: 1170px;
  padding: 0;
}
.menu-toggle,
.menu-close,
.menu-close,
.menu-close {
  display: block;
  font-size: 22px;
}
.menu-box .navigation_box {
  margin-top: 0;
}
.menu-box .navigation_box ul li:nth-child(1) {
  border-top: 0;
}
.menu-box .social-media .main-title,
.menu-box .social-media .subline {
  margin: 10px 0 20px 0;
}
.menu-toggle,
.menu-close {
  display: none;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.editor-box {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.editor-box .featured-image img {
  margin-top: 0;
}
.editor-box table a {
  text-decoration: none;
}
.editor-box .align-center,
.editor-box img.align-none {
  display: table;
  margin: 0 auto;
}
.editor-box .align-center img,
.editor-box img.align-none img {
  float: none;
  display: table;
  margin: 0 auto 5px auto;
}
.editor-box img {
  display: block;
  height: auto !important;
}
.editor-box img.align-left {
  float: left;
  margin-right: 30px;
  margin-top: 15px;
}
.editor-box img.align-right {
  float: right;
  margin-left: 30px;
  margin-top: 15px;
}
.editor-box img.align-center,
.editor-box img.align-none {
  margin: 30px auto;
  text-align: center;
  display: block;
  float: none;
  clear: both;
}
.editor-box figure img {
  margin: 0;
}
.editor-box figure img.pull-img-left {
  margin-bottom: 0 !important;
}
.editor-box figure.align-left {
  float: left;
  margin: 0 30px 10px 0;
}
.editor-box figure.align-right {
  float: right;
  margin: 0 0 10px 30px;
}
.editor-box figure.align-center {
  text-align: center;
  display: table;
  margin: 30px auto 10px auto;
  float: none;
}
.editor-box figure.align-none {
  text-align: center;
  display: table;
  margin: 30px auto;
  float: none;
}
.editor-box figure.image {
  float: left;
  margin: 0 30px 10px 0;
}
.editor-box figure.align-none {
  text-align: center;
  display: table;
  margin: 30px auto;
  float: none;
}
.editor-box figure.image-style-align-left {
  float: left;
  margin: 0 30px 10px 0;
}
.editor-box figure.image-style-align-right {
  float: right;
  margin: 0 0 10px 30px;
}
.editor-box figure.image-style-align-center {
  text-align: center;
  display: table;
  margin: 10px auto 10px auto;
  float: none;
}
.editor-box ul {
  margin: 0 0 15px 20px;
  list-style-position: inside;
  text-indent: -1.5em;
}
.editor-box ul li {
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 10px;
  transform: translateX(1.4em);
  margin-right: 1.4em;
}
.editor-box ul li h1,
.editor-box ul li h2,
.editor-box ul li h3,
.editor-box ul li h4,
.editor-box ul li h5,
.editor-box ul li h6 {
  display: inline;
}
.editor-box ol {
  margin: 0 0 10px 7px;
  list-style-position: inside;
  list-style-position: inside;
  text-indent: 0.5em;
}
.editor-box ol li {
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 10px;
  transform: translateX(1.4em);
  margin-right: 1.4em;
  list-style: decimal;
}
.editor-box ul {
  margin: 0 0 15px 20px;
  list-style-position: inside;
  text-indent: -1.5em;
}
.editor-box ul li {
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 10px;
  transform: translateX(1.4em);
  margin-right: 1.4em;
}
.editor-box ul li h1,
.editor-box ul li h2,
.editor-box ul li h3,
.editor-box ul li h4,
.editor-box ul li h5,
.editor-box ul li h6 {
  display: inline;
}
.editor-box ol {
  margin: 0 0 10px 7px;
  list-style-position: inside;
  text-indent: 0.5em;
}
.editor-box ol li {
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 10px;
  transform: translateX(1.4em);
  margin-right: 1.4em;
  list-style: decimal;
  text-indent: 2px;
}
.editor-box ol li h1,
.editor-box ol li h2,
.editor-box ol li h3,
.editor-box ol li h4,
.editor-box ol li h5,
.editor-box ol li h6 {
  display: inline;
}
.editor-box a {
  color: #102b49;
}
.editor-box a:hover {
  text-decoration: underline;
}
.editor-box em,
.editor-box i {
  font-style: italic;
}
.editor-box strong,
.editor-box b {
  font-weight: 700;
}
.editor-box h1 {
  color: #222;
  font-weight: 700;
  margin: 10px 0 10px 0;
  font-size: 28px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
}
.editor-box h2 {
  color: #222;
  font-weight: 700;
  margin: 10px 0 10px 0;
  font-size: 17px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
}
.editor-box h3 {
  color: #222;
  font-weight: 700;
  margin: 10px 0 10px 0;
  font-size: 18px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}
.editor-box h4 {
  color: #222;
  font-weight: 700;
  margin: 10px 0 10px 0;
  font-size: 17px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}
.editor-box h5 {
  color: #222;
  font-weight: 700;
  margin: 10px 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}
.editor-box h6 {
  color: #222;
  font-weight: 700;
  margin: 10px 0 10px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}
.editor-box blockquote {
  padding: 0;
  color: #102b49;
  font-size: 20px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
  padding: 30px 50px 30px 70px;
  margin: 10px 30px 30px 0;
  max-width: 400px;
  float: left;
  position: relative;
}
.editor-box blockquote:before {
  content: "";
  background: #fff url(../images/quote-open.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
}
.editor-box blockquote:after {
  content: "";
  background: #fff url(../images/quote-close.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
  width: 48px;
  height: 48px;
}
.editor-box img {
  margin-bottom: 30px;
  max-width: 100%;
}
.editor-box iframe {
  max-width: 100%;
}
.editor-box p {
  padding: 0 0 20px 0;
}
.editor-box figcaption {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 15px;
}
.editor-box figcaption span {
  float: right;
}
.editor-box .embed-responsive {
  margin: 30px 0;
}
.editor-box .wp-caption {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
.editor-box .wp-caption img {
  max-width: 100%;
}
.editor-box .wp-caption.alignleft {
  float: left;
  margin-right: 30px;
}
.editor-box .wp-caption.alignleft img {
  margin: 0;
}
.editor-box .wp-caption.alignright {
  float: right;
  margin-left: 30px;
}
.editor-box .wp-caption.alignright img {
  margin: 0;
}
.editor-box .wp-caption.aligncenter,
.editor-box .wp-caption.alignnone {
  margin: 30px auto;
  text-align: center;
}
.editor-box .wp-caption.aligncenter img,
.editor-box .wp-caption.alignnone img {
  margin: 0;
}
.editor-box .wp-caption .wp-caption-text {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  line-height: 18px;
  display: block;
  margin: 15px 0;
}
.editor-box.sitemap .navigation_box {
  background: none;
}
.editor-box.sitemap .navbar-nav {
  margin: 0;
}
.editor-box.sitemap .navbar-nav > li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
.editor-box.sitemap .navbar-nav > li > a {
  color: #222;
  text-decoration: none;
}
.editor-box.sitemap .navbar-nav > li > a:hover,
.editor-box.sitemap .navbar-nav > .open > a,
.editor-box.sitemap .navbar-nav > .open > a:hover {
  color: #333 !important;
  background: #fff !important;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu {
  display: block !important;
  height: auto !important;
  position: relative;
  box-shadow: none;
  border: 0;
  margin: 0 !important;
  width: 100%;
  padding: 0;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu,
.editor-box.sitemap .dropdown-submenu > .dropdown-menu {
  position: relative;
  display: block;
  left: 0;
  border: 0;
  box-shadow: none;
  background: none !important;
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.editor-box.sitemap .dropdown-menu > li > a {
  background: none !important;
  color: #222;
  padding-left: 0;
  border: 0 !important;
  text-decoration: none;
}
.editor-box.sitemap .dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li {
  margin-left: 0;
  padding-left: 30px;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li a {
  color: #666;
  font-weight: 400;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li a:hover {
  color: #333 !important;
}
.editor-box .media-left {
  padding-right: 30px;
}
.editor-box .media-left img {
  max-width: none;
  margin-top: 0;
}
.inner-content {
  background: #fff;
  padding-top: 20px;
  margin-top: 21px;
}
.content-box {
  padding-left: 15px;
  padding-top: 10px;
}
.right-side-bar {
  padding-right: 22px;
  padding-top: 10px;
}
.left-side .sifaris .items:nth-child(1) {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.left-side .sifaris .items:nth-child(2) {
  border-top: 1px solid #ddd !important;
}
.left-side .sifaris .items .main-title,
.left-side .sifaris .items .subline {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.left-side .sifaris h1 {
  font-size: 20px;
  color: #267163;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid #337ab7;
}
.detail-featured-box .editor-box img {
  max-width: 100% !important;
  width: 100%;
}
.left-side .full-ad {
  margin-top: 30px;
}
.left-side .full-ad:nth-child(3) {
  margin-top: 60px;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.radio,
.radio .checkbox {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
}
.radio.first,
.radio .first.checkbox {
  margin-left: 0;
}
.radio label,
.radio .checkbox label {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  padding-left: 25px;
}
.radio label .circle,
.radio label .check {
  border: 1px solid rgba(0, 0, 0, 0.54);
  height: 15px;
  width: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.radio label span,
.radio .checkbox label span {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  transition-duration: 0.2s;
}
.radio label .check {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #9c27b0;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.radio input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  margin-top: 2px;
}
.radio input[type="radio"]:checked ~ .check,
.radio .checkbox input[type="radio"]:checked ~ .check {
  background-color: #9c27b0;
}
.radio input[type="radio"]:checked ~ .check,
.radio .checkbox input[type="radio"]:checked ~ .check {
  -webkit-transform: scale3d(0.65, 0.65, 1);
  -moz-transform: scale3d(0.65, 0.65, 1);
  -o-transform: scale3d(0.65, 0.65, 1);
  -ms-transform: scale3d(0.65, 0.65, 1);
  transform: scale3d(0.65, 0.65, 1);
}
.radio label .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.radio label span,
.radio .checkbox label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  transition-duration: 0.2s;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 1px;
  padding-right: 5px;
  display: inline-block;
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  -moz-transform: scale3d(2.3, 2.3, 1);
  -o-transform: scale3d(2.3, 2.3, 1);
  -ms-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox input[type="checkbox"]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -moz-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  -ms-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}
.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background: #fff;
}
.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  height: 0;
  background: red;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0,
    0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -moz-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  -ms-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before {
  color: #ffffff;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
    -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -moz-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  -ms-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
      -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
      -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px,
      -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.checkbox label {
  padding-left: 10px;
}
.radio .media {
  overflow: visible;
}
.radio .radio-box {
  position: relative;
}
.radio .media-left {
  padding-right: 15px;
}
.radio .media-heading {
  position: relative;
  color: #fff;
  margin: 5px 0 0 0;
  left: 0;
  top: 0;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.radio .radio-box {
  width: 40px;
  left: 0;
  top: 10px;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.radio .circle,
.radio .check {
  left: 11px;
  top: 11px;
}
.check-options .checkbox {
  margin-top: 0;
  padding-left: 0;
}
.check-options .checkbox label {
  padding-left: 0;
  color: #12498c;
}
.main-form.area-search-form {
  padding: 0;
  margin-bottom: 0;
  line-height: normal;
}
.main-form.area-search-form .rounded-btn {
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.main-form.area-search-form .textfield,
.main-form.area-search-form .feedback .textarea,
.feedback .main-form.area-search-form .textarea,
.main-form.area-search-form .quick-search .textarea,
.quick-search .main-form.area-search-form .textarea,
.main-form.area-search-form .feedback .select,
.feedback .main-form.area-search-form .select,
.main-form.area-search-form .quick-search .select,
.quick-search .main-form.area-search-form .select,
.main-form.area-search-form .get-news-alert .newsletter-btn,
.get-news-alert .main-form.area-search-form .newsletter-btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-form.area-search-form .select {
  line-height: 24px;
}
.main-form .file-upload {
  position: relative;
  padding: 0;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px 0 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 30px;
  display: table;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-form .file-upload input[type="file"] {
  opacity: 0;
  display: inline-block;
  width: 100%;
  padding: 5px 20px !important;
  margin: 0 !important;
}
.main-form .file-upload:before {
  content: "Upload File";
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 7px;
  background: #fff;
  padding: 2px 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 18px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-form .file-upload:hover:before {
  background: #fff;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.search-block {
  height: 100vh;
}
.search-block .search-box {
  text-align: center;
}
.search-block h1 {
  font-size: 42px;
  line-height: 52px;
  color: #aaa;
  font-weight: 400;
  padding: 0 20%;
}
.search-block h2 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.search-block h2 a {
  color: #fff;
}
.search-block h2 a:hover {
  color: #fff;
}
.search-block form {
  width: 80%;
  margin: 30px auto;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 60px;
}
.search-block .textfield,
.search-block .feedback .textarea,
.feedback .search-block .textarea,
.search-block .quick-search .textarea,
.quick-search .search-block .textarea,
.search-block .feedback .select,
.feedback .search-block .select,
.search-block .quick-search .select,
.quick-search .search-block .select,
.search-block .get-news-alert .newsletter-btn,
.get-news-alert .search-block .newsletter-btn {
  float: left;
  width: 80%;
  border: 0;
  font-size: 16px;
  padding-left: 30px;
  height: 60px;
  background: none;
}
.search-block .search-btn {
  position: absolute;
  background: #fff;
  width: 70px;
  height: 60px;
  top: 0;
  right: 0;
  line-height: 73px;
  text-align: center;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  font-size: 24px;
}
.contact-form .main-title,
.contact-form .subline {
  margin-bottom: 15px !important;
}
.feedback,
.feedback fieldset,
.quick-search {
  margin: 30px 0 0 0;
  padding: 0;
}
.form-groups {
  margin-bottom: 40px;
  padding: 5px;
  background: #eee;
}
.form-groups.recaptcha {
  background: none;
  margin-bottom: 10px;
}
.feedback fieldset,
.feedback fieldset fieldset,
.quick-search fieldset {
  margin: 0;
}
.feedback .textfield,
.quick-search .textfield,
.feedback .textarea,
.quick-search .textarea,
.feedback .select,
.quick-search .select,
.feedback .get-news-alert .newsletter-btn,
.get-news-alert .feedback .newsletter-btn,
.quick-search .get-news-alert .newsletter-btn,
.get-news-alert .quick-search .newsletter-btn {
  border: 0;
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  position: relative;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border: 0;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  color: #222;
  line-height: 20px;
}
.feedback .textarea,
.quick-search .textarea {
  height: 200px;
  color: #fff;
}
.feedback .select,
.quick-search .select {
  font-size: 14px;
}
.feedback .select,
.quick-search .select {
  padding-left: 0;
  color: #aaa;
  border-bottom: 1px solid #d2d2d2;
}
.feedback .select option,
.quick-search .select option {
  font-family: "Source Sans Pro";
  color: #ccc;
}
.contact-title,
.contact-name {
  font-size: 14px;
  display: block;
  margin: 0 0 30px 0;
}
.contact-name {
  font-size: 18px;
  color: #111;
  margin: 0;
}
.contact-address {
  margin-top: 30px;
}
.contact-address .address-info {
  font-size: 14px;
  display: block;
  border-top: 1px solid #ddd;
  padding: 30px 0;
  line-height: 22px;
}
.contact-address .first {
  border-top: 0;
  padding-top: 10px;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
.label {
  color: #111;
  font-size: 16px;
  position: absolute;
  left: 25px;
  font-weight: normal;
  top: 5px;
  padding: 7px 0 0 13px;
  pointer-events: none;
  color: #aaaaaa;
  transition: all 200ms;
}
.submit .right-icon {
  font-size: 18px;
  margin-left: 15px;
}
.focused .textfield,
.focused .feedback .textarea,
.feedback .focused .textarea,
.focused .quick-search .textarea,
.quick-search .focused .textarea,
.focused .feedback .select,
.feedback .focused .select,
.focused .quick-search .select,
.quick-search .focused .select,
.focused .get-news-alert .newsletter-btn,
.get-news-alert .focused .newsletter-btn {
  position: relative;
  transition-duration: 0.3s;
}
.focused label {
  position: absolute;
  top: -30px;
  font-size: 12px;
  left: 25px;
}
.search-college.search-block {
  height: auto;
}
.search-college .show-filter {
  display: flex !important;
}
.search-college form {
  background: none;
  height: auto;
  width: 100%;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.search-college .filter-box,
.search-college .form-groups {
  background: #fff;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 60px;
  border: 0;
  display: table;
  width: 100%;
  padding-left: 140px;
}
.search-college .search-btn {
  background: #111;
  color: #fff;
}
.search-college .college-search {
  width: 90%;
}
.search-college .filter-option {
  position: absolute;
  left: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #ddd;
  padding: 0 15px 0 30px;
  height: 60px;
  line-height: 60px;
  color: #111;
  text-transform: uppercase;
}
.search-college .filter-option .right-icon {
  font-size: 16px;
  margin-left: 15px;
  color: #979696;
}
.search-college .form-groups {
  padding: 0 15px 0 30px;
  display: block;
}
.search-college .form-groups .select {
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  color: #767676;
  border: 0;
  background: transparent url("../images/down.png") no-repeat 94% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
}
.search-college .filters {
  margin: 0;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: none;
}
.search-college .search-now {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.search-data,
.search-filters {
  float: left;
  width: 160px;
  background: #eee;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-left: 15px;
  padding: 2px 18px;
  position: relative;
}
.search-data .textfield,
.search-filters .textfield,
.search-data .feedback .textarea,
.feedback .search-data .textarea,
.search-filters .feedback .textarea,
.feedback .search-filters .textarea,
.search-data .quick-search .textarea,
.quick-search .search-data .textarea,
.search-filters .quick-search .textarea,
.quick-search .search-filters .textarea,
.search-data .feedback .select,
.feedback .search-data .select,
.search-filters .feedback .select,
.feedback .search-filters .select,
.search-data .quick-search .select,
.quick-search .search-data .select,
.search-filters .quick-search .select,
.quick-search .search-filters .select,
.search-data .get-news-alert .newsletter-btn,
.get-news-alert .search-data .newsletter-btn,
.search-filters .get-news-alert .newsletter-btn,
.get-news-alert .search-filters .newsletter-btn {
  background: #eee;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 90%;
}
.search-data .search-btn,
.search-filters .search-btn {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 12px;
}
.search-filter {
  margin-top: -7px;
}
.search-filters {
  padding-right: 10px;
}
.search-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  color: #666;
  border: 0;
  padding-right: 0;
  background: #eee url(../images/down.png) no-repeat 96% 50%;
  background-size: 13px;
  float: left;
  width: 100%;
}
.search-filters .form-groups {
  padding: 0;
  border: 0;
}
.student-college-search {
  margin-bottom: 40px;
}
.student-college-search.search-college .form-groups {
  background: #f2ecec;
  padding-left: 22px;
}
.student-college-search.search-college .filter-option {
  background: #f2ecec;
  padding-left: 40px;
}
.student-college-search.search-college .college-search {
  background: #f8f7f7;
  width: 90%;
}
.student-college-search.search-college .search-now {
  width: 100%;
  margin: 0 !important;
  display: table;
  max-width: none;
}
.upload-box .modal-header {
  background: #fff;
  border-radius: 0 !important;
  border: 0 !important;
}
.upload-box .modal-header .modal-title {
  font-size: 20px;
  color: #111;
  border: 0;
  font-weight: 500;
  text-align: center;
  display: table;
  width: 100%;
}
.upload-box .modal-header .dismiss-btn {
  position: absolute;
  opacity: 1;
  right: -20px;
  top: -20px;
  margin: 0;
  padding: 0;
  z-index: 98;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: #111;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.upload-box .modal-header .dismiss-btn:hover {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.upload-box .upload-form .label {
  position: relative;
  top: 0;
  left: 0;
  color: #111;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}
.upload-box .upload-form .textfield,
.upload-box .upload-form .feedback .textarea,
.feedback .upload-box .upload-form .textarea,
.upload-box .upload-form .quick-search .textarea,
.quick-search .upload-box .upload-form .textarea,
.upload-box .upload-form .feedback .select,
.feedback .upload-box .upload-form .select,
.upload-box .upload-form .quick-search .select,
.quick-search .upload-box .upload-form .select,
.upload-box .upload-form .get-news-alert .newsletter-btn,
.get-news-alert .upload-box .upload-form .newsletter-btn {
  padding: 5px 10px;
  display: block;
  color: #111;
  font-size: 14px;
  border: 1px solid #ddd;
  width: 100%;
}
.upload-box .upload-form .textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 300px;
  font-size: 14px;
  padding: 5px 10px;
}
.upload-box .upload-form .select {
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  height: 38px;
  color: #767676;
  border: 1px solid #ddd;
  background: transparent url(../images/down.png) no-repeat 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.upload-box .upload-form .form-group {
  margin-bottom: 1.5em;
}
#payment-form .modal-lg {
  max-width: 870px;
}
#payment-form .payment-info {
  background: #666666;
  padding: 40px;
  color: #f3f3f3;
}
#payment-form .payment-info .main-title,
#payment-form .payment-info .subline {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  display: block;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
#payment-form .payment-info .media .left-icon {
  font-size: 30px;
}
#payment-form .payment-info .media .main-title,
#payment-form .payment-info .media .subline {
  font-size: 18px;
  line-height: 24px;
  color: #f3f3f3;
  font-weight: 400;
  letter-spacing: normal;
}
#payment-form .payment-form {
  background: #fff;
}
#payment-form form {
  padding: 40px 0;
}
#payment-form .form-groups {
  background: #eee;
  position: relative;
  padding: 0 15px;
}
#payment-form .label {
  left: inherit;
}
#payment-form .fieldbox {
  padding: 0 15px;
}
#payment-form .textfield,
#payment-form .feedback .textarea,
.feedback #payment-form .textarea,
#payment-form .quick-search .textarea,
.quick-search #payment-form .textarea,
#payment-form .feedback .select,
.feedback #payment-form .select,
#payment-form .quick-search .select,
.quick-search #payment-form .select,
#payment-form .get-news-alert .newsletter-btn,
.get-news-alert #payment-form .newsletter-btn {
  padding: 15px;
}
#payment-form .login-btn {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}
#payment-form .dismiss-btn {
  position: absolute;
  opacity: 1;
  right: -30px;
  top: -20px;
  z-index: 98;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: #111;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
#payment-form .dismiss-btn:hover {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#payment-form .modal-content {
  position: relative;
}
.file-upload {
  position: relative;
  padding: 0;
  border: 1px solid #eee;
  background: none;
  padding: 0 20px 0 0;
  width: 100%;
  border: 1px solid #d2d6de;
  height: 35px;
  display: inline-block;
}
.file-upload input[type="file"] {
  opacity: 0;
  display: inline-block;
  width: 100%;
  padding: 5px 20px !important;
  margin: 0 !important;
}
.file-upload:before {
  content: "Upload";
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 2px 30px;
  font-size: 12px;
  color: #111;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 18px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.file-upload:hover:before {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
}
.file-upload .choose-file {
  margin-top: -40px;
  margin-bottom: 0;
  font-size: 13px;
  color: #888;
  margin-left: 15px;
  width: 60%;
  float: left;
  font-weight: normal;
}
.file-upload .choose-file span {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 7px;
}
.father-box .sub-main-title,
.mother-box .sub-main-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
}
.mother-box .sub-main-title {
  margin-top: 40px;
}
.select2-container .select2-selection--multiple {
  min-height: inherit;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  cursor: text;
  font-size: 14px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #ddd;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 5px 5px 5px;
  width: 100%;
  display: table;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  margin: 5px 0 0 5px;
  line-height: normal;
}
.search-site {
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  position: relative;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 98;
  display: block;
}
.search-site.hide {
  display: none !important;
}
.search-site.show-search {
  display: block;
}
.search-site .textfield,
.search-site .feedback .textarea,
.feedback .search-site .textarea,
.search-site .quick-search .textarea,
.quick-search .search-site .textarea,
.search-site .feedback .select,
.feedback .search-site .select,
.search-site .quick-search .select,
.quick-search .search-site .select,
.search-site .get-news-alert .newsletter-btn,
.get-news-alert .search-site .newsletter-btn {
  float: left;
  width: 100%;
  padding-right: 50px;
  border: 0;
  font-size: 16px;
  padding-left: 15px;
  height: 50px;
  background: none;
  border: 1px solid #ddd;
  color: #222;
}
.search-site .textfield:focus,
.search-site .feedback .textarea:focus,
.feedback .search-site .textarea:focus,
.search-site .quick-search .textarea:focus,
.quick-search .search-site .textarea:focus,
.search-site .feedback .select:focus,
.feedback .search-site .select:focus,
.search-site .quick-search .select:focus,
.quick-search .search-site .select:focus,
.search-site .get-news-alert .newsletter-btn:focus,
.get-news-alert .search-site .newsletter-btn:focus {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-site .search-btn {
  position: absolute;
  background: #102b49;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-site .search-btn:hover {
  background: #349c49;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-search.close-icon .left-icon:before {
  content: "\e870";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.unicode-box {
  display: block;
  margin: 30px 0 0 0;
}
.unicode-box .converter-tab {
  margin-bottom: 30px;
}
.unicode-box .nav-tabs {
  border: 0;
}
.unicode-box .nav-tabs .nav-link {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #222;
  border: 0;
  padding: 7px 20px;
  line-height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.unicode-box .nav-tabs .nav-link.active {
  color: #fff;
  background: #ec3438;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.unicode-form {
  margin: 0;
  padding: 0;
}
.unicode-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.unicode-form label {
  display: block;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.unicode-form .textfield,
.unicode-form .feedback .textarea,
.feedback .unicode-form .textarea,
.unicode-form .quick-search .textarea,
.quick-search .unicode-form .textarea,
.unicode-form .feedback .select,
.feedback .unicode-form .select,
.unicode-form .quick-search .select,
.quick-search .unicode-form .select,
.unicode-form .get-news-alert .newsletter-btn,
.get-news-alert .unicode-form .newsletter-btn {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 16px;
  color: #222;
  width: 100%;
}
.unicode-form .textarea {
  height: 280px;
  overflow: auto;
  resize: vertical;
  font-size: 20px;
  line-height: 32px;
}
.unicode-form .convert-btn {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 5px 20px;
  color: #222;
  display: table;
  font-weight: 700;
  font-size: 16px;
  margin: 15px auto 30px auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.unicode-form .convert-btn .left-icon {
  position: relative;
  font-size: 20px;
}
.unicode-form .convert-btn:hover {
  background: #ec3438;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quick-search .textfield,
.quick-search .textarea,
.quick-search .select,
.quick-search .get-news-alert .newsletter-btn,
.get-news-alert .quick-search .newsletter-btn {
  padding: 6px 20px;
  border: 2px solid #b7b7b7;
  background: #fff;
  color: #222;
  margin-bottom: 30px;
}
.quick-search .select {
  background: #fff url(../images/down.png) no-repeat 96% 50%;
  margin-bottom: 30px;
  font-family: "Brawler", serif;
  color: #222;
}
.quick-search .select option {
  font-family: "Brawler", serif;
  color: #222;
}
.quick-search .submit-btns {
  cursor: pointer;
  border: 0;
  margin: 0;
  background: #fdb81a;
  padding: 6px 20px;
  color: #222;
  font-size: 14px;
  display: table;
  margin: 2px;
  font-weight: 700;
}
.quick-search .submit-btns .left-icon {
  font-size: 22px;
  top: 5px;
  right: -5px;
  position: relative;
  margin-left: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.newsletter-form {
  padding: 0;
  border: 2px solid #fff;
  display: block;
  margin: 30px auto 0 auto;
  max-width: 460px;
  position: relative;
}
.newsletter-form .textfield,
.newsletter-form .feedback .textarea,
.feedback .newsletter-form .textarea,
.newsletter-form .quick-search .textarea,
.quick-search .newsletter-form .textarea,
.newsletter-form .feedback .select,
.feedback .newsletter-form .select,
.newsletter-form .quick-search .select,
.quick-search .newsletter-form .select,
.newsletter-form .get-news-alert .newsletter-btn,
.get-news-alert .newsletter-form .newsletter-btn {
  background: none;
  border: 0;
  float: left;
  width: 75%;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  text-align: left;
  font-family: "Brawler", serif;
  color: #fff;
}
.newsletter-form .sign-up {
  padding: 0 20px;
  text-align: center;
  background: #fdb81a;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  cursor: pointer;
}
.newsletter-form .sign-up:hover {
  background: #102b49;
  color: #fff;
}
.inquire-box .modal-content {
  background: #fdb81a;
}
.inquire-box .modal-content .quick-search {
  max-height: none;
  margin-top: 0;
}
.inquire-box .modal-content .quick-search .textfield,
.inquire-box .modal-content .quick-search .textarea,
.inquire-box .modal-content .quick-search .select,
.inquire-box .modal-content .quick-search .get-news-alert .newsletter-btn,
.get-news-alert .inquire-box .modal-content .quick-search .newsletter-btn {
  margin-bottom: 30px;
}
.inquire-box .modal-content .quick-search ::-webkit-input-placeholder {
  color: #111;
}
.inquire-box .modal-content .quick-search ::-moz-placeholder {
  color: #111;
}
.inquire-box .modal-content .quick-search :-ms-input-placeholder {
  color: #111;
}
.inquire-box .modal-content .quick-search :-moz-placeholder {
  color: #111;
}
.item-boundary.search-college {
  margin-bottom: 40px;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.items img {
  display: block;
}
.items .main-title,
.items .subline {
  line-height: 28px;
  display: block;
  color: #222;
  margin-top: 15px;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 32px;
}
.section.full-bigyapan {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.section.full-bigyapan img {
  max-width: 100%;
}
.special-featured-box {
  margin-bottom: 30px;
}
.special-featured-box img {
  width: 100%;
  display: table;
}
.special-featured-box .big-feature {
  margin-bottom: 30px;
}
.special-featured-box .big-feature .main-title.bottom-part,
.special-featured-box .big-feature .bottom-part.subline {
  padding: 30px;
}
.special-featured-box .big-feature .main-title.bottom-part .tags,
.special-featured-box .big-feature .bottom-part.subline .tags {
  margin: 0;
}
.special-featured-box .big-feature .main-title.bottom-part .maintitle,
.special-featured-box .big-feature .bottom-part.subline .maintitle {
  font-size: 50px;
  color: #fff;
  display: block;
  margin: 30px 0;
  line-height: 72px;
  font-weight: 500;
}
.special-featured-box .big-feature .main-title.bottom-part .maintitle a,
.special-featured-box .big-feature .bottom-part.subline .maintitle a {
  color: #fff;
}
.special-featured-box .big-feature .main-title.bottom-part .author-box,
.special-featured-box .big-feature .bottom-part.subline .author-box {
  border-top: 1px solid #45484c;
  padding-top: 15px;
  margin: 0;
}
.special-featured-box
  .big-feature
  .main-title.bottom-part
  .author-box
  .left-icon,
.special-featured-box .big-feature .bottom-part.subline .author-box .left-icon {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.special-featured-box
  .big-feature
  .main-title.bottom-part
  .author-box
  .author-title,
.special-featured-box
  .big-feature
  .bottom-part.subline
  .author-box
  .author-title {
  font-size: 16px;
  color: #e2dede;
}
.special-featured-box
  .big-feature
  .main-title.bottom-part
  .author-box
  .share-box
  .left-icon,
.special-featured-box
  .big-feature
  .bottom-part.subline
  .author-box
  .share-box
  .left-icon {
  float: left;
}
.special-featured-box
  .big-feature
  .main-title.bottom-part
  .author-box
  .share-box
  #st-1
  .st-total,
.special-featured-box
  .big-feature
  .bottom-part.subline
  .author-box
  .share-box
  #st-1
  .st-total {
  color: #e2dede !important;
}
.special-featured-box
  .big-feature
  .main-title.bottom-part
  .author-box
  .share-now,
.special-featured-box .big-feature .bottom-part.subline .author-box .share-now {
  float: left;
}
.special-featured-box .items .hide-box {
  margin-bottom: -60px;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special-featured-box .items .author-box {
  border-top: 1px solid #9f9ca0;
  padding-top: 15px;
  margin: 15px 0 0 0;
}
.special-featured-box .items .author-box .left-icon {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.special-featured-box .items .author-box .author-title {
  font-size: 14px;
  color: #e2dede;
}
.special-featured-box .items .by-line {
  padding-left: 0;
}
.special-featured-box .items .comment-line {
  padding-right: 0;
  text-align: right;
}
.special-featured-box a figure {
  overflow: hidden;
}
.special-featured-box a:hover .hide-box {
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special-featured-box a .description,
.special-featured-box
  a
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .special-featured-box
  a
  .address-line {
  color: #111;
  display: block;
  margin-top: 15px;
  text-align: center;
}
.left-side {
  margin-top: 0;
}
.left-side .full-ad {
  padding: 0;
}
.right-side {
  margin-top: 0;
}
.more-btn {
  display: block;
  margin-top: 30px;
  padding-left: 100px;
}
.more-btn a {
  background: #349c49;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  padding: 3px 20px;
  color: #fff;
}
.more-btn a .left-icon {
  margin-right: 10px;
}
.more-btn a:hover {
  background: #222;
}
.videos {
  margin-bottom: 30px;
}
.videos h1 {
  padding-bottom: 10px;
}
.videos h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.videos figure {
  position: relative;
}
.videos .video-play {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #fff;
  width: 44px;
  height: 44px;
  background: #ec3438;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.videos .video-play .fa {
  position: relative;
  left: 2px;
}
.videos a:hover .video-play {
  opacity: 0;
}
.right-side .items {
  margin-top: 50px;
  margin-bottom: 0;
}
.right-side .items:first-child {
  margin-bottom: 0;
  margin-top: 0;
}
.right-side .items h1 {
  font-size: 20px;
  color: #349c49;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid #337ab7;
}
.right-side .items.bigyapan-box img {
  width: 100%;
}
.right-side .ad-item img {
  width: 100%;
}
.cat-list .big-feature {
  margin-bottom: 0;
}
.video-list {
  margin-top: 30px;
}
.video-list .video-play {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #fff;
  width: 44px;
  height: 44px;
  background: #ec3438;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.video-list .video-play .fa {
  position: relative;
  left: 2px;
}
.video-list a:hover .video-play {
  opacity: 0;
}
.video-list .special-featured-box .video-play {
  left: 60px;
  top: 60px;
}
.team-list-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.team-list-box:nth-child(1) {
  margin-top: 0;
}
.team-list-box {
  justify-content: center;
}
.team-list-box .tags {
  margin-bottom: 30px;
}
.team-list-box .items {
  text-align: center;
  margin-bottom: 30px;
}
.team-list-box .items table {
  text-align: left;
}
.team-list-box .items .item {
  padding: 30px 15px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #cccccc;
  height: 300px;
  display: block !important;
  overflow: hidden;
}
.team-list-box .items .item:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
}
.team-list-box .items .item:hover .social-links {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list-box .items .item img {
  margin: 0 auto;
}
.team-list-box .items .item .main-title,
.team-list-box .items .item .subline {
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.team-list-box .items .item .designation {
  font-size: 14px;
  color: #349c49;
}
.team-list-box .items .item .social-links {
  margin-top: 15px;
  display: block;
  top: 80px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list-box .items .item .social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin: 0 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.team-list-box .items .item .social-links a .left-icon {
  top: 0;
}
.team-list-box .items .item .social-icons {
  float: none;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -100%;
  position: relative;
}
.team-list-box .items .item .social-icons li {
  list-style: none;
  float: left;
  margin: 0 0 10px 15px;
}
.team-list-box .items .item .social-icons li:nth-child(1) {
  margin-left: 0;
}
.team-list-box .items .item .social-icons li a {
  padding: 0;
  color: #fff;
}
.team-list-box .items .item .social-icons li a:hover .left-icon {
  color: #666;
  border-color: #666;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list-box .items .item .social-icons li a .left-icon {
  width: 30px;
  height: 30px;
  font-size: 15px;
  background: none;
  border: 1px solid #383838;
  line-height: 30px;
  color: #383838;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list-box .items .item:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list-box .items .item:hover .social-icons {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.editor-box table th {
  background: #102b49;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
}
.editor-box table td {
  vertical-align: middle !important;
  line-height: 20px;
}
.editor-box table td .media {
  justify-content: center;
  align-items: center;
}
.editor-box table td .media .user-img img {
  margin: 0 !important;
}
.editor-box table td .media .main-title,
.editor-box table td .media .subline {
  margin-top: 0;
  font-size: 16px;
}
.editor-box table td .social-links {
  margin: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.editor-box table td .social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin: 0 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.editor-box table td .social-links a .left-icon {
  top: 0;
}
.editor-box table tr:nth-of-type(odd) {
  background: #fff !important;
}
.editor-box table tr:nth-of-type(even) {
  background: #fff !important;
}
.editor-box table tr:hover .social-links {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.page-title {
  padding-left: 0;
}
.page-title .page-title-big {
  font-size: 50px;
  line-height: 60px;
  color: #111;
  font-weight: 500;
}
.heading-box {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin: 30px 0;
}
.heading-box .share-box {
  padding-right: 0;
  position: relative;
  top: 5px;
}
.heading-box .share-box .share-now {
  float: right;
}
.heading-box .share-box .share-now:before {
  content: "\f1e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  color: #999;
  position: relative;
  top: 2px;
  margin-right: 15px;
}
.photo-detail .bishesh.news-cat-list .items {
  height: 330px;
  margin-top: 30px;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(1) {
  margin-top: 0;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(2) {
  margin-top: 0;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(3) {
  margin-top: 0;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(4) {
  margin-top: 0;
}
.total-comments {
  padding-left: 0;
  color: #666;
  font-size: 14px;
}
.total-comments .left-icon {
  margin-right: 10px;
  color: #888888;
  font-size: 18px;
  position: relative;
  top: 0;
}
.video-title {
  margin-bottom: 0;
  border: 0;
}
.video-title .page-title {
  margin-bottom: 15px;
  padding-right: 0;
}
.video-title .page-title-big {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 15px;
}
.comment-box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.comment-box.video-comment {
  margin-top: 0;
}
.comment-box .cat-tags {
  margin-bottom: 15px;
}
.comment-box .comment-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.comment-box .comment-list {
  display: block;
  margin-bottom: 30px;
}
.detail-box .editor-box .embed-responsive,
.detail-featured-box .editor-box .embed-responsive {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.detail-box .editor-box figcaption,
.detail-featured-box .editor-box figcaption {
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  float: left;
  width: 100%;
  line-height: 20px;
  font-style: italic;
}
.detail-box .ad-cards img,
.detail-featured-box .ad-cards img {
  width: 100%;
}
.featured-images {
  margin-bottom: 50px;
}
.featured-images img {
  width: 100%;
  float: left;
}
.featured-images .caption-line {
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  float: left;
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-style: italic;
}
.get-news-alert {
  display: block;
  margin: 30px 0;
}
.get-news-alert form {
  display: inline-block;
  width: 100%;
  background: #349c49;
  padding: 10px 30px 30px 30px;
}
.get-news-alert form .main-title,
.get-news-alert form .subline {
  font-size: 12px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.get-news-alert form ::-webkit-input-placeholder {
  color: #dedbdb;
}
.get-news-alert form ::-moz-placeholder {
  color: #dedbdb;
}
.get-news-alert form :-ms-input-placeholder {
  color: #dedbdb;
}
.get-news-alert form :-moz-placeholder {
  color: #dedbdb;
}
.get-news-alert .textfield,
.get-news-alert .feedback .textarea,
.feedback .get-news-alert .textarea,
.get-news-alert .quick-search .textarea,
.quick-search .get-news-alert .textarea,
.get-news-alert .feedback .select,
.feedback .get-news-alert .select,
.get-news-alert .quick-search .select,
.quick-search .get-news-alert .select,
.get-news-alert .newsletter-btn {
  float: left;
  width: 75%;
  padding: 0 10px;
  font-size: 14px;
  border: 0;
  height: 33px;
  background: #3c9282;
  color: #fff;
}
.get-news-alert .newsletter-btn {
  width: 25%;
  background: #84b4d4;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.get-news-alert .newsletter-btn:hover {
  background: #222;
}
.get-news-alert .right-icon {
  margin-left: 5px;
}
.pub-date {
  font-size: 14px;
  display: block;
  line-height: 16px;
  font-weight: 400;
}
.published-box {
  margin: 30px 0 0 0;
}
.published-box .comment-box {
  margin-bottom: 30px;
}
.published-box .related-tags {
  display: block;
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.published-box .related-tags .tags {
  background: #ccc;
  padding: 3px 10px;
  border-radius: 5px;
  color: #222;
  margin-right: 5px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 5px;
  float: left;
}
.content-editor {
  margin-top: 10px;
  padding-right: 0;
}
.content-editor .news-big-title {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  display: block;
  line-height: 40px;
  margin-bottom: 0;
}
.content-editor .tags {
  margin-bottom: 30px;
}
.content-editor .news-sub-heading {
  font-size: 17px;
  line-height: 24px;
  display: block;
  color: #222;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
}
.content-editor .authors-box {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 15px 0 0 0;
  padding: 20px 0 0 0;
}
.content-editor .authors-box .main-title,
.content-editor .authors-box .subline {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-top: 5px;
  line-height: 22px;
}
.content-editor .authors-box .designation {
  font-size: 14px;
  color: #6b6969;
  display: block;
  line-height: 20px;
}
.content-editor .authors-box .author-pic {
  padding-left: 0;
}
.content-editor .authors-box .author-pic .social-links {
  display: block;
  position: relative;
  margin-top: -20px;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-editor .authors-box .author-pic .social-links .link-text {
  position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.fb {
  top: 0;
  right: 11px;
  position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.tw {
  position: absolute;
  top: -17px;
  right: -8px;
}
.content-editor .authors-box .author-pic .social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin: 0 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.content-editor .authors-box .author-pic .social-links a .left-icon {
  top: 0;
}
.content-editor .authors-box .author-pic:hover .social-links {
  opacity: 1;
}
.content-editor .share-box {
  padding-right: 0;
  position: relative;
  top: 5px;
}
.content-editor .share-box .share-now {
  float: right;
}
.content-editor .full-ad img {
  margin: 0;
}
.innerpages .items:nth-child(1) {
  margin-top: 0;
}
.insert-ad {
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 10px;
  float: left;
}
.insert-ad .items {
  float: left;
  margin-right: 29px;
}
.insert-ad .items img {
  margin: 0;
}
.insert-ad .items:nth-child(3) {
  margin-right: 0;
}
.bottom-ad .full-ad {
  margin-top: 30px;
}
.left-side .sifaris {
  position: absolute;
  top: 0;
  z-index: 98;
}
.video-fixed {
  top: 50%;
  right: 0;
  padding: 30px;
  position: fixed;
  z-index: 1;
  margin: 0 !important;
  background: #fff;
  width: 360px !important;
  overflow: visible;
  height: 240px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.video-fixed .close-vid-btn {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -20px;
  background: #ec3438;
  color: #fff;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-fixed .close-vid-btn:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-fixed.video-clicked {
  position: relative !important;
  top: inherit;
  left: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 824px !important;
  overflow: hidden !important;
  height: auto;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 30px 0 30px -200px !important;
}
.video-fixed.video-clicked .close-vid-btn {
  display: none !important;
}
.content-editor.static-page .share-box {
  padding: 0;
}
.content-editor.static-page .share-box .share-now {
  float: left;
}
.content-editor.static-page .share-box .share-now:before {
  display: none;
}
.items img {
  opacity: 1;
}
.mobile-fixed-ad {
  display: none;
}
.all-blogs .samachar .items {
  margin-top: 30px;
  height: 320px;
}
.all-blogs .samachar .items:nth-child(1) {
  margin-top: 0;
}
.all-blogs .samachar .items:nth-child(2) {
  margin-top: 0;
}
.all-blogs .samachar .items:nth-child(3) {
  margin-top: 0;
}
.mobile-ad {
  display: none;
}
.mobile-bottom-ad {
  display: none;
}
.mast-head-ad {
  padding: 0;
}
.top-main-ads {
  margin: 0;
}
.content-editor {
  padding: 0;
}
.content-editor.full-content {
  padding: 0 15px;
}
.content-editor .left-side.sif {
  margin-top: 0;
}
.content-editor .left-side.sif .sifaris-list .items .main-title,
.content-editor .left-side.sif .sifaris-list .items .subline {
  font-size: 20px;
  font-weight: 500;
}
.content-editor .left-side.sif h1 {
  font-size: 20px;
  color: #267163;
  margin: 0;
  padding: 0 0 6px 0;
  font-weight: 600;
  line-height: 32px;
  border-bottom: 1px solid #337ab7;
}
.content-editor .left-side.sif .sifaris-list {
  overflow: auto;
  height: 616px;
}
.content-editor .title-names {
  padding: 0;
  margin-bottom: 15px;
}
.content-editor .title-names.special-title {
  border-bottom: 1px solid #ddd;
}
.content-editor .title-names.special-title .news-big-title {
  font-size: 46px;
  margin-bottom: 15px;
  line-height: 52px;
}
.content-editor .title-names.special-title .share-box {
  margin-top: 0;
  float: right;
  line-height: 10px;
}
.video-slider img {
  height: 141px;
  object-fit: cover;
}
.photo-slider img {
  height: 460px;
}
.right-side .ad-item {
  width: 100%;
  height: auto;
}
.right-side .ad-item a {
  display: table;
  width: 100%;
}
.right-side .bichar .bichar-item figure .author-two {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}
.insert-ad .items img {
  margin: 0;
  height: 188px;
  width: 188px;
}
.author-pic .media img {
  margin: 0;
  height: 48px;
  width: 48px;
  object-fit: cover;
}
.featured-images {
  display: inline-block;
  width: 100%;
  background: #eee;
  margin-top: 30px;
  margin-bottom: 40px;
}
.featured-images.featured-video {
  margin-bottom: 0;
}
.featured-images img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: auto;
  display: table;
  margin: 0 auto;
  float: none;
}
.section {
  margin-top: 0;
}
.section .full-ad img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.cat-list .special-featured-box .big-feature img {
  height: 705px;
}
.news-cat-list img {
  height: 222px;
}
.news-cat-list.alt img {
  height: 343px;
}
.photo-detail .photo-slider img {
  height: 705px;
}
.generate-ad img {
  height: auto;
}
.team-list-box .items .item img {
  width: 106px;
  height: 106px;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.editor-box table td .media .user-img img {
  margin: 0 !important;
  width: 48px;
  height: 48px;
}
.editor-box table td {
  font-size: 14px;
}
figure {
  position: relative;
}
.ghumfir-section .more-btn {
  margin-bottom: 30px;
}
.detail-featured-box .editor-box {
  padding-left: 0;
}
.detail-featured-box .editor-box blockquote:after {
  width: 100%;
}
.detail-featured-box .editor-box img {
  max-width: 100% !important;
}
.detail-featured-box .editor-box .embed-responsive {
  width: 100% !important;
  margin-left: 0;
}
.detail-featured-box .published-box {
  padding-left: 0;
}
.alt-box .bishesh.news-cat-list.more-news {
  padding-left: 0;
}
.alt-box .bishesh.news-cat-list .extra-title {
  margin-left: 0;
  width: 100%;
}
.for-mobs {
  display: none !important;
}
.country-special {
  margin-top: 30px;
}
.detail-featured-box .insert-ad .items:nth-child(3) {
  margin-right: 19px;
}
.tags {
  background: none;
  padding: 5px 10px;
  font-size: 14px;
  display: table;
  line-height: 14px;
  margin: 0;
  color: #3a96d2;
}
.cat-tags {
  background: none;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 0;
  color: #111;
  border-bottom: 1px solid #ddd;
  display: table;
  line-height: 24px;
}
.cat-tags a {
  color: #111;
}
.main-stories .more-item figure {
  position: relative;
}
.main-stories .more-item figure:before {
  content: "";
  padding: 30px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ddd;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, transparent, #000);
  height: 65%;
}
.main-stories .more-item img {
  width: 100%;
  height: 428px;
  object-fit: cover;
}
.main-stories .more-item.small-feature {
  margin-top: 30px;
}
.main-stories .more-item.small-feature img {
  height: 172px;
}
.main-stories .more-item.small-feature:first-child {
  margin-top: 0;
}
.main-stories .more-item.small-feature .video-play {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  top: 10px;
  right: 10px;
}
.main-stories .more-item.small-feature .video-play .left-icon {
  position: relative;
  left: 2px;
  top: 1px;
}
.main-stories .more-item .main-title,
.main-stories .more-item .subline {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  padding: 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ddd;
}
.main-stories .more-item a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-stories .more-item a:hover .main-title,
.main-stories .more-item a:hover .subline {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-stories .hoz-news {
  margin-top: 30px;
}
.main-stories .hoz-news:nth-child(3) {
  margin-top: 30px;
}
.main-stories .hoz-news img {
  height: 150px;
  width: 170px;
}
.main-stories .hoz-news .main-title,
.main-stories .hoz-news .subline {
  position: relative;
  color: #222;
  font-weight: 700;
}
.samachar-box .cat-box {
  display: block;
  position: relative;
}
.samachar-box .cat-box .cat-tags {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.samachar-box .cat-box:before {
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.item-list .main-title,
.item-list .subline {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin: 0;
  padding: 30px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ddd;
  width: 100%;
  background: #111;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
}
.item-list a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-list a:hover .main-title,
.item-list a:hover .subline {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.side-list .media {
  margin-top: 32px;
}
.side-list .media:nth-child(1) {
  margin-top: 0;
}
.side-list .media a {
  display: inherit;
}
.side-list .media a img {
  float: left;
  height: 70px;
  width: 94px;
  object-fit: cover;
}
.side-list .media .main-title,
.side-list .media .subline {
  font-size: 16px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.cat-section {
  margin-top: 0;
}
.half-section .item-list {
  margin-bottom: 30px;
}
.normal-list .samachar-list img {
  margin-bottom: 15px;
}
.normal-list .samachar-list .big-feature .main-title,
.normal-list .samachar-list .big-feature .subline {
  background: none;
  position: relative;
  padding: 0;
  color: #111;
  font-weight: 700;
  display: block;
  font-size: 30px;
  line-height: 40px;
}
.normal-list .samachar-list .big-feature .main-title:hover,
.normal-list .samachar-list .big-feature .subline:hover {
  color: #111;
}
.normal-list .samachar-list .big-feature .description,
.normal-list
  .samachar-list
  .big-feature
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .normal-list
  .samachar-list
  .big-feature
  .address-line {
  font-size: 19px;
  display: block;
  color: #555;
  line-height: 32px;
  margin-top: 15px;
}
.normal-list .samachar-list .side-section .item-list img {
  margin-bottom: 20px;
  height: 157px;
}
.normal-list .samachar-list .side-section .item-list .main-title,
.normal-list .samachar-list .side-section .item-list .subline {
  background: none;
  position: relative;
  padding: 0;
  color: #111;
  font-size: 1.375rem;
  line-height: 32px;
  display: block;
}
.normal-list .samachar-list .side-section .item-list .main-title:hover,
.normal-list .samachar-list .side-section .item-list .subline:hover {
  color: #111;
}
.normal-list .samachar-list .side-section .item-list .time-entry {
  float: none;
}
.normal-list .samachar-list .side-section .item-list:nth-child(2) {
  margin-top: 30px;
}
.videos-list .big-feature {
  margin-top: 30px;
}
.videos-list .big-feature:nth-child(1) {
  margin-top: 0;
}
.videos-list .big-feature:nth-child(2) {
  margin-top: 0;
}
.videos-list .big-feature .video-play {
  position: absolute;
  top: 30px;
  margin: 0 auto;
  right: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  width: 44px;
  height: 44px;
  background: #ec3438;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.videos-list .big-feature .video-play .fa {
  position: relative;
  left: 2px;
}
.videos-list .big-feature a:hover .video-play {
  opacity: 0;
}
.videos-list.photo-list .big-feature {
  max-width: 100%;
  flex: 0 0 100%;
}
.videos-list.photo-list .big-feature:nth-child(3) {
  margin-top: 0;
}
.videos-list.photo-list .owl-theme .owl-dots {
  position: relative;
  margin-top: 50px;
}
.videos-list.photo-list .owl-theme .owl-dots .owl-dot span {
  width: 11px !important;
  height: 11px !important;
}
.videos-list.photo-list .owl-theme .owl-dots .owl-dot.active span {
  background: #349c49 !important;
}
.media a {
  display: inherit !important;
}
.items .item-news {
  margin-top: 35px;
}
.items .item-news:nth-child(2) {
  margin-top: 0;
}
.items .item-news .main-title,
.items .item-news .subline {
  font-weight: 700;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}
.items .item-news img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.start-time {
  font-size: 14px;
  color: #888;
  display: block;
  width: 100%;
  line-height: 18px;
}
.start-time .on-air {
  position: relative;
  right: 10px;
  background: #ffdb3a;
  color: #222;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-left: 15px;
  height: 18px;
  padding: 0 25px 0 10px;
  font-size: 12px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 3px #666;
  -moz-box-shadow: 0 3px 3px #666;
  box-shadow: 0 3px 3px #666;
}
.special-box .owl-theme .owl-dots {
  position: relative;
  margin-top: 20px;
}
.special-box .owl-theme .owl-dots .owl-dot span {
  width: 11px !important;
  height: 11px !important;
}
.special-box .owl-theme .owl-dots .owl-dot.active span {
  background: #349c49 !important;
}
.right-side a .main-title,
.right-side a .subline {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side a:hover .main-title,
.right-side a:hover .subline {
  color: #5e6165;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-section {
  margin-top: 30px;
}
.breadcrumbs {
  display: block;
  margin: 0 0 20px 0;
}
.breadcrumbs li {
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  display: inline-block;
  line-height: normal;
  position: relative;
}
.breadcrumbs li.no-link {
  color: #666;
}
.breadcrumbs li.no-link:after {
  display: none;
}
.breadcrumbs li a {
  margin: 0 10px 0 0;
  color: #222;
}
.breadcrumbs li a.first {
  margin-left: 0;
}
.breadcrumbs li.active {
  position: relative;
}
.breadcrumbs li.active a {
  color: #666;
}
.breadcrumbs li.active:after {
  content: "";
  display: none;
}
.breadcrumbs li:after {
  content: " \f105 ";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  margin: 0 10px 0 0;
}
.tag-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.tag-box .tags {
  float: left;
  margin: 0 5px 5px 0;
  background: #ec3438;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  position: relative;
  top: 2px;
}
.tag-box .tags a {
  color: #fff;
}
.tag-box .tags a:hover {
  text-decoration: underline;
}
.podcast-box {
  padding: 0 15px;
}
.podcast-box .news-big-title {
  margin-bottom: 10px;
  font-size: 46px;
}
.podcast-box .share-box {
  margin-top: 7px !important;
}
.podcast-items .items:nth-child(4) {
  margin-top: 0;
}
.photos-list-box .main-stories .items {
  margin-top: 30px;
}
.photos-list-box .main-stories .items img {
  height: 428px;
  object-fit: cover;
}
.photos-list-box .main-stories .latest-album {
  margin-top: 0;
}
.photos-list-box .main-stories .latest-album img {
  height: 640px;
  object-fit: cover;
}
.photos-list-box .main-stories .latest-album .main-title,
.photos-list-box .main-stories .latest-album .subline {
  font-size: 42px;
  line-height: 60px;
  font-weight: 400;
  margin: 0;
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ddd;
  width: 100%;
}
.photos-list-box .main-stories .latest-album .main-title .date-box,
.photos-list-box .main-stories .latest-album .subline .date-box {
  font-size: 14px;
  color: #888;
  display: block;
}
.photos-list-box .main-stories .latest-album .main-title .date-box .left-icon,
.photos-list-box .main-stories .latest-album .subline .date-box .left-icon {
  font-size: 18px;
  margin-right: 15px;
}
.photo-list .samachar-list img {
  height: 277px;
}
.main-stories.more-photos .items {
  margin-top: 30px;
}
.main-stories.more-photos .items:nth-child(1) {
  margin-top: 0;
}
.main-stories.more-photos .items:nth-child(2) {
  margin-top: 0;
}
.big-box {
  padding-left: 0;
  padding-right: 10px;
}
.zoom-box {
  background: #222;
  margin: 0 0 30px 0;
}
.photo-info-box {
  padding: 50px 30px 30px 30px;
}
.photo-info-box .main-title,
.photo-info-box .subline {
  font-size: 36px;
  color: #ddd;
  display: block;
}
.photo-info-box .main-title .date-box,
.photo-info-box .subline .date-box {
  color: #888888;
  font-size: 14px;
  display: block;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.photo-info-box .main-title .date-box .left-icon,
.photo-info-box .subline .date-box .left-icon {
  margin-right: 10px;
}
.photo-info-box .share-box .share-title {
  font-size: 16px;
  color: #888888;
  display: block;
  margin-bottom: 10px;
}
.photo-info-box .share-box .share-title .left-icon {
  margin-right: 10px;
}
.bottom-overlay {
  padding: 0 30px !important;
  font-size: 18px !important;
}
.bottom-overlay .photo-caption {
  line-height: 30px;
  display: block;
  width: 92%;
  margin-bottom: 15px;
}
.bottom-overlay .total-img-count {
  position: absolute;
  right: 20px;
  font-weight: 700;
  bottom: 0;
}
.zoom-big-box figure {
  position: relative;
}
.zoom-big-box figure .next-btns,
.zoom-big-box figure .prev-btns {
  position: absolute;
  font-size: 14px;
  color: #fff;
  text-align: center;
  top: 50%;
  right: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zoom-big-box figure .next-btns:hover,
.zoom-big-box figure .prev-btns:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.zoom-big-box figure .prev-btns {
  left: 30px;
  right: inherit;
}
.video-player-box .news-big-title {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 15px;
}
.video-player-box .share-items {
  margin: 0;
}
.video-detail {
  margin-bottom: 30px;
}
.video-comment {
  margin-bottom: 30px;
}
.update-date {
  font-size: 14px;
  color: #666;
  display: block;
}
.pro-slide-box .team-slider .owl-stage-outer {
  padding: 0;
}
.pro-slide-box .team-slider .item-news {
  text-align: center;
  padding-top: 50px;
}
.pro-slide-box .team-slider .item-news img {
  height: 137px;
  width: 137px;
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pro-slide-box .team-slider .item-news a:hover img {
  transform: scale(1.3);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section .full-ad {
  display: block;
  margin: 60px 0 0 0;
}
.section .full-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.content-editor .full-ad {
  margin: 30px 0;
}
.more-btn {
  background: #e74c3c;
  border: 0;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 20px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.more-btn .right-icon {
  top: 3px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 0;
}
.more-btn:hover {
  background: #222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more-btn:hover .right-icon {
  right: -5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pro-tab {
  border-bottom: 5px solid #222;
}
.pro-tab li {
  margin: 0;
}
.pro-tab li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background: #a9a9a9;
  height: 50px;
  color: #fff !important;
  line-height: 50px;
  text-transform: none;
  text-align: center;
  width: 167px;
  border: 0 !important;
}
.pro-tab li a#saturday-tab {
  width: 168px;
}
.pro-tab li a .left-icon {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.pro-tab li a:hover {
  background: #272727;
}
.pro-tab li a.show {
  background: #222 !important;
  color: #fff !important;
}
.pro-tab li a.active {
  background: #222 !important;
  color: #fff !important;
}
.pro-tab li a.active:after {
  display: none;
}
.pro-tab li a.current-day {
  background: #ffdb3a !important;
  color: #222 !important;
}
.team-detail-box .team-infos {
  background: url(../images/shadow.png) no-repeat 98% 0;
  padding: 30px 30px 30px 15px;
}
.team-detail-box .items {
  display: block;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}
.team-detail-box .items .main-title,
.team-detail-box .items .subline {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  font-weight: 700;
}
.team-detail-box .items .designation {
  font-size: 14px;
  color: #888888;
  display: block;
}
.team-detail-box .items:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.team-detail-box .items.profile-pic .main-title,
.team-detail-box .items.profile-pic .subline {
  margin-top: 30px;
}
.team-detail-box .items.profile-pic img {
  width: 137px;
  height: 137px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  display: table;
  margin: 0 auto;
}
.team-detail-box .items.social a {
  font-size: 18px;
  margin: 0 10px;
  color: #888;
}
.team-detail-box .items.social a:hover {
  color: #e74c3c;
}
.team-detail-box .items ul.my-shows {
  margin: 0;
  padding: 0;
}
.team-detail-box .items ul.my-shows li {
  list-style: none;
  margin-top: 10px;
  display: block;
}
.team-detail-box .items ul.my-shows li a {
  font-size: 14px;
  color: #888;
  display: block;
  padding: 2px 10px;
  line-height: 18px;
}
.team-detail-box .items ul.my-shows li a:hover {
  color: #222;
}
.team-detail-box .team-details .editor-box {
  font-size: 16px;
  line-height: 22px;
  color: #555;
}
.team-detail-box .team-details .editor-box h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h5 {
  font-size: 12px;
  margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h6 {
  font-size: 10px;
  margin-bottom: 10px;
}
.team-detail-box.pro-details .team-infos {
  padding-top: 0;
}
.team-detail-box.pro-details .team-infos .profile-pic img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.team-more-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.team-more-title.alt {
  margin-bottom: 0;
}
.team-more-title.alt .cat-tags {
  margin-bottom: 0;
}
.more-teams .item-news {
  margin-top: 50px;
}
.more-teams .item-news img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.more-teams .item-news:nth-child(1) {
  margin-top: 0;
}
.more-teams .item-news:nth-child(2) {
  margin-top: 0;
}
.more-teams .item-news:nth-child(3) {
  margin-top: 0;
}
.more-teams.more-progs .item-news {
  margin-top: 50px;
}
.more-teams.more-progs .item-news img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.horizontal-layout {
  margin-top: 90px;
  margin-bottom: 30px;
}
.horizontal-layout .items {
  margin-top: 0;
}
.bottom-overlay .total-img-count {
  bottom: 12px;
}
.address-btn {
  background: #e74c3c;
  border: 0;
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 20px;
  color: #fff;
  display: table;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.address-btn .left-icon {
  top: 3px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}
.address-btn:hover {
  background: #222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.address-btn:hover .left-icon {
  top: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-tabs.tab-menus .nav-link {
  font-size: 14px;
  padding: 0.2rem 1rem !important;
  font-weight: 700;
  border-color: transparent !important;
}
.nav-tabs.tab-menus .nav-link.active {
  background: none !important;
}
.nav-tabs.tab-menus .nav-link.active {
  color: #ec3438;
  text-decoration: underline;
}
.time-stamp {
  font-size: 18px;
  color: #aaa;
  display: block;
  font-weight: 400;
  margin-top: 15px;
}
.time-stamp .time-entry {
  float: left;
}
.time-stamp .comment-count {
  float: right;
}
.time-stamp .left-icon {
  margin-right: 4px;
  position: relative;
  top: 0;
}
.video-photo {
  background: #000;
}
.video-photo .cat-box:before {
  background: #333;
}
.video-photo .cat-tags {
  color: #dad9d9;
}
.video-photo .video-play {
  position: absolute;
  top: 30px;
  margin: 0 auto;
  right: 30px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #fff;
  line-height: 48px;
  width: 44px;
  height: 44px;
  background: #ec3438;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.video-photo a:hover .video-play {
  opacity: 0;
}
.ent-list .small-list {
  order: 3;
}
.ent-list .small-list .hoz-news {
  margin-top: 30px;
}
.ent-list .small-list .hoz-news:nth-child(1) {
  margin-top: 0;
}
.side-list.rochak-list .media:nth-child(2) {
  margin-top: 0;
}
.side-list.rochak-list.editors-pick .media:nth-child(2) {
  margin-top: 30px;
}
.side-list.rochak-list.editors-pick .media img {
  height: 120px;
  width: 170px;
}
.side-list.bichar-section .media:nth-child(2) {
  margin-top: 20px;
}
.side-list.bichar-section .media img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.side-list.bichar-section .media .time-stamp {
  margin-top: 5px;
}
.side-list.bichar-section .media .time-entry {
  float: none;
  display: block;
}
.adbox img {
  max-width: 100%;
}
.share-box {
  padding-top: 0;
}
.related-more {
  margin-top: 40px;
}
.related-more.sponsored-bigyapan {
  margin-bottom: 30px;
}
.related-more .items {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.related-more .items .main-title,
.related-more .items .subline {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #102b49;
  margin-top: 0;
}
.related-more .items .dates {
  font-size: 12px;
  color: #999;
  display: block;
  margin: 10px 0 5px 0;
}
.related-more .items img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}
.related-more .cat-box {
  display: block;
  border-bottom: 0;
  margin-bottom: 15px;
}
.related-more .cat-tags {
  margin: 0;
  font-size: 20px;
  border: 0;
  color: #383838;
}
.more-big {
  margin-top: 50px;
}
.more-big .description,
.more-big .section.home-services.home-testimonials .item .address-line,
.section.home-services.home-testimonials .item .more-big .address-line {
  position: relative;
}
.more-big .description:after,
.more-big .section.home-services.home-testimonials .item .address-line:after,
.section.home-services.home-testimonials .item .more-big .address-line:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
}
.section.full-bigyapan {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section.full-bigyapan.first {
  margin-bottom: 0;
}
.section.full-bigyapan .bigyapan-box {
  justify-content: center;
  align-items: center;
}
.section.full-bigyapan img {
  width: 100%;
  height: auto;
}
.new-section {
  margin-top: 30px;
  margin-bottom: 0;
}
.side-list.full-horizontal {
  margin: 0;
}
.side-list.full-horizontal .media {
  margin-top: 40px !important;
}
.side-list.half-list .media img {
  height: 110px;
  width: 150px;
  margin-bottom: 0;
}
.side-list.half-list .media .main-title,
.side-list.half-list .media .subline {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.cat-section.pradesh-samachar {
  margin: 0;
  padding-top: 0;
}
.right-side .suchana-box {
  background: #5e6165;
  padding: 20px;
  margin-top: -20px !important;
}
.right-side .suchana-box .cat-box:before {
  background: #727478;
}
.right-side .suchana-box .main-title,
.right-side .suchana-box .subline {
  color: #fff !important;
  font-size: 24px;
  line-height: 32px;
  display: block;
}
.right-side .suchana-box .small-news {
  border-top: 1px solid #727478;
  margin-top: 30px;
  padding: 30px 0 0 0;
}
.right-side .suchana-box .small-news .main-title,
.right-side .suchana-box .small-news .subline {
  font-size: 19px;
  color: #ccc !important;
  line-height: 32px;
  display: block;
}
.right-side .suchana-box .small-news a:hover .main-title,
.right-side .suchana-box .small-news a:hover .subline {
  color: #fff !important;
}
.right-side .suchana-box .cat-tags {
  color: #fff;
}
.right-side .suchana-box .cat-tags .extra-news a {
  color: #ddd !important;
}
.right-side .items .item-news {
  margin-top: 15px;
}
.side-list.half-list .media .main-title,
.side-list.half-list .media .subline {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  text-align: left;
}
.side-list.half-list .media .main-title:hover,
.side-list.half-list .media .subline:hover {
  color: #5e6165;
}
.four-news .main-title,
.four-news .subline {
  font-size: 18px !important;
  line-height: 28px !important;
}
.home-video-gallery {
  background: #ede7f6;
  margin-top: 30px;
  padding-bottom: 30px;
}
.home-video-gallery .more-item {
  margin-top: 0 !important;
}
.home-video-gallery .video-photo {
  background: none;
}
.home-video-gallery .video-photo .cat-tags {
  color: #3a96d2;
}
.home-video-gallery .video-photo .cat-box:before {
  background: #ccc;
}
.home-video-gallery .video-photo .video-play {
  border: 0;
  top: 50% !important;
  left: 50% !important;
  right: inherit !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-video-gallery .video-photo .main-title,
.home-video-gallery .video-photo .subline {
  position: relative;
  color: #222;
  padding: 0;
  margin-top: 20px;
  line-height: 28px;
}
.home-video-gallery .video-photo a:hover .main-title,
.home-video-gallery .video-photo a:hover .subline {
  color: #5e6165;
}
.main-stories .more-item.big-latest .main-title,
.main-stories .more-item.big-latest .subline {
  font-size: 34px;
  line-height: 46px;
}
.left-side .items.full-list .item-news {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  margin: 0;
}
.left-side .items.full-list .item-news:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}
.left-side .items.full-list .item-news .main-title,
.left-side .items.full-list .item-news .subline {
  font-size: 22px;
  line-height: 30px;
  color: #102b49;
}
.left-side .items.full-list .item-news .description,
.left-side
  .items.full-list
  .item-news
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .left-side
  .items.full-list
  .item-news
  .address-line {
  font-size: 14px;
  display: block;
  color: #383838;
  line-height: 28px;
  margin-top: 15px;
}
.left-side .items.full-list .item-news .dates {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 5px;
}
.left-side .items.full-list .item-news .more-link-btn {
  margin-top: 15px;
  display: block;
}
.left-side .items.full-list .item-news .more-link-btn.normal-btn a {
  text-decoration: underline;
  color: #888;
  font-size: 12px;
}
.left-side .items.full-list .item-news .more-link-btn.normal-btn a:hover {
  color: #383838;
  text-decoration: none;
}
.left-side .items.full-list .item-news .break-tags {
  margin: 0 0 15px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
}
.left-side .items.full-list .item-news .mr-3 {
  margin-right: 30px !important;
}
.left-side .items.full-list .item-news img {
  width: 280px;
  height: 186px;
  object-fit: cover;
}
.left-side .items.full-list.total-search-list .item-news img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.left-side .items.full-list.total-search-list .item-news .main-title,
.left-side .items.full-list.total-search-list .item-news .subline {
  font-size: 16px;
  line-height: 20px;
}
.left-side .items.full-list.total-search-list .item-news .description,
.left-side
  .items.full-list.total-search-list
  .item-news
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .left-side
  .items.full-list.total-search-list
  .item-news
  .address-line {
  font-size: 12px;
  line-height: 20px;
}
.big-cat-box {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}
.big-cat-box .big-cat-tags .main-title,
.big-cat-box .big-cat-tags .subline {
  color: #102b49;
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
}
.trends .trend-num {
  width: 32px;
  height: 32px;
  background: #ede7f6;
  position: absolute;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  top: -10px;
  left: -10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.trends a:hover .trend-num {
  background: #3a96d2;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.content-editor.author-lists .authors-box {
  margin-top: 0;
}
.content-editor.author-lists .authors-box .main-title,
.content-editor.author-lists .authors-box .subline {
  font-size: 20px;
  margin-top: 15px;
  display: block;
}
.content-editor.author-lists .authors-box .main-title .tweet-link,
.content-editor.author-lists .authors-box .subline .tweet-link {
  font-size: 12px;
  float: right;
}
.content-editor.author-lists .authors-box .main-title .tweet-link a,
.content-editor.author-lists .authors-box .subline .tweet-link a {
  color: #102b49;
}
.content-editor.author-lists .authors-box .main-title .tweet-link a .left-icon,
.content-editor.author-lists .authors-box .subline .tweet-link a .left-icon {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.content-editor.author-lists .authors-box .main-title .tweet-link a:hover,
.content-editor.author-lists .authors-box .subline .tweet-link a:hover {
  text-decoration: underline;
}
.featured-images iframe {
  width: 100% !important;
}
.right-side.innerpages .suchana-box {
  margin-top: 60px !important;
}
.new-header .mobile-navs {
  display: none;
  position: fixed;
  top: 14px;
  right: 0;
  z-index: 1000;
  font-size: 30px;
}
.new-header .mobile-navs a {
  padding: 0 5px;
}
.new-header .mobile-navs a.menu-icon {
  padding-right: 0;
}
.new-header .mobile-navs a.search-icon {
  font-size: 20px;
  position: relative;
  top: -3px;
}
.event-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px auto;
  height: auto;
}
.total-list {
  margin-bottom: 35px;
}
.right-side .bichar-cat .main-stories .more-item .main-title:hover,
.right-side .bichar-cat .main-stories .more-item .subline:hover {
  color: #5e6165;
}
.lazy {
  background: #eee;
}
.author-info {
  margin: 30px 0;
  padding: 20px 0 0 0;
  width: 100%;
}
.author-info .author-pic {
  margin-bottom: 15px;
}
.author-info .extra-title {
  padding: 0;
}
.author-info .extra-title .cat-tags {
  margin-bottom: 20px;
}
.author-info .row {
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px 0 0 0;
}
.author-info img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 5px solid #fff;
  object-fit: cover;
}
.author-info .main-title,
.author-info .subline {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
  line-height: 18px;
}
.author-info .main-title .tweet-link,
.author-info .subline .tweet-link {
  font-size: 12px;
  float: left;
  font-weight: 400;
  line-height: 18px;
}
.author-info .main-title .tweet-link a,
.author-info .subline .tweet-link a {
  color: #55acee !important;
}
.author-info .main-title .tweet-link a,
.author-info .subline .tweet-link a {
  color: #102b49;
}
.author-info .main-title .tweet-link a .left-icon,
.author-info .subline .tweet-link a .left-icon {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.author-info .main-title .tweet-link a:hover,
.author-info .subline .tweet-link a:hover {
  text-decoration: underline;
}
.author-info .description,
.author-info .section.home-services.home-testimonials .item .address-line,
.section.home-services.home-testimonials .item .author-info .address-line {
  color: #222;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.author-info .more-author-news {
  display: block;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.author-info .more-author-news .more-icon a {
  font-size: 14px;
  font-weight: 700;
}
.author-info .more-author-news .more-icon a .left-icon {
  font-size: 12px;
  position: relative;
  top: 0;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #222;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  border: 1px solid #ddd;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-info .more-author-news .more-icon a.active .left-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-info .more-author-news .more-icon a.active:hover .left-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.author-info .more-author-news .more-icon a:hover .left-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-info .author-news {
  display: none;
  padding: 0;
  background: #eee;
}
.author-info .author-news .recent-newslist {
  margin: 0;
  padding: 30px;
}
.author-info .author-news .recent-newslist li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
}
.author-info .author-news .recent-newslist li:hover .left-icon {
  background: #888;
}
.author-info .author-news .recent-newslist li a {
  font-weight: 700;
  font-size: 16px;
}
.author-info .author-news .recent-newslist li a:hover {
  text-decoration: underline;
}
.author-info .author-news .recent-newslist li:nth-child(1) {
  margin-top: 0;
}
.author-info .author-news .recent-newslist li .left-icon {
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  color: #fff;
  background: #102b49;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 14px;
  left: 0;
}
.mobile-cat-menu {
  display: none;
}
.box-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.white-box .break-tags {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  padding: 4px 20px;
  margin: 0 auto 30px auto;
  display: table;
  background: #ec3438;
}
.white-box .break-tags a {
  color: #fff;
}
.white-box .item-news {
  margin-bottom: 20px;
}
.white-box .item-news img {
  width: 100%;
  height: 100px;
  display: table;
  margin: 0;
  object-fit: cover;
}
.white-box .item-news.item-bigyaapan {
  margin-bottom: 30px;
}
.white-box .item-news.item-bigyaapan img {
  height: auto;
  object-fit: contain;
}
.white-box .item-news .main-title,
.white-box .item-news .subline {
  font-size: 18px;
  line-height: 24px;
}
.cat-dec {
  display: block;
  font-size: 12px;
}
.cat-dec .cat-name {
  display: inline-block;
  margin-right: 10px;
  color: #ec3438;
}
.cat-dec .time-stamp {
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin-top: 0;
}
.bishesh-feature .white-box .item-news {
  margin-bottom: 20px;
  position: relative;
}
.bishesh-feature .white-box .item-news img {
  width: 100%;
  height: 345px;
  display: table;
  margin: 0;
  object-fit: cover;
}
.bishesh-feature .white-box .item-news.item-bigyaapan {
  margin-bottom: 30px;
}
.bishesh-feature .white-box .item-news.item-bigyaapan img {
  height: auto;
  object-fit: cover;
}
.bishesh-feature .white-box .item-news .main-title,
.bishesh-feature .white-box .item-news .subline {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 700;
}
.bishesh-feature .white-box .item-news .overlay-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  position: absolute;
  text-align: left;
}
.bishesh-feature .white-box .item-news .overlay-title .main-title,
.bishesh-feature .white-box .item-news .overlay-title .subline {
  font-size: 24px;
  line-height: 32px;
}
.bishesh-feature .white-box .bishesh-latest .overlay-title .main-title,
.bishesh-feature .white-box .bishesh-latest .overlay-title .subline {
  font-size: 28px;
  line-height: 38px;
}
.bishesh-feature .cat-dec .cat-name {
  color: #fff;
}
.bishesh-feature .cat-dec .time-stamp {
  color: #ddd;
}
.main-title,
.subline {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  display: block;
  margin: 10px 0 0 0;
  font-weight: 700;
}
.subline {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.right-side .white-box {
  margin-top: 30px;
}
.right-side .white-box:nth-child(1) {
  margin-top: 0;
}
.right-side .bichar-item .media {
  margin-top: 30px;
}
.right-side .bichar-item .media .main-title,
.right-side .bichar-item .media .subline {
  font-size: 13px;
  line-height: 18px;
}
.right-side .bichar-item .media img {
  width: 52px !important;
  height: 52px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.right-side .bichar-item .media .time-stamp {
  font-size: 12px;
  margin-top: 0;
}
.tab-menus {
  margin-bottom: 15px;
  border: 0;
}
.tab-menu-box .item-news {
  margin: 0 !important;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.tab-menu-box .item-news:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.tab-menu-box .item-news .main-title,
.tab-menu-box .item-news .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
.interview-box .main-title,
.interview-box .subline {
  margin-bottom: 15px;
}
.interview-box img {
  width: 100% !important;
  height: 120px !important;
  display: table;
  object-fit: cover;
}
.special-event.white-box .samachar-list {
  order: 1;
}
.special-event.white-box .samachar-list.alt {
  order: 3;
}
.special-event.white-box .cat-list-box {
  order: 2;
}
.special-event.white-box .side-section img {
  height: 150px;
}
.special-event.white-box .big-feature img {
  height: 345px;
  object-fit: cover;
}
.special-event.white-box .big-feature .main-title,
.special-event.white-box .big-feature .subline {
  font-size: 31px;
  line-height: 42px;
}
.corporate-box .bishesh-feature .item-news {
  margin-bottom: 20px;
  position: relative;
}
.corporate-box .bishesh-feature .item-news img {
  width: 100%;
  height: 345px;
  display: table;
  margin: 0;
  object-fit: cover;
}
.corporate-box .bishesh-feature .item-news.item-bigyaapan {
  margin-bottom: 30px;
}
.corporate-box .bishesh-feature .item-news.item-bigyaapan img {
  height: auto;
}
.corporate-box .bishesh-feature .item-news .main-title,
.corporate-box .bishesh-feature .item-news .subline {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 700;
}
.corporate-box .bishesh-feature .item-news .overlay-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  position: absolute;
  text-align: left;
}
.corporate-box .bishesh-feature .item-news .overlay-title .main-title,
.corporate-box .bishesh-feature .item-news .overlay-title .subline {
  font-size: 24px;
  line-height: 32px;
}
.corporate-box .samachar-list .media {
  margin-top: 30px;
}
.corporate-box .samachar-list .media:nth-child(1) {
  margin-top: 0;
}
.corporate-box .samachar-list .media img {
  width: 128px;
  height: 89px;
  object-fit: cover;
}
.corporate-box .samachar-list .media .main-title,
.corporate-box .samachar-list .media .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
.corporate-box .samachar-list .item-news {
  margin-top: 15px;
}
.corporate-box .samachar-list .item-news:nth-child(1) {
  margin-top: 0;
}
.corporate-box .samachar-list .item-news.item-bigyaapan {
  margin-bottom: 0;
}
.corporate-box .samachar-list .item-news .main-title,
.corporate-box .samachar-list .item-news .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
.photoslide-box .item-news img {
  width: 100%;
  height: 246px;
  display: table;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.photoslide-box.item-bigyaapan {
  margin-bottom: 30px;
}
.photoslide-box.item-bigyaapan img {
  height: auto;
  object-fit: cover;
}
.photoslide-box .main-title,
.photoslide-box .subline {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 700;
}
.photoslide-box .overlay-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  position: absolute;
  text-align: left;
}
.photoslide-box .overlay-title .main-title,
.photoslide-box .overlay-title .subline {
  font-size: 24px;
  line-height: 32px;
}
.home-cat-box .item-news {
  margin-top: 30px;
}
.home-cat-box .item-news:nth-child(1) {
  margin-top: 0;
}
.home-cat-box .item-news.latest-item img {
  height: 150px;
  width: 100%;
  margin-bottom: 15px;
}
.home-cat-box .item-news.latest-item .main-title,
.home-cat-box .item-news.latest-item .subline {
  font-size: 18px;
  line-height: 22px;
  color: #102b49;
}
.home-cat-box .item-news img {
  width: 70px;
  height: 50px;
  margin-bottom: 0;
}
.home-cat-box .item-news .main-title,
.home-cat-box .item-news .subline {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #102b49;
}
.right-side .bichar-item.quick-item .media {
  margin-top: 25px;
}
.right-side .bichar-item.quick-item .media .img-box {
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.right-side .bichar-item.quick-item .media img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 16px !important;
  height: 16px !important;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.right-side .bichar-item.quick-item .media .main-title,
.right-side .bichar-item.quick-item .media .subline {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 3px;
}
.new-section {
  margin-top: 20px;
}
.latest-feature.item-news.half-feature img {
  height: 290px;
}
.latest-feature.item-news.half-feature .main-title,
.latest-feature.item-news.half-feature .subline {
  font-size: 19px !important;
  line-height: 26px !important;
}
.latest-feature.item-news {
  margin-bottom: 30px;
  position: relative;
}
.latest-feature.item-news a {
  color: #fff !important;
}
.latest-feature.item-news .more-link-btn {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.latest-feature.item-news .more-link-btn a {
  color: #fff;
  text-decoration: underline !important;
}
.latest-feature.item-news .more-link-btn a:hover {
  text-decoration: none !important;
}
.latest-feature.item-news img {
  width: 100%;
  height: auto;
  display: table;
  margin: 0;
  object-fit: cover;
}
.latest-feature.item-news.item-bigyaapan {
  margin-bottom: 30px;
}
.latest-feature.item-news.item-bigyaapan img {
  height: auto;
  object-fit: cover;
}
.latest-feature.item-news .main-title,
.latest-feature.item-news .subline {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 700;
}
.latest-feature.item-news .overlay-title {
  background: rgba(61, 33, 104, 0.5);
  padding: 30px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  position: absolute;
  text-align: left;
  width: 100%;
}
.latest-feature.item-news .overlay-title .main-title,
.latest-feature.item-news .overlay-title .subline {
  font-size: 30px;
  line-height: 44px;
}
.latest-feature.item-news .overlay-title .dates {
  font-size: 14px;
  color: #fdb81a;
  display: block;
  margin-top: 5px;
}
.latest-feature a:hover .main-title,
.latest-feature a:hover .subline {
  color: #fff;
}
.latest-feature .cat-dec .cat-name {
  color: #fff;
}
.latest-feature .cat-dec .time-stamp {
  color: #fff;
}
.inner-pages {
  margin: 40px -15px;
}
.authorsbox {
  margin-top: 30px;
}
.innerpage-bigyaapan .row {
  width: 100%;
  margin: 0;
}
.innerpage-bigyaapan .row .bigyapan-item {
  padding: 0;
}
.sharebox {
  position: sticky;
  top: 50px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sharebox .st-btn {
  display: block !important;
  width: 32px;
  margin: 10px auto !important;
}
.sharebox .share-title {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.sharebox .share-title .left-icon {
  margin-right: 5px;
}
.detail-box,
.detail-featured-box {
  padding-right: 15px;
}
.pubs-date {
  font-weight: 700;
}
.post-comments {
  padding-right: 0;
  text-align: right;
  margin-bottom: 30px;
}
.post-comments .post-comments-btn {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  padding: 6px 20px;
  background: #eee;
  margin-top: -10px;
  float: right;
  line-height: 18px;
  background: #ddd;
}
.post-comments .left-icon {
  margin-right: 10px;
}
.published-date {
  padding-left: 0;
  margin-bottom: 30px;
}
.comment-box {
  padding: 0;
}
.content-editor .author-only {
  border: 0;
  margin: 0;
  padding: 20px 0;
}
.content-editor .author-only .author-pic .media img {
  width: 60px;
  height: 60px;
}
.content-editor .author-only .author-pic .media .main-title,
.content-editor .author-only .author-pic .media .subline {
  font-size: 20px;
  margin-bottom: 5px;
}
.content-editor .author-only .author-pic .media .tweet-link {
  font-size: 12px;
  float: left;
  font-weight: 400;
  line-height: 18px;
}
.content-editor .author-only .author-pic .media .tweet-link a {
  color: #55acee !important;
}
.content-editor .author-only .author-pic .media .tweet-link a .left-icon {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.share-alt {
  float: right;
}
.gallery-list .photo-item {
  margin-bottom: 30px;
}
.gallery-list .photo-item a:hover .zoom-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.gallery-list .photo-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: table;
}
.latest-feature.half-feature {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.latest-feature.half-feature .play-icon {
  width: 54px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  top: 0;
  right: 0;
  position: absolute;
  background: #ec3438;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.latest-feature.half-feature a:hover .play-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-result {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  display: block;
  margin: 10px 0 30px 0;
  font-weight: 700;
}
.search-result .search-keyword {
  color: #ec3438;
}
.search-result .keyword-num {
  color: #ec3438;
}
.nav-tabs.tab-menus {
  border-bottom: 1px solid #ccc;
}
.nav-tabs.tab-menus .nav-item {
  text-align: center;
  width: 50%;
  border-left: 1px solid #ccc;
}
.nav-tabs.tab-menus .nav-item:nth-child(1) {
  border-left: 0;
}
.share-it .st-total {
  color: #fff !important;
}
@-webkit-keyframes pulse {
  0% {
    background: #ec3438;
    color: #ccc;
  }
  100% {
    background: #b71f22;
    color: #fff;
  }
}
@keyframes pulse {
  0% {
    background: #ec3438;
    color: #ccc;
  }
  100% {
    background: #b71f22;
    color: #fff;
  }
}
.section .more-action a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section .more-action a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section .more-action a:hover.more-btn .left-icon {
  right: -3px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section .more-btn {
  background: #102b49;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  display: table;
  margin: 30px auto 0 auto;
}
.section .more-btn .left-icon {
  font-size: 18px;
  top: 3px;
  right: 0;
  position: relative;
  margin-left: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section .section-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  display: block;
  color: #102b49;
}
.section .sub-line {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  color: #666;
  margin-top: 10px;
  position: relative;
  padding-bottom: 30px;
}
.section .sub-line:after {
  content: "";
  width: 93px;
  height: 1px;
  background: #349c49;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section .description,
.section.home-services.home-testimonials .item .address-line {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: block;
  margin-top: 0;
  font-weight: 400;
}
.section.gray-box,
.section.white-box {
  background: #eee;
  padding: 70px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.section.white-box {
  background: #fff;
}
.section.blue-box {
  background: #102b49;
  padding: 70px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.section.blue-box .section-title {
  color: #fff;
}
.section.blue-box .sub-line {
  color: #fff;
}
.section.blue-box .video-list {
  margin-top: 30px;
}
.section.blue-box .video-list .video-item {
  text-align: left;
}
.section.blue-box .video-list .video-item figure {
  position: relative;
}
.section.blue-box .video-list .video-item figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.blue-box .video-list .video-item figure .play-icon {
  z-index: 2;
  font-size: 18px;
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section.blue-box .video-list .video-item figure .play-icon:before {
  position: relative;
  right: -2px;
  top: -1px;
}
.section.blue-box .video-list .video-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: table;
}
.section.blue-box .video-list .video-item .dates {
  font-size: 12px;
  color: #c0bdbd;
  display: block;
  margin: 15px 0;
  line-height: 18px;
}
.section.blue-box .video-list .video-item .main-title,
.section.blue-box .video-list .video-item .subline {
  color: #ccc;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.section.blue-box .video-list .video-item a:hover figure:after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.blue-box .video-list .video-item a:hover figure .play-icon {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.blue-box .video-list .video-item a:hover .main-title,
.section.blue-box .video-list .video-item a:hover .subline {
  color: #fff;
}
.data-section {
  align-items: center;
}
.data-section .data-display {
  padding: 0;
}
.data-section .data-display .data-box {
  max-width: 100% !important;
  height: auto !important;
  display: table;
  margin: 40px auto;
}
.data-section .data-nums .item-box,
.data-section .data-nums .footer .box-item,
.footer .data-section .data-nums .box-item {
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-height: 150px;
}
.data-section .data-nums .item-box a,
.data-section .data-nums .footer .box-item a,
.footer .data-section .data-nums .box-item a {
  display: block;
}
.data-section .data-nums .item-box .main-title,
.data-section .data-nums .footer .box-item .main-title,
.footer .data-section .data-nums .box-item .main-title,
.data-section .data-nums .item-box .subline,
.data-section .data-nums .footer .box-item .subline,
.footer .data-section .data-nums .box-item .subline {
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: 18px;
  margin-top: 30px;
  padding: 0 15px;
}
.data-section .data-nums .item-box .data-counts,
.data-section .data-nums .footer .box-item .data-counts,
.footer .data-section .data-nums .box-item .data-counts {
  font-size: 36px;
  color: #349c49;
  display: block;
  font-weight: 700;
  line-height: 38px;
  margin-top: 30px;
}
.data-section .data-nums .item-box:hover,
.data-section .data-nums .footer .box-item:hover,
.footer .data-section .data-nums .box-item:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.data-section .story-section {
  margin-top: 60px;
}
.data-section .story-section .story-item figure {
  position: relative;
}
.data-section .story-section .story-item .more-link {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 400;
}
.data-section .story-section .story-item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: table;
}
.data-section .story-section .story-item .main-title,
.data-section .story-section .story-item .subline {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ddd;
  width: 100%;
  background: #111;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
}
.data-section .story-section .story-item a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.data-section .story-section .story-item a:hover .main-title,
.data-section .story-section .story-item a:hover .subline {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.data-section .story-section .story-item a:hover .more-link {
  text-decoration: underline;
}
.who-box .main-img {
  margin-top: 30px;
}
.who-box .main-img img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
.who-list {
  margin-top: 30px;
}
.who-list figure {
  position: relative;
  overflow: hidden;
}
.who-list figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.who-list figure:hover .main-title,
.who-list figure:hover .subline {
  top: 10%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.who-list figure:hover .who-menu {
  top: 25%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.who-list img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: table;
}
.who-list .main-title,
.who-list .subline {
  color: #fff;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.who-list .who-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  width: 90%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.who-list .who-menu li {
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  display: block;
}
.who-list .who-menu li:nth-child(1) {
  margin-top: 0;
}
.who-list .who-menu li a {
  background: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  padding: 10px 20px;
  line-height: 22px;
  display: block;
  color: #fff;
}
.who-list .who-menu li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #102b49;
}
.section.geographical-coverage {
  padding-bottom: 0;
  padding-top: 0;
}
.section.geographical-coverage .embed-responsive {
  margin-top: 30px;
}
.coverage-map {
  display: block;
}
.coverage-map iframe {
  width: 100% !important;
}
.resources-tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #349c49;
  padding-bottom: 1px;
}
.resources-tab.collaborators-tab {
  margin-top: 30px;
}
.resources-tab .nav-item {
  margin-left: 1px;
}
.resources-tab .nav-item:nth-child(1) {
  margin-left: 0;
}
.resources-tab .nav-link {
  border: 0;
  padding: 4px 20px;
  background: #eeeeee;
  color: #383838;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  margin-left: 1px;
}
.resources-tab .nav-link:hover {
  background: #ccc;
}
.resources-tab .nav-link.active {
  color: #fff;
  background: #349c49;
}
.download-list {
  margin-top: 30px;
}
.download-list .list-item {
  text-align: left;
}
.download-list .list-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.download-list .list-item .dates {
  font-size: 12px;
  color: #666;
  display: block;
  margin: 5px 0;
  line-height: 18px;
}
.download-list .list-item .main-title,
.download-list .list-item .subline {
  color: #383838;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.download-list .list-item a:hover .main-title,
.download-list .list-item a:hover .subline {
  color: #349c49;
}
.download-list.logo-list {
  margin-top: 30px;
}
.download-list.logo-list .list-item {
  text-align: left;
}
.download-list.logo-list .list-item .logo-item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.download-list.logo-list .list-item .logo-item img {
  width: 100%;
  height: auto;
  display: table;
}
.page-box {
  background: #ddd;
  padding: 45px 0;
  background-size: 100%;
}
.page-box .page-title-box .page-title-heading .main-title,
.page-box .page-title-box .page-title-heading .subline {
  font-size: 36px;
  line-height: 38px;
  color: #102b49;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}
.right-side .item-boundary {
  padding: 0;
}
.right-side .item-boundary .more-link {
  display: block;
}
.right-side .item-boundary .more-link a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 16px;
  margin: 10px 0 0 0;
  color: #102b49;
}
.right-side .item-boundary .more-link a:hover {
  text-decoration: none;
}
.right-side .item-boundary .item-heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  color: #00544b;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.right-side .item-boundary .item-news {
  padding: 20px 0;
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.right-side .item-boundary .item-news figure {
  position: relative;
}
.right-side .item-boundary .item-news figure .play-icon {
  background: #ec3438;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side .item-boundary .item-news:nth-child(2) {
  border-top: 0;
  padding-top: 0;
}
.right-side .item-boundary .item-news .read-more {
  font-size: 11px;
  font-weight: 400;
  display: table;
  text-decoration: underline;
  line-height: 14px;
  margin: 10px 0 0 0;
  color: #102b49;
}
.right-side .item-boundary .item-news.latest-item {
  padding-top: 0;
  border-top: 0;
}
.right-side .item-boundary .item-news a:hover .play-icon {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side .item-boundary .item-news a:hover .read-more {
  text-decoration: none;
}
.right-side .item-boundary .item-news.media .main-title,
.right-side .item-boundary .item-news.media .subline {
  font-size: 13px;
  font-weight: 700;
  color: #102b49;
  margin-top: 0;
  line-height: 19px;
}
.right-side .item-boundary .item-news.media .dates {
  font-size: 12px;
  color: #3f354d;
  display: block;
  margin-top: 5px;
}
.right-side .item-boundary .item-news.media img {
  height: 70px;
}
.authors-box {
  margin-bottom: 0;
}
.authors-box .main-title,
.authors-box .subline {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #102b49;
}
.authors-box .dates {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: right;
}
.authors-box .media-body .dates {
  text-align: left;
}
.photolist {
  margin-top: 30px;
}
.pg-list {
  margin-top: 0;
}
.pg-list.more-pg-list {
  margin-top: 40px;
}
.pg-list .latest-feature .img-counter {
  color: #fdb81a;
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.pg-list .latest-feature .img-counter .left-icon {
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-size: 24px;
}
.pg-list .items .overlay-title {
  background: rgba(61, 33, 104, 0.5);
  padding: 15px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  position: absolute;
  text-align: left;
  width: 100%;
}
.pg-list .items .main-title,
.pg-list .items .subline {
  color: #fff;
}
.pg-list .items .img-counter {
  color: #fdb81a;
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 0;
}
.pg-list .items .img-counter .left-icon {
  margin-right: 6px;
  position: relative;
  top: 5px;
  font-size: 21px;
}
.team-list-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.team-list-box:nth-child(1) {
  margin-top: 0;
}
.team-list-box {
  margin-bottom: 0;
}
.team-list-box.list-others {
  margin-top: 0;
}
.team-list-box .tags {
  margin-bottom: 30px;
}
.team-list-box .items {
  text-align: center;
  margin-bottom: 30px;
}
.team-list-box .items table {
  text-align: left;
}
.team-list-box .items .item {
  padding: 30px 15px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #cccccc;
  height: 300px;
  display: block !important;
  overflow: hidden;
}
.team-list-box .items .item:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
}
.team-list-box .items .item:hover .social-links {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list-box .items .item img {
  margin: 0 auto;
}
.team-list-box .items .item .main-title,
.team-list-box .items .item .subline {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 22px;
}
.team-list-box .items .item .designation {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 16px;
}
.team-list-box .items .item .social-links {
  margin-top: 15px;
  display: block;
  top: 80px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-list-box .items .item .social-links a {
  background: #d7dddc;
  width: 21px;
  height: 21px;
  color: #267163;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  margin: 0 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.team-list-box .items .item .social-links a .left-icon {
  top: 0;
}
.team-list-box.full-bio .items img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.team-list-box.full-bio .items .main-title,
.team-list-box.full-bio .items .subline {
  font-weight: 700;
}
.team-list-box.full-bio .items .designation {
  color: #999;
}
.social-links .social-media .search-icon {
  display: block;
}
table .view-btn {
  float: right;
}
table .view-btn .left-icon {
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 29px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
table .view-btn .left-icon:hover {
  background: #102b49;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.show-box {
  margin: 0 0 80px 0;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 10px;
}
.show-box .showlist {
  padding-left: 0;
}
.show-box .show-title {
  font-size: 12px;
  color: #666;
  padding-left: 0;
}
.show-box .showpage {
  padding-right: 0;
}
.show-box .showpage .pagination-table {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}
.show-box .showpage .pagination-table li {
  list-style: none;
  float: left;
  margin: 0;
  font-size: 12px;
}
.show-box .showpage .pagination-table li a {
  padding: 5px 10px;
  color: #666;
}
.show-box .showpage .pagination-table li a:hover {
  background: #ddd;
  text-decoration: none;
}
.show-box .showpage .pagination-table li a.active {
  background: #102b49;
  color: #fff;
}
.search-case {
  margin-top: 30px;
  margin-bottom: 20px;
}
.search-case .news-big-title {
  color: #383838;
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.data-select-form .select {
  width: 100%;
  height: 30px;
}
.sub-show-case .title-names {
  padding-left: 15px;
}
.home-cat-box .item-boundary.event-info .latest-item .main-title,
.home-cat-box .item-boundary.event-info .latest-item .subline {
  font-size: 16px;
}
.home-cat-box .item-boundary.event-info .latest-item .designation {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  display: block;
}
.home-cat-box .item-boundary.event-info .latest-item .description,
.home-cat-box
  .item-boundary.event-info
  .latest-item
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .home-cat-box
  .item-boundary.event-info
  .latest-item
  .address-line {
  line-height: 20px;
  display: block;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
}
.home-cat-box .item-boundary.event-info .event-box .event-detail {
  font-size: 13px;
  line-height: 20px;
  display: block;
  color: #666;
}
.section.home-search {
  text-align: left;
}
.section.home-search .backdrop-img {
  padding-right: 0;
}
.section.home-search .backdrop-img img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.section.home-search .search-college {
  background: #fdb81a;
  -webkit-border-radius: 0 0 50px 0;
  -moz-border-radius: 0 0 50px 0;
  -ms-border-radius: 0 0 50px 0;
  border-radius: 0 0 50px 0;
  padding: 40px;
  max-height: 480px;
  text-align: left;
}
.section.home-search .search-college .small-section-title {
  color: #102b49;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.section.home-search .search-college .section-title {
  text-align: left;
}
.section.home-services .more-action {
  margin-top: 30px;
}
.section.home-services .more-action .more-btn {
  margin: 0;
  background: #fdb81a;
  color: #333;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
}
.section.home-services .more-action .more-btn:hover {
  background: #102b49;
  color: #fff;
}
.section.home-services .service-item-box .items {
  margin-bottom: 50px;
}
.section.home-services .service-item-box .items img {
  height: 180px;
  object-fit: cover;
  float: left;
  width: 100%;
  max-width: none;
}
.section.home-services .service-item-box .items figure {
  position: relative;
  float: left;
  width: 100%;
}
.section.home-services .service-item-box .items .main-title,
.section.home-services .service-item-box .items .subline {
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #102b49;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.home-services .service-item-box .items a:hover .main-title,
.section.home-services .service-item-box .items a:hover .subline {
  background: #fdb81a;
  color: #102b49;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.home-services.home-testimonials .testimonial-slider {
  padding: 40px 120px;
  text-align: center;
}
.section.home-services.home-testimonials .item img {
  width: 106px;
  height: 106px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin: 0 auto 15px auto;
  display: block;
  object-fit: cover;
}
.section.home-services.home-testimonials .item .main-title,
.section.home-services.home-testimonials .item .subline {
  color: #102b49;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.section.home-services.home-testimonials .item .description,
.section.home-services.home-testimonials .item .address-line {
  color: #666;
  padding-top: 50px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.section.home-services.home-testimonials .item .description:before,
.section.home-services.home-testimonials .item .address-line:before {
  content: "";
  width: 40px;
  height: 36px;
  background: url(../images/quote.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-services.home-testimonials .item .address-line {
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
  margin: 0 0 20px 0;
}
.section.home-services.home-testimonials .item .address-line:before {
  display: none;
}
.description,
.section.home-services.home-testimonials .item .address-line {
  font-size: 14px;
  line-height: 22px;
}
.section.news-events .news-items {
  margin-top: 30px;
}
.section.news-events .news-items img {
  width: 90px;
  height: 92px;
  object-fit: cover;
}
.section.news-events .news-items .main-title,
.section.news-events .news-items .subline {
  font-size: 18px;
  font-weight: 700;
  color: #102b49;
  line-height: 24px;
  display: block;
  margin-top: 0;
}
.section.news-events .news-items .dates {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 15px;
}
.section.news-events .more-action {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.section.news-events .more-action a {
  background: #fdb81a;
  color: #102b49;
  border: 0;
}
.section.news-events .more-action a:hover {
  background: #102b49;
  color: #fff;
}
.section.news-events .more-btn {
  margin: 0;
  border: 2px solid #102b49;
  background: none;
  color: #102b49;
  font-weight: 700;
}
.section.news-events .event-section .date-box {
  width: 90px;
  padding-top: 0;
  height: 90px;
  background: #ddd;
  text-align: center;
  display: table;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.section.news-events .event-section .date-box .month-name {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #222;
  margin-top: 15px;
}
.section.news-events .event-section .date-box .days {
  font-size: 30px;
  font-weight: 700;
  color: #102b49;
  line-height: 32px;
  display: block;
}
.section.news-events .event-section a:hover .date-box {
  background: #fdb81a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.best-university {
  padding: 106px 0;
}
.section.best-university .description,
.section.best-university
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .section.best-university
  .address-line {
  padding: 0 10%;
}
.section.best-university .university-list {
  margin-top: 50px;
}
.section.best-university .university-list .item {
  margin-bottom: 30px;
}
.section.best-university .university-list .item figure {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
}
.section.best-university .university-list .item figure img {
  max-width: 100%;
  max-height: 70px;
  display: block;
}
.section .more-btn {
  margin: 30px auto 0 auto;
  border: 2px solid #102b49;
  background: none;
  color: #102b49;
  font-weight: 700;
}
.section.latest-video {
  position: relative;
  min-height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.latest-video .container {
  position: relative;
  z-index: 98;
}
.section.latest-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(61, 33, 104, 0.85);
}
.section.latest-video .section-title {
  color: #fff;
}
.section.latest-video .small-section-title {
  color: #fff;
}
.section.latest-video .description,
.section.latest-video
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .section.latest-video
  .address-line {
  color: #fff;
  padding: 0 10%;
}
.section.latest-video .play-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 30px auto 0 auto;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.section.latest-video.newsletter-box {
  min-height: 440px;
}
.section.photo-box {
  text-align: left;
  background: #222;
  padding: 0;
}
.section.photo-box .thumb-list {
  justify-content: center;
}
.section.photo-box .items {
  padding: 0;
}
.section.photo-box .items figure {
  position: relative;
  overflow: hidden;
}
.section.photo-box .items figure .caption-box {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 90%;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.photo-box .items figure .image-counter {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 24px;
  display: block;
}
.section.photo-box .items figure .main-title,
.section.photo-box .items figure .subline {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: block;
  color: #102b49;
}
.section.photo-box .items img {
  width: 100%;
  height: 300px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
}
.section.photo-box .items a:hover .caption-box {
  background: #fdb81a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.photo-box .items a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side .more-action {
  margin-top: 30px;
}
.right-side .more-btn {
  margin: 0;
  border: 0 solid #102b49;
  background: #fdb81a;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 18px;
}
.right-side .more-btn:hover {
  background: #102b49;
  color: #fff;
}
.right-side .search-college {
  background: #fdb81a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 30px;
  max-height: 480px;
  text-align: left;
}
.right-side .search-college .small-section-title {
  color: #102b49;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding: 0;
  margin: 0;
}
.right-side .search-college .section-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #102b49;
}
.right-side .event-section {
  text-align: left;
}
.right-side .event-section .news-items {
  margin-bottom: 30px;
}
.right-side .event-section .news-items img {
  width: 90px;
  height: 92px;
  object-fit: cover;
}
.right-side .event-section .news-items .main-title,
.right-side .event-section .news-items .subline {
  font-size: 14px;
  font-weight: 700;
  color: #102b49;
  line-height: 18px;
  display: block;
  margin-top: 0;
}
.right-side .event-section .news-items .dates {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 15px;
}
.right-side .event-section .date-box {
  width: 75px;
  padding-top: 8px;
  height: 78px;
  background: #ddd;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-side .event-section .date-box .month-name {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #222;
}
.right-side .event-section .date-box .days {
  font-size: 40px;
  font-weight: 700;
  color: #102b49;
  line-height: 46px;
  display: block;
}
.right-side .event-section a:hover .date-box {
  background: #fdb81a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.share-left {
  position: sticky;
  top: 100px;
}
.vid-list .latest-feature .main-title,
.vid-list .latest-feature .subline {
  position: absolute;
  display: block;
  padding-left: 70px;
  position: relative;
}
.vid-list .latest-feature .main-title .img-counter,
.vid-list .latest-feature .subline .img-counter {
  margin-top: 0;
  line-height: 18px;
}
.vid-list .latest-feature .play-icon {
  background: #d13938;
  width: 48px;
  height: 48px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.section.news-events.full-events {
  padding: 0;
}
.section.news-events.full-events .news-items {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.section.news-events.full-events .news-items:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.section.news-events.full-events .news-items .main-title,
.section.news-events.full-events .news-items .subline {
  text-align: left;
}
.section.news-events.full-events .news-items .more-link {
  text-align: left;
  display: block;
  margin-top: 5px;
}
.related-more.country-list .items img {
  height: 250px;
}
.section.full-featured-image {
  background: #222;
  position: relative;
}
.section.full-featured-image .overlay-title {
  background: rgba(61, 33, 104, 0.75);
  padding: 15px;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  position: absolute;
  text-align: left;
  width: 100%;
}
.section.full-featured-image .overlay-title img {
  height: 70px;
  max-width: 100%;
  float: left;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.section.full-featured-image .overlay-title .main-title,
.section.full-featured-image .overlay-title .subline {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.section.full-featured-image .overlay-title .address-info {
  font-size: 14px;
  color: #ddd;
  display: block;
  margin-top: 5px;
  line-height: 16px;
}
.section.full-featured-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.affiliated-college .section-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 20px;
  line-height: 28px;
}
.affiliated-college .items {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.affiliated-college .items figure {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
}
.affiliated-college .items .main-title,
.affiliated-college .items .subline {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  line-height: 20px;
  color: #102b49;
}
.affiliated-college .items img {
  height: 70px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.modal-title {
  font-weight: 700;
  color: #102b49;
}
.top-bar {
  height: 70px;
}
.top-bar .email-link {
  float: left;
}
.top-bar .email-link .title-line {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  display: block;
}
.top-bar .email-link .title-line .left-icon {
  font-size: 19px;
  color: #999;
}
.top-bar .email-link .drop-line {
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-weight: 400;
}
.small-section-title {
  text-transform: uppercase;
}
.salient-features {
  margin-top: 40px;
}
.salient-features .item img {
  width: 100%;
  height: 268px;
  display: table;
  object-fit: cover;
}
.salient-features .item figure {
  position: relative;
}
.salient-features .item figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(7, 42, 79, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.salient-features .item figure .main-title,
.salient-features .item figure .subline {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  line-height: 24px;
  text-align: left;
  z-index: 2;
}
.salient-features .item a:hover figure:before {
  background: rgba(7, 42, 79, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.home-services.home-about .description,
.section.home-services.home-about
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .section.home-services.home-about
  .address-line {
  margin-top: 30px;
}
.newsevents {
  margin-top: 40px;
}
.newsevents .item {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.newsevents .item img {
  width: 225px;
  height: 150px;
  object-fit: cover;
  display: table;
}
.newsevents .item figure {
  position: relative;
  overflow: hidden;
}
.newsevents .item figure .date-box {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #fdb81a;
  width: 60px;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.newsevents .item figure .date-box .days {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.newsevents .item figure .date-box .days .months {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 400;
}
.newsevents .item .media-body {
  text-align: left;
}
.newsevents .item .media-body .main-title,
.newsevents .item .media-body .subline {
  color: #102b49;
}
.newsevents .item .media-body .more-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-top: 20px;
  display: block;
}
.newsevents .item a:hover .main-title,
.newsevents .item a:hover .subline {
  color: #111;
}
.newsevents .item a:hover .date-box {
  opacity: 0;
  left: -60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.gray-box.fact-numbers,
.section.fact-numbers.white-box {
  background: #102b49;
  text-align: left;
}
.section.gray-box.fact-numbers .section-title,
.section.fact-numbers.white-box .section-title {
  color: #fff;
}
.section.gray-box.fact-numbers .description,
.section.fact-numbers.white-box .description,
.section.gray-box.fact-numbers
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .section.gray-box.fact-numbers
  .address-line,
.section.fact-numbers.white-box
  .section.home-services.home-testimonials
  .item
  .address-line,
.section.home-services.home-testimonials
  .item
  .section.fact-numbers.white-box
  .address-line {
  color: #ddd;
}
.section.gray-box.fact-numbers .facts-box,
.section.fact-numbers.white-box .facts-box {
  text-align: center;
}
.section.gray-box.fact-numbers .facts-box figure,
.section.fact-numbers.white-box .facts-box figure {
  display: block;
  border: 1px solid #22589c;
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.section.gray-box.fact-numbers .facts-box figure:hover,
.section.fact-numbers.white-box .facts-box figure:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.section.gray-box.fact-numbers .facts-box img,
.section.fact-numbers.white-box .facts-box img {
  margin: 0 auto;
  display: block;
}
.section.gray-box.fact-numbers .facts-box .fact-num,
.section.fact-numbers.white-box .facts-box .fact-num {
  font-size: 36px;
  color: #fff;
  display: block;
  line-height: 46px;
  font-weight: 700;
  margin-top: 15px;
}
.section.gray-box.fact-numbers .facts-box .fact-title,
.section.fact-numbers.white-box .facts-box .fact-title {
  font-size: 14px;
  color: #ddd;
  display: block;
  text-transform: uppercase;
  line-height: 22px;
}
.newsevents.gallery-section .section-title {
  font-size: 24px;
  color: #444;
  line-height: 32px;
  text-align: left;
  margin-bottom: 15px;
}
.newsevents.gallery-section .media {
  display: block;
}
.newsevents.gallery-section .media img {
  width: 100%;
  object-fit: cover;
}
.newsevents.gallery-section .media figure {
  margin-bottom: 15px;
}
.newsevents.gallery-section .video-gallery img {
  height: 330px;
}
.newsevents.gallery-section .video-gallery .play-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #ec3438;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.newsevents.gallery-section .video-gallery .play-icon:before {
  position: relative;
  right: -2px;
}
.newsevents.gallery-section a:hover .play-icon {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.right-side.right-photo .item {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.right-side.right-photo .item img {
  width: 225px;
  height: 150px;
  object-fit: cover;
  display: table;
}
.right-side.right-photo .item figure {
  position: relative;
  overflow: hidden;
}
.right-side.right-photo .item figure .date-box {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #fdb81a;
  width: 60px;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.right-side.right-photo .item figure .date-box .days {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.right-side.right-photo .item figure .date-box .days .months {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 400;
}
.right-side.right-photo .item .media-body {
  text-align: left;
}
.right-side.right-photo .item .media-body .main-title,
.right-side.right-photo .item .media-body .subline {
  color: #102b49;
}
.right-side.right-photo .item .media-body .more-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-top: 20px;
  display: block;
}
.right-side.right-photo .item a:hover .main-title,
.right-side.right-photo .item a:hover .subline {
  color: #111;
}
.right-side.right-photo .item a:hover .date-box {
  opacity: 0;
  left: -60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-photo .photo-gallery {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.right-photo .photo-gallery .media {
  display: block;
}
.right-photo .photo-gallery img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: table;
}
.right-photo .photo-gallery figure {
  position: relative;
  overflow: hidden;
}
.right-photo .photo-gallery figure .date-box {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: #fdb81a;
  width: 60px;
  padding: 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.right-photo .photo-gallery figure .date-box .days {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.right-photo .photo-gallery figure .date-box .days .months {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 400;
}
.right-photo .photo-gallery .play-icon {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #ec3438;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.right-photo .photo-gallery .play-icon:before {
  position: relative;
  right: -2px;
}
.right-photo .photo-gallery .media-body {
  text-align: left;
}
.right-photo .photo-gallery .media-body .main-title,
.right-photo .photo-gallery .media-body .subline {
  color: #102b49;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.right-photo .photo-gallery .media-body .more-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin-top: 10px;
  display: block;
}
.right-photo .photo-gallery a:hover .main-title,
.right-photo .photo-gallery a:hover .subline {
  color: #111;
}
.right-photo .photo-gallery a:hover .date-box {
  opacity: 0;
  left: -60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-photo .photo-gallery a:hover .play-icon {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.service-item-box img {
  width: 100%;
}
.section.white-box.home-about {
  text-align: left;
}
.st-btn {
  display: table !important;
  margin-bottom: 5px;
}
.share-box.share-normal .st-btn {
  display: inline-block !important;
}
.authors-box .share-box .st-btn {
  display: inline-block !important;
  margin-bottom: 0;
}
.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.related-more.pg-list .items img {
  height: 280px;
}
.mfp-close {
  cursor: pointer !important;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
.footer {
  margin: 0;
  width: 100%;
  font-size: 14px;
  color: #aaa;
  padding: 0;
  display: table;
  background: #102b49;
}
.footer .social-links-icons .soc-box {
  float: left;
}
.footer .social-links-icons a {
  font-size: 18px;
  color: #102b49;
  border-color: #102b49;
}
.footer #contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .white-box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer .description,
.footer .section.home-services.home-testimonials .item .address-line,
.section.home-services.home-testimonials .item .footer .address-line {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  word-break: break-word;
}
.footer .samachar-box .main-title,
.footer .samachar-box .subline {
  color: #aaa;
  font-size: 17px;
}
.footer .cat-box {
  margin-bottom: 30px;
  border: 0;
}
.footer .cat-box:before {
  background: #777;
}
.footer .cat-box .cat-tags {
  margin-bottom: 0;
  border: 0;
  color: #fff;
}
.footer .social-row .media {
  margin-top: 20px !important;
}
.footer .social-row .media:nth-child(1) {
  margin-top: 40px !important;
}
.footer .social-row .media .social-title {
  color: #222;
  font-size: 14px;
}
.footer .social-row .media h1 a:hover .social-title {
  text-decoration: underline;
}
.footer .item-box,
.footer .box-item {
  padding: 15px 0;
  display: block;
  border: 0;
}
.footer .item-box:nth-child(2),
.footer .box-item:nth-child(2) {
  padding-top: 0;
  border: 0;
  padding-top: 0;
}
.footer .box-item {
  padding: 15px 0;
}
.footer .box-item .main-title,
.footer .box-item .subline {
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .box-item .main-title:hover,
.footer .box-item .subline:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .items {
  color: #102b49;
  margin: 0;
}
.footer .items .footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 15px;
  display: block;
}
.footer .items .item {
  font-size: 16px;
  color: #102b49;
  display: block;
  line-height: 24px;
  margin-bottom: 30px;
}
.footer .items .tags {
  background: #464646;
}
.footer .items.social-media-feed .media h1 {
  margin-bottom: 15px;
}
.footer .items.social-media-feed .social-row .media h1 {
  font-size: 14px;
  margin-bottom: 0;
}
.footer .items .media {
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #222;
}
.footer .items .media:nth-child(2) {
  padding-top: 0;
  border-top: 0;
}
.footer .items .media img {
  height: 120px;
}
.footer .items .media a {
  display: inherit;
}
.footer .items .media:nth-child(1) {
  margin-top: 0;
}
.footer .items .media h1 {
  margin-bottom: 0;
}
.footer .items .media h1.title-main {
  margin-bottom: 0;
}
.footer .items .media h2.reg-no {
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 18px;
}
.footer .items .media figure {
  display: block;
  margin: 0;
}
.footer .items .media .facebook {
  background: #3b5998;
}
.footer .items .media .twitter {
  background: #00aced;
}
.footer .items .media .youtube {
  background: #b00;
}
.footer .items .media .instagram {
  background: #bc2a8d;
}
.footer .items .media .google-plus {
  background: #dd4b39;
}
.footer .items .social-box {
  margin-top: 0;
  text-align: center;
}
.footer .items h1 {
  font-size: 16px;
  color: #4c4c4e;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 18px;
}
.footer .items h1 .left-icon {
  color: #fff;
  font-size: 14px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #84b1d7;
  margin-right: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.footer .items .main-title,
.footer .items .subline {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.footer .items .logo-heading {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  display: block;
  line-height: 40px;
  margin-bottom: 20px;
}
.footer .items .list-group-item {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.footer .items .list-group-item li {
  list-style: none;
  margin-top: 15px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.footer .items .list-group-item li a {
  color: #dfdfdf;
}
.footer .items .list-group-item li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .items .list-group-item li .list-icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 8px;
  color: #b1b1b1;
}
.footer .social-icon {
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.copyright {
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #aaa;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #021d39;
}
.copyright .company-info a {
  color: #aaa;
}
.copyright .company-info a:hover {
  color: #fff;
}
.copyright .designby a {
  color: #3f354d;
}
.copyright .designby a:hover {
  text-decoration: underline;
}
.footer-line {
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}
.upToScroll {
  position: fixed;
  display: inline-block;
  height: 40px;
  bottom: -80px;
  line-height: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 9997;
}
.upToScroll a {
  color: #fff;
}
.scrollToTop {
  padding: 0;
  background: #ec3438;
  text-align: center;
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  font-size: 14px;
  opacity: 1;
}
a.scrollToTop:hover {
  color: #fff;
  background: #222;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.upToScroll.buttonShow {
  bottom: 80px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.buttonShow:focus {
  color: #fff;
}
ul.footer-nav {
  margin: 0;
  padding: 0;
  display: block;
}
ul.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
ul.footer-nav li:nth-child(1) {
  padding-top: 0;
}
ul.footer-nav li a {
  font-size: 14px;
  display: block;
  color: #aaa;
  line-height: 22px;
}
ul.footer-nav li a:hover {
  text-decoration: underline;
  color: #fff;
}
.social-icon {
  font-size: 18px;
  color: #666;
  margin-right: 15px;
}
.social-icon:hover {
  color: #fff;
}
.social-icon .icons {
  font-size: 24px;
  color: #4c4c4e;
  border: 1px solid #b8bdc3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
}
.social-icon a:hover .icons {
  color: #fff;
  border-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer-fixed-ad {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
ul.trending-footer {
  background: none;
  margin: 0;
  padding: 0;
}
ul.trending-footer li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
}
ul.trending-footer li a {
  border: 1px solid #ddd;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #4c4c4e;
}
ul.trending-footer li a:hover {
  border: 1px solid #222;
  color: #111;
}
.team-item {
  margin-bottom: 10px;
}
.team-item .post-title {
  color: #4c4c4e;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.team-item .post-name {
  display: block;
  font-size: 16px;
  color: #4c4c4e;
}
.footer .social-media {
  margin-top: 0;
}
.footer .social-media a {
  display: inline-block;
  float: none;
}
.footer .social-media a .left-icon {
  margin-bottom: 0;
}
.footer .logo-footer {
  padding-top: 0;
  position: relative;
  margin: 0 0 15px 0;
  z-index: 9998;
  text-align: center;
}
.footer .logo-footer .logo-bg {
  position: relative;
  background: #fff;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin: -50px auto 0 auto;
}
.footer .logo-footer img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .logo-footer .logo-title {
  font-size: 22px;
  font-weight: 700;
  color: #eee;
  display: block;
  margin-top: 20px;
}
.footer .logo-footer .slogan {
  font-size: 18px;
  font-weight: 700;
  color: #eee;
  display: block;
}
.social-box {
  text-align: center;
}
.social-box .description,
.social-box .section.home-services.home-testimonials .item .address-line,
.section.home-services.home-testimonials .item .social-box .address-line {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.social-box .left-icon {
  color: #949494;
  font-size: 24px;
  width: 48px;
  height: 48px;
  display: table;
  margin: 0 auto 20px auto;
  text-align: center;
  line-height: 48px;
  border: 1px solid #949494;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.social-box .left-icon.email-icon {
  line-height: 40px;
}
.footer-logo {
  margin-bottom: 40px;
}
.mymove {
  -webkit-animation: movebg 5s infinite;
  -moz-animation: movebg 5s infinite;
  -o-animation: movebg 5s infinite;
  animation: movebg 5s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .special-featured-box .big-feature .main-title.bottom-part .maintitle,
  .special-featured-box .big-feature .bottom-part.subline .maintitle {
    font-size: 38px;
    line-height: 44px;
  }
  .extra-news-item.chhapa-bata .main-title.bottom-part,
  .extra-news-item.chhapa-bata .bottom-part.subline {
    font-size: 16px;
    line-height: 22px;
  }
  .special-featured-box .items .hide-box {
    margin-bottom: -60px;
  }
  .bishesh .boundary {
    padding-left: 70px;
  }
  .bishesh .bishesh-right .items .mr-3 {
    max-width: 120px;
    height: 100px;
  }
  .photo-slider .owl-prev,
  .photo-slider .owl-next {
    top: 40%;
  }
  .fixed-top .home-text a {
    width: 40px;
    height: 40px;
    margin: 4px;
  }
  .sticky-footer-ad {
    padding: 0;
  }
  .sticky-footer-ad .desktop-ad {
    padding: 0;
  }
  .sticky-footer-ad .mini-btn {
    top: -24px;
    left: 0;
  }
  .content-editor .left-side.sif .sifaris-list {
    height: 478px;
  }
  .detail-box .editor-box,
  .detail-featured-box .editor-box {
    padding-left: 180px;
  }
  .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 170px;
  }
  .insert-ad .items img {
    width: 100%;
  }
  .editor-box img.pull-img-left {
    max-width: 723px !important;
    margin-top: 30px !important;
    margin-left: -165px !important;
  }
  .detail-box .editor-box .embed-responsive,
  .detail-featured-box .editor-box .embed-responsive {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .editor-box blockquote {
    margin-left: 0;
    max-width: 100%;
  }
  .published-box {
    padding-left: 180px;
  }
  .bottom-ad {
    margin: 0;
  }
  .bishesh.news-cat-list.more-news .extra-title {
    width: 100%;
    margin-left: 0;
  }
  .bishesh.news-cat-list.more-news {
    padding-left: 180;
  }
  .bishesh.news-cat-list.more-news .items {
    height: 250px;
  }
  .page-title .page-title-big {
    font-size: 32px;
    line-height: 36px;
  }
  .photo-detail .bishesh.news-cat-list .items {
    height: 250px;
  }
  .bishesh .bishesh-right .featured-item img {
    height: 220px;
  }
  .insert-ad .items img {
    height: auto;
  }
  .editor-box img {
    height: auto;
  }
  .fixed-tops .navigation-box {
    max-width: 100%;
  }
  .fixed-tops .navigation_box ul {
    max-width: 990px;
  }
  .bishesh.news-cat-list.more-news.more-related-news .items .main-title,
  .bishesh.news-cat-list.more-news.more-related-news .items .subline {
    font-size: 18px;
    line-height: 26px;
  }
  .detail-featured-box .insert-ad .items:nth-child(3) {
    margin-right: 19px;
  }
  ul.trending-news {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  ul.trending-news li {
    list-style: none;
    display: inline-flex;
    margin-left: 20px;
    flex: none;
  }
  ul.trending-news li.trending-title .trend-title {
    margin-top: 5px;
  }
  .my-menu {
    display: block;
    top: 20px !important;
    right: 20px;
    left: inherit;
    z-index: 9999;
  }
  .mm-menu .navigation_box {
    display: block;
  }
  .mm-menu .navigation_box ul {
    display: block;
  }
  .mm-menu .navigation_box ul li {
    display: block;
  }
  .mm-menu .navigation_box ul li a {
    text-align: left;
  }
  .mm-menu .top-left-menu {
    display: block;
  }
  .mm-menu .top-left-menu ul {
    display: block;
  }
  .mm-menu .top-left-menu ul li {
    display: block;
    text-align: left;
  }
  .mm-menu-toggle {
    display: block;
    right: 10px;
    left: inherit;
    top: 7px;
    width: 53px;
    height: 53px;
    z-index: 9999;
    text-indent: 0;
    font-size: 30px;
    background: none !important;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #222;
  }
  .mm-menu-toggle.my-menu:before {
    height: 0;
    background-color: transparent;
  }
  .mm-menu-toggle.my-menu:after {
    height: 0;
    background-color: transparent;
    bottom: 2px;
  }
  .mm-menu-toggle .back-menu {
    display: none;
  }
  .mm-menu-toggle.active {
    background: #ccc !important;
    top: 13px;
  }
  .mm-menu-toggle.active .bar-menu {
    display: none;
  }
  .mm-menu-toggle.active .back-menu {
    display: block;
  }
  .top-right-ads {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .top-right-ads a {
    display: table;
    width: 100%;
  }
  .top-right-ads a img {
    margin: 0 auto;
    float: none;
  }
  .top-right-ads img {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .right-side a .main-title,
  .right-side a .subline {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .left-side .bishesh.news-cat-list .items a {
    height: 360px;
  }
  .left-side .bishesh.news-cat-list .items img {
    height: 160px;
  }
  .left-side .bishesh.news-cat-list .items .main-title,
  .left-side .bishesh.news-cat-list .items .subline {
    font-size: 18px;
    line-height: 24px;
  }
  .right-side .items .item-news img {
    height: 60px;
  }
  .right-side .items.rjs img {
    width: 60px;
  }
  .right-side a .main-title,
  .right-side a .subline {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .right-side .countdown .item-news .main-title,
  .right-side .countdown .item-news .subline {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .right-side .pro-slide-box .item-news img {
    height: auto;
  }
  .footer .items .media img {
    height: 50px;
  }
  .footer .items .main-title,
  .footer .items .subline {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .footer .items .tags {
    margin-bottom: 10px;
  }
  .samachar-box .cat-box .cat-tags {
    font-size: 18px;
  }
  .detail-box .editor-box,
  .detail-featured-box .editor-box {
    padding-left: 0;
  }
  .content-editor .news-big-title {
    font-size: 50px;
    line-height: 60px;
  }
  .bishesh.news-cat-list.more-news .items {
    height: auto;
  }
  .published-box {
    padding-left: 0;
  }
  .pro-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .schedules {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .content-editor .title-names.special-title .news-big-title {
    font-size: 26px;
    line-height: 34px;
  }
  .schedules .item-news .main-title .start-time,
  .schedules .item-news .subline .start-time {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
  .schedules .item-news .main-title,
  .schedules .item-news .subline {
    padding: 5px 15px;
    line-height: 24px;
  }
  .schedules .item-news .main-title .on-air,
  .schedules .item-news .subline .on-air {
    margin-left: 0;
    display: inline-block;
  }
  .content-editor .title-names.special-title .share-box {
    margin-top: -10px;
  }
  .content-editor .share-box .share-now:before {
    top: 14px;
  }
  .more-teams.more-progs .item-news {
    margin-top: 50px;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .team-detail-box .items.profile-pic img {
    height: 100px;
    width: 100px;
  }
  .more-teams .item-news {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .more-teams .item-news:nth-child(3) {
    margin-top: 30px;
  }
  .more-teams.more-progs .item-news {
    margin-top: 20px;
  }
  .bishesh.news-cat-list .items {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .podcast-items .items:nth-child(4) {
    margin-top: 30px;
  }
  .video-player-box .share-box .share-now {
    float: right;
    margin-top: -15px;
  }
  .video-player-box .share-box .share-now:before {
    top: 6px;
  }
  .right-side .items .start-time .on-air {
    float: left !important;
    margin-top: 10px;
  }
  .photos-list-box .main-stories .items img {
    height: 300px !important;
  }
  .photos-list-box .main-stories .latest-album img {
    height: auto !important;
  }
  .photos-list-box .main-stories .latest-album .main-title,
  .photos-list-box .main-stories .latest-album .subline {
    font-size: 32px;
    line-height: 36px;
  }
  .photos-list-box .main-stories .main-title,
  .photos-list-box .main-stories .subline {
    font-size: 20px;
    padding: 20px;
    line-height: 26px;
  }
  .main-stories.more-photos .more-item img {
    height: 300px;
  }
  .main-stories.more-photos .more-item .main-title,
  .main-stories.more-photos .more-item .subline {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
  .main-stories .more-item img,
  .samachar-list .big-feature .main-title .more-item img,
  .samachar-list .big-feature .subline .more-item img,
  .samachar-list .big-feature.half-section img {
    height: 280px;
  }
  .half-section .item-list .main-title,
  .half-section .item-list .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .half-section .side-list .media a img {
    height: 150px;
  }
  .samachar-list .side-section .main-title,
  .samachar-list .side-section .subline {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .normal-list .samachar-list .side-section .item-list img {
    height: 125px;
  }
  .videos-list .samachar-list .big-feature img {
    height: 300px;
  }
  .videos-list .samachar-list .big-feature .main-title,
  .videos-list .samachar-list .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .photo-list .samachar-list .big-feature img {
    height: 200px;
  }
  .photo-list .samachar-list .big-feature .main-title,
  .photo-list .samachar-list .big-feature .subline {
    font-size: 18px;
    line-height: 26px;
    padding: 20px;
  }
  .nav-tabs.tab-menus .nav-link {
    font-size: 12px;
  }
  .logo-box img {
    max-width: 200px !important;
    height: auto !important;
    margin-top: 20px;
  }
  .navigation_box,
  .top-left-menu {
    display: block;
  }
  .top-nav-box .calendar-box {
    display: none;
  }
  .top-nav-box .top-left-menu .navigation_box ul li {
    display: none;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu {
    display: block;
    position: fixed;
    top: 13px;
    z-index: 9997;
    left: 0;
    border: 0;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu a:hover {
    background: none !important;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu .left-icon {
    margin: 0;
    font-size: 28px;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion {
    display: block;
    position: fixed;
    top: 20px;
    z-index: 9997;
    right: 5px;
    border: 0;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion a:hover {
    background: none !important;
  }
  .live-player-box .right-side .live-title,
  .slide-nav-box .right-side .live-title {
    margin-bottom: 0;
  }
  .live-now .item-news {
    margin-top: 0 !important;
  }
  .live-fixed .right-side .items:nth-child(1) {
    margin-top: 0;
  }
  .live-now .item-news:nth-child(3) {
    margin-bottom: 0 !important;
  }
  .main-stories .more-item img,
  .samachar-list .big-feature .main-title .more-item img,
  .samachar-list .big-feature .subline .more-item img {
    height: 160px;
  }
  .main-stories .more-item .main-title,
  .main-stories .more-item .subline,
  .samachar-list .big-feature .main-title .more-item .main-title,
  .samachar-list .big-feature .subline .more-item .main-title,
  .samachar-list .big-feature .main-title .more-item .subline,
  .samachar-list .big-feature .subline .more-item .subline {
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
  }
  .main-stories .more-item figure:before,
  .samachar-list .big-feature .main-title .more-item figure:before,
  .samachar-list .big-feature .subline .more-item figure:before {
    height: 100%;
  }
  .main-stories .hoz-news img,
  .samachar-list .big-feature .main-title .hoz-news img,
  .samachar-list .big-feature .subline .hoz-news img {
    height: 100px;
    width: 130px;
  }
  .main-stories .hoz-news .main-title,
  .main-stories .hoz-news .subline,
  .samachar-list .big-feature .main-title .hoz-news .main-title,
  .samachar-list .big-feature .subline .hoz-news .main-title,
  .samachar-list .big-feature .main-title .hoz-news .subline,
  .samachar-list .big-feature .subline .hoz-news .subline {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .time-stamp {
    font-size: 12px;
  }
  .video-photo .featured-one img {
    height: 220px;
  }
  .pradesh-samachar .featured-one .main-title,
  .pradesh-samachar .featured-one .subline,
  .video-photo .featured-one .main-title,
  .video-photo .featured-one .subline {
    font-size: 18px;
    line-height: 26px;
  }
  .entertainment .kala-feature .main-title,
  .entertainment .kala-feature .subline {
    font-size: 22px;
    line-height: 32px;
  }
  .normal-list .samachar-list .side-section .item-list img {
    height: 100px;
  }
  .side-list.rochak-list.editors-pick .media img,
  .side-list.bichar-section .media img {
    height: 60px;
    width: 60px;
  }
  .main-story-slider .main-title,
  .main-story-slider .subline {
    font-size: 20px;
    line-height: 34px;
  }
  .full-list.items .item-news img {
    height: auto;
    width: 160px;
  }
  .full-list.items .item-news .main-title,
  .full-list.items .item-news .subline {
    font-size: 20px;
    line-height: 32px;
  }
  .top-most-list .main-stories .more-item img {
    height: 320px;
  }
  .top-most-list .main-stories .more-item .main-title,
  .top-most-list .main-stories .more-item .subline {
    font-size: 22px;
    line-height: 34px;
  }
  .photo-item-list img {
    height: 160px;
  }
  .main-social {
    display: none;
  }
  .content-editor .news-big-title {
    font-size: 40px;
    line-height: 50px;
  }
  .new-header .mobile-navs {
    display: none;
    width: 100%;
    top: 15px;
  }
  .new-header .mobile-navs a.search-icon {
    float: left;
    margin-left: 15px;
    top: 6px;
  }
  .new-header .mobile-navs a.menu-icon {
    float: right;
    margin-right: 15px;
  }
  .logo-box img {
    margin-top: 0;
  }
  .main-social {
    display: none;
  }
  .logo-box {
    height: auto;
  }
  .nav-box {
    padding: 15px 0 0 0;
  }
  .slide-nav-box .live-fixed .right-side .navigation_box.mains ul {
    width: 100%;
  }
  .nav-tabs.tab-menus .nav-link {
    padding: 0.2rem 0.5rem !important;
  }
  .right-side .items .item-news.latest-item img {
    height: 150px !important;
  }
  .white-box .break-tags {
    font-size: 18px;
    line-height: 26px;
  }
  .logo-box .logo-title {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .logo-box .slogan {
    font-size: 12px;
    line-height: 14px;
  }
  .logo-box img {
    max-width: 200px !important;
    float: left;
    margin: -6px 15px 0 0;
  }
  .container {
    padding: 0 15px;
  }
  .social-media a.search-icon {
    display: block;
  }
  .social-media {
    margin-top: 0;
  }
  .social-media a .left-icon {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
  .social-media a.search-icon .left-icon {
    font-size: 14px;
  }
  .navigation_box ul li a {
    font-size: 12px;
    padding: 5px 15px;
  }
  .header {
    padding-top: 15px;
  }
  .data-section .data-nums .item-box .main-title,
  .data-section .data-nums .footer .box-item .main-title,
  .footer .data-section .data-nums .box-item .main-title,
  .data-section .data-nums .item-box .subline,
  .data-section .data-nums .footer .box-item .subline,
  .footer .data-section .data-nums .box-item .subline {
    font-size: 11px;
    line-height: 14px;
  }
  .data-section .data-nums .item-box .data-counts,
  .data-section .data-nums .footer .box-item .data-counts,
  .footer .data-section .data-nums .box-item .data-counts {
    font-size: 30px;
    line-height: 32px;
  }
  .download-list .list-item img {
    height: 100px;
  }
  .slide-box .captionbox .maintitle,
  .data-section .story-section .story-item .main-title,
  .data-section .story-section .story-item .subline {
    font-size: 28px;
    line-height: 36px;
    padding: 30px;
  }
  .section .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .who-list .main-title,
  .who-list .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .right-side.innerpages {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .left-side {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .left-side.conflict-cases {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .mfp-zoom-out-cur .search-icon {
    z-index: 1;
  }
  .section.photo-box .items figure .main-title,
  .section.photo-box .items figure .subline {
    font-size: 14px;
    line-height: 18px;
  }
  .section.photo-box .items figure .image-counter {
    font-size: 12px;
    line-height: 14px;
  }
  .navigation_box.mains {
    margin-top: 0;
  }
  .search-icon {
    top: 10px;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    width: 100%;
  }
  .fixed-tops .container {
    padding: 0 15px;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    max-width: 100%;
    width: auto !important;
  }
  .menu-toggle,
  .menu-close {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .logo-box {
    margin: 10px 0 30px 0;
    height: 60px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .logo-box img {
    width: 388px !important;
    height: 70px !important;
    margin: 15px 0;
  }
  .time-settings {
    padding-bottom: 15px;
    overflow: auto;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .time-settings .calendar-box {
    display: inline-flex;
    flex: none;
    position: relative;
  }
  .time-settings .calendar-box.social-box {
    text-align: left;
  }
  .time-settings .calendar-box.social-box .media {
    display: inline-flex;
  }
  .time-settings .calendar-box .aajako-chhapa {
    margin-right: 10px;
  }
  .time-settings .calendar-box .current-date {
    margin-right: 10px;
  }
  .time-settings .calendar-box .current-date .main-title,
  .time-settings .calendar-box .current-date .subline {
    font-size: 14px;
  }
  .time-settings .calendar-box .current-time {
    float: right;
    margin: 0 15px 0 0;
  }
  .time-settings .calendar-box .current-time .main-title,
  .time-settings .calendar-box .current-time .subline {
    font-size: 14px;
  }
  .slider-ad {
    height: 141px;
  }
  .vert {
    height: 141px;
  }
  .vert .simply-scroll-clip {
    height: 141px;
  }
  .vert .simply-scroll-list li {
    height: 141px;
  }
  .top-adbox img {
    height: 56px;
  }
  .special-featured-box .big-feature .main-title.bottom-part .maintitle,
  .special-featured-box .big-feature .bottom-part.subline .maintitle {
    font-size: 38px;
    line-height: 44px;
  }
  .extra-news-item.chhapa-bata .main-title.bottom-part,
  .extra-news-item.chhapa-bata .bottom-part.subline {
    font-size: 16px;
    line-height: 22px;
  }
  .special-featured-box .items .hide-box {
    margin-bottom: -70px;
  }
  .bishesh .boundary {
    padding-left: 0;
  }
  .bishesh .bishesh-right .items .mr-3 {
    max-width: 120px;
    height: 100px;
  }
  .photo-slider .owl-prev,
  .photo-slider .owl-next {
    top: 40%;
  }
  .ghumfir .maintitle {
    font-size: 26px !important;
    line-height: 38px !important;
  }
  .fixed-top .home-text a {
    width: 40px;
    height: 40px;
    margin: 4px;
  }
  .sticky-footer-ad {
    padding: 0;
  }
  .sticky-footer-ad .desktop-ad {
    padding: 0;
  }
  .sticky-footer-ad .mini-btn {
    top: -24px;
    left: 0;
  }
  .content-editor .left-side.sif .sifaris-list {
    height: 340px;
  }
  .detail-box .editor-box,
  .detail-featured-box .editor-box {
    padding-left: 138px;
  }
  .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 94px;
  }
  .insert-ad .items img {
    width: 100%;
  }
  .editor-box img.pull-img-left {
    max-width: 529px !important;
    margin-top: 30px !important;
    margin-left: -121px !important;
  }
  .detail-box .editor-box .embed-responsive,
  .detail-featured-box .editor-box .embed-responsive {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .editor-box blockquote {
    margin-left: 0;
    max-width: 100%;
  }
  .published-box {
    padding-left: 138px;
  }
  .bottom-ad {
    margin: 0;
  }
  .bishesh.news-cat-list.more-news .extra-title {
    width: 100%;
    margin-left: 0;
  }
  .bishesh.news-cat-list.more-news {
    padding-left: 0;
  }
  .bishesh.news-cat-list.more-news .items {
    height: 250px;
  }
  .content-editor .news-big-title {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title .page-title-big {
    font-size: 32px;
    line-height: 36px;
  }
  .photo-detail .bishesh.news-cat-list .items {
    height: 250px;
  }
  .extra-news-item .items img {
    height: 170px;
  }
  .bishesh .bishesh-right .featured-item img {
    height: 172px;
  }
  .bishesh-left img {
    height: auto;
  }
  .samachar-section figure img {
    height: 120px;
  }
  .photo-slider img {
    height: auto;
  }
  .photo-detail .photo-slider img {
    height: auto;
  }
  .cat-list .special-featured-box .big-feature img {
    height: auto;
  }
  .news-cat-list img {
    height: 160px;
  }
  .news-cat-list.alt img {
    height: 200px;
  }
  .featured-images img {
    height: auto;
  }
  .insert-ad .items img {
    height: auto;
  }
  .editor-box img {
    height: auto;
  }
  .fixed-tops .navigation-box {
    max-width: 100%;
  }
  .fixed-tops .navigation_box ul {
    max-width: 100%;
  }
  .logo-box {
    z-index: 99;
  }
  .bishesh.news-cat-list.more-news.more-related-news .items .main-title,
  .bishesh.news-cat-list.more-news.more-related-news .items .subline {
    font-size: 18px;
    line-height: 26px;
  }
  .footer .items .mask-box {
    padding: 10px;
    height: 650px;
  }
  .footer .social-row .media .social-title {
    font-size: 12px;
  }
  .footer .items h1 {
    font-size: 16px;
  }
  .detail-featured-box .insert-ad {
    width: auto;
  }
  .detail-featured-box .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 227px;
  }
  .navigation_box,
  .top-left-menu {
    display: none;
  }
  .top-nav-box .calendar-box .current-date {
    float: left;
  }
  .top-nav-box {
    padding: 0 15px;
  }
  .top-nav-box .calendar-box .current-time {
    float: right;
  }
  .top-nav-box .calendar-box {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .my-menu {
    display: block;
    position: relative;
    left: inherit;
    float: right;
    margin: 0;
    z-index: 9999;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .logo-box {
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    top: 0;
    left: 0;
  }
  .logo-box img {
    width: auto !important;
  }
  .mm-menu .navigation_box {
    display: block;
  }
  .mm-menu-toggle.active {
    background: -webkit-linear-gradient(
      90deg,
      rgba(33, 33, 33, 0),
      rgba(33, 33, 33, 0) 7px,
      #fff 7px,
      #fff 11px,
      rgba(33, 33, 33, 0) 11px,
      rgba(33, 33, 33, 0) 18px
    );
    background: linear-gradient(
      0deg,
      rgba(33, 33, 33, 0),
      rgba(33, 33, 33, 0) 7px,
      #fff 7px,
      #fff 11px,
      rgba(33, 33, 33, 0) 11px,
      rgba(33, 33, 33, 0) 18px
    );
  }
  .mm-menu-toggle.active:after,
  .mm-menu-toggle.active:before {
    background-color: #fff;
  }
  ul.trending-news {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  ul.trending-news li {
    list-style: none;
    display: inline-flex;
    margin-left: 20px;
    flex: none;
  }
  ul.trending-news li.trending-title .trend-title {
    margin-top: 5px;
  }
  .main-menu {
    display: none;
  }
  .top-right-ads {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .top-right-ads a {
    display: table;
    width: 100%;
  }
  .top-right-ads a img {
    margin: 0 auto;
    float: none;
  }
  .my-menu {
    display: block;
    top: 10px !important;
    right: 20px;
    left: inherit;
    z-index: 9999;
  }
  .new-header {
    padding-top: 100px;
  }
  .logo-box {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .mm-menu .navigation_box {
    display: block;
  }
  .mm-menu .navigation_box ul {
    display: block;
  }
  .mm-menu .navigation_box ul li {
    display: block;
  }
  .mm-menu .navigation_box ul li a {
    text-align: left;
  }
  .mm-menu .top-left-menu {
    display: block;
  }
  .mm-menu .top-left-menu ul {
    display: block;
  }
  .mm-menu .top-left-menu ul li {
    display: block;
    text-align: left;
  }
  .mm-menu-toggle {
    display: block;
    right: 10px;
    left: inherit;
    top: 7px;
    width: 53px;
    height: 53px;
    z-index: 9999;
    text-indent: 0;
    font-size: 30px;
    background: none !important;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #222;
  }
  .mm-menu-toggle.my-menu:before {
    height: 0;
    background-color: transparent;
  }
  .mm-menu-toggle.my-menu:after {
    height: 0;
    background-color: transparent;
    bottom: 2px;
  }
  .mm-menu-toggle .back-menu {
    display: none;
  }
  .mm-menu-toggle.active {
    background: #ccc !important;
    top: 13px;
  }
  .mm-menu-toggle.active .bar-menu {
    display: none;
  }
  .mm-menu-toggle.active .back-menu {
    display: block;
  }
  .top-right-ads img {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .right-side a .main-title,
  .right-side a .subline {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .left-side .bishesh.news-cat-list .items {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .left-side .bishesh.news-cat-list .items a {
    height: 360px;
  }
  .left-side .bishesh.news-cat-list .items img {
    height: 160px;
  }
  .left-side .bishesh.news-cat-list .items .main-title,
  .left-side .bishesh.news-cat-list .items .subline {
    font-size: 18px;
    line-height: 24px;
  }
  .left-side .bishesh.news-cat-list .items:nth-child(3) {
    margin-top: 30px;
  }
  .left-side .bishesh.news-cat-list .items:nth-child(4) {
    margin-top: 30px;
  }
  .left-side .main-story-slider img,
  .left-side .featured-one img {
    height: 250px;
  }
  .left-side .main-story-slider .main-title,
  .left-side .main-story-slider .subline,
  .left-side .featured-one .main-title,
  .left-side .featured-one .subline {
    font-size: 20px;
    line-height: 26px;
  }
  .right-side .items .item-news img {
    height: 60px;
  }
  .right-side .items.rjs img {
    width: 60px;
  }
  .right-side a .main-title,
  .right-side a .subline {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .right-side .countdown .item-news .main-title,
  .right-side .countdown .item-news .subline {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .right-side .pro-slide-box .item-news img {
    height: auto;
  }
  .footer .items .media img {
    height: 50px;
  }
  .footer .items .main-title,
  .footer .items .subline {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .footer .items .tags {
    margin-bottom: 10px;
  }
  .samachar-box .cat-box .cat-tags {
    font-size: 16px;
  }
  .detail-box .editor-box,
  .detail-featured-box .editor-box {
    padding-left: 0;
  }
  .bishesh.news-cat-list.more-news .items {
    height: auto;
  }
  .left-side .bishesh.news-cat-list .items:nth-child(3) {
    margin-top: 30px;
  }
  .bishesh.news-cat-list.more-news .items:nth-child(4) {
    margin-top: 30px;
  }
  .left-side .bishesh.news-cat-list .items:nth-child(3) {
    margin-top: 30px;
  }
  .published-box {
    padding-left: 15px;
  }
  .pro-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .schedules {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .content-editor .title-names.special-title .share-box {
    margin-top: 26px;
    line-height: 10px;
    display: table;
    width: 100%;
    float: none;
  }
  .content-editor .title-names.special-title .share-box .share-now {
    float: left;
  }
  .content-editor .title-names.special-title .news-big-title {
    font-size: 26px;
    line-height: 34px;
  }
  .schedules .item-news .main-title .start-time,
  .schedules .item-news .subline .start-time {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
  .schedules .item-news .main-title,
  .schedules .item-news .subline {
    padding: 5px 15px;
    line-height: 24px;
  }
  .schedules .item-news .main-title .on-air,
  .schedules .item-news .subline .on-air {
    margin-left: 0;
    display: inline-block;
  }
  .content-editor .share-box .share-now:before {
    top: 14px;
  }
  .more-teams.more-progs .item-news {
    margin-top: 50px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-detail-box .items.profile-pic img {
    height: 100px;
    width: 100px;
  }
  .team-detail-box .items.social a {
    margin: 0 5px;
    font-size: 12px;
  }
  .more-teams .item-news {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .more-teams .item-news:nth-child(2) {
    margin-top: 30px;
  }
  .more-teams .item-news:nth-child(3) {
    margin-top: 30px;
  }
  .more-teams.more-progs .item-news {
    margin-top: 20px;
  }
  .video-player-box .share-box .share-now {
    float: left;
  }
  .video-player-box .share-box .share-now:before {
    top: 6px;
  }
  .team-rj {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .team-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .horizontal-layout.team-right .items {
    margin-top: 0;
    margin-bottom: 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .right-side .items .start-time .on-air {
    float: left !important;
    margin-top: 10px;
  }
  .photos-list-box .main-stories .items img,
  .photos-list-box .main-stories .latest-album img {
    height: auto;
  }
  .photos-list-box .main-stories .items img {
    height: 179px;
  }
  .photos-list-box .main-stories .latest-album .main-title,
  .photos-list-box .main-stories .latest-album .subline {
    font-size: 32px;
    line-height: 36px;
  }
  .photos-list-box .main-stories .main-title,
  .photos-list-box .main-stories .subline {
    font-size: 32px;
    padding: 20px;
    line-height: 42px;
  }
  .photo-info-box {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .photos-list-box .zoom-big-box {
    order: 2;
    padding-right: 0;
    margin-bottom: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .photos-list-box .zoom-big-box img {
    height: auto !important;
  }
  .bottom-overlay .total-img-count {
    font-size: 12px;
  }
  .main-stories.more-photos .more-item img {
    height: 179px;
  }
  .main-stories.more-photos .more-item .main-title,
  .main-stories.more-photos .more-item .subline {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
  .photos-list-box .main-stories .items img {
    height: 180px !important;
  }
  .photos-list-box .main-stories .latest-album img {
    height: auto !important;
  }
  .photos-list-box .main-stories .latest-album .main-title,
  .photos-list-box .main-stories .latest-album .subline {
    font-size: 32px;
    line-height: 36px;
  }
  .photos-list-box .main-stories .main-title,
  .photos-list-box .main-stories .subline {
    font-size: 20px;
    padding: 20px;
    line-height: 26px;
  }
  .video-list .video-play {
    top: 20px;
    left: 20px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .content-editor .share-box .share-now {
    float: left;
    margin-top: 30px;
  }
  .logo-box img {
    max-width: 200px !important;
    height: auto !important;
    margin-top: 20px;
  }
  .navigation_box,
  .top-left-menu {
    display: block;
  }
  .top-nav-box .calendar-box {
    display: none;
  }
  .top-nav-box .top-left-menu .navigation_box ul li {
    display: none;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu {
    display: block;
    position: fixed;
    top: 13px;
    z-index: 9997;
    left: 0;
    border: 0;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu a:hover {
    background: none !important;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu .left-icon {
    margin: 0;
    font-size: 28px;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion {
    display: block;
    position: fixed;
    top: 20px;
    z-index: 9997;
    right: 5px;
    border: 0;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion a:hover {
    background: none !important;
  }
  .live-player-box .right-side .live-title,
  .slide-nav-box .right-side .live-title {
    margin-bottom: 0;
  }
  .live-now .item-news {
    margin-top: 0 !important;
  }
  .live-fixed .right-side .items:nth-child(1) {
    margin-top: 0;
  }
  .live-now .item-news:nth-child(3) {
    margin-bottom: 0 !important;
  }
  .new-header {
    padding-top: 70px;
  }
  .main-stories .more-item img,
  .samachar-list .big-feature .main-title .more-item img,
  .samachar-list .big-feature .subline .more-item img {
    height: 130px;
  }
  .main-stories .more-item .main-title,
  .main-stories .more-item .subline,
  .samachar-list .big-feature .main-title .more-item .main-title,
  .samachar-list .big-feature .subline .more-item .main-title,
  .samachar-list .big-feature .main-title .more-item .subline,
  .samachar-list .big-feature .subline .more-item .subline {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
  .main-stories .more-item figure:before,
  .samachar-list .big-feature .main-title .more-item figure:before,
  .samachar-list .big-feature .subline .more-item figure:before {
    height: 100%;
  }
  .main-stories .hoz-news img,
  .samachar-list .big-feature .main-title .hoz-news img,
  .samachar-list .big-feature .subline .hoz-news img {
    height: 100px;
    width: 130px;
  }
  .main-stories .hoz-news .main-title,
  .main-stories .hoz-news .subline,
  .samachar-list .big-feature .main-title .hoz-news .main-title,
  .samachar-list .big-feature .subline .hoz-news .main-title,
  .samachar-list .big-feature .main-title .hoz-news .subline,
  .samachar-list .big-feature .subline .hoz-news .subline {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .time-stamp {
    font-size: 12px;
  }
  .video-photo .featured-one img {
    height: 220px;
  }
  .pradesh-samachar .featured-one .main-title,
  .pradesh-samachar .featured-one .subline,
  .video-photo .featured-one .main-title,
  .video-photo .featured-one .subline {
    font-size: 18px;
    line-height: 26px;
  }
  .entertainment .kala-feature .main-title,
  .entertainment .kala-feature .subline {
    font-size: 22px;
    line-height: 32px;
  }
  .normal-list .samachar-list .side-section .item-list img {
    height: 60px;
  }
  .side-list.rochak-list.editors-pick .media img,
  .side-list.bichar-section .media img {
    height: 60px;
    width: 60px;
  }
  .main-story-slider .main-title,
  .main-story-slider .subline {
    font-size: 20px;
    line-height: 34px;
  }
  .full-list.items .item-news img {
    height: auto;
    width: 150px;
  }
  .full-list.items .item-news .main-title,
  .full-list.items .item-news .subline {
    font-size: 18px;
    line-height: 28px;
  }
  .top-most-list .main-stories .more-item img {
    height: 240px;
  }
  .related-more .items img {
    height: 70px;
  }
  .big-photo-list .main-stories .items .main-title,
  .big-photo-list .main-stories .items .subline,
  .big-photo-list .samachar-list .big-feature .main-title .items .main-title,
  .big-photo-list .samachar-list .big-feature .subline .items .main-title,
  .big-photo-list .samachar-list .big-feature .main-title .items .subline,
  .big-photo-list .samachar-list .big-feature .subline .items .subline,
  .samachar-list .big-feature .big-photo-list .main-title .items .main-title,
  .samachar-list .big-feature .big-photo-list .subline .items .main-title,
  .samachar-list .big-feature .big-photo-list .main-title .items .subline,
  .samachar-list .big-feature .big-photo-list .subline .items .subline {
    font-size: 22px;
    line-height: 34px;
  }
  .photo-item-list img {
    height: 120px;
  }
  .left-side .items.full-list .item-news img {
    width: 250px;
    height: 200px;
  }
  .nav-tabs.tab-menus .nav-link {
    font-size: 12px;
  }
  .bigyapan-item {
    margin-top: 0;
  }
  .new-header .mobile-navs {
    display: block;
    width: 100%;
    top: 15px;
  }
  .new-header .mobile-navs a.search-icon {
    float: left;
    margin-left: 15px;
    top: 6px;
  }
  .new-header .mobile-navs a.menu-icon {
    float: right;
    margin-right: 15px;
  }
  .logo-box img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-social {
    display: none;
  }
  .home-mukhya-samachar
    .normal-list
    .samachar-list
    .side-section
    .item-list
    img {
    height: 168px;
  }
  .home-mukhya-samachar .samachar-list .big-feature img {
    height: 240px;
  }
  .calendar-date {
    display: none;
  }
  .slide-nav-box .live-fixed .right-side .navigation_box.mains ul {
    width: 100%;
  }
  .author-img-box {
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
  }
  .author-info-box {
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
  }
  .bichar-cat.suchana-box .more-item img {
    height: auto;
  }
  .right-side .items .item-news img {
    height: 50px;
    width: 50px;
  }
  .related-more .items img {
    height: 100px;
  }
  .latest-feature.item-news .overlay-title .main-title,
  .latest-feature.item-news .overlay-title .subline {
    font-size: 20px;
    line-height: 26px;
  }
  .right-side .item-boundary .item-news.media img {
    height: 70px;
    width: 70px;
  }
  .new-header .mobile-navs {
    right: 80px;
    width: auto;
  }
  .menu-toggle,
  .menu-close,
  .menu-close {
    display: block;
  }
  .new-section {
    margin-top: 15px;
  }
  .interview-box img {
    height: auto !important;
  }
  .special-event.white-box .big-feature img {
    height: auto !important;
  }
  .white-box .item-news img {
    height: auto !important;
  }
  .share-it {
    text-align: left !important;
  }
  .photoslide-box .overlay-title .main-title,
  .photoslide-box .overlay-title .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .white-box .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .social-box a {
    margin: 0;
  }
  .bishesh-feature .white-box .item-news .overlay-title .main-title,
  .bishesh-feature .white-box .item-news .overlay-title .subline {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .bishesh-feature .white-box .bishesh-latest .overlay-title .main-title,
  .bishesh-feature .white-box .bishesh-latest .overlay-title .subline {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .special-event.white-box .big-feature .main-title,
  .special-event.white-box .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .special-event.white-box .cat-list-box {
    order: 1;
  }
  .trending-box {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .bigyaapan-right {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .more-shows .item-news img {
    width: 80px;
  }
  .home-cat-box {
    margin-bottom: 15px;
  }
  .white-box .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .logo-box img {
    max-width: 130px !important;
    height: auto !important;
    margin-top: 7px;
  }
  .corporate-box .samachar-list .media img {
    width: 75px;
    height: 75px;
  }
  .photoslide-box .item-news img {
    height: 345px !important;
  }
  .home-cat-box .item-news img {
    width: 30px;
  }
  .left-side {
    max-width: 60%;
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
  }
  .left-side.conflict-cases {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .right-side {
    max-width: 40%;
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
  }
  .latest-feature.item-news img {
    height: 330px !important;
  }
  .left-side .items.full-list .item-news img {
    height: 120px !important;
    width: 160px !important;
  }
  .right-side .items .item-news.lates-item img {
    width: 100%;
  }
  .main-nav-links {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .social-boxes {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .right-side .items .item-news.latest-item img {
    height: 150px !important;
    width: 100% !important;
  }
  .white-box .latest-feature.photogallery.item-news {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .gallery-list .photo-item img {
    height: 80px;
  }
  .right-side.total-list.bichar-lists {
    max-width: inherit;
  }
  .nav-tabs.converter-tab .nav-item {
    width: 50%;
    text-align: center;
  }
  .logo-box .logo-title {
    font-size: 14px;
    width: 80%;
    line-height: 16px;
    position: relative;
    margin-left: 10px;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .logo-box .slogan {
    font-size: 12px;
    line-height: 14px;
  }
  .logo-box img {
    max-width: 48px !important;
    float: left;
    margin: -6px 15px 0 0;
  }
  .search-icon {
    position: fixed;
    display: block;
    top: 18px;
    z-index: 9999;
    right: 63px;
    border: 1px solid #333;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #333;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
  }
  .social-links {
    display: none;
  }
  .section.hero-slide {
    margin: 0;
  }
  .new-header {
    padding-top: 60px;
  }
  .slide-box img {
    height: auto;
  }
  .slide-box .captionbox .maintitle {
    font-size: 18px;
    line-height: 22px;
    margin-right: 0;
    padding: 20px;
  }
  .slide-box .captionbox .maintitle .more-link {
    line-height: 14px;
    font-size: 11px;
  }
  .slide-box .owl-theme .owl-dots {
    position: absolute;
    bottom: -6px;
  }
  .section.gray-box,
  .section.white-box,
  .section.white-box {
    padding: 30px 0;
  }
  .section .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .container {
    padding: 0 15px;
  }
  .data-section .data-nums {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-top: 15px;
  }
  .data-section .data-nums:nth-child(1) {
    margin-top: 0;
  }
  .data-section .story-section .story-item .main-title,
  .data-section .story-section .story-item .subline {
    font-size: 24px;
    line-height: 30px;
  }
  .section.blue-box .video-list .video-item img {
    width: 100%;
    height: 150px;
  }
  .who-box .main-img img {
    width: 100%;
    height: 370px;
  }
  .data-section .story-section .story-item img {
    width: 100%;
    height: 370px;
  }
  .who-list .main-title,
  .who-list .subline {
    font-size: 18px;
    line-height: 24px;
  }
  .download-list .list-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0 0 30px 0;
  }
  .mfp-zoom-out-cur .search-icon {
    z-index: 1;
  }
  .team-list-box .items.chairperson {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 25%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .team-list-box.list-others .items {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .logo-box img {
    max-width: 200px !important;
    margin-top: 5px;
  }
  .navigation-box {
    display: none;
  }
  .social-links-icons .soc-box {
    width: 100%;
    float: left;
  }
  .social-links-icons .soc-box .apply-btn {
    float: right;
  }
  .university-list .item {
    margin-bottom: 15px;
  }
  ul.footer-nav li:nth-child(1) {
    margin-left: 0;
  }
  .social-links-icons {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .search-icon {
    position: fixed;
    display: block;
    top: 18px;
    z-index: 9999;
    right: 63px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 22px;
    border: 0;
  }
  .footer .social-links-icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .section.photo-box .items figure .main-title,
  .section.photo-box .items figure .subline {
    font-size: 14px;
    line-height: 18px;
  }
  .section.photo-box .items figure .image-counter {
    font-size: 12px;
    line-height: 14px;
  }
  .related-more.pg-list .items {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    margin-top: 15px;
  }
  .service-item-box img {
    width: 100%;
  }
  .newsevents .item img {
    width: 145px;
  }
  .social-links-icons a.soc-icon {
    margin-bottom: 10px;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    width: 100%;
  }
  .menu-box .social-media {
    float: left;
    margin-top: 14px;
    padding: 5px 10px;
    border-top: 1px solid #666;
    width: 100%;
  }
  .menu-box .social-media a .left-icon {
    margin-left: 0;
    margin-right: 10px;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    max-width: 100%;
    width: auto !important;
  }
  .top-bar {
    display: none;
  }
  .new-header {
    padding-top: 44px;
  }
}
@media only screen and (max-width: 767px) {
  header.is-fixed .logo-box {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  header.is-fixed .logo-box img {
    width: 40%;
    height: auto;
    float: left;
  }
  header.is-fixed .logo-box a {
    max-width: none;
    margin: 0;
  }
  header.is-fixed .logo-box .cat-title {
    font-size: 20px;
    font-weight: 600;
    color: #89afd6;
    margin-top: 5px;
    padding-right: 0;
    float: right;
  }
  header .mobile-fixed-ad {
    display: none;
  }
  header .mobile-fixed-ad img {
    width: 100%;
    height: auto;
    float: left;
  }
  .festival-banner {
    margin-bottom: 15px;
  }
  .top-adbox {
    margin-top: 15px;
  }
  .main-ads {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slider-ad {
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    max-width: 256px;
    margin: 30px auto;
    height: 214px;
  }
  .logo-box {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .logo-box .cat-title {
    margin-top: 6px;
    padding-right: 5px;
    font-size: 22px;
  }
  .logo-box a {
    max-width: 250px;
  }
  .time-settings {
    padding-bottom: 15px;
    overflow: auto;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .time-settings .calendar-box {
    max-width: 100%;
    display: inline-flex;
    flex: none;
    position: relative;
  }
  .time-settings .calendar-box.social-box {
    text-align: left;
  }
  .time-settings .calendar-box.social-box .media {
    display: inline-flex;
  }
  .time-settings .calendar-box .aajako-chhapa {
    margin-right: 10px;
  }
  .time-settings .calendar-box .current-date {
    margin-right: 10px;
  }
  .time-settings .calendar-box .current-date .main-title,
  .time-settings .calendar-box .current-date .subline {
    font-size: 14px;
  }
  .time-settings .calendar-box .current-time {
    float: right;
    position: absolute;
    right: 0;
    margin: 0 15px 0 0;
  }
  .time-settings .calendar-box .current-time .main-title,
  .time-settings .calendar-box .current-time .subline {
    font-size: 14px;
  }
  .fixed-tops {
    top: 50px;
  }
  .fixed-tops .news-big-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .fixed-tops .mobile-fixed-ad {
    display: block;
  }
  .fixed-tops .logo-box {
    margin-bottom: 0;
  }
  .fixed-tops .logo-box a img {
    width: 130px;
    margin-right: 5px;
  }
  .fixed-tops .logo-box .cat-title {
    margin-top: 7px;
    padding-right: 4px;
    font-size: 15px;
  }
  .fixed-tops .time-settings .calendar-box .social-links {
    display: none;
  }
  .fixed-tops .time-settings .calendar-box.social-box {
    top: 18px;
  }
  .mobile-ad {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .desktop-bottom-ad {
    display: none;
  }
  .breaking-news-item {
    padding: 15px;
  }
  .breaking-news-item .main-title,
  .breaking-news-item .subline {
    font-size: 44px;
    line-height: 56px;
  }
  .breaking-news-item .sub-line {
    font-size: 22px;
    line-height: 36px;
  }
  .more-breking-news .items {
    margin-top: 30px;
  }
  .extra-news-item.chhapa-bata .items {
    margin-top: 30px;
  }
  .special-featured-box .big-feature .main-title.bottom-part,
  .special-featured-box .big-feature .bottom-part.subline {
    padding: 30px 0 0 0;
    position: relative;
    width: 100%;
    display: table;
    background: none;
    margin-top: -76px;
  }
  .special-featured-box .big-feature .main-title.bottom-part .maintitle,
  .special-featured-box .big-feature .bottom-part.subline .maintitle {
    font-size: 34px;
    line-height: 54px;
  }
  .special-featured-box .big-feature .main-title.bottom-part .maintitle a,
  .special-featured-box .big-feature .bottom-part.subline .maintitle a {
    color: #111;
  }
  .special-featured-box
    .big-feature
    .main-title.bottom-part
    .author-box
    .author-title,
  .special-featured-box
    .big-feature
    .bottom-part.subline
    .author-box
    .author-title {
    color: #111;
    font-size: 14px;
  }
  .special-featured-box
    .big-feature
    .main-title.bottom-part
    .author-box
    .left-icon,
  .special-featured-box
    .big-feature
    .bottom-part.subline
    .author-box
    .left-icon {
    color: #aaa;
  }
  .special-featured-box
    .big-feature
    .main-title.bottom-part
    .author-box
    .col-md-3,
  .special-featured-box
    .big-feature
    .bottom-part.subline
    .author-box
    .col-md-3 {
    margin-bottom: 10px;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .special-featured-box
    .big-feature
    .main-title.bottom-part
    .author-box
    .share-box
    #st-1
    .st-total,
  .special-featured-box
    .big-feature
    .bottom-part.subline
    .author-box
    .share-box
    #st-1
    .st-total {
    color: #111 !important;
  }
  .section .full-ad {
    padding-left: 0;
    padding-right: 0;
  }
  .bishesh .boundary {
    padding-left: 0;
  }
  .bishesh .boundary .bishesh-right {
    order: 0;
  }
  .bishesh .bishesh-right {
    margin-bottom: 30px;
  }
  .bishesh .bishesh-right .items a {
    display: block;
  }
  .bishesh .bishesh-right .items .mr-3 {
    max-width: 100%;
    margin-right: 2px !important;
    margin-bottom: 15px;
  }
  .bishesh.samachar .items {
    margin-bottom: 30px;
  }
  .more-btn {
    display: table;
    margin: 15px 0 0 0;
  }
  .photo-slider .owl-next {
    right: 0;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .photo-slider .owl-prev {
    left: 0;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .right-side .media {
    display: block;
  }
  .footer .items .mask-box {
    height: auto;
    margin-bottom: 30px;
  }
  .footer .footer-menu .row {
    overflow: auto;
    display: flex;
    padding-bottom: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer .footer-menu .row .items {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  .upToScroll {
    right: 5px;
  }
  .scrollToTop {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  #search-site .modal-body h1 {
    font-size: 26px;
  }
  #search-site .close {
    top: 26px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
  .sticky-footer-ad .mobile-ad {
    padding: 0;
  }
  .sticky-footer-ad img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .sticky-footer-ad a {
    width: 100%;
  }
  .home-text {
    display: none !important;
  }
  .logo-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background: #fff;
    z-index: 9998;
    margin: 0;
    padding: 10px 0;
  }
  .logo-box img {
    max-width: 100% !important;
    height: 30px !important;
  }
  .logo-box a {
    max-width: 100%;
  }
  .author-box .by-line {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .author-box .comment-line {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mast-head {
    order: 0;
  }
  .new-header {
    order: 0;
    margin-top: 0;
    padding-top: 56px;
    padding-bottom: 0;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .items {
    padding: 0;
  }
  .footer .items .row {
    margin: 0;
  }
  .footer .items .footer-menu {
    margin-bottom: 0;
  }
  .copyright .designby {
    text-align: right;
  }
  .bishesh.news-cat-list {
    margin: 0;
  }
  .bishesh.news-cat-list .items {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
  }
  .content-editor .news-big-title {
    font-size: 38px;
    line-height: 48px;
    padding: 0;
  }
  .content-editor .news-sub-heading {
    padding: 0;
  }
  .content-editor .authors-box {
    margin: 0;
  }
  .content-editor .authors-box .author-pic {
    padding-right: 0;
    margin-bottom: 0;
  }
  .content-editor .authors-box .share-box {
    padding: 0;
  }
  .content-editor .authors-box .share-box .share-now {
    float: left;
  }
  .content-editor .left-side.sif {
    padding: 0;
  }
  .content-editor .left-side.sif .sifaris-list {
    height: auto;
  }
  .content-editor .featured-images {
    padding: 0;
  }
  .detail-box .editor-box,
  .detail-featured-box .editor-box {
    padding: 0;
  }
  .detail-box .insert-ad .items,
  .detail-featured-box .insert-ad .items {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .detail-box .insert-ad .items img,
  .detail-featured-box .insert-ad .items img {
    width: 100%;
  }
  .detail-box .video-fixed,
  .detail-featured-box .video-fixed {
    position: relative;
    margin: 0;
    top: inherit;
    left: inherit;
    width: 100% !important;
    margin: 10px 0 30px 0 !important;
    padding: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .detail-box .video-fixed .close-vid-btn,
  .detail-featured-box .video-fixed .close-vid-btn {
    display: none !important;
  }
  .detail-box .editor-box img,
  .detail-featured-box .editor-box img {
    max-width: 100% !important;
    margin-left: 0;
  }
  .detail-box .editor-box blockquote,
  .detail-featured-box .editor-box blockquote {
    margin-left: 0;
    max-width: 100%;
  }
  .published-box {
    padding: 0;
  }
  .upToScroll .scrollToTop:hover {
    background: #ec3438 !important;
  }
  .bottom-ad {
    margin: 0 0 30px 0;
  }
  .bishesh.news-cat-list.more-news {
    padding-left: 0;
    margin: 0;
  }
  .all-blogs .samachar .items {
    height: auto;
  }
  .detail-box .editor-box .embed-responsive,
  .detail-featured-box .editor-box .embed-responsive {
    margin: 10px 0 30px 0;
    width: 100%;
  }
  .video-list .special-featured-box .video-play {
    top: 114px;
    left: 50%;
  }
  .heading-box .total-comments {
    padding: 0;
  }
  .heading-box .share-box {
    padding: 0;
  }
  .heading-box .share-box .share-now {
    float: left;
  }
  .team-list-box .items {
    margin-top: 30px;
    height: auto;
  }
  .team-list-box .items:nth-child(1) {
    margin-top: 0;
  }
  .only-mobile {
    margin-top: 0 !important;
  }
  .for-mobile {
    margin-top: 0 !important;
  }
  .sticky-footer-ad {
    padding: 0;
  }
  .sticky-footer-ad .desktop-ad {
    padding: 0;
  }
  .sticky-footer-ad .mini-btn {
    top: -24px;
    left: 0;
  }
  .published-box.bishesh.sifaris-list {
    width: 100%;
  }
  .published-box.bishesh.sifaris-list .items.normal-list:nth-child(2) {
    border-top: 0 !important;
  }
  .photo-detail .bishesh.news-cat-list .items {
    height: auto;
  }
  .page-title {
    padding: 0;
  }
  .page-title .page-title-big {
    font-size: 34px;
    line-height: 44px;
  }
  .container {
    max-width: 100%;
  }
  .photo-slider .owl-prev {
    top: 40%;
  }
  .photo-slider .owl-next {
    top: 40%;
  }
  .video-list .special-featured-box .video-play {
    top: 187px;
  }
  .modal-open .logo-box {
    z-index: 1;
  }
  .bishesh.news-cat-list.more-news .extra-title {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .bishesh .bishesh-right .featured-item img {
    height: 167px;
  }
  .bishesh .bishesh-right .items img {
    height: 167px;
  }
  .bishesh-left img {
    height: auto;
  }
  .samachar-section figure img {
    height: auto;
  }
  .special-featured-box img {
    height: auto;
  }
  .cat-list .special-featured-box .big-feature img {
    height: auto;
  }
  .news-cat-list.alt img {
    height: auto;
  }
  .featured-images img {
    height: auto;
  }
  .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 94px;
  }
  .insert-ad img {
    height: auto;
  }
  .detail-box .editor-box img,
  .detail-featured-box .editor-box img {
    height: auto;
  }
  .bishesh.more-news img {
    height: auto;
  }
  .photo-detail .photo-slider img {
    height: auto;
  }
  .photo-slider img {
    height: auto;
  }
  .news-cat-list img {
    height: auto;
  }
  .extra-news-item .items img {
    height: auto;
  }
  .bishesh .bishesh-right .items img {
    height: auto;
  }
  .video-slider img,
  .photo-slider img {
    height: auto;
  }
  .team-list-box .editor-box {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .top-adbox img {
    height: auto;
  }
  .bishesh-left img {
    height: 140px;
    object-fit: cover;
  }
  .bishesh-left .items a {
    display: inherit;
  }
  .bishesh-left .items .main-title,
  .bishesh-left .items .subline {
    margin-top: 0;
  }
  .bishesh-left figure {
    position: relative;
  }
  .bishesh-left figure.mr-3 {
    margin-right: 1.5rem !important;
    width: 170px;
    height: 100%;
  }
  .bishesh .bishesh-right .items .mr-3 {
    height: auto;
  }
  .more-breaking-news .items {
    margin-top: 30px;
  }
  .more-breaking-news .items:nth-child(2) {
    margin-top: 0;
  }
  .more-breaking-news .items a {
    display: inherit;
  }
  .more-breaking-news .items .mr-3 {
    margin-right: 1.5rem !important;
    width: 170px;
    height: 100%;
  }
  .more-breaking-news .items .main-title,
  .more-breaking-news .items .subline {
    margin-top: 0;
  }
  .bishesh .bishesh-right .items.featured-item {
    padding-bottom: 0;
  }
  .left-side .right-side .items.bichar-mobile {
    margin-top: 0;
  }
  .left-side .right-side .items h1 {
    font-size: 30px;
  }
  .editor-box figure.image {
    max-width: 100%;
    margin: 0;
  }
  .bishesh .bishesh-right .items .media-body .main-title,
  .bishesh .bishesh-right .items .media-body .subline {
    font-size: 1.375rem;
    line-height: 32px;
    margin-bottom: 0;
  }
  .new-header {
    padding-top: 0;
  }
  .logo-box {
    padding: 10px 0 20px 0;
    z-index: 99;
  }
  .logo-box img {
    max-width: 100% !important;
    height: 60px !important;
  }
  .fixed-tops {
    top: 0;
  }
  .home-text {
    display: block !important;
  }
  .home-text .logo-circle {
    display: none !important;
  }
  .home-text .home-link {
    display: block;
    visibility: visible;
  }
  .fixed-tops .home-text a {
    width: auto;
    height: auto;
    background: none;
    padding: 9px 16px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .fixed-tops .home-text a:hover {
    background: #84b4d4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .more-breaking-news .items a {
    display: block;
  }
  .more-breaking-news .items .mr-3 {
    margin-right: 0 !important;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    display: table;
  }
  .extra-news-item.chhapa-bata ul.more-news li a,
  .samachar-section ul.more-news li a {
    padding-left: 0;
  }
  .extra-news-item.chhapa-bata
    ul.more-news
    li
    .left-icon
    .samachar-section
    ul.more-news
    li
    .left-icon {
    display: none;
  }
  .extra-news-item.chhapa-bata .for-mobs,
  .samachar-section .for-mobs {
    opacity: 1;
    display: block !important;
    height: 100px;
    width: 100px;
    float: left;
    margin: 0 20px 10px 0;
  }
  .extra-news-item.chhapa-bata ul.more-news li,
  .samachar-section ul.more-news li {
    width: 100%;
    display: inline-block;
  }
  .extra-news-item.chhapa-bata figure {
    position: relative;
    background: #333;
  }
  .special-featured-box .most-value img {
    height: 430px;
  }
  .special-featured-box .big-feature .main-title.bottom-part,
  .special-featured-box .big-feature .bottom-part.subline {
    position: absolute;
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
  }
  .special-featured-box .big-feature .main-title.bottom-part .tags,
  .special-featured-box .big-feature .bottom-part.subline .tags {
    margin: 0;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 24px;
  }
  .special-featured-box .big-feature .main-title.bottom-part .maintitle,
  .special-featured-box .big-feature .bottom-part.subline .maintitle {
    color: #fff;
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .special-featured-box .big-feature .main-title.bottom-part .maintitle a,
  .special-featured-box .big-feature .bottom-part.subline .maintitle a,
  .special-featured-box
    .big-feature
    .main-title.bottom-part
    .author-box
    .author-title,
  .special-featured-box
    .big-feature
    .bottom-part.subline
    .author-box
    .author-title {
    color: #fff;
  }
  .special-featured-box
    .big-feature
    .main-title.bottom-part
    .author-box
    .share-box
    #st-1
    .st-total,
  .special-featured-box
    .big-feature
    .bottom-part.subline
    .author-box
    .share-box
    #st-1
    .st-total {
    color: #fff !important;
  }
  .bishesh-left figure.mr-3 {
    margin-right: 1.5rem !important;
    width: 100px;
    height: 100px;
  }
  .bishesh-left .video-play {
    font-size: 14px;
    line-height: 30px;
    width: 32px;
    height: 32px;
  }
  .bishesh-left .items .main-title,
  .bishesh-left .items .subline {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .special-featured-box img {
    height: 460px;
  }
  .ghumfir .author-box .share-box #st-3 .st-total {
    color: #fff !important;
  }
  .special-featured-box
    .big-feature
    .main-title.bottom-part
    .author-box
    .author-title,
  .special-featured-box
    .big-feature
    .bottom-part.subline
    .author-box
    .author-title {
    font-size: 12px;
  }
  .more-breaking-news .items:nth-child(2) {
    margin-top: 15px;
  }
  .more-breaking-news .items.title-tag {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .items .media figure img {
    height: 80px;
  }
  .more-breaking-news .items .mr-3 {
    margin-bottom: 15px;
  }
  .extra-news-item .items .author-name {
    margin-bottom: 10px;
  }
  .bishesh.news-cat-list.more-news.more-related-news img {
    height: auto;
  }
  .bishesh.news-cat-list.more-news .items {
    height: auto;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
  .bishesh.news-cat-list.more-news .items:nth-child(5) {
    margin-top: 0;
  }
  .bishesh.news-cat-list.more-news.more-related-news .items .main-title,
  .bishesh.news-cat-list.more-news.more-related-news .items .subline {
    font-size: 18px;
    line-height: 26px;
  }
  .detail-featured-box .insert-ad {
    width: auto;
  }
  .detail-featured-box .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 220px;
  }
  .detail-featured-box .editor-box img {
    max-width: 100% !important;
    width: 100%;
    height: auto;
  }
  .detail-featured-box .insert-ad .items:nth-child(3) {
    margin-right: 0;
  }
  .navigation_box,
  .top-left-menu {
    display: none;
  }
  .top-nav-box .calendar-box .current-date {
    float: left;
  }
  .top-nav-box {
    padding: 0 15px;
  }
  .top-nav-box .calendar-box .current-time {
    float: right;
  }
  .top-right-ads {
    margin: 15px 0 0 0;
  }
  ul.trending-news {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  ul.trending-news li {
    display: inline-flex;
    flex: none;
  }
  .main-menu {
    display: none;
  }
  ul.trending-news li.trending-title {
    border: 0;
  }
  ul.trending-news li.trending-title .trend-title {
    padding: 5px 10px;
  }
  .top-nav-box .calendar-box .current-date .main-title,
  .top-nav-box .calendar-box .current-date .subline {
    position: relative;
    top: -2px;
    font-size: 14px;
  }
  .logo-box {
    padding: 10px;
  }
  .news-break {
    padding: 10px;
  }
  .news-break .main-title,
  .news-break .subline {
    font-size: 30px;
    line-height: 42px;
  }
  .news-break .sub-line {
    font-size: 24px;
    line-height: 32px;
  }
  .main-story-slider img {
    height: auto;
  }
  .main-story-slider .main-title,
  .main-story-slider .subline {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
  .main-stories .more-item img,
  .samachar-list .big-feature .main-title .more-item img,
  .samachar-list .big-feature .subline .more-item img,
  .normal-list .samachar-list .side-section .item-list img {
    height: auto;
  }
  .main-stories .more-item {
    margin-bottom: 30px;
  }
  .main-stories .more-item .main-title,
  .main-stories .more-item .subline {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
  .samachar-list .big-feature {
    margin-bottom: 30px;
  }
  .samachar-list .big-feature img,
  .manoranjan .samachar-list .big-feature img {
    height: auto;
  }
  .item-list .main-title,
  .item-list .subline {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
  .normal-list .samachar-list .side-section .item-list:nth-child(2) {
    margin-top: 30px;
  }
  .normal-list .samachar-list img {
    margin-bottom: 10px;
  }
  .videos-list.photo-list .owl-theme .owl-dots {
    margin-top: 10px;
  }
  .samachar-list .side-section.rochak-list .item-list {
    margin-top: 0 !important;
  }
  .right-side .media {
    display: inline-flex;
  }
  .todays .start-time .on-air {
    margin-top: 10px;
    float: left !important;
    margin-left: 10px;
  }
  .my-menu {
    display: block;
    top: 15px !important;
    right: 20px;
    left: inherit;
    z-index: 9999;
  }
  .new-header {
    padding-top: 70px;
  }
  .logo-box {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding-bottom: 0;
    height: 60px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  }
  .mm-menu .navigation_box {
    display: block;
  }
  .mm-menu .navigation_box ul {
    display: block;
  }
  .mm-menu .navigation_box ul li {
    display: block;
  }
  .mm-menu .navigation_box ul li a {
    text-align: left;
  }
  .mm-menu .top-left-menu {
    display: block;
  }
  .mm-menu .top-left-menu ul {
    display: block;
  }
  .mm-menu .top-left-menu ul li {
    display: block;
    text-align: left;
  }
  .mm-menu-toggle {
    display: block;
    right: 10px;
    left: inherit;
    top: 7px;
    width: 53px;
    height: 53px;
    z-index: 9999;
    text-indent: 0;
    font-size: 30px;
    background: none !important;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #222;
  }
  .mm-menu-toggle.my-menu:before {
    height: 0;
    background-color: transparent;
  }
  .mm-menu-toggle.my-menu:after {
    height: 0;
    background-color: transparent;
    bottom: 2px;
  }
  .mm-menu-toggle .back-menu {
    display: none;
  }
  .mm-menu-toggle.active {
    background: #ccc !important;
    top: 13px;
  }
  .mm-menu-toggle.active .bar-menu {
    display: none;
  }
  .mm-menu-toggle.active .back-menu {
    display: block;
  }
  .top-right-ads img {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .footer .items {
    padding: 0 15px;
  }
  .footer .items a:hover .main-title,
  .footer .items a:hover .subline {
    color: #fff;
  }
  .pagination {
    padding: 10px 0 40px 0;
  }
  .breadcrumbs {
    float: left !important;
    margin-top: 15px !important;
    width: 100%;
  }
  .published-box .full-ad {
    padding: 0 15px;
  }
  .left-side .full-ad {
    margin-top: 15px;
  }
  .content-editor .featured-images {
    padding: 0 15px;
  }
  .pro-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .schedules {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .content-editor .title-names.special-title .share-box {
    margin-top: 26px;
    line-height: 10px;
    display: table;
    width: 100%;
    float: none;
  }
  .content-editor .title-names.special-title .share-box .share-now {
    float: left;
  }
  .content-editor .title-names.special-title .news-big-title {
    font-size: 26px;
    line-height: 34px;
  }
  .schedules .item-news .main-title .start-time,
  .schedules .item-news .subline .start-time {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
  .schedules .item-news .main-title,
  .schedules .item-news .subline {
    padding: 5px 15px;
    line-height: 24px;
  }
  .schedules .item-news .main-title .on-air,
  .schedules .item-news .subline .on-air {
    margin-left: 0;
    display: inline-block;
  }
  .content-editor .share-box .share-now:before {
    top: 14px;
  }
  .todays.more-progs {
    margin-bottom: 30px;
  }
  .more-teams .item-news:nth-child(2) {
    margin-top: 30px;
  }
  .more-teams .item-news:nth-child(3) {
    margin-top: 30px;
  }
  .team-more-title {
    margin-bottom: 0;
  }
  .more-teams {
    margin-bottom: 30px;
  }
  .more-teams.more-progs .item-news {
    margin-top: 20px;
  }
  .video-player-box .share-box {
    padding-left: 0;
  }
  .video-player-box .share-box .share-now {
    float: left;
  }
  .video-player-box .share-box .share-now:before {
    top: 6px;
  }
  .horizontal-layout .items {
    margin-top: 30px;
  }
  .horizontal-layout.right-side .media {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .google-maps {
    margin-bottom: 30px;
  }
  .live-now .item-news {
    margin-top: 40px !important;
  }
  .live-now .item-news:nth-child(1) {
    margin-top: 0 !important;
  }
  .live-now .item-news:nth-child(3) {
    margin-bottom: 40px !important;
  }
  .live-now .item-news figure {
    margin-bottom: 0 !important;
  }
  .right-side .items.live-more img {
    height: 60px;
  }
  .right-side .items.live-more .start-time .on-air {
    float: left !important;
    margin-top: 10px;
  }
  .videos-list .big-feature {
    margin-top: 0;
  }
  .photo-list .samachar-list {
    margin-bottom: 40px;
  }
  .photos-list-box .main-stories .items img,
  .photos-list-box .main-stories .latest-album img {
    height: auto;
  }
  .photos-list-box .main-stories .latest-album .main-title,
  .photos-list-box .main-stories .latest-album .subline {
    font-size: 24px;
    padding: 20px;
    line-height: 32px;
  }
  .photos-list-box .main-stories .items {
    margin-top: 0;
  }
  .main-stories.more-photos .items {
    margin-bottom: 0;
  }
  .main-stories.more-photos .items:nth-child(2) {
    margin-top: 30px;
  }
  .more-photos {
    margin-bottom: 30px;
  }
  .photo-info-box {
    order: 1;
  }
  .photos-list-box .zoom-big-box {
    order: 2;
    padding-right: 0;
    margin-bottom: 0;
  }
  .bottom-overlay .total-img-count {
    font-size: 12px;
  }
  .video-list .video-play {
    top: 20px;
    left: 20px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .nav-tabs.tab-menus .nav-link {
    font-size: 12px;
  }
  .khelkood-section .samachar-list .big-feature.sport-feature {
    order: 1;
  }
  .media a {
    display: inherit !important;
    width: 100%;
  }
  .kala-feature {
    order: 1;
  }
  .logo-box img {
    max-width: 200px !important;
    height: auto !important;
    margin-top: 10px;
  }
  .navigation_box,
  .top-left-menu {
    display: block;
  }
  .top-nav-box .calendar-box {
    display: none;
  }
  .top-nav-box .top-left-menu .navigation_box ul li {
    display: none;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu {
    display: block;
    position: fixed;
    top: 13px;
    z-index: 9997;
    left: 0;
    border: 0;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu a:hover {
    background: none !important;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.slide-menu .left-icon {
    margin: 0;
    font-size: 28px;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion {
    display: block;
    position: fixed;
    top: 20px;
    z-index: 9997;
    right: 5px;
    border: 0;
  }
  .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion a:hover {
    background: none !important;
  }
  .live-player-box .right-side .live-title,
  .slide-nav-box .right-side .live-title {
    margin-bottom: 0;
  }
  .live-now .item-news {
    margin-top: 0 !important;
  }
  .live-fixed .right-side .items:nth-child(1) {
    margin-top: 0;
  }
  .live-now .item-news:nth-child(3) {
    margin-bottom: 0 !important;
  }
  .full-list.items .item-news img {
    height: auto;
    width: 150px;
  }
  .full-list.items .item-news .main-title,
  .full-list.items .item-news .subline {
    font-size: 18px;
    line-height: 28px;
  }
  .share-box.col-md-1 {
    display: none;
  }
  .left-side .published-box .full-ad:nth-child(3) {
    margin-top: 15px;
  }
  .related-more .items {
    margin-top: 30px;
    box-sizing: border-box;
  }
  .related-more .items:nth-child(2) {
    margin-top: 0;
  }
  .related-more .items:nth-child(3) {
    margin-top: 0;
  }
  .related-more .items img {
    height: 200px;
  }
  .photo-item-list img {
    height: 220px;
  }
  .photo-item-list {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .main-social {
    display: none;
  }
  .logo-box {
    height: 60px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .logo-box img {
    max-width: 130px !important;
    position: relative;
    z-index: 9999;
    margin-top: 0;
  }
  .new-header .mobile-navs {
    display: block;
    width: 100%;
  }
  .new-header .mobile-navs a.search-icon {
    float: left;
    margin-left: 15px;
    top: 6px;
  }
  .new-header .mobile-navs a.menu-icon {
    float: right;
    margin-right: 15px;
  }
  .bigyapan-item {
    margin-top: 15px;
  }
  .bigyapan-item:nth-child(1) {
    margin-top: 0;
  }
  .new-section {
    margin-top: 0;
  }
  .home-mukhya-samachar .mukhya-latest {
    order: 1;
  }
  .crown-box .interview-img img,
  .featured-one img {
    height: auto;
  }
  .crown-box .interview-img,
  .crown-box .interview-desc .description,
  .crown-box
    .interview-desc
    .section.home-services.home-testimonials
    .item
    .address-line,
  .section.home-services.home-testimonials
    .item
    .crown-box
    .interview-desc
    .address-line,
  .right-side .items,
  .side-list .media {
    margin-top: 50px;
  }
  .side-list {
    margin-bottom: 15px;
  }
  .right-side .suchana-box {
    margin-top: 0 !important;
  }
  .video-photo .main-stories .more-item .main-title,
  .video-photo .main-stories .more-item .subline {
    padding: 0;
  }
  .home-video-gallery .video-photo .main-title,
  .home-video-gallery .video-photo .subline {
    margin-top: 10px;
    padding: 0;
  }
  .team-list .team-items {
    padding: 0;
  }
  .copyright {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding-top: 15px;
  }
  .bichar-cat .item-news {
    margin-top: 15px;
  }
  .navigation_box.mains ul {
    width: 100%;
  }
  .main-stories .more-item.big-latest .main-title,
  .main-stories .more-item.big-latest .subline,
  .samachar-list .big-feature .main-title .more-item.big-latest .main-title,
  .samachar-list .big-feature .subline .more-item.big-latest .main-title,
  .samachar-list .big-feature .main-title .more-item.big-latest .subline,
  .samachar-list .big-feature .subline .more-item.big-latest .subline {
    font-size: 20px;
    line-height: 30px;
  }
  .left-side .items.full-list .item-news .mr-3 {
    margin-right: 0 !important;
  }
  .left-side .items.full-list .item-news img {
    width: 100%;
    height: auto;
  }
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .adbox img {
    max-width: 100%;
    margin: 0 auto;
  }
  .content-editor .news-big-title {
    font-size: 30px;
    line-height: 36px;
  }
  .content-editor .news-sub-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .authority-box {
    padding: 0;
  }
  .right-side .items.bigyapan-box img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .bigyapan-item {
    margin-top: 0;
  }
  .content-editor.author-lists .authors-box {
    margin-bottom: 15px;
  }
  .items .item-news img {
    height: 50px;
  }
  .side-list.full-horizontal .media {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
  }
  .side-list .media:nth-child(1) {
    margin-top: 0 !important;
  }
  .home-artha .item-list img {
    height: 90px !important;
  }
  .bichar-cat .main-stories .more-item img,
  .bichar-cat .samachar-list .big-feature .main-title .more-item img,
  .bichar-cat .samachar-list .big-feature .subline .more-item img,
  .samachar-list .big-feature .bichar-cat .main-title .more-item img,
  .samachar-list .big-feature .bichar-cat .subline .more-item img {
    height: 120px;
  }
  .cat-tags {
    font-size: 14px;
  }
  .samachar-box .cat-box.new-cat-box .cat-tags .extra-news {
    font-size: 12px;
  }
  .samachar-box .cat-box.new-cat-box .cat-tags .extra-news .right-icon {
    font-size: 16px;
  }
  .video-photo.main-stories .more-item.small-feature img {
    height: 90px;
  }
  .video-photo .main-stories .more-item .main-title,
  .video-photo .main-stories .more-item .subline {
    font-size: 14px;
    line-height: 20px;
  }
  .left-side .items.full-list .item-news img {
    width: 140px;
    height: auto;
  }
  .left-side .items.full-list .item-news .mr-3 {
    margin-right: 20px !important;
  }
  .related-more .items img {
    height: 140px;
  }
  .calendar-date {
    display: none;
  }
  .new-header .mobile-navs {
    right: 80px;
    width: auto;
  }
  .menu-toggle,
  .menu-close,
  .menu-close {
    display: block;
  }
  .new-section {
    margin-top: 15px;
  }
  .interview-box img {
    height: auto !important;
  }
  .special-event.white-box .big-feature img {
    height: auto !important;
  }
  .shilapatra-tv-box .shilapatra-tv {
    padding-right: 0;
    order: 1;
  }
  .white-box .item-news img {
    height: auto !important;
  }
  .share-it {
    text-align: left !important;
  }
  .photoslide-box .overlay-title .main-title,
  .photoslide-box .overlay-title .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .white-box .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .social-box a {
    margin: 0;
  }
  .bishesh-feature .white-box .item-news .overlay-title .main-title,
  .bishesh-feature .white-box .item-news .overlay-title .subline {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .bishesh-feature .white-box .bishesh-latest .overlay-title .main-title,
  .bishesh-feature .white-box .bishesh-latest .overlay-title .subline {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .special-event.white-box .big-feature .main-title,
  .special-event.white-box .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .special-event.white-box .cat-list-box {
    order: 1;
  }
  .trending-box {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .bigyaapan-right {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .more-shows .item-news img {
    width: 80px;
  }
  .home-cat-box {
    margin-bottom: 15px;
  }
  .white-box .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .white-box.photoslide-box .item-news img {
    height: 345px !important;
  }
  .nav-tabs.tab-menus .nav-link {
    padding: 0.2rem 0.5rem !important;
  }
  .latest-feature.item-news .overlay-title .main-title,
  .latest-feature.item-news .overlay-title .subline {
    font-size: 20px;
    line-height: 26px;
  }
  .white-box .break-tags {
    font-size: 14px;
    line-height: 20px;
  }
  .detail-box .insert-ad .items,
  .detail-featured-box .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 80px;
  }
  .sharebox {
    margin-bottom: 30px;
  }
  .white-box .latest-feature.photogallery.item-news {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .white-box .latest-feature.photogallery.item-news img {
    height: 290px !important;
  }
  .gallery-list .photo-item img {
    height: 80px;
  }
  .right-side.total-list.bichar-lists {
    max-width: inherit;
  }
  .nav-tabs.converter-tab .nav-item {
    width: 50%;
    text-align: center;
  }
  .left-side .items.full-list.total-search-list .item-news .mr-3 {
    margin-right: 20px !important;
  }
  .special-break .break-tags {
    display: block;
    font-size: 30px;
  }
  .logo-box .logo-title {
    font-size: 14px;
    width: 80%;
    line-height: 16px;
    position: relative;
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .logo-box .slogan {
    font-size: 12px;
    line-height: 14px;
  }
  .logo-box img {
    max-width: 48px !important;
    float: left;
    margin: -8px 15px 0 0;
  }
  .social-links {
    display: none;
  }
  .section.hero-slide {
    margin: 0;
  }
  .new-header {
    padding-top: 60px;
  }
  .slide-box img {
    height: auto;
  }
  .slide-box .captionbox .maintitle {
    font-size: 18px;
    line-height: 22px;
    margin-right: 0;
    padding: 20px;
  }
  .slide-box .captionbox .maintitle .more-link {
    line-height: 14px;
    font-size: 11px;
  }
  .slide-box .owl-theme .owl-dots {
    position: absolute;
    bottom: -6px;
  }
  .section.gray-box,
  .section.white-box,
  .section.white-box {
    padding: 30px 0;
  }
  .section .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .container {
    padding: 0 15px;
  }
  .data-section .data-nums {
    margin-top: 15px;
  }
  .data-section .data-nums:nth-child(1) {
    margin-top: 0;
  }
  .data-section .story-section .story-item .main-title,
  .data-section .story-section .story-item .subline {
    font-size: 22px;
    line-height: 30px;
    padding: 20px;
  }
  .data-section .story-section .story-item img {
    height: auto;
  }
  .section.blue-box .video-list .video-item {
    margin-bottom: 30px;
  }
  .who-box .main-img img {
    height: auto;
  }
  .who-list .who-items {
    margin-top: 15px;
  }
  .who-list .who-items:nth-child(1) {
    margin-top: 0;
  }
  .resources-tab {
    display: flex;
    justify-content: left;
    overflow: auto;
    padding-bottom: 5px;
    flex-wrap: nowrap;
  }
  .resources-tab .nav-item {
    flex: none;
  }
  .resources-tabs {
    padding: 0;
  }
  .download-list .list-item {
    margin-top: 30px;
  }
  .download-list .list-item:nth-child(1) {
    margin-top: 0;
  }
  .download-list.logo-list .list-item {
    margin-top: 0;
  }
  .footer .logo-footer .logo-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .footer .logo-footer .slogan {
    font-size: 12px;
    line-height: 16px;
  }
  ul.footer-nav li:nth-child(1) {
    margin-left: 30px;
  }
  .news-slider .owl-dots .owl-dot span {
    background: #ccc;
  }
  .navigation_box ul li.digo-shanti {
    padding-top: 14px;
    padding-left: 10px;
    position: relative;
    top: 0;
  }
  .navigation_box ul li.digo-shanti a {
    display: inline-block;
  }
  .menu-box .navigation_box ul li .dropdown-toggle:after {
    right: -5px;
  }
  .menu-box .navigation_box ul li.active-menu .dropdown-toggle:after {
    right: -16px;
  }
  .menu-box .navigation_box ul li ul {
    right: 0 !important;
  }
  .menu-box .navigation_box ul li ul li ul li a {
    padding-left: 30px;
    font-size: 12px;
  }
  .menu-box .navigation_box ul li {
    float: left;
    width: 100%;
    border-color: #666;
  }
  .menu-box .social-media {
    float: left;
    margin-top: 14px;
    padding: 5px 10px;
    border-top: 1px solid #666;
    width: 100%;
  }
  .menu-box .social-media a {
    color: #fff;
  }
  .menu-box .social-media a .left-icon {
    border-color: #999;
    color: #999;
    width: 32px;
    height: 32px;
    line-height: 31px;
  }
  .menu-box .social-media .main-title,
  .menu-box .social-media .subline {
    color: #fff;
    font-size: 13px;
    padding-left: 14px;
    margin-bottom: 14px;
  }
  .search-icon {
    position: fixed;
    display: block;
    top: 18px;
    z-index: 9999;
    right: 63px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 22px;
  }
  .modal-open .search-icon {
    z-index: 1;
  }
  .modal-open #search-now {
    padding-right: 0 !important;
  }
  .right-side.innerpages .item-boundary .item-news.media img {
    height: 50px;
    width: 50px;
  }
  .mfp-zoom-out-cur {
    overflow: hidden;
  }
  .mfp-zoom-out-cur .search-icon {
    z-index: 1;
  }
  html {
    margin: 0 !important;
    overflow: visible !important;
  }
  .team-list-box .items {
    margin-top: 0;
  }
  .logo-box img {
    max-width: 200px !important;
  }
  .navigation-box {
    display: none;
  }
  .social-links-icons .soc-box {
    width: 100%;
    float: left;
  }
  .social-links-icons .soc-box .apply-btn {
    float: right;
  }
  .university-list .item {
    margin-bottom: 15px;
  }
  ul.footer-nav li:nth-child(1) {
    margin-left: 0;
  }
  .breadcrumbs li,
  .breadcrumbs li a,
  .breadcrumbs li.active a {
    color: #222;
  }
  .team-list-box .items .item .designation {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    display: block;
  }
  .modal-open .modal {
    padding-right: 0 !important;
  }
  .slide-box .captionbox {
    bottom: 0;
  }
  .service-item-box img {
    width: 100%;
  }
  .salient-features .item {
    margin-bottom: 15px;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    width: 100%;
  }
  .modalbox .modal_content a.close_btn {
    right: -10px;
  }
  .menu-box .social-media .main-title,
  .menu-box .social-media .subline {
    color: #00544b;
  }
  .right-side .item-news.media {
    display: flex;
  }
  .mobile-search-icon {
    display: block;
  }
  .slide-box .captionbox {
    bottom: 15px;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    max-width: 100%;
    width: auto !important;
  }
  .top-bar {
    display: none;
  }
  .new-header {
    padding-top: 44px;
  }
}
@media only screen and (max-width: 687px) {
  .detail-featured-box .insert-ad {
    margin: 0 auto 15px auto;
    float: none;
    display: table;
  }
  .detail-featured-box .insert-ad .items {
    width: 180px;
  }
  .footer .items {
    padding: 0;
  }
  .share-now:before {
    display: none;
  }
  .content-editor .featured-images {
    padding: 0 15px;
  }
  .live-play-btn {
    top: 60%;
  }
  .bishesh.news-cat-list .items a {
    height: auto;
  }
  .bishesh.news-cat-list .items .comments-line {
    position: relative;
    margin-top: 20px;
  }
  .footer .items {
    padding: 0 15px;
  }
  .right-side .items .start-time .on-air {
    float: none !important;
    margin-top: 10px;
    display: table;
  }
  .new-header {
    margin-bottom: 0;
  }
  .bigyapan img {
    max-width: 100%;
  }
  .content-section {
    margin-top: 10px;
  }
  .side-list.rochak-list .media {
    margin-top: 30px;
  }
  .side-list.rochak-list .media:nth-child(2) {
    margin-top: 30px;
  }
  .right-side .items:first-child {
    margin-bottom: 0;
  }
  .main-stories .hoz-news:first-child {
    margin-top: 0;
  }
  .main-stories .hoz-news img {
    height: 80px;
    width: auto;
  }
  .main-stories .hoz-news .main-title,
  .main-stories .hoz-news .subline {
    font-size: 16px;
    line-height: 26px;
    display: block;
  }
  .cat-section {
    margin-top: 0;
  }
  .side-list {
    margin-bottom: 30px;
  }
  .side-list.rochak-list.editors-pick .media img {
    height: 80px;
    width: auto;
  }
  .main-story-slider .main-title,
  .main-story-slider .subline,
  .featured-one .main-title,
  .featured-one .subline {
    font-size: 22px;
    line-height: 32px;
  }
  .side-list .media:nth-child(1) {
    margin-top: 0 !important;
  }
  .social-box {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .side-list .media a {
    width: 100%;
  }
  .related-more .items {
    margin-top: 0;
  }
  .related-more .items:nth-child(2) {
    margin-top: 0;
  }
  .related-more .items img {
    height: 180px;
  }
  .home-mukhya-samachar
    .normal-list
    .samachar-list
    .side-section
    .item-list
    img {
    height: 90px;
  }
  .bigyapan-item {
    margin-top: 0;
  }
  .event-box {
    margin-top: 15px;
  }
  .crown-box .crown-label {
    margin-top: 0;
  }
  .new-header .mobile-navs {
    right: 80px;
    width: auto;
  }
  .menu-toggle,
  .menu-close,
  .menu-close {
    display: block;
  }
  .new-section {
    margin-top: 15px;
  }
  .white-box .item-news img {
    height: auto !important;
  }
  .share-it {
    text-align: left !important;
  }
  .photoslide-box .overlay-title .main-title,
  .photoslide-box .overlay-title .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .main-nav-links,
  .social-box {
    padding: 0;
  }
  .social-box a {
    margin: 0;
  }
  .bishesh-feature .white-box .item-news .overlay-title .main-title,
  .bishesh-feature .white-box .item-news .overlay-title .subline {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .bishesh-feature .white-box .bishesh-latest .overlay-title .main-title,
  .bishesh-feature .white-box .bishesh-latest .overlay-title .subline {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .special-event.white-box .big-feature .main-title,
  .special-event.white-box .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .special-event.white-box .cat-list-box {
    order: 1;
  }
  .latest-feature.item-news .overlay-title .main-title,
  .latest-feature.item-news .overlay-title .subline {
    font-size: 20px;
    line-height: 30px;
  }
  .left-side .items.full-list .item-news .mr-3 {
    margin-right: 0 !important;
  }
  .left-side .items.full-list.total-list .item-news .mr-3 {
    margin-right: 30px !important;
  }
  .left-side .items.full-list.total-list .item-news img {
    max-width: 120px;
    width: auto;
  }
  .left-side .items.full-list.total-list .item-news .main-title,
  .left-side .items.full-list.total-list .item-news .subline {
    font-size: 18px;
    line-height: 24px;
  }
  .left-side .items.full-list .item-news img {
    width: 100%;
  }
  .detail-box .editor-box blockquote,
  .detail-featured-box .editor-box blockquote {
    font-size: 22px;
    line-height: 38px;
    padding-right: 10px;
  }
  .detail-box,
  .detail-featured-box,
  .detail-featured-box {
    padding-right: 9px;
  }
  .latest-feature.photogallery.latest-gallery .main-title,
  .latest-feature.photogallery.latest-gallery .subline {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #fff;
  }
  .latest-feature.photogallery.item-news .overlay-title {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    bottom: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    position: absolute;
    text-align: left;
    width: 94%;
  }
  .latest-feature.photogallery.item-news .overlay-title .main-title,
  .latest-feature.photogallery.item-news .overlay-title .subline {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
  }
  .latest-feature.photogallery a:hover .main-title,
  .latest-feature.photogallery a:hover .subline {
    color: #fff;
  }
  .latest-feature.photogallery .cat-dec .cat-name {
    color: #fff;
  }
  .latest-feature.photogallery .cat-dec .time-stamp {
    color: #fff;
  }
  .gallery-list .photo-item img {
    height: 170px;
  }
  .team-list-box .items {
    margin-top: 0;
  }
  .logo-box img {
    max-width: 200px !important;
  }
  .authors-box .main-title,
  .authors-box .subline {
    margin-top: 0;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    width: 100%;
  }
  .share-box {
    display: block !important;
    margin-bottom: 15px;
    margin-top: 0 !important;
  }
  .share-box .st-btn {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .main-ads {
    padding: 0;
  }
  .desktop-ad {
    padding: 0;
  }
  .photo-slider .owl-prev {
    top: 40%;
  }
  .photo-slider .owl-next {
    top: 40%;
  }
  .video-list .special-featured-box .video-play {
    top: 137px;
  }
  .more-breaking-news .items {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .more-breaking-news .items:nth-child(2) {
    margin-top: 15px;
  }
  .more-breaking-news .items.title-tag {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .items .media figure img {
    height: auto;
  }
  .bishesh.news-cat-list.more-news .items {
    height: auto;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .bishesh.news-cat-list.more-news .items:nth-child(3) {
    margin-top: 30px;
  }
  .bishesh.news-cat-list.more-news .items:nth-child(4) {
    margin-top: 30px;
  }
  .detail-featured-box .insert-ad .items img {
    max-width: none !important;
    width: 100%;
    height: auto;
  }
  .detail-featured-box .insert-ad .items {
    width: 100%;
    margin-top: 30px;
  }
  .detail-featured-box .insert-ad .items:nth-child(1) {
    margin-top: 0;
  }
  .detail-featured-box .insert-ad .items {
    margin-right: 2%;
    width: 100%;
  }
  .footer .items {
    padding: 0 15px;
  }
  .nav-tabs.tab-menus .nav-link {
    font-size: 16px;
  }
  .full-list.items .item-news {
    margin-top: 35px;
    display: table;
    flex: none;
    width: 100%;
  }
  .full-list.items .item-news:nth-child(1) {
    margin-top: 0;
  }
  .full-list.items .item-news .mr-3 {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .full-list.items .item-news img {
    width: 100%;
    height: auto;
  }
  .full-list.items .item-news .main-title,
  .full-list.items .item-news .subline {
    font-size: 18px;
    line-height: 28px;
  }
  .photo-item-list {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .home-mukhya-samachar
    .normal-list
    .samachar-list
    .side-section
    .item-list
    img {
    height: 168px;
  }
  .bigyapan-item {
    margin-top: 15px;
  }
  .author-info figure {
    display: table;
    margin: 0 auto 10px auto;
  }
  .author-info .description,
  .author-info .section.home-services.home-testimonials .item .address-line,
  .section.home-services.home-testimonials .item .author-info .address-line {
    text-align: center;
  }
  .author-info .more-author-news {
    text-align: center;
  }
  .author-info .main-title,
  .author-info .subline {
    margin-top: 0;
    display: block;
    text-align: center;
  }
  .author-info .main-title .tweet-link,
  .author-info .subline .tweet-link {
    display: block;
    float: none;
  }
  .new-header .mobile-navs {
    right: 80px;
    width: auto;
  }
  .menu-toggle,
  .menu-close,
  .menu-close {
    display: block;
  }
  .new-section {
    margin-top: 15px;
  }
  .white-box .item-news img {
    height: auto !important;
  }
  .share-it {
    text-align: left !important;
  }
  .photoslide-box .overlay-title .main-title,
  .photoslide-box .overlay-title .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .footer .team-box,
  .footer .contact-box {
    background-image: none;
  }
  .main-nav-links,
  .social-box {
    padding: 0;
    margin-top: 30px !important;
  }
  .social-box a {
    margin: 0;
  }
  .copyright .designby {
    text-align: center;
  }
  .latest-feature.item-news .overlay-title .main-title,
  .latest-feature.item-news .overlay-title .subline {
    font-size: 18px;
    line-height: 23px;
  }
  .latest-feature .cat-dec .cat-name {
    color: #ec3438;
  }
  .latest-feature .cat-dec .time-stamp {
    color: #666;
  }
  .author-info .author-pic {
    max-width: 85%;
    padding-right: 0;
  }
  .author-info .more-author-news {
    text-align: center;
    max-width: 15%;
    padding: 0;
  }
  .author-info .main-title,
  .author-info .subline {
    text-align: left;
  }
  .logo-box .logo-title {
    font-size: 10px;
    width: 50%;
    line-height: 13px;
    top: 10px;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .logo-box .slogan {
    display: none;
  }
  .logo-box img {
    margin: 0 10px 0 0;
  }
  .page-box {
    padding: 20px 0;
  }
  .page-box .page-title-box .page-title-heading .main-title,
  .page-box .page-title-box .page-title-heading .subline {
    font-size: 28px;
    line-height: 32px;
  }
  .detail-box .editor-box blockquote,
  .detail-featured-box .editor-box blockquote {
    font-size: 18px;
    line-height: 30px;
    padding-right: 15px;
  }
  .share-box {
    padding-top: 0;
    margin-top: 15px;
  }
  .team-list-box .items .item {
    height: auto;
  }
  .team-list-box .items {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .team-list-box.list-others {
    margin-top: 30px;
  }
  .show-box {
    margin-bottom: 30px;
  }
  .show-box .showlist {
    padding-right: 0;
    text-align: center;
  }
  .show-box .showpage {
    padding-right: 0;
    margin-top: 5px;
  }
  .show-box .showpage .pagination-table {
    float: none;
    text-align: center;
  }
  .sub-show-case .title-names {
    padding-left: 15px;
  }
  .sub-show-case .share-box {
    margin-top: 30px;
    margin-bottom: 30px;
    top: 0;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    width: 100%;
  }
  .team-list-box .items {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .calendar-box {
    padding: 0;
  }
  .team-list-box .items .item {
    height: auto;
  }
  .photo-slider .owl-prev {
    top: 30%;
  }
  .photo-slider .owl-next {
    top: 30%;
  }
  .get-news-alert form {
    padding: 10px 20px 30px 20px;
  }
  .get-news-alert .textfield,
  .get-news-alert .feedback .textarea,
  .feedback .get-news-alert .textarea,
  .get-news-alert .quick-search .textarea,
  .quick-search .get-news-alert .textarea,
  .get-news-alert .feedback .select,
  .feedback .get-news-alert .select,
  .get-news-alert .quick-search .select,
  .quick-search .get-news-alert .select,
  .get-news-alert .newsletter-btn {
    width: 70%;
  }
  .get-news-alert .newsletter-btn {
    width: 30%;
  }
  .more-breaking-news .items {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .more-breaking-news .items:nth-child(2) {
    margin-top: 15px;
  }
  .more-breaking-news .items.title-tag {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .items .media figure img {
    height: auto;
  }
  .live-player-box,
  .slide-nav-box,
  .live-fixed .live-close {
    width: 100% !important;
  }
  .footer {
    padding: 20px;
  }
  .copyright .company-info {
    text-align: center;
    line-height: 20px;
  }
  .live-now .live-title .on-air .double-bounce1,
  .live-now .live-title .on-air .double-bounce2 {
    right: 4px;
  }
  .gallery-box.alt {
    margin-top: 30px;
  }
  .next-prev-gallery .gallery-box.alt .cat-title {
    text-align: left;
  }
  .next-prev-gallery .media.alt-gallery a {
    position: relative;
    right: 0;
  }
  .next-prev-gallery .media.alt-gallery .mr-3 {
    order: 0;
    margin-right: 30px !important;
    margin-left: 0 !important;
  }
  .next-prev-gallery .media.alt-gallery .main-title,
  .next-prev-gallery .media.alt-gallery .subline {
    text-align: left;
  }
  .next-prev-gallery .media.alt-gallery .time-entry {
    float: left;
  }
  .footer .items {
    padding: 0;
  }
  .featured-images .caption-line {
    padding: 10px 0;
  }
  .sharebox .st-btn {
    display: inline-block !important;
    width: 32px;
    margin: 0 4px !important;
  }
  .detail-box .insert-ad .items,
  .detail-featured-box .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 85px;
  }
  .share-box .share-alt {
    float: left;
    margin-top: 15px;
  }
  .left-side .items.full-list.total-search-list .item-news .mr-3 {
    margin-right: 0 !important;
  }
  .social-boxes {
    padding: 0;
    margin: 15px 0;
  }
  .special-break .breaking-row .break-title {
    text-align: center;
  }
  .special-break .breaking-row .break-title .main-title,
  .special-break .breaking-row .break-title .subline {
    margin-top: 15px;
  }
  .section.home-search .backdrop-img {
    padding-right: 15px;
  }
  .section.home-search .backdrop-img img {
    height: auto;
  }
  .service-item-box {
    margin-top: 30px;
  }
  .news-section.event-section {
    margin-top: 30px;
  }
  .section.best-university .university-list .item {
    margin-bottom: 15px;
  }
  .section.best-university .university-list .item figure img {
    margin: 0 auto;
  }
  .section.white-box.latest-video {
    padding: 0;
  }
  .testimonial-slider {
    margin: 30px 0;
  }
  .section.latest-video.newsletter-box {
    padding: 30px 0;
    min-height: auto;
  }
  .footer #contact-box {
    justify-content: left;
  }
  .footer .items .footer-title {
    margin-top: 0;
  }
  ul.footer-nav li:nth-child(1) {
    margin-left: 0;
  }
  .footer .social-links-icons .soc-box {
    margin-bottom: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .social-links-icons a {
    float: none;
    display: inline-block;
  }
  .section.full-featured-image .overlay-title {
    position: relative;
  }
  .section.full-featured-image .overlay-title .main-title,
  .section.full-featured-image .overlay-title .subline {
    font-size: 14px;
    line-height: 18px;
  }
  .section.full-featured-image .overlay-title .address-info {
    font-size: 12px;
    line-height: 14px;
  }
  .left-side .items.full-list.total-list .item-news .mr-3 {
    margin-right: 0 !important;
  }
  .left-side .items.full-list.total-list .item-news img {
    max-width: none;
    width: 100%;
  }
  .left-side .items.full-list.total-list .item-news .main-title,
  .left-side .items.full-list.total-list .item-news .subline {
    font-size: 18px;
    line-height: 24px;
  }
  .authors-box .dates {
    text-align: left;
  }
  .newsevents .item img {
    width: 135px;
    height: 130px;
  }
  .facts-box .items {
    margin-top: 30px;
  }
  .newsevents.gallery-section .media img {
    height: 180px;
  }
  .section.home-services.home-testimonials .testimonial-slider {
    padding: 15px;
  }
  .section.gray-box.fact-numbers .facts-box img,
  .section.fact-numbers.white-box .facts-box img {
    width: 100%;
  }
  .slide-box .captionbox {
    bottom: 0;
    position: relative;
  }
  .slide-box .captionbox .maintitle {
    background: none;
    text-shadow: none;
  }
  .share-box.share-left {
    display: none;
  }
  .share-box.share-normal {
    padding-top: 15px;
    margin-bottom: 0;
  }
  .inner-pages {
    margin: 40px 0;
  }
  .page-box .row {
    margin: 0;
  }
  .owl-dots {
    bottom: 0;
    top: inherit;
    position: relative;
    margin: 0 0 20px 32px !important;
  }
}
