@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");
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;
}
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: #14a09d;
  -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: 19px;
  line-height: 32px;
  font-weight: 400;
  color: #444;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
}
.pagination {
  margin: 40px 0 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 0 30px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #757575;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 18px;
  font-weight: 500;
  border: 1px solid #ddd;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #222;
  background: #eae9e9;
}
.pagination .current {
  background: #14a09d;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 18px;
  border: 1px solid #14a09d;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.section {
  display: inline-block;
  width: 100%;
}
#content {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
}
.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;
  padding: 15px;
  background: #fff;
}
.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;
  }
}
.sidebar {
  float: left;
  width: 100%;
}
.sidebar li {
  border-bottom: 1px solid #ccc;
  list-style: none;
  position: relative;
  padding: 0;
  display: block;
}
.sidebar li:last-child {
  border: 0;
}
.sidebar li.mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .mm-collapse .arrow:before {
  content: "\f078";
}
.sidebar li .mm-collapse .mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .nav {
  height: 0;
  overflow: hidden;
}
.sidebar li .nav.collapse {
  display: none;
  height: auto;
  overflow: visible;
}
.sidebar li .nav.collapse.in {
  display: block;
}
.sidebar li a {
  line-height: 20px !important;
  text-transform: uppercase;
  border-left: 0;
  padding-left: 0 !important;
  font-size: 14px;
  color: #222933 !important;
  height: auto;
  position: relative;
  font-weight: 700;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  padding: 15px 0;
}
.sidebar li a.selected {
  color: #f0512d !important;
}
.sidebar li a:hover {
  color: #f0512d !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #ccc;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 2px;
}
.sidebar li ul {
  padding-left: 0;
  height: 0;
  overflow: hidden;
}
.sidebar li ul.mm-show {
  height: auto;
  overflow: visible;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}
.sidebar li ul li ul {
  padding-left: 0;
}
.sidebar li ul li .arrow {
  top: 0;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 14px !important;
  font-size: 14px !important;
  color: #222933 !important;
  height: auto;
  font-weight: 400;
  text-transform: none;
  display: block;
  font-family: "Poppins", sans-serif;
}
.sidebar li a.active {
  background-color: #eee;
}
.sidebar .arrow {
  position: relative;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 300;
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f107";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f106";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.navigation_box {
  background: none;
}
.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline;
}
.menu-box {
  width: 100%;
  padding: 0 15px;
}
.menu-box .enquiry-btn {
  margin-left: 0;
}
.menu-box .items {
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.menu-box .panel-menu.normal-nav li a {
  color: #222933;
}
.menu-box .panel-menu.normal-nav li a:hover {
  color: #222933 !important;
}
.lg-on .menu-toggle,
.lg-on .menu-close {
  z-index: 1;
}
.header {
  position: sticky;
  z-index: 99;
  background: #fff;
  float: left;
  width: 100%;
  top: 0;
  left: inherit;
  margin-bottom: 0;
  padding: 40px 0 0 0;
  background: #fff;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease;
}
.header .news-big-title {
  display: none;
}
.header.sticky-header {
  display: none;
}
.header.sticky-actives {
  display: block;
  padding-top: 0;
}
.header.sticky-actives .headbox {
  display: none;
}
.header .right-info {
  margin-bottom: 30px;
}
.header .number-box {
  float: right;
}
.header .number-box .media {
  float: left;
  margin-right: 30px;
}
.header .number-box .media .left-icon {
  font-size: 40px;
  color: #999;
  display: table;
  margin-top: 0;
}
.header .number-box .media .main-title,
.header .number-box .media .subline {
  font-size: 12px;
  font-weight: 400;
  color: #222933;
  display: block;
  line-height: 16px;
  margin-top: 0;
}
.header .number-box .media .sub-title {
  font-size: 15px;
  font-weight: 700;
  color: #14a09d;
  display: block;
  line-height: 20px;
}
.header .number-box .media.email-box .left-icon {
  font-size: 46px;
  line-height: 30px;
}
.header .number-box .media.emergency-box {
  background: #d13938;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px 0 15px;
  height: 55px;
  margin-right: 0;
  margin-top: -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;
}
.header .number-box .media.emergency-box .main-title,
.header .number-box .media.emergency-box .subline {
  color: #fff;
  margin-top: 8px;
}
.header .number-box .media.emergency-box .sub-title {
  color: #fff;
}
.header .number-box .media.emergency-box .left-icon {
  margin-top: 0;
  border-right: 1px solid #b12625;
  padding-right: 14px;
  padding: 0 10px 0 0;
  height: 55px;
  color: #fff;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .number-box .media.emergency-box .left-icon img {
  width: 36px;
  float: left;
  margin-top: 0;
}
.header .number-box .media.emergency-box.book-appointment {
  background: #14a09d;
  margin-left: 15px;
}
.header .number-box .media.emergency-box.book-appointment .left-icon {
  border-color: #0a8483;
}
.header .number-box .media.emergency-box.book-appointment:hover {
  background: #0b8a87;
  -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;
}
.header .number-box .media.emergency-box.book-appointment:hover .left-icon {
  border-color: #14a09d;
}
.stick {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 9998;
  -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);
}
.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;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  margin: 0;
  z-index: 9998;
}
.logo-box a {
  display: table;
}
.logo-box a .calendar-date {
  margin-top: -35px;
  font-size: 16px;
}
.logo-box figure {
  position: relative;
}
.logo-box img {
  max-width: 100%;
  height: auto;
  float: none;
  margin: 0;
  position: relative;
  top: 0;
}
.logo-box .cat-title {
  font-size: 36px;
  font-weight: 500;
  color: #89afd6;
  margin-top: 30px;
  padding-right: 10px;
  float: right;
}
.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;
}
.headbox {
  padding: 0 30px;
}
.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;
  padding: 0;
}
.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: #cf9455;
  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;
  top: 0;
  left: 0;
  z-index: 9998;
  margin: 0;
  background: #fff;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -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 .search-btn {
  top: 18px;
}
.fixed-tops .dropdown-menu.megabox {
  top: 72px;
}
.fixed-tops .navigation-box {
  margin: 0 auto;
  padding: 0;
}
.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 .navigation_box {
  margin-top: 0;
}
.fixed-tops .navigation_box .logo-fixed {
  display: block;
  position: absolute;
  left: 20px;
}
.fixed-tops .navigation_box .logo-fixed a {
  padding: 0;
}
.fixed-tops .navigation_box .logo-fixed a:hover {
  background: none;
}
.fixed-tops .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;
}
.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 {
  display: table;
  height: 52px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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 .container {
  padding: 0;
}
.fixed-tops .logo-box a {
  max-width: none;
  margin: 0;
}
.fixed-tops .logo-box a img {
  float: left;
  margin-right: 20px;
}
.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: #d13938;
}
.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: #f0512d;
  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: #222;
  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: #14a09d;
  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%;
}
.top-soc-box {
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.navigation-box {
  position: relative;
}
.header .headerbox {
  margin-top: 0;
  padding: 0;
}
.header .headerbox .logo-box {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}
.header .section-phone .hot-line {
  margin-top: 15px;
  float: right;
}
.header .section-phone .hot-line .left-icon {
  font-size: 50px;
  color: #999;
}
.header .section-phone .hot-line .small-title {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 19px;
  margin-top: 6px;
}
.header .section-phone .hot-line .phone-number {
  font-size: 20px;
  font-weight: 700;
  color: #143b88;
  line-height: 19px;
  display: block;
}
.top-bar {
  background: #143b88;
  height: 80px;
  padding: 0;
}
.top-bar .notice-section {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-left: 0;
}
.top-bar .notice-section .notice-label {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background: #204d98;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
}
.top-bar .notice-section .notice-label a {
  color: #fff;
}
.top-bar .notice-section .notice-label a:hover {
  color: #fff;
}
.top-bar .notice-section .notice-label .left-icon {
  margin-right: 5px;
  font-size: 19px;
  position: relative;
  top: 1px;
}
.top-bar .notice-section .main-title,
.top-bar .notice-section .subline {
  color: #fff;
}
.top-bar .notice-section .view-more a:hover {
  color: #fff;
  text-decoration: none;
}
.top-bar .login-section {
  padding-right: 0;
}
.top-bar .login-section .login-link {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background: #204d98;
  padding: 0 37px;
  height: 80px;
  line-height: 80px;
  color: #fff;
}
.top-bar .login-section .login-link .left-icon {
  margin-right: 10px;
  font-size: 19px;
  position: relative;
  top: 2px;
}
.top-bar .login-section .login-link:hover {
  background: #f0512d;
}
.top-bar .login-section .log-box {
  line-height: 80px;
  float: right;
}
.top-bar .login-section .social-media {
  float: left;
  margin: 0;
}
.top-bar .login-section .social-media a {
  color: #cccccc;
  font-size: 17px;
  margin: 0;
  padding: 0 10px;
}
.top-bar .login-section .social-media a:hover {
  color: #fff;
}
.top-bar .login-section .top-link {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 37px;
}
.login-box {
  position: relative;
  float: right;
}
.login-box .dropdown-menu {
  top: 77px !important;
  right: 0;
  left: inherit !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 200px;
  padding: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.login-box .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
  color: #222933;
  border-top: 1px solid #ddd;
  white-space: pre-wrap;
}
.login-box .dropdown-menu .dropdown-item:nth-child(1) {
  border-top: 0;
}
.login-box .dropdown-menu a:hover {
  background: #143b88 !important;
  color: #fff !important;
}
.navigation_box .sub-products .link-item {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #fff !important;
  position: relative;
  padding-left: 25px;
}
.navigation_box .sub-products .link-item:before {
  content: "\e876";
  font-family: Linearicons-Free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  font-size: 5px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.navigation_box .sub-products .link-item:hover {
  color: #fff !important;
  text-decoration: underline;
}
.socials-box {
  float: left;
}
.socials-box .social-media a {
  color: #999;
  margin: 0 4px;
}
.socials-box .social-media a:hover {
  color: #222933;
}
.search-top {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9998;
  -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-top.search-open {
  cursor: url(../images/cursor-close.png) 15 15, auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=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;
}
.search-top.search-open .site-search {
  display: block !important;
}
.search-top .site-search {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 800px;
  border: 0;
  background: none;
  border: 0;
  height: 80px;
}
.search-top .site-search .textfield,
.search-top .site-search .feedback .textarea,
.feedback .search-top .site-search .textarea,
.search-top .site-search .feedback .select,
.feedback .search-top .site-search .select,
.search-top .site-search .get-news-alert .newsletter-btn,
.get-news-alert .search-top .site-search .newsletter-btn {
  border: 0;
  color: #222933;
  background: #fff !important;
}
.search-top .site-search .search-btn {
  padding: 0;
}
.search-top .site-search .search-btn:hover {
  background: #09255d !important;
}
.search-top .site-search ::-webkit-input-placeholder {
  color: #ccc;
}
.search-top .site-search ::-moz-placeholder {
  color: #ccc;
}
.search-top .site-search :-ms-input-placeholder {
  color: #ccc;
}
.search-top .site-search :-moz-placeholder {
  color: #ccc;
}
.logo-box .search-btn {
  display: none;
}
.search-panel {
  width: 100%;
  height: 100%;
  position: fixed;
  display: table;
  top: 0;
  z-index: 9998;
  left: -100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  -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);
}
.search-panel .search-form {
  background: none;
  border: 0;
}
.search-panel .search-form .textfield,
.search-panel .search-form .feedback .textarea,
.feedback .search-panel .search-form .textarea,
.search-panel .search-form .feedback .select,
.feedback .search-panel .search-form .select,
.search-panel .search-form .get-news-alert .newsletter-btn,
.get-news-alert .search-panel .search-form .newsletter-btn {
  border: 0;
  background: none;
  font-size: 18px;
  width: 100%;
  color: #222933;
  padding: 5px 20px;
}
.search-panel .search-form .submit-btn {
  border: 0;
  background: none;
  font-size: 32px;
  cursor: pointer;
  right: -20px;
  top: 17px;
}
.search-panel .search-box {
  display: table-cell;
  vertical-align: middle;
}
.search-panel .search-box .fadeInUp {
  animation-delay: 1s;
}
.search-panel .search-box .search-form {
  width: 50%;
  display: table;
  margin: 0 auto;
}
.search-panel .search-box .search-form .submit-btn {
  color: #ddd;
}
.search-panel .menu-close {
  font-size: 32px;
  padding: 5px;
  position: absolute;
  color: #fff;
  top: 30px;
  right: 30px;
  z-index: 98;
}
.search-panel ::-webkit-input-placeholder {
  color: #999;
}
.search-panel ::-moz-placeholder {
  color: #999;
}
.search-panel :-ms-input-placeholder {
  color: #999;
}
.search-panel :-moz-placeholder {
  color: #999;
}
.search-panel-active {
  overflow: hidden;
}
.search-panel-active .menu-toggle,
.search-panel-active .menu-close {
  z-index: 90;
}
.search-panel-active .menu-close {
  display: block;
}
.search-panel-active .slide-box .slider-counter {
  z-index: 90;
}
.navigation-box.fixed-tops {
  position: fixed;
  top: 0;
}
.header .logo-box .circle-logo {
  min-width: auto;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0 4px rgba(0, 0, 0, 0.3);
  height: 100px;
  position: absolute;
  top: -28px;
  left: 20px;
  width: 100px;
  max-width: none;
}
#content-wrap {
  float: left;
  width: 100%;
}
.book-btn {
  background: #fff;
  padding: 6px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-left: 10px;
  margin-top: 8px;
  float: left;
}
.logo-box .book-btn {
  display: none;
}
.navigation-box {
  background: #14a09d;
  display: table;
  width: 100%;
  border: 0;
  margin-top: 0;
}
.navigation-box .nav-box {
  float: left;
  width: 100%;
}
.navigation-box .login-section {
  float: right;
}
.navigation-box .login-section .contact-section {
  float: left;
  margin-top: 3px;
}
.navigation-box .login-section .contact-section .contact-icon {
  font-size: 14px;
  color: #222933;
  margin-right: 30px;
}
.navigation-box .login-section .contact-section .contact-icon .left-icon {
  color: #f39200;
  margin-right: 10px;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.navigation-box
  .login-section
  .contact-section
  .contact-icon.email-icon
  .left-icon {
  top: 1px;
}
.navigation-box .login-section .log-box {
  float: left;
}
.navigation_box {
  position: relative;
  background: none;
  margin: 0;
  float: left;
  padding-right: 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:last-child ul {
  right: 0;
  left: inherit;
}
.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: #fff !important;
}
.navigation_box ul li a:hover {
  background: #0b8a87 !important;
  color: #fff !important;
}
.navigation_box ul li a.selected {
  background: #0b8a87 !important;
  color: #fff !important;
}
.navigation_box ul li a.show a {
  background: #fff;
  color: #222 !important;
}
.navigation_box ul li a.show a:hover {
  background: #f0512d !important;
  color: #fff;
}
.navigation_box ul li.open a {
  background: #0b8a87;
  color: #fff !important;
}
.navigation_box ul li.open a:hover {
  background: #0b8a87 !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: #0b8a87 !important;
  color: #fff !important;
}
.navigation_box ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 14px 20px 14px 20px;
  display: block;
  line-height: 20px;
  text-transform: none;
}
.navigation_box ul li a.selected {
  background: #f0512d;
  border-bottom: 0;
  color: #d13938;
}
.navigation_box ul li a:hover {
  background: #f0512d;
  color: #fff;
}
.navigation_box ul li a.dropdown-toggle {
  padding-right: 30px;
}
.navigation_box ul li a.dropdown-toggle:before {
  content: "\e874";
  font-family: Linearicons-Free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 13px;
  font-size: 10px;
}
.navigation_box ul li.active a {
  color: #cf9455 !important;
}
.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.search.tab-only {
  display: none;
}
.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: #cf9455;
  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: #333 !important;
  color: #fff !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;
}
.dropdown-toggle:after {
  top: 2px;
  position: relative;
  display: none;
}
.dropdown-toggle .caret {
  font-size: 16px;
  margin-left: 5px;
}
.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: #222;
}
.mobile-cat-menu ul li a:hover {
  background: #ddd;
  color: #222933;
}
.menu-box .navigation_box {
  padding: 0;
}
.menu-box .navigation_box ul {
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
}
.menu-box .navigation_box ul li {
  display: inline-block;
  width: 100%;
  float: none;
  border-top: 1px solid #ccc;
}
.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.dropdown {
  position: relative;
}
.menu-box .navigation_box ul li.dropdown .dropdown-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  text-align: center;
}
.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 {
  padding-bottom: 5px;
  color: #222933 !important;
}
.menu-box .navigation_box ul li a.selected {
  color: #f39200 !important;
}
.menu-box .navigation_box ul li a:hover {
  color: #222933 !important;
  background: #eee !important;
}
.menu-box .navigation_box ul li a:before {
  display: none;
}
.menu-box .navigation_box ul li ul {
  position: relative;
  display: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu-box .navigation_box ul li ul li a {
  color: #666 !important;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-box .navigation_box ul li ul li a:hover {
  color: #222933 !important;
  background: none !important;
}
.menu-box .navigation_box ul li ul li ul {
  right: 0;
}
.menu-box .navigation_box ul.megabox .row {
  margin: 0;
}
.menu-box .navigation_box ul.megabox .items {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.menu-box .navigation_box ul.megabox .items:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}
.menu-box .navigation_box ul.megabox .list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.menu-box .navigation_box ul.megabox .list-item:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}
.menu-box .navigation_box li.main-home a {
  background: #263b81;
  color: #fff !important;
}
.menu-box .hotline-box {
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 20px;
}
.menu-box .hotline-box .small-title {
  font-size: 11px;
  display: block;
  line-height: 18px;
  color: #999;
}
.menu-box .hotline-box .phone-number {
  color: #143b88;
  font-weight: 700;
  display: block;
}
.menu-box .socialbox {
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 20px;
}
.menu-box .socialbox .footer-title {
  font-size: 11px;
  display: block;
  line-height: 18px;
  color: #999;
  font-weight: 400;
}
.menu-box .socialbox a {
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  -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;
}
.menu-box .socialbox a:hover {
  color: #143b88;
  border-color: #143b88;
  -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;
}
.search-btn {
  padding: 14px 0 2px 20px;
  border-left: 0;
  float: right;
  margin-left: 0;
  margin-top: 0;
}
.search-btn a {
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
  text-transform: none;
  line-height: 18px;
}
.search-btn a .search-icon {
  font-size: 17px;
  color: #fff;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.search-btn a:hover {
  color: #fff;
}
.enquiry-btn {
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 5px 20px;
  display: block;
  text-transform: uppercase;
  line-height: 32px;
  margin-left: 15px;
  background: #cf9455;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.enquiry-btn:hover {
  background: #222933;
  color: #fff;
}
.home .navigation_box li.main-home a {
  color: #143b88 !important;
}
.navigation_box ul li.menu-item-type-post_type.current-team-parent a {
  color: #143b88;
}
.navigation_box ul li ul li.current_page_item.active a {
  color: #143b88 !important;
}
.navigation_box ul li ul li.current_page_item.active a:hover {
  color: #fff !important;
}
.navigation_box ul li ul li.current_page_item.menu-item-object-team-type a {
  color: #143b88 !important;
}
.navigation_box
  ul
  li
  ul
  li.current_page_item.menu-item-object-team-type
  a:hover {
  color: #fff !important;
}
.navigation_box ul li ul li.menu-item-object-team-type.active a {
  color: #143b88 !important;
}
.navigation_box ul li ul li.menu-item-object-team-type.active a:hover {
  color: #fff !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-team-parent.menu-item-has-children
  a {
  color: #222933 !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-post_type.menu-item-object-page.current-team-parent.menu-item-has-children
  a:hover {
  color: #fff !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a {
  color: #143b88 !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a:hover {
  color: #fff !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a {
  color: #143b88 !important;
}
.navigation_box
  ul
  li
  ul
  li.menu-item.menu-item-type-taxonomy.menu-item-object-team-type.current-team-ancestor.current-menu-parent.current-team-parent
  a:hover {
  color: #fff !important;
}
.navigation-box,
.navigation_box.mains {
  position: static;
}
.navigation_box ul li.megamenu {
  position: static;
}
.navigation_box ul li.megamenu.open ul li {
  border: 0;
}
.navigation_box ul li.megamenu.open ul li a {
  background: none !important;
}
.navigation_box ul li.megamenu.open ul li a hover {
  background: none !important;
}
.dropdown-menu.megabox {
  top: 152px;
  left: 0;
}
.navigation_box ul.megabox {
  background: rgba(240, 81, 45, 0.9) !important;
  padding: 30px 0;
}
.navigation_box ul.megabox li {
  border: 0 !important;
}
.navigation_box ul.megabox .items {
  text-align: center;
}
.navigation_box ul.megabox .main-icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  display: table;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 27px;
  color: #222933;
  -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;
}
.navigation_box ul.megabox a img {
  border: 1px solid #f0512d;
  -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;
}
.navigation_box ul.megabox a:hover .main-icon {
  color: #fff;
  background: #143b88;
  -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;
}
.navigation_box ul.megabox a:hover img {
  border: 1px solid #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;
}
.navigation_box ul.megabox .main-title,
.navigation_box ul.megabox .subline {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
.navigation_box ul.megabox .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 15px;
}
.navigation_box ul.megabox .description,
.navigation_box
  ul.megabox
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .navigation_box
  ul.megabox
  .address-line {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  color: #ddd;
  font-size: 14px;
  line-height: 18px;
}
.services-menu .items img {
  max-height: 60px;
  border: 0 !important;
}
.services-menu .items a:hover img {
  border: 0 !important;
}
.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: #333;
  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: 98;
}
.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: #333;
  -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: #333;
  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: #222933;
  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: #222933;
  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);
}
.primary-panel .more-item {
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
}
.primary-panel .more-item .main-title,
.primary-panel .more-item .subline {
  font-size: 14px;
  font-weight: 700;
}
.primary-panel .more-item:last-child {
  margin-bottom: 30px;
}
.primary-panel .more-item .normal-nav li {
  font-size: 12px;
  position: relative;
  color: #666;
  font-weight: 500;
  padding-left: 25px;
  font-size: 13px;
  list-style: none;
}
.primary-panel .more-item .normal-nav li .quick-icon {
  position: absolute;
  top: 9px;
  font-size: 16px;
  left: 0;
}
.primary-panel .more-item .normal-nav li .quick-icon.alt.alt {
  top: 7px;
}
.primary-panel .social-media {
  display: block;
  margin-top: 15px;
}
.primary-panel .social-media a {
  font-size: 14px;
  margin-right: 10px;
}
.primary-panel .social-media a .left-icon {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  line-height: 32px;
  text-align: center;
  background: #eee;
  -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 .social-media a:hover .left-icon {
  color: #222933;
  border-color: #ccc;
  background: #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;
}
.overflow-hide {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.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 {
  display: none;
}
.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: 36px;
  text-align: center;
  position: absolute;
  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;
}
.lg-on .header {
  z-index: 1;
}
.quick-pop .feedback,
.quick-pop .feedback fieldset,
.feedback .quick-pop fieldset {
  margin-bottom: 8px;
}
.slide-box {
  float: left;
  width: 100%;
  position: relative;
  background: #222933;
}
.slide-box .item {
  position: relative;
  display: none;
  width: 100%;
}
.slide-box .item img {
  object-fit: cover;
  width: 100%;
  height: 640px;
}
.slide-box a {
  display: table;
  width: 100%;
}
.slide-box .owl-dots {
  padding: 10px 28px;
}
.slide-box .owl-theme .owl-controls {
  height: 0;
  bottom: inherit;
  top: 50%;
  position: absolute;
  margin: 0;
  left: 0;
  right: inherit;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-box .owl-theme .owl-dots {
  bottom: 0;
  top: inherit;
  position: absolute;
  left: 102px;
  right: inherit;
}
.slide-box .owl-dots .owl-dot span {
  width: 4px !important;
  height: 4px !important;
  background: #b2b5b5;
  -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 .owl-dot.active span {
  background: #fff !important;
  width: 26px !important;
  height: 4px !important;
  -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 .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;
}
.slide-box .captionbox {
  padding: 60px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 19px;
  width: 100%;
  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%
  );
}
.slide-box .captionbox .container .overlays-box {
  float: left;
  width: 100%;
}
.slide-box .captionbox .maintitle {
  color: #fff;
  display: block;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  margin-right: 0;
  padding: 30px 30px 0 30px;
  max-width: 1170px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 1px 1px #222933;
}
.slide-box .captionbox .maintitle .label-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.slide-box .captionbox .description,
.slide-box
  .captionbox
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .slide-box
  .captionbox
  .address-line {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: block;
  padding: 0;
  margin-top: 0;
  max-width: 600px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.slide-box .captionbox .more-link {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  display: table;
  color: #fff;
  padding: 10px 20px;
  margin: 30px 0 0 0;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  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;
}
.slide-box .captionbox .more-link:hover {
  background: none;
  color: #fff;
  border: 1px solid #ddd;
  -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 .owl-prev,
.slide-box .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: 50%;
  left: 10px;
  margin: 0 !important;
  font-size: 10px !important;
  background: none !important;
  border: 1px solid #fff;
  -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-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: 0.5;
  filter: alpha(opacity=50);
}
.slide-box .owl-next {
  right: 10px;
  left: inherit;
  -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:hover .owl-prev,
.slide-box:hover .owl-next {
  left: 20px;
  background: rgba(0, 0, 0, 0.8) !important;
  -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 !important;
}
.slide-box:hover .owl-next {
  right: 20px;
  left: inherit;
  background: rgba(0, 0, 0, 0.8) !important;
  -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 !important;
}
.slide-box .owl-item {
  display: none;
}
.slide-box .owl-loaded .owl-item {
  display: block;
}
.slide-box .owl-loaded .owl-item .item {
  display: table;
}
.mainslider .caption-box {
  position: absolute;
  bottom: 0;
  z-index: 98;
  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%
  );
}
.icon-right {
  font-size: 22px;
  top: 2px;
  position: relative;
  margin-left: 6px;
}
.search-section,
.slide-section {
  background: #333;
  height: 100vh;
}
.slide-section {
  background: #fff;
  padding: 0;
}
.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: #ededed;
}
.owl-dot.active span {
  background: #333 !important;
  width: 10px !important;
  height: 10px !important;
}
.patra-patrika {
  margin-bottom: 20px;
}
.trend-slide .trend-box .trend-slider .trend-item {
  text-align: left;
  display: none;
}
.trend-slide .trend-box .trend-slider .trend-item img {
  height: 176px;
  object-fit: cover;
}
.trend-slide .trend-box .trend-slider .trend-item .cat-name {
  font-size: 14px;
  color: #143b88;
  display: block;
  margin: 10px 0;
}
.trend-slide .trend-box .trend-slider .trend-item .count-num {
  font-size: 54px;
  color: #e5e5e5;
  font-weight: 700;
  line-height: 68px;
}
.trend-slide .trend-box .trend-slider .trend-item .main-title,
.trend-slide .trend-box .trend-slider .trend-item .subline {
  font-size: 15px;
  line-height: 22px;
  display: block;
  color: #222;
  padding-right: 15px;
}
.trend-slide .trend-box .trend-slider .trend-item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.trend-slide .trend-box .trend-slider .trend-item a:hover .count-num {
  color: #ccc;
}
.trend-slide .trend-box .trend-slider.owl-loaded .owl-item {
  display: block;
}
.trend-slide .trend-box .trend-slider.owl-loaded .owl-item .trend-item {
  display: flex;
}
.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: #14a09d !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;
}
.service-slider,
.service-slider-inner {
  margin-top: 40px;
}
.service-slider .items img,
.service-slider-inner .items img {
  margin: 0 auto;
  max-height: 60px;
}
.service-slider .items .main-title,
.service-slider-inner .items .main-title,
.service-slider .items .subline,
.service-slider-inner .items .subline {
  margin-top: 20px;
  color: #143b88;
}
.service-slider .items .more-link,
.service-slider-inner .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #f0512d;
  margin-top: 5px;
}
.service-slider .items .description,
.service-slider-inner .items .description,
.service-slider
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .service-slider
  .items
  .address-line,
.service-slider-inner
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .service-slider-inner
  .items
  .address-line {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.service-slider .owl-theme .owl-controls,
.service-slider-inner .owl-theme .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.service-slider .owl-theme .owl-dots,
.service-slider-inner .owl-theme .owl-dots {
  bottom: 40px;
  top: inherit;
}
.service-slider .owl-dots .owl-dot span,
.service-slider-inner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
}
.service-slider .owl-dot.active span,
.service-slider-inner .owl-dot.active span {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.service-slider .owl-item.active .captionbox,
.service-slider-inner .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;
}
.service-slider .owl-prev,
.service-slider-inner .owl-prev,
.service-slider .owl-next,
.service-slider-inner .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -50px;
  margin: 0 !important;
  font-size: 18px !important;
  background: rgba(38, 81, 156, 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-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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.service-slider .owl-next,
.service-slider-inner .owl-next {
  right: -50px;
  left: inherit;
  -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;
}
.service-slider:hover .owl-prev,
.service-slider-inner:hover .owl-prev,
.service-slider:hover .owl-next,
.service-slider-inner:hover .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -40px;
  background: #26519c !important;
  -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;
}
.service-slider:hover .owl-next,
.service-slider-inner:hover .owl-next {
  right: -40px;
  opacity: 1;
  filter: alpha(opacity=100);
  left: inherit;
  -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: #26519c !important;
}
.service-slider .items,
.service-slider-inner .items {
  display: none;
}
.service-slider .owl-item,
.service-slider-inner .owl-item {
  display: none;
}
.service-slider.owl-loaded .owl-item,
.owl-loaded.service-slider-inner .owl-item {
  display: block;
}
.service-slider.owl-loaded .owl-item .items,
.owl-loaded.service-slider-inner .owl-item .items {
  display: flex;
}
.notice-slider {
  padding-top: 22px;
  padding-left: 20px;
  float: left;
}
.notice-slider .items .main-title,
.notice-slider .items .subline {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.notice-slider .items a:hover .main-title,
.notice-slider .items a:hover .subline {
  text-decoration: underline;
}
.view-more {
  float: left;
  margin: 24px 0 0 20px;
  text-transform: uppercase;
}
.view-more a {
  font-size: 11px;
  color: #fff;
}
.view-more a .left-icon {
  position: relative;
  top: 0;
  margin-left: 5px;
}
.view-more a:hover {
  text-decoration: underline;
}
.notice-slider {
  width: 40%;
}
.notice-slider .items {
  display: none;
  background: #143b88;
}
.notice-slider .owl-item {
  display: none;
}
.notice-slider.owl-loaded .owl-item {
  display: block;
}
.notice-slider.owl-loaded .owl-item .items {
  display: flex;
}
.partner-slider {
  padding: 0 15px;
}
.partner-slider .items {
  border: 1px solid #ddd;
  padding: 10px !important;
  justify-content: center;
}
.partner-slider .items img {
  margin: 0 auto;
  max-height: 60px;
  max-width: 100%;
  width: auto;
}
.partner-slider .items .main-title,
.partner-slider .items .subline {
  margin-top: 20px;
  color: #143b88;
}
.partner-slider .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #f0512d;
  margin-top: 5px;
}
.partner-slider .items .description,
.partner-slider
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .partner-slider
  .items
  .address-line {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.partner-slider .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.partner-slider .owl-dots {
  bottom: 0;
  top: inherit;
  margin-top: 0;
}
.partner-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
}
.partner-slider .owl-dot.active span {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.partner-slider .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;
}
.partner-slider .owl-prev,
.partner-slider .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -50px;
  margin: 0 !important;
  font-size: 18px !important;
  background: rgba(38, 81, 156, 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-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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.partner-slider .owl-next {
  right: -50px;
  left: inherit;
  -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;
}
.partner-slider:hover .owl-prev,
.partner-slider:hover .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -40px;
  background: #26519c !important;
  -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;
}
.partner-slider:hover .owl-next {
  right: -40px;
  opacity: 1;
  filter: alpha(opacity=100);
  left: inherit;
  -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: #26519c !important;
}
.partner-slider .items {
  display: none;
}
.partner-slider .owl-item {
  display: none;
}
.partner-slider.owl-loaded .owl-item {
  display: block;
}
.partner-slider.owl-loaded .owl-item .items {
  display: flex;
}
.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: table;
  flex-wrap: wrap;
  width: 100%;
}
.testimonial-slider .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.testimonial-slider .owl-dots {
  bottom: 0;
  top: inherit;
  margin-top: 0;
}
.testimonial-slider .owl-dots .owl-dot {
  border: 0;
  background: none;
}
.testimonial-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.testimonial-slider .owl-dot.active span {
  background: #14a09d !important;
  width: 10px !important;
  height: 10px !important;
}
.testimonial-slider .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;
}
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40%;
  left: -15px;
  margin: 0 !important;
  font-size: 18px !important;
  background: #14a09d !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-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 !important;
  font-size: 12px !important;
  border: 0;
}
.testimonial-slider .owl-next {
  right: -15px;
  left: inherit;
  -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;
}
.testimonial-slider:hover .owl-prev,
.testimonial-slider:hover .owl-next {
  -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: #0b8a87 !important;
}
.testimonial-slider:hover .owl-next {
  background: #0b8a87 !important;
  left: inherit;
  -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;
}
.sector-slider .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.sector-slider .owl-dots {
  bottom: 40px;
  top: inherit;
}
.sector-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
}
.sector-slider .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}
.sector-slider .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;
}
.sector-slider .owl-prev,
.sector-slider .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -15px;
  margin: 0 !important;
  font-size: 18px !important;
  background: #14a09d !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-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 !important;
  font-size: 12px !important;
  border: 0;
}
.sector-slider .owl-next {
  right: -15px;
  left: inherit;
  -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;
}
.sector-slider:hover .owl-prev,
.sector-slider:hover .owl-next {
  -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: #0b8a87 !important;
}
.sector-slider:hover .owl-next {
  background: #0b8a87 !important;
  left: inherit;
  -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;
}
.sector-slider .items {
  display: none;
}
.sector-slider .owl-item {
  display: none;
}
.sector-slider.owl-loaded .owl-item {
  display: block !important;
}
.sector-slider.owl-loaded .owl-item .items {
  display: table !important;
}
.team-slider .owl-controls {
  height: 0;
  width: 100%;
  bottom: 0;
  top: inherit;
  position: static;
  margin: 0;
}
.team-slider .owl-dots {
  bottom: 0;
  top: inherit;
  margin-top: 0;
}
.team-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
}
.team-slider .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}
.team-slider .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;
}
.team-slider .owl-prev,
.team-slider .owl-next {
  padding: 0 !important;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40%;
  left: -15px;
  margin: 0 !important;
  font-size: 18px !important;
  background: #14a09d !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-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 !important;
  font-size: 12px !important;
  border: 0;
}
.team-slider .owl-next {
  right: -15px;
  left: inherit;
  -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-slider:hover .owl-prev,
.team-slider:hover .owl-next {
  -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: #0b8a87 !important;
}
.team-slider:hover .owl-next {
  background: #0b8a87 !important;
  left: inherit;
  -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-slider .team-item {
  display: none;
}
.team-slider .owl-item {
  display: none;
}
.team-slider.owl-loaded .owl-item {
  display: block;
}
.team-slider.owl-loaded .owl-item .team-item {
  display: flex;
}
.slide-box .captionbox .container .overlays-box {
  opacity: 0;
  filter: alpha(opacity=0);
}
.slide-box .owl-item.active .captionbox .container .overlays-box {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-dots .owl-dot {
  border: 0;
  background: none;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.owl-dot.active span {
  background: #14a09d !important;
  width: 10px !important;
  height: 10px !important;
}
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: #14a09d;
  -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: 19px;
  line-height: 32px;
  font-weight: 400;
  color: #444;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
}
.pagination {
  margin: 40px 0 0 0;
  display: inline-block;
  width: 100%;
  padding: 15px 0 30px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #757575;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 18px;
  font-weight: 500;
  border: 1px solid #ddd;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #222;
  background: #eae9e9;
}
.pagination .current {
  background: #14a09d;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 0px 0;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 18px;
  border: 1px solid #14a09d;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.section {
  display: inline-block;
  width: 100%;
}
#content {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.modalbox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
}
.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;
  padding: 15px;
  background: #fff;
}
.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;
  }
}
.sidebar {
  float: left;
  width: 100%;
}
.sidebar li {
  border-bottom: 1px solid #ccc;
  list-style: none;
  position: relative;
  padding: 0;
  display: block;
}
.sidebar li:last-child {
  border: 0;
}
.sidebar li.mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .mm-collapse .arrow:before {
  content: "\f078";
}
.sidebar li .mm-collapse .mm-active .arrow:before {
  content: "\f077";
}
.sidebar li .nav {
  height: 0;
  overflow: hidden;
}
.sidebar li .nav.collapse {
  display: none;
  height: auto;
  overflow: visible;
}
.sidebar li .nav.collapse.in {
  display: block;
}
.sidebar li a {
  line-height: 20px !important;
  text-transform: uppercase;
  border-left: 0;
  padding-left: 0 !important;
  font-size: 14px;
  color: #222933 !important;
  height: auto;
  position: relative;
  font-weight: 700;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  padding: 15px 0;
}
.sidebar li a.selected {
  color: #f0512d !important;
}
.sidebar li a:hover {
  color: #f0512d !important;
}
.sidebar li a .left-icon {
  display: inline-block;
  color: #ccc;
  margin-right: 10px;
  font-size: 18px;
  width: 24px;
  text-align: right;
  position: relative;
  top: 2px;
}
.sidebar li ul {
  padding-left: 0;
  height: 0;
  overflow: hidden;
}
.sidebar li ul.mm-show {
  height: auto;
  overflow: visible;
}
.sidebar li ul li {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}
.sidebar li ul li ul {
  padding-left: 0;
}
.sidebar li ul li .arrow {
  top: 0;
}
.sidebar li ul li a {
  padding: 10px 0 !important;
  line-height: 14px !important;
  font-size: 14px !important;
  color: #222933 !important;
  height: auto;
  font-weight: 400;
  text-transform: none;
  display: block;
  font-family: "Poppins", sans-serif;
}
.sidebar li a.active {
  background-color: #eee;
}
.sidebar .arrow {
  position: relative;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 300;
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f107";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f106";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.navigation_box {
  background: none;
}
.sidebar .nav-second-level li a.selected,
.sidebar .nav-third-level li a.selected {
  text-decoration: underline;
}
.menu-box {
  width: 100%;
  padding: 0 15px;
}
.menu-box .enquiry-btn {
  margin-left: 0;
}
.menu-box .items {
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.menu-box .panel-menu.normal-nav li a {
  color: #222933;
}
.menu-box .panel-menu.normal-nav li a:hover {
  color: #222933 !important;
}
.lg-on .menu-toggle,
.lg-on .menu-close {
  z-index: 1;
}
.editor-box {
  font-size: 15px;
  color: #222;
  line-height: 28px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding-bottom: 30px;
}
.editor-box .featured-image img {
  margin-top: 0;
}
.editor-box table a {
  text-decoration: none;
}
.editor-box .drop-cap {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #14a09d;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  font-family: "Poppins", sans-serif;
}
.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;
  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: #14a09d;
}
.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: #222933;
  font-weight: 700;
  margin: 10px 0;
  font-size: 36px;
  line-height: 46px;
  font-family: "Poppins", sans-serif;
}
.editor-box h2 {
  color: #222933;
  font-weight: 700;
  margin: 10px 0;
  font-size: 26px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}
.editor-box h3 {
  color: #222933;
  font-weight: 700;
  margin: 10px 0;
  font-size: 24px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}
.editor-box h4 {
  color: #222933;
  font-weight: 700;
  margin: 10px 0;
  font-size: 22px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.editor-box h5 {
  color: #222933;
  font-weight: 700;
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}
.editor-box h6 {
  color: #222933;
  font-weight: 700;
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}
.editor-box blockquote {
  color: #222933;
  padding: 0;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
  padding: 50px 40px;
  margin: 10px 30px 20px 0;
  max-width: 440px;
  background-size: 6%;
  font-family: "Poppins", sans-serif;
  float: left;
  position: relative;
  background: #fff;
  border: 4px solid #14a09d;
}
.editor-box img {
  margin-bottom: 20px;
  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: 5px 0;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}
.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;
}
.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 .feedback .select,
.feedback .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 .feedback .select,
.feedback .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 {
  padding: 0;
}
.form-groups {
  margin-bottom: 40px;
  padding: 5px;
  background: #eee;
}
.form-groups.recaptcha {
  background: none;
  margin-bottom: 10px;
}
.feedback fieldset,
.feedback fieldset fieldset {
  margin: 0;
}
.feedback .textfield,
.feedback .textarea,
.feedback .select,
.feedback .get-news-alert .newsletter-btn,
.get-news-alert .feedback .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 {
  height: 200px;
  color: #fff;
}
.feedback .select {
  font-size: 14px;
}
.feedback .select {
  padding-left: 0;
  color: #222933;
  border-bottom: 1px solid #d2d2d2;
}
.feedback .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;
}
.label {
  color: #333;
  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;
}
.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: #333;
  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: #333;
  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;
  -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 .feedback .select,
.feedback .search-data .select,
.search-filters .feedback .select,
.feedback .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-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: #333;
  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: #333;
  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: #333;
  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 .feedback .select,
.feedback .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: #333;
  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;
  -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 .feedback .select,
.feedback #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: #333;
  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: #333;
  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 .feedback .select,
.feedback .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 .feedback .select:focus,
.feedback .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: #666;
  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: #143b88;
  -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: 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: #aaa;
  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: #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;
}
.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 .feedback .select,
.feedback .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: #f0512d;
  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;
}
.feedback-form .description,
.feedback-form .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .feedback-form .address-line {
  display: block;
}
.feedback,
.feedback fieldset,
.feedback fieldset,
.feedback fieldset fieldset {
  padding: 0;
}
.feedback,
.feedback fieldset {
  margin-top: 15px;
}
.feedback .textfield,
.feedback .textarea,
.feedback .select,
.feedback .get-news-alert .newsletter-btn,
.get-news-alert .feedback .newsletter-btn,
.feedback .select,
.feedback .textarea,
.feedback .contact-cv {
  border: 1px solid #c4c3c3;
  padding: 14px 20px;
  font-size: 16px;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  position: relative;
}
.feedback .textarea {
  height: 154px;
  color: #222933;
}
.feedback.contact-form .textarea,
.feedback fieldset.contact-form .textarea {
  height: 297px;
}
.feedback .select {
  color: #666;
  padding: 0 20px;
  height: 50px;
}
.feedback input[type="file"] {
  opacity: 0;
  display: inline-block;
  width: 100%;
  padding: 5px 20px !important;
  margin: 0 !important;
}
.feedback .contact-cv {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.feedback .contact-cv:before {
  content: "Attach CV";
  opacity: 1;
  position: absolute;
  left: 20px;
  top: 8px;
  background: #ddd;
  padding: 5px 10px;
  font-size: 11px;
  color: #222933;
  line-height: 18px;
}
.feedback .contact-cv:hover:before {
  background: #143b88;
}
.feedback .action-btn {
  background: none;
  border: 0;
}
.feedback .action-btn .more-nav {
  margin-top: 25px;
}
.feedback .more-link {
  display: table;
  position: relative;
  margin: 0;
  text-align: right;
}
.feedback .more-link .ajax-loader {
  position: absolute;
  top: 12px;
  right: -11px;
}
.feedback .more-link .more-btns {
  display: table;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  border: 0;
  padding: 7px 20px;
  line-height: 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;
}
.feedback .more-link .more-btns:hover {
  background: #143b88;
  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;
}
.feedback .more-link .more-btns.book-btn-new {
  background: #14a09d;
  color: #fff;
  font-weight: 700;
}
.feedback .more-link .more-btns.book-btn-new:hover {
  background: #f0512d;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  float: left;
  width: 100%;
  top: -25px;
  position: relative;
}
.wpcf7-form .wpcf7-response-output {
  margin: 0;
  border: 0;
}
.wpcf7-form .wpcf7-validation-errors {
  border: 0;
  font-size: 14px;
  background: #f0512d;
  color: #fff;
  margin: 0;
  line-height: 18px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  border: 0;
  font-size: 14px;
  background: #cf9455;
  color: #fff;
  margin: 0;
}
.feedback-title {
  font-size: 20px;
  font-weight: 700;
  color: #222933;
  display: block;
}
.site-search {
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  position: relative;
  height: 80px;
  top: 0;
  right: 0;
  z-index: 98;
  display: block;
}
.site-search.hide {
  display: none !important;
}
.site-search.show-search {
  display: block;
}
.site-search .textfield,
.site-search .feedback .textarea,
.feedback .site-search .textarea,
.site-search .feedback .select,
.feedback .site-search .select,
.site-search .get-news-alert .newsletter-btn,
.get-news-alert .site-search .newsletter-btn {
  float: left;
  width: 100%;
  padding-right: 50px;
  border: 0;
  font-size: 16px;
  padding-left: 15px;
  height: 80px;
  background: #fff;
  color: #222;
}
.site-search .textfield:focus,
.site-search .feedback .textarea:focus,
.feedback .site-search .textarea:focus,
.site-search .feedback .select:focus,
.feedback .site-search .select:focus,
.site-search .get-news-alert .newsletter-btn:focus,
.get-news-alert .site-search .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;
}
.site-search .search-btn {
  margin-top: 0;
  position: absolute;
  background: #14a09d;
  width: 80px;
  height: 80px;
  padding: 0;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 26px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 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;
}
.site-search .search-btn:hover {
  background: #222933;
  -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;
}
.site-search input:-webkit-autofill {
  -webkit-text-fill-color: #222933 !important;
}
.feedback.emi-calculate,
.feedback fieldset.emi-calculate {
  margin-top: 0;
  text-align: left;
}
.feedback.emi-calculate fieldset,
.feedback fieldset.emi-calculate fieldset {
  margin-top: 0;
}
.feedback.emi-calculate label,
.feedback fieldset.emi-calculate label {
  font-weight: 700;
  font-size: 14px;
  color: #222933;
}
.feedback.emi-calculate .textfield,
.feedback fieldset.emi-calculate .textfield,
.feedback.emi-calculate .textarea,
.feedback fieldset.emi-calculate .textarea,
.feedback.emi-calculate .select,
.feedback fieldset.emi-calculate .select,
.feedback.emi-calculate .get-news-alert .newsletter-btn,
.get-news-alert .feedback.emi-calculate .newsletter-btn,
.feedback fieldset.emi-calculate .get-news-alert .newsletter-btn,
.get-news-alert .feedback fieldset.emi-calculate .newsletter-btn {
  background: #f4eded;
  border: 0;
  margin-bottom: 12px;
}
.feedback.emi-calculate .calculate-btn,
.feedback fieldset.emi-calculate .calculate-btn {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #f0512d;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 9px 30px;
  line-height: 20px;
  border: 0;
  margin-top: 15px;
  -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;
}
.feedback.emi-calculate .calculate-btn:hover,
.feedback fieldset.emi-calculate .calculate-btn:hover {
  background: #143b88;
  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;
}
.feedback.emi-calculate .result-box,
.feedback fieldset.emi-calculate .result-box {
  float: right;
  text-align: right;
}
.feedback.emi-calculate .result-box .form-title,
.feedback fieldset.emi-calculate .result-box .form-title {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: block;
}
.feedback.emi-calculate .result-box .main-title,
.feedback fieldset.emi-calculate .result-box .main-title,
.feedback.emi-calculate .result-box .subline,
.feedback fieldset.emi-calculate .result-box .subline {
  font-size: 25px;
  line-height: 38px;
  display: block;
  color: #222933;
  margin-top: 0;
}
.newsletter-form {
  margin: 20px 0 0 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #222;
  position: relative;
}
.newsletter-form .textfield,
.newsletter-form .feedback .textarea,
.feedback .newsletter-form .textarea,
.newsletter-form .feedback .select,
.feedback .newsletter-form .select,
.newsletter-form .get-news-alert .newsletter-btn,
.get-news-alert .newsletter-form .newsletter-btn {
  background: none;
  border: 0;
  padding: 2px 20px;
  color: #fff;
  font-size: 12px;
  width: 90%;
}
.newsletter-form .submit-btn {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 12px;
  background: none;
  border: 0;
}
.newsletter-form .submit-btn .left-icon {
  font-size: 21px !important;
}
.newsletter-form ::-webkit-input-placeholder {
  color: #444;
}
.newsletter-form ::-moz-placeholder {
  color: #444;
}
.newsletter-form :-ms-input-placeholder {
  color: #444;
}
.newsletter-form :-moz-placeholder {
  color: #444;
}
.feedback,
.feedback fieldset {
  margin-bottom: 40px;
}
.feedback ::-webkit-input-placeholder,
.feedback fieldset ::-webkit-input-placeholder {
  color: #666;
}
.feedback ::-moz-placeholder,
.feedback fieldset ::-moz-placeholder {
  color: #666;
}
.feedback :-ms-input-placeholder {
  color: #666;
}
.feedback :-moz-placeholder {
  color: #666;
}
.services-list {
  margin-top: 40px;
}
.services-list .items {
  text-align: center;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.services-list .items img {
  margin: 0 auto 30px auto;
  max-height: 60px;
  display: block;
}
.services-list .items .main-title,
.services-list .items .subline {
  margin-top: 20px;
  color: #143b88;
}
.services-list .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #f0512d;
  margin-top: 5px;
}
.services-list .items .description,
.services-list .items .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials
  .item
  .services-list
  .items
  .address-line {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.nice-select {
  position: relative;
}
.nice-select .current {
  text-overflow: ellipsis;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
}
.nice-select.open .list {
  display: block;
}
.nice-select.open:after {
  -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;
}
.nice-select .list {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  display: none;
}
.nice-select .list .option {
  white-space: pre-wrap;
  line-height: 22px;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
}
.nice-select:after {
  content: "\f107";
  font-size: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: none;
  height: 30px;
  width: 30px !important;
  transform-origin: unset;
  display: inline-block;
  font-weight: 300;
  margin: 0;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  color: #143b88;
  width: auto;
  text-align: center;
  line-height: 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;
}
.error-message {
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  color: #f0512d;
}
.white-bg {
  background: none;
}
.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: #cf9455;
  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;
}
.right-side .items {
  margin-top: 30px;
  margin-bottom: 0;
}
.right-side .items:first-child {
  margin-bottom: 0;
  margin-top: 0;
}
.right-side .items h1 {
  font-size: 20px;
  color: #cf9455;
  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%;
}
.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: #d13938;
  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;
}
.editor-box table {
  border: 1px solid #dee2e6 !important;
}
.editor-box table th {
  background: #14a09d;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
}
.editor-box table td {
  vertical-align: middle !important;
  border: 1px solid #dee2e6 !important;
  line-height: 20px;
  font-size: 16px;
}
.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: #333;
  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;
}
.festival-banner {
  margin-bottom: 30px;
  display: none;
}
.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 {
  -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 {
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  float: left;
  width: 100%;
  line-height: 20px;
  color: #555;
}
.detail-box .ad-cards img {
  width: 100%;
}
.featured-images img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
.featured-images .caption-line {
  font-size: 14px;
  display: block;
  border-bottom: 0;
  padding: 5px 0;
  float: left;
  width: 100%;
  line-height: 20px;
  padding: 20px 0 0 0;
  font-style: italic;
  color: #fff;
  text-align: center;
}
.get-news-alert {
  display: block;
  margin: 30px 0;
}
.get-news-alert form {
  display: inline-block;
  width: 100%;
  background: #cf9455;
  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 .feedback .select,
.feedback .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;
}
.content-editor {
  margin-top: 10px;
  padding-right: 0;
}
.content-editor .news-big-title {
  color: #222;
  font-size: 50px;
  font-weight: 700;
  display: block;
  line-height: 60px;
  margin-bottom: 0;
}
.content-editor .tags {
  margin-bottom: 30px;
}
.content-editor .news-sub-heading {
  font-size: 23px;
  line-height: 32px;
  display: block;
  color: #777;
  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: 12px;
  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;
}
.content-editor {
  margin-top: 0;
  padding-top: 15px;
}
.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;
}
.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: 30px;
}
.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;
}
.special-featured-box img {
  height: 460px;
  object-fit: cover;
}
.special-featured-box .most-value img {
  height: auto;
  object-fit: cover;
}
.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: 200px;
  width: 214px;
}
.author-pic .media img {
  margin: 0;
  height: 70px;
  width: 70px;
  object-fit: contain;
  border: 1px solid #ddd;
}
.featured-images {
  padding: 0;
}
.featured-images img {
  height: auto;
  max-width: 100%;
}
.section {
  margin-top: 0;
  padding: 30px 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;
}
.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;
}
.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: #d13938;
  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: #cf9455 !important;
}
.media a {
  display: inherit !important;
  width: 100%;
}
.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;
}
.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;
}
.breadcrumbs li {
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  color: #aaa;
  display: inline-block;
  line-height: normal;
  position: relative;
}
.breadcrumbs li a {
  margin: 0 10px 0 0;
  color: #222933;
}
.breadcrumbs li a.first {
  margin-left: 0;
}
.breadcrumbs li.active {
  position: relative;
}
.breadcrumbs li.active a {
  color: #888;
}
.breadcrumbs li.active:after {
  content: "";
  display: none;
}
.breadcrumbs li:after {
  content: " \f105 ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: inherit;
  margin: 0 10px 0 0;
}
.spinners {
  width: 70px;
  text-align: center;
  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%);
}
.spinners > div {
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinners .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinners .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.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;
}
.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: #f0512d;
}
.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: 18px;
  font-weight: 700;
  line-height: 30px;
}
.related-more .items img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}
.related-more .cat-box {
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
.related-more .cat-tags {
  margin: 0;
}
.more-big {
  margin-top: 50px;
}
.more-big .description,
.more-big .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .more-big .address-line {
  position: relative;
}
.more-big .description:after,
.more-big .section.home-about.home-testimonials .item .address-line:after,
.section.home-about.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: 0;
  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;
}
.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: #222;
}
.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;
}
.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;
  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 .row {
  border: 0;
}
.author-info .row.drop-shadow {
  border: 1px solid #ccc;
  -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);
}
.author-info .row.home-cat-box {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.author-info .row.home-cat-box img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.author-info .author-pic {
  margin-bottom: 15px;
}
.author-info .author-pic .main-title,
.author-info .author-pic .subline {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 22px;
}
.author-info .author-pic .media {
  margin-top: 5px;
}
.author-info .author-pic .media img {
  width: 44px;
  height: 44px;
}
.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 .description,
.author-info .section.home-about.home-testimonials .item .address-line,
.section.home-about.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 .tweet-link {
  font-size: 12px;
  float: right;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}
.author-info .more-author-news .tweet-link a {
  color: #55acee !important;
}
.author-info .more-author-news .tweet-link a {
  color: #222;
}
.author-info .more-author-news .tweet-link a .left-icon {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.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: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: #222;
  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;
}
.white-bg .item-news {
  margin-bottom: 30px;
}
.white-bg .item-news img {
  width: 100%;
  height: 100px;
  display: table;
  margin: 0;
  object-fit: cover;
}
.white-bg .item-news.item-bigyaapan {
  margin-bottom: 30px;
}
.white-bg .item-news.item-bigyaapan img {
  height: auto;
  object-fit: contain;
}
.white-bg .item-news .main-title,
.white-bg .item-news .subline {
  font-size: 22px;
  line-height: 30px;
}
.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-bg {
  margin-top: 30px;
}
.right-side .white-bg: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;
}
.item-news a:hover .main-title,
.item-news a:hover .subline {
  color: #333;
}
.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;
}
.inner-pages {
  margin-top: 25px;
}
.authorsbox {
  margin-top: 0;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.innerpage-bigyaapan .row {
  width: 100%;
  margin: 0;
}
.innerpage-bigyaapan .row .bigyapan-item {
  padding: 0;
}
.sharebox {
  float: right;
}
.sharebox .share-title {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.sharebox .share-title .left-icon {
  margin-right: 5px;
}
.detail-box {
  padding-right: 100px;
  padding-left: 100px;
}
.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;
}
.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-top: 30px;
}
.gallery-list .photo-item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: table;
}
.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: #14a09d;
}
.search-result .keyword-num {
  color: #14a09d;
}
.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;
}
.caption-box .cat-tags {
  text-align: center;
  color: #fff;
}
.caption-box .author-box .author-pic {
  text-align: left;
}
.cat-tags {
  display: block;
  color: #143b88;
  font-size: 21px;
  margin-bottom: 30px;
  border: 0;
  text-align: left;
}
.cat-tags a {
  color: #143b88;
}
.cat-tags:before {
  content: "";
  width: 5px;
  height: 16px;
  background: #f39200;
  margin: 0 10px 0 0;
  display: inline-block;
  top: 2px;
  position: relative;
}
.cat-tags .extra-news {
  position: relative;
  top: 5px;
  float: right;
  font-size: 16px;
  font-weight: 400;
}
.cat-tags .extra-news a {
  color: #aaa;
}
.cat-tags .extra-news a:hover {
  color: #222933;
}
.cat-tags .extra-news .right-icon {
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-left: 5px;
}
.social-media {
  margin: 5px 0 0 0;
  padding: 0;
  float: left;
}
.social-media li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.social-media li a {
  -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;
}
.social-media li a .left-icon {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: #143b88;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.social-media li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -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;
}
.social-media li a.facebook .left-icon {
  background: #3b5998;
}
.social-media li a.twitter .left-icon {
  background: #00aced;
}
.social-media li a.youtube .left-icon {
  background: #b00;
}
.social-media li a.instagram .left-icon {
  background: #bc2a8d;
}
.social-media li a.google-plus .left-icon {
  background: #dd4b39;
}
.section.masthead-top-bigyaapan {
  margin-top: 0;
  margin-bottom: 0;
}
.gray-box {
  background: #f1eeee;
}
.white-bg {
  background: none;
}
.white-bg.gray-box {
  background: #f1eeee;
}
.section.breaking-news {
  padding: 0;
}
.bigyaapan-right .bigyaapan-item {
  margin-top: 30px;
  display: block;
}
.bigyaapan-right .bigyaapan-item:nth-child(1) {
  margin-top: 64px;
}
.description,
.section.home-about.home-testimonials .item .address-line {
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin: 10px 0 0;
  color: #222933;
  word-break: break-word;
}
.inner-pages .bigyaapan-right .bigyaapan-item {
  margin-bottom: 30px;
}
.inner-pages .bigyaapan-right .bigyaapan-item:nth-child(1) {
  margin-top: 0;
}
.inner-pages .right-side .white-bg {
  margin-bottom: 30px;
}
.section.content-editor {
  padding-top: 15px;
  margin-top: 0;
}
.related-more.home-cat-box .item-news {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.related-more.home-cat-box .item-news .main-title,
.related-more.home-cat-box .item-news .subline {
  font-size: 16px;
  line-height: 22px;
}
.container {
  max-width: 1170px;
  padding: 0;
}
.cover-pic {
  padding: 20px 0;
  background: #222933;
}
.cover-pic .featured-image {
  height: auto;
  max-width: 1170px;
}
.published-box {
  padding-left: 0;
}
.published-box.video-more-box {
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.published-box.video-more-box .comment-box {
  margin-top: 0;
}
.video-more.photo-more {
  margin-top: 0;
}
.video-more.photo-more .item-news img {
  height: 200px;
}
.video-more.photo-more .item-news .play-icon {
  top: 0;
  left: 0;
  text-align: center;
  background: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  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;
  overflow: hidden;
}
.video-more.photo-more .item-news .play-icon .left-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 34px;
  -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;
}
.video-more.photo-more .item-news a:hover .play-icon {
  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;
}
.video-more.photo-more .item-news a:hover .play-icon .left-icon {
  -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;
}
.video-more .item-news a:hover .play-icon {
  opacity: 0.5;
}
.video-more.video-main-list {
  margin-top: 0;
}
.video-more.video-main-list .news-thumb-box {
  margin-bottom: 40px;
}
.video-more.video-main-list .news-thumb-box .item-news {
  margin: 0;
}
.video-more.video-main-list .news-thumb-box .item-news img {
  height: 345px;
}
.video-more.video-main-list .news-thumb-box .item-news .main-title,
.video-more.video-main-list .news-thumb-box .item-news .subline {
  font-size: 24px;
  line-height: 32px;
}
.video-more.video-main-list .news-thumb-box .item-news .overlay-title {
  padding: 30px;
}
.video-more.video-main-list
  .news-thumb-box.big-thumb-box
  .item-news
  .main-title,
.video-more.video-main-list .news-thumb-box.big-thumb-box .item-news .subline {
  font-size: 30px;
  line-height: 42px;
}
.video-more.video-main-list .news-thumb-box.big-thumb-box .item-news img {
  height: 430px;
}
.video-more.video-main-list.photo-main-list {
  margin-top: 0;
}
.video-more.video-main-list.photo-main-list
  .news-thumb-box
  .item-news
  .camera-icon {
  font-size: 14px;
  color: #ddd;
  display: block;
  margin-top: 10px;
}
.video-more.video-main-list.photo-main-list
  .news-thumb-box
  .item-news
  .camera-icon
  .left-icon {
  margin-right: 10px;
}
.section {
  float: left;
}
.section .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #222933;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  position: relative;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.section .section-title .small-section-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.section .more-link {
  display: table;
  margin: 50px 0 0 0;
  position: relative;
}
.section .more-link .more-btns {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #14a09d;
  font-weight: 700;
  padding: 15px 30px;
  line-height: 20px;
  border: 1px solid #14a09d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.section .more-link a:hover {
  background: #0b8a87;
  color: #fff;
  border: 1px solid #0b8a87;
}
.section .more-link.centered {
  margin: 50px auto 0 auto;
}
.section.home-slide {
  padding: 0;
}
.section.home-notice {
  background: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.section.home-notice .section-title {
  font-size: 16px;
}
.section.home-notice.notice-list-box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section.home-notice.notice-list-box .items {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.section.home-notice.notice-list-box .items a {
  border: 1px solid #ddd;
  padding: 15px;
  display: block;
}
.section.home-notice .items .dateline {
  font-size: 12px;
  color: #143b88;
  display: block;
  line-height: 18px;
}
.section.home-notice .items .main-title,
.section.home-notice .items .subline {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.section.home-notice .items a:hover .main-title,
.section.home-notice .items a:hover .subline {
  text-decoration: underline;
}
.section.home-about {
  padding: 95px 0;
}
.section.home-about .section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0;
  display: block;
}
.section.home-about .section-title.alt {
  margin-bottom: 40px;
}
.section.home-about .description,
.section.home-about.home-testimonials .item .address-line {
  margin-top: 0;
  padding: 0;
  margin-bottom: 50px;
}
.section.home-about .description.alt,
.section.home-about.home-testimonials .item .alt.address-line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.section.partners {
  text-align: center;
}
.section.partners .title-item .section-title {
  margin-bottom: 40px;
  color: #222933;
}
.section.partners .title-item .section-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-services {
  position: relative;
  text-align: center;
  background: url(../images/service-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 106px 0;
}
.section.home-services:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 125, 215, 0.78);
  position: absolute;
  top: 0;
  left: 0;
}
.section.home-services .section-title {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
}
.section.home-services .section-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  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.home-services .more-link {
  margin-top: 50px;
}
.section.home-services .more-link a {
  color: #fff;
  border-color: #fff;
}
.section.home-services .service-slider,
.section.home-services .service-slider-inner {
  position: relative;
  z-index: 98;
}
.section.home-services .service-slider .items,
.section.home-services .service-slider-inner .items {
  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.home-services .service-slider .items img,
.section.home-services .service-slider-inner .items img {
  width: 97px;
  height: 97px;
  object-fit: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.section.home-services .service-slider .items .main-title,
.section.home-services .service-slider-inner .items .main-title,
.section.home-services .service-slider .items .subline,
.section.home-services .service-slider-inner .items .subline {
  font-size: 22px;
  line-height: 33px;
  color: #ccc;
  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;
}
.section.home-services .service-slider .items .description,
.section.home-services .service-slider-inner .items .description,
.section.home-services
  .service-slider
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-services
  .service-slider
  .items
  .address-line,
.section.home-services
  .service-slider-inner
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-services
  .service-slider-inner
  .items
  .address-line {
  color: #ddd;
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.section.home-services .service-slider .items .more-link,
.section.home-services .service-slider-inner .items .more-link {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
}
.section.home-services .service-slider .items:hover,
.section.home-services .service-slider-inner .items:hover {
  background: rgba(51, 51, 51, 0.5);
  -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-slider .items:hover .main-title,
.section.home-services .service-slider-inner .items:hover .main-title,
.section.home-services .service-slider .items:hover .subline,
.section.home-services .service-slider-inner .items: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;
}
.section.home-news {
  background: #f5f4f4;
  padding: 106px 0;
}
.section.home-news .items {
  margin-bottom: 30px;
}
.section.home-news .more-link {
  margin-top: 80px;
}
.section.home-news .section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.section.home-news .section-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #143b88;
  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.home-news.news-list {
  padding: 0;
  background: none;
}
.section.home-news.news-list .items {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.section.home-news .items img {
  margin-bottom: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.section.home-news .items .main-title,
.section.home-news .items .subline {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.section.home-news .items .month-title {
  font-size: 13px;
  color: #999;
  display: block;
  text-align: center;
  line-height: 14px;
}
.section.home-news .items .days-title {
  font-size: 33px;
  font-weight: 700;
  display: block;
  line-height: 33px;
  color: #999;
}
.section.home-news .items .main-title,
.section.home-news .items .subline {
  margin-top: 0;
}
.section.home-news .items a:hover .month-title {
  color: #143b88;
}
.section.home-news .items a:hover .days-title {
  color: #143b88;
}
.section.find-branch {
  padding: 106px 0 0 0;
}
.section.find-branch .section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.section.find-branch .section-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #143b88;
  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%);
}
.google-map iframe {
  width: 100%;
}
.inner-page {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.inner-page .page-title-big {
  background: #0b8a87;
  margin-bottom: 60px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  background-size: cover !important;
  position: relative;
}
.inner-page .page-title-big:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.inner-page .page-title-big .page-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -1px;
  font-family: "Poppins", sans-serif;
}
.inner-page .breadcrumbs {
  float: none;
}
.inner-page .breadcrumbs li {
  font-size: 14px;
  color: #ddd;
}
.inner-page .breadcrumbs li a {
  font-size: 14px;
  color: #fff;
}
.inner-page .breadcrumbs li.active {
  color: #ddd;
}
.inner-page .featured-img {
  float: left;
  margin-bottom: 30px;
}
.inner-page .featured-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  float: left;
  margin-right: 30px;
}
.inner-page .left-side {
  padding-right: 15px;
}
.inner-page .more-box .services-box.full-news {
  margin: 0 -15px;
}
.right-side .widget-box {
  display: block;
  margin-top: 60px;
}
.right-side .widget-box:nth-child(1) {
  margin-top: 0;
}
.right-side .widget-box .more-link {
  display: table;
  margin: 20px 0;
}
.right-side .widget-box .more-link .more-btns {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 7px 20px;
  line-height: 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;
}
.right-side .widget-box .more-link .more-btns .right-icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.right-side .widget-box .more-link .more-btns:hover {
  background: #143b88;
  color: #fff;
  border: 1px solid #143b88;
  -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 .widget-box .right-title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #143b88;
}
.right-side .widget-box .notice-list {
  margin-top: 30px;
  padding: 30px 0 0 0;
  border-top: 1px solid #ddd;
}
.right-side .widget-box .notice-list:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.right-side .widget-box .notice-list .dateline {
  font-size: 12px;
  color: #143b88;
  display: block;
  line-height: 18px;
}
.right-side .widget-box .notice-list .main-title,
.right-side .widget-box .notice-list .subline {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.right-side .widget-box .notice-list a:hover .main-title,
.right-side .widget-box .notice-list a:hover .subline {
  text-decoration: underline;
}
.right-side .widget-box .news-list-box .items {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-left: 26px;
  position: relative;
}
.right-side .widget-box .news-list-box .items:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  color: #ccc;
  position: absolute;
  top: 27px;
  left: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.right-side .widget-box .news-list-box .items.first {
  border-top: 0;
  padding-top: 0;
  padding-left: 0;
}
.right-side .widget-box .news-list-box .items.first:before {
  display: none;
}
.right-side .widget-box .news-list-box .items.first .date-box {
  display: block;
}
.right-side .widget-box .news-list-box .items.first a {
  display: inline;
}
.right-side .widget-box .news-list-box .items.first a:hover .month-title {
  color: #143b88;
}
.right-side .widget-box .news-list-box .items.first a:hover .days-title {
  color: #143b88;
}
.right-side .widget-box .news-list-box .items.first img {
  display: block;
  margin-bottom: 20px;
}
.right-side .widget-box .news-list-box .items.first .main-title,
.right-side .widget-box .news-list-box .items.first .subline {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.right-side .widget-box .news-list-box .items.first .month-title {
  font-size: 13px;
  color: #999;
  display: block;
  text-align: center;
  line-height: 14px;
}
.right-side .widget-box .news-list-box .items.first .days-title {
  font-size: 33px;
  font-weight: 700;
  display: block;
  line-height: 33px;
  color: #999;
}
.right-side .widget-box .news-list-box .items .date-box {
  display: none;
}
.right-side .widget-box .news-list-box .items a {
  display: block;
}
.right-side .widget-box .news-list-box .items img {
  display: none;
}
.right-side .widget-box .news-list-box .items .small-title {
  font-size: 11px;
  color: #999;
  display: block;
  line-height: 16px;
}
.right-side .widget-box .news-list-box .main-title,
.right-side .widget-box .news-list-box .subline {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.right-side .widget-box .news-list-box.photo-list .main-title,
.right-side .widget-box .news-list-box.photo-list .subline {
  margin-top: 0;
}
.download-list .items {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin: 0;
}
.download-list .items:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.download-list .items .main-title,
.download-list .items .subline {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
.download-list .items .small-title {
  font-size: 11px;
  color: #999;
  display: block;
  line-height: 16px;
}
.title-none {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.title-none.black-text {
  color: #444;
}
.full-service-list .items img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.full-service-list .items a .more-link {
  display: table;
  margin: 30px 0 0 0;
  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;
  font-size: 14px;
  color: #143b88;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #143b88;
  padding: 7px 20px;
  line-height: 20px;
}
.full-service-list .items a:hover .more-link {
  -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: #143b88;
  color: #fff;
}
.wp-pagenavi {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  padding: 30px 0 20px 15px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a {
  background-color: #fff;
  text-decoration: none;
  color: #222933;
  padding: 0;
  margin: 0 10px;
  font-size: 13px;
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.wp-pagenavi a:hover {
  color: #222933;
  background-color: #ccc;
}
.wp-pagenavi .current {
  background-color: #f0512d;
  text-decoration: none;
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 13px;
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-weight: 700;
  border: 0;
  font-weight: 700;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi a:focus {
  border: 0 !important;
}
.page-big-title {
  font-size: 40px;
  font-weight: 700;
  color: #222933;
  display: block;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.author-box {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
}
.author-box .dateline {
  font-size: 16px;
  color: #999;
  display: block;
}
.author-box .author-section {
  padding-left: 0;
}
.author-box .share-section {
  padding-right: 0;
}
.author-box .items {
  font-size: 13px;
}
.author-box .items .bold-text {
  font-weight: 700;
  color: #222933;
  margin: 0 10px 0 2px;
}
.author-box .items .total-view {
  float: right;
}
.author-box .items .total-view .left-icon {
  font-size: 16px;
  margin-right: 5px;
  top: 1px;
  position: relative;
}
.report-list {
  padding-top: 0;
}
.report-list .items .item-box,
.report-list .items .footer .box-item,
.footer .report-list .items .box-item {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  -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;
}
.report-list .items img {
  height: 54px;
}
.report-list .items .main-title,
.report-list .items .subline {
  font-weight: 700;
  color: #143b88;
  font-size: 16px;
  line-height: 248x;
  margin-top: 0;
  display: block;
}
.report-list .items .small-title {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 16px;
}
.report-list .items:hover .item-box,
.report-list .items:hover .footer .box-item,
.footer .report-list .items:hover .box-item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.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;
}
.report-list .items .more-link {
  position: absolute;
  right: 30px;
  top: 30px;
  margin: 0;
}
.report-list .items .more-link a {
  margin-left: 10px;
  background: #e2dddd;
  color: #222933;
}
.report-list .items .more-link a:hover {
  background: #143b88;
  color: #fff;
}
.report-list .items .more-link a:hover.download-btn {
  background: #f0512d;
  color: #fff;
}
.right-box .title-none {
  color: #999;
  font-size: 14px;
  text-align: left;
}
.image-counter {
  font-size: 12px;
  color: #1a7dd7;
  display: block;
  line-height: 18px;
  margin-top: 20px;
}
.gallery-list .items {
  margin-bottom: 30px;
}
.gallery-list .items.latest-album {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  margin-bottom: 30px;
}
.gallery-list .items.latest-album img {
  height: 480px;
  object-fit: cover;
}
.gallery-list .items.latest-album .main-title,
.gallery-list .items.latest-album .subline {
  font-size: 26px;
  line-height: 37px;
}
.gallery-list .items.latest-album .image-counter {
  margin-top: 5px;
}
.gallery-list .items.latest-video {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  margin-bottom: 30px;
}
.gallery-list .items.latest-video img {
  height: 480px;
  object-fit: cover;
  display: table;
}
.gallery-list .items.latest-video .main-title,
.gallery-list .items.latest-video .subline {
  font-size: 26px;
  line-height: 32px;
  margin-top: 0;
}
.gallery-list .items.latest-video figure {
  position: relative;
  display: table;
  width: 100%;
}
.gallery-list .items.latest-video figure a:hover .left-icon {
  opacity: 1;
  filter: alpha(opacity=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;
}
.gallery-list .items.latest-video figure .video-title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 100px;
  width: 100%;
  padding: 20px 30px;
}
.gallery-list .items.latest-video figure .video-title .main-title,
.gallery-list .items.latest-video figure .video-title .subline {
  color: #fff;
}
.gallery-list .items.latest-video figure .video-title .left-icon {
  position: relative;
  top: inherit;
  left: inherit;
  float: left;
  margin-right: 30px;
  font-size: 30px;
  width: 70px;
  height: 70px;
  background: #d13938;
  color: #fff;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 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;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery-list .items.latest-video figure .image-counter {
  display: none;
}
.gallery-list.photo-viewer .items {
  margin-bottom: 30px;
}
.gallery-list.photo-viewer .items img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  float: left;
}
.gallery-list.photo-viewer .items figure {
  position: relative;
  display: table;
  width: 100%;
}
.gallery-list.photo-viewer .items figure .img-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -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;
}
.gallery-list.photo-viewer .items figure .img-overlay .left-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-list.photo-viewer .items figure a:hover .img-overlay {
  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;
}
.gallery-list.video-gallery-list .items .left-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #d13938;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=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;
}
.gallery-list.video-gallery-list .items a:hover .left-icon {
  opacity: 1;
  filter: alpha(opacity=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;
}
.gallery-list.video-gallery-list .black-text {
  font-size: 14px;
  text-align: left;
}
.more-title-box .more-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.editor-box .featured-video .embed-responsive {
  margin-top: 0;
}
.section.home-news.more-news {
  display: flex;
  background: none;
  padding: 0;
}
.section.home-news.more-news .black-text {
  font-size: 14px;
  text-align: left;
}
.section.full-notice-list.more-news {
  display: flex;
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section.full-notice-list.more-news .items a {
  border: 1px solid #ddd;
  padding: 15px;
  display: block;
}
.section.full-notice-list.more-news .black-text {
  font-size: 14px;
  text-align: left;
}
.contact-texts .footer-item .item-box,
.contact-texts .footer-item .footer .box-item,
.footer .contact-texts .footer-item .box-item {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-texts .footer-item .item-box .footer-title,
.contact-texts .footer-item .footer .box-item .footer-title,
.footer .contact-texts .footer-item .box-item .footer-title {
  color: #222933;
}
.contact-texts .footer-item .item-box .footer-title .left-icon,
.contact-texts .footer-item .footer .box-item .footer-title .left-icon,
.footer .contact-texts .footer-item .box-item .footer-title .left-icon {
  color: #222933;
}
.member-list {
  max-width: 650px;
  margin: 0 auto;
  justify-content: center;
}
.member-list.full-member-list {
  max-width: 100%;
}
.member-list .black-text {
  text-align: left;
  font-size: 14px;
}
.member-list .top-head .row {
  justify-content: center;
}
.member-list .items {
  text-align: center;
  margin-bottom: 30px;
}
.member-list .items .teambox {
  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 #c4c3c3;
  height: auto;
  display: block !important;
  overflow: hidden;
}
.member-list .items .teambox:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 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;
}
.member-list .items .teambox: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;
}
.member-list .items .teambox img {
  margin: 0 auto;
  width: 90px;
  height: 100px;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.member-list .items .teambox .main-title,
.member-list .items .teambox .subline {
  font-size: 15px;
  margin-bottom: 0;
  color: #222933;
}
.member-list .items .teambox .designation {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 26px;
}
.term-staff .team-list-box .items.top-head {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
}
.term-staff .team-list-box .items.top-head .teambox {
  max-width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}
.full-search-list .items {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
}
.full-search-list .items:nth-child(2) {
  border-top: 0;
}
.full-search-list .items .main-title,
.full-search-list .items .subline {
  font-size: 18px;
  line-height: 32px;
  color: #222933;
  font-family: "Poppins", sans-serif;
}
.full-search-list .items .description,
.full-search-list
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .full-search-list
  .items
  .address-line {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  display: block;
  margin-top: 5px;
}
.full-search-list .items a:hover .main-title,
.full-search-list .items a:hover .subline {
  color: #0b8a87;
}
.search-title h2 {
  font-size: 20px;
  line-height: 26px;
  color: #222933;
  font-weight: 700;
}
.search-title h2 .search_word {
  color: #14a09d;
}
.section .items .description,
.section.home-about.home-testimonials .items .item .address-line,
.section.home-about.home-testimonials .item .items .address-line {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
}
.section .item-title .our-title {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #f0512d;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.section .item-title .big-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #143b88;
  display: block;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  margin-bottom: 20px;
}
.section .description,
.section.home-about.home-testimonials .item .address-line {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #222933;
}
.section.home-welcome {
  background: #f3f4f4;
}
.section.home-welcome .welcome-box {
  border: 10px solid #ccc7c7;
  padding: 40px 40px 0 0;
}
.section.home-welcome .welcome-box .title-item {
  background: #f2f2f2;
  padding-left: 52px;
  margin-left: -10px;
  padding-bottom: 40px;
}
.section.home-welcome .welcome-box .description,
.section.home-welcome
  .welcome-box
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-welcome
  .welcome-box
  .address-line {
  padding: 0;
  margin-top: 58px;
}
.section.service-slide {
  background: #f3f4f4;
}
.section.general-hour,
.section.emi-box {
  padding: 0;
}
.section.general-hour .section-title,
.section.emi-box .section-title {
  font-size: 32px;
  line-height: 52px;
  padding: 0;
}
.section.general-hour .white-box,
.section.emi-box .white-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.section.general-hour .description,
.section.emi-box .description,
.section.general-hour .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .section.general-hour .address-line,
.section.emi-box .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .section.emi-box .address-line {
  margin-bottom: 37px;
}
.section.general-hour .more-link,
.section.emi-box .more-link {
  margin-top: 15px;
}
.section.general-hour table,
.section.emi-box table {
  text-align: left;
}
.section.general-hour table th,
.section.emi-box table th {
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  border: 0;
}
.section.general-hour table td,
.section.emi-box table td {
  font-size: 14px;
  line-height: 20px;
  border: 0;
  padding: 13px 10px;
}
.section.emi-box .description,
.section.emi-box .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .section.emi-box .address-line {
  margin-bottom: 3px;
}
.section.news-events {
  background: url(../images/newspaper-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  text-align: left;
}
.section.news-events .container {
  z-index: 2;
  position: relative;
}
.section.news-events:before {
  content: "";
  width: 70%;
  height: 100%;
  background: rgba(36, 81, 156, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.section.news-events .section-title {
  color: #fff;
  padding-bottom: 0;
}
.section.news-events .description.alt,
.section.news-events
  .section.home-about.home-testimonials
  .item
  .alt.address-line,
.section.home-about.home-testimonials
  .item
  .section.news-events
  .alt.address-line {
  font-size: 14px;
  color: #ccc;
  padding: 0;
  border: 0;
}
.section.news-events .items .main-title,
.section.news-events .items .subline {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 30px;
}
.section.news-events .items .description,
.section.news-events
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.news-events
  .items
  .address-line {
  font-size: 14px;
  color: #ccc;
  padding: 0 10% 0 0;
  border: 0;
}
.section.news-events .items .date-box {
  border: 1px solid #ccc;
  width: 62px;
  height: 62px;
  display: table;
  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;
}
.section.news-events .items .date-box .days {
  font-size: 26px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  margin-top: 11px;
  color: #fff;
}
.section.news-events .items .date-box .months {
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  display: block;
  line-height: 18px;
  text-transform: uppercase;
}
.section.news-events .items a:hover .date-box {
  -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;
}
.section.news-events .more-link {
  margin: 78px 0 0 0;
}
.section.news-events .more-link a {
  border: 1px solid #fff;
  background: none;
}
.section.news-events .more-link a:hover {
  background: #f0512d;
  border-color: #f0512d;
}
.section.findbranch {
  background: #f3f4f4;
  text-align: left;
}
.section.findbranch .section-title {
  padding-bottom: 0;
}
.section.findbranch .description,
.section.findbranch .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .section.findbranch .address-line {
  margin-top: 0;
  padding: 0;
}
.section.findbranch img {
  margin-top: -23px;
}
.section.findbranch .more-link {
  margin-top: 0;
}
.section.findbranch .more-link a {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.section.findbranch .more-link a .left-icon {
  margin-left: 15px;
}
.products-tab {
  display: flex;
  justify-content: center;
  border-bottom: 0;
  padding-bottom: 1px;
  margin-bottom: 30px;
}
.products-tab.collaborators-tab {
  margin-top: 30px;
}
.products-tab .nav-item {
  margin-left: 1px;
  width: 24.9%;
}
.products-tab .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #f0512d;
  text-transform: uppercase;
}
.products-tab .nav-item .nav-link .small-title {
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 14px;
  text-transform: none;
}
.products-tab .nav-item:nth-child(1) {
  margin-left: 0;
}
.products-tab .nav-link {
  border: 0;
  padding: 17px 20px;
  background: #eeeeee;
  color: #222933;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-left: 1px;
  position: relative;
}
.products-tab .nav-link:before {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  bottom: -6px;
  left: 50%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #143b88;
  -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-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.products-tab .nav-link:hover {
  background: #ce3a19;
}
.products-tab .nav-link.active {
  color: #fff;
  background: #143b88;
}
.products-tab .nav-link.active:before {
  display: block;
}
.product-list .list-item {
  text-align: left;
}
.product-list .list-item img {
  width: 100%;
}
.product-list .list-item .main-title,
.product-list .list-item .subline {
  color: #143b88;
  margin-bottom: 15px;
}
.product-list .list-item .description,
.product-list
  .list-item
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .product-list
  .list-item
  .address-line {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin-bottom: 15px;
}
.product-list .list-item .more-link {
  display: block;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #f0512d;
  margin-top: 0;
}
.more-link .left-icon {
  -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-link:hover .left-icon {
  position: relative;
  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;
}
.share-box .small-title {
  font-size: 14px;
  color: #222933;
  text-transform: uppercase;
}
#inner_content .section.service-slide {
  padding: 40px;
}
.widget-box .item-news.latest-item {
  margin-bottom: 20px;
}
.widget-box .item-news.latest-item figure {
  position: relative;
}
.widget-box .item-news.latest-item a:hover .main-title,
.widget-box .item-news.latest-item a:hover .subline {
  color: #143b88;
}
.widget-box .item-news.latest-item img {
  width: 100%;
  display: block;
}
.widget-box .item-news.latest-item .dates {
  font-size: 12px;
  color: #666;
  display: block;
  text-transform: uppercase;
  line-height: 16px;
  margin: 15px 0 10px 0;
}
.widget-box .item-news.latest-item .main-title,
.widget-box .item-news.latest-item .subline {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-top: 0;
}
.widget-box .item-news.latest-item .total-img {
  font-size: 13px;
  color: #666;
  display: block;
  font-family: "Poppins", sans-serif;
  text-shadow: none;
  font-weight: 400;
  margin-top: 15px;
  -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;
}
.widget-box .item-news.latest-item .total-img .left-icon {
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #f39200;
}
.widget-box .item-news.latest-item .play-icon {
  font-size: 18px;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  float: right;
  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%);
}
.widget-box .news-list-box .item-news {
  padding: 20px 0;
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.widget-box .news-list-box .item-news a:hover .main-title,
.widget-box .news-list-box .item-news a:hover .subline {
  color: #143b88;
}
.widget-box .news-list-box .item-news.media .main-title,
.widget-box .news-list-box .item-news.media .subline {
  font-size: 13px;
  font-weight: 700;
  color: #222933;
  margin-top: 0;
  line-height: 19px;
}
.widget-box .news-list-box .item-news.media .dates {
  font-size: 12px;
  color: #3f354d;
  display: block;
  margin-top: 5px;
}
.widget-box .news-list-box .item-news.media img {
  height: 70px;
  display: block;
}
.widget-box .section.news-events {
  background: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.widget-box .section.news-events:before {
  display: none;
}
.widget-box .section.news-events .date-box .days {
  color: #f0512d;
}
.widget-box .section.news-events .date-box .months {
  color: #143b88;
}
.widget-box .section.news-events .main-title,
.widget-box .section.news-events .subline {
  color: #143b88;
}
.widget-box .section.news-events .description,
.widget-box
  .section.news-events
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .widget-box
  .section.news-events
  .address-line {
  color: #666;
}
.widget-box .description,
.widget-box .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .widget-box .address-line {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
}
.widget-box.help-box {
  background: #143b88;
  border: 0;
}
.widget-box.help-box .right-title {
  color: #fff;
}
.widget-box.help-box .description,
.widget-box.help-box .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .widget-box.help-box .address-line {
  color: #c4c3c3;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.widget-box.help-box .item {
  border-top: 1px solid #376bc3;
  padding: 20px 0;
}
.widget-box.help-box .item:nth-child(3) {
  border-top: 0;
}
.widget-box.help-box .item .main-title,
.widget-box.help-box .item .subline {
  color: #f2f2f2;
  font-size: 14px;
  margin-top: 0;
}
.widget-box.help-box .item .main-title .email-icon,
.widget-box.help-box .item .subline .email-icon {
  margin-right: 7px;
  font-size: 19px;
  color: #e2dddd;
  top: 1px;
  position: relative;
}
.widget-box.help-box .item .description,
.widget-box.help-box .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .widget-box.help-box .item .address-line {
  color: #fff;
  margin: 0;
}
.widget-box .side-nav {
  margin: 0;
  padding: 0;
  display: block;
}
.widget-box .side-nav li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
}
.widget-box .side-nav li:nth-child(1) {
  margin-top: 0;
}
.widget-box .side-nav li:before {
  content: "\e876";
  font-family: Linearicons-Free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  font-size: 5px;
  color: #666;
  border: 1px solid #c4c3c3;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.widget-box .side-nav li a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #666;
}
.widget-box .side-nav li a:hover {
  color: #222933;
}
.widget-box .side-nav li.active:before {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}
.widget-box .side-nav li.active a {
  color: #666;
}
.faqs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.faqs .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
  margin-top: -1px;
}
.faqs .card:last-child {
  border-bottom: 1px solid #ddd;
}
.faqs .card:last-child .collapse {
  border-bottom: 0 solid #ddd;
}
.faqs .card-header {
  padding: 0;
  background: none;
}
.faqs .btn-link {
  position: relative;
  padding: 15px;
  font-size: 18px;
  color: #222933;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 24px;
  padding-right: 50px;
  white-space: normal;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.faqs .btn-link:hover {
  background: #eee;
}
.faqs .btn-link:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
  position: absolute;
  right: 15px;
}
.faqs .btn-link.collapsed:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
}
.faqs h5 {
  margin: 0;
  padding: 0;
}
.branch-network .card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd !important;
  margin-top: 10px;
}
.branch-network .card:nth-child(1) {
  margin-top: 0;
}
.branch-network .card:last-child .collapse {
  border-bottom: 1px solid #ddd;
}
.branch-network .card-header {
  padding: 0;
  background: none;
}
.branch-network .btn-link {
  background: #e6e6e6;
  position: relative;
  padding: 15px;
  font-size: 18px;
  color: #143b88;
  text-decoration: none;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 24px;
  padding-right: 50px;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.branch-network .btn-link:hover {
  background: #eee;
}
.branch-network .btn-link:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
  position: absolute;
  right: 15px;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
}
.branch-network .btn-link.collapsed:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-style: inherit;
  font-weight: inherit;
}
.branch-network h5 {
  margin: 0;
  padding: 0;
}
.branch-network .branch-box .items {
  margin-bottom: 40px;
}
.branch-network .branch-box .items .branch-title {
  font-size: 13px;
  font-weight: 700;
  color: #143b88;
  display: block;
}
.branch-network .branch-box .items .branch-title .left-icon {
  color: #666;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.branch-network .branch-box .items .description,
.branch-network
  .branch-box
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .branch-network
  .branch-box
  .items
  .address-line {
  font-size: 13px;
  color: #666;
  line-height: 18px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.branch-network .branch-box .more-links {
  margin-left: 15px;
}
.branch-network .branch-box .more-links .left-icon {
  color: #666;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.branch-network .branch-box .more-links a {
  font-size: 14px;
  color: #143b88;
}
.branch-network .branch-box .more-links a:hover {
  text-decoration: underline;
}
.more-products h2 {
  color: #143b88;
  font-weight: 700;
  margin: 10px 0 20px 0;
  font-size: 26px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}
.more-products .list-item {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.full-news-list .widget-box .news-events {
  border: 0;
  padding-bottom: 0;
}
.full-news-list .widget-box .items {
  border: 1px solid #ddd;
  padding: 30px;
}
.full-news-list .widget-box .items .main-title,
.full-news-list .widget-box .items .subline {
  margin-bottom: 10px;
  line-height: 22px;
}
.full-news-list .widget-box .items .description,
.full-news-list
  .widget-box
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .full-news-list
  .widget-box
  .items
  .address-line {
  padding-right: 0;
}
.full-news-list .widget-box .items .more-link {
  margin-left: 10px;
  background: #e2dddd;
  color: #222933;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 10px;
  line-height: 20px;
  margin-left: 0;
  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;
}
.full-news-list .widget-box .items a:hover .more-link {
  -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: #143b88;
  color: #fff;
}
.google-maps {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 30px;
}
.section .office-title {
  font-weight: 700;
  color: #143b88;
  font-size: 16px;
}
strong {
  font-weight: 700;
}
.pdf-viewer-box embed {
  width: 100% !important;
}
.section.home-about.home-expertise .items img {
  margin: 0;
  height: 60px;
}
.section.home-about.home-expertise .items .main-title,
.section.home-about.home-expertise .items .subline {
  margin-top: 0;
  color: #143b88;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  line-height: 27px;
  color: #222933;
  font-weight: 700;
}
.section.home-about.home-expertise .items .more-link {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #222933;
  margin-top: 5px;
  border: 1px solid #ccc;
  width: 36px;
  text-align: center;
  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;
}
.section.home-about.home-expertise .items .description,
.section.home-about.home-expertise
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-about.home-expertise
  .items
  .address-line {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.section.home-about.home-expertise .items a:hover .more-link {
  border: 1px solid #222933;
  -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-about.checkup {
  background: url(../images/slide003.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.section.home-about.checkup.ask-doctor {
  background: url(../images/slide001.jpg) no-repeat 0 0;
}
.section.home-about.checkup:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 138, 135, 0.62);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section.home-about.checkup .items .section-title {
  color: #fff;
  text-shadow: 0 1px 1px #222;
}
.section.home-about.checkup .items .section-title:before {
  width: 107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-about.checkup .items .section-title.alt {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.section.home-about.checkup .items .section-title.alt .left-icon {
  font-size: 60px;
  position: relative;
  top: 6px;
  margin-right: 15px;
}
.section.home-about.checkup .items .section-title.alt:before {
  display: none;
}
.section.home-about.checkup .items .description,
.section.home-about.checkup
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-about.checkup
  .items
  .address-line {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 1px 1px #222;
}
.section.home-about.checkup .items .feat-thumb {
  width: 420px;
  height: 420px;
  object-fit: cover;
  border: 13px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}
.section.home-about.checkup .items .more-link {
  margin: 40px 0 0 0;
}
.section.home-about.checkup .items .more-link .more-btns {
  color: #fff;
  background: #0b8a87;
  border: 1px solid #0b8a87;
}
.section.home-about.checkup .items .more-link .more-btns:hover {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.section.home-about.our-services .items figure {
  position: relative;
  overflow: hidden;
}
.section.home-about.our-services .items figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 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;
}
.section.home-about.our-services .items img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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;
}
.section.home-about.our-services .items .main-title,
.section.home-about.our-services .items .subline {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #222933;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-family: "Poppins", sans-serif;
  z-index: 2;
}
.section.home-about.our-services .items a:hover figure:before {
  opacity: 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-about.our-services .items a:hover figure 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;
}
.section.home-about.our-services.home-photos .items {
  padding: 0;
}
.section.home-about.our-services.home-photos .items figure:before {
  display: none;
}
.section.home-about.our-services.home-photos .items figure img {
  height: 295px;
}
.section.home-about.our-services.home-photos .items figure .main-title,
.section.home-about.our-services.home-photos .items figure .subline {
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  -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-about.our-services.home-photos
  .items
  figure
  .main-title
  .total-img,
.section.home-about.our-services.home-photos .items figure .subline .total-img {
  font-size: 13px;
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  text-shadow: none;
  font-weight: 400;
  margin-top: 15px;
  -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-about.our-services.home-photos
  .items
  figure
  .main-title
  .total-img
  .left-icon,
.section.home-about.our-services.home-photos
  .items
  figure
  .subline
  .total-img
  .left-icon {
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.section.home-about.our-services.home-photos .items a:hover .main-title,
.section.home-about.our-services.home-photos .items a:hover .subline {
  background: rgba(36, 81, 156, 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-about.our-services.home-photos .items a:hover .total-img {
  color: #f39200;
  -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-about.news-updates {
  background: #fff;
  text-align: center;
}
.section.home-about.news-updates .title-item .section-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-about.news-updates .more-link.centered {
  margin-top: 60px;
}
.section.home-about.news-updates .items {
  text-align: left;
}
.section.home-about.news-updates .items img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  float: left;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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;
}
.section.home-about.news-updates .items .dates {
  font-size: 12px;
  display: block;
  line-height: 16px;
  color: #707070;
  margin-top: 20px;
  text-transform: uppercase;
}
.section.home-about.news-updates .items .main-title,
.section.home-about.news-updates .items .subline {
  font-size: 16px;
  color: #222933;
  display: block;
  line-height: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.section.home-about.news-updates .items .img-box {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
}
.section.home-about.news-updates .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;
}
.section.home-about.news-updates .items.latest-feat img {
  height: 370px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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;
}
.section.home-about.news-updates .items.latest-feat .main-title,
.section.home-about.news-updates .items.latest-feat .subline {
  font-size: 28px;
  color: #222933;
  display: block;
  line-height: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.section.home-about.news-updates .items.latest-feat .back-drop {
  background: #f3f4f4;
  display: block;
  max-width: 90%;
  margin: -80px auto 0 auto;
  padding: 23px;
  position: relative;
  z-index: 98;
}
.section.home-about.home-video {
  background-image: url(../images/video-bg.jpg);
}
.section.home-about.home-video:before {
  width: 100%;
  background: linear-gradient(rgba(36, 81, 156, 0.2), #24519c);
}
.section.home-about.home-video .items .play-icon {
  font-size: 28px;
  width: 84px;
  height: 84px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 84px;
  float: right;
}
.section.home-about.home-video .items .section-title.alt {
  font-size: 54px;
  line-height: 64px;
}
.section.home-about.sectors {
  text-align: center;
}
.section.home-about.sectors.specialities {
  background: #f1f1f1;
}
.section.home-about.sectors.specialities .items {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #b2b5b5;
  padding: 30px 20px 30px 20px;
  text-align: left;
  color: #222933;
  -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-about.sectors.specialities .items .main-title,
.section.home-about.sectors.specialities .items .subline {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #222933;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.section.home-about.sectors.specialities .items .med-title {
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.section.home-about.sectors.specialities .items .description,
.section.home-about.sectors.specialities
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-about.sectors.specialities
  .items
  .address-line {
  display: block;
  color: #444;
  margin-top: 20px;
  margin: 0;
  padding: 10px 0;
}
.section.home-about.sectors.specialities .items .more-link {
  padding: 16px 30px;
  background: #b2b5b5;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b2b5b5;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  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;
}
.section.home-about.sectors.specialities .items:hover {
  background: #ddd;
  -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-about.sectors.specialities .items:hover .med-title {
  color: #222933 !important;
}
.section.home-about.sectors .title-item .section-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.home-about.sectors .sub-line {
  font-size: 14px;
  color: #222933;
  display: block;
  line-height: 18px;
}
.section.home-about.sectors .items {
  float: left;
  width: 100%;
}
.section.home-about.sectors .items .svg-box {
  width: 64px;
  display: table;
  height: 64px;
  margin: 0 auto 30px auto;
}
.section.home-about.sectors .items .svg-box svg {
  fill: #14a09d;
  stroke: #14a09d;
}
.section.home-about.sectors .items a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #b2b5b5;
  padding: 30px 20px 30px 20px;
  text-align: left;
  color: #222933;
  -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-about.sectors .items a .main-title,
.section.home-about.sectors .items a .subline {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #222933;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.section.home-about.sectors .items a .med-title {
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.section.home-about.sectors .items a .description,
.section.home-about.sectors
  .items
  a
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-about.sectors
  .items
  a
  .address-line {
  display: block;
  color: #444;
  margin-top: 20px;
  margin: 0;
  padding: 10px 0;
}
.section.home-about.sectors .items a .more-link {
  padding: 16px 30px;
  background: #b2b5b5;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b2b5b5;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  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;
}
.section.home-about.sectors .items a:hover {
  background: #ddd;
  -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-about.sectors .items a:hover .med-title {
  color: #222933 !important;
}
.section.home-about.team-slide {
  text-align: center;
}
.section.home-about.team-slide .title-item .section-title {
  margin-bottom: 40px;
}
.section.home-about.team-slide .title-item .section-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-about.team-slide .team-item a {
  text-align: left;
  -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-about.team-slide .team-item a img {
  float: left;
  opacity: 1;
  filter: alpha(opacity=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;
}
.section.home-about.team-slide .team-item a .main-title,
.section.home-about.team-slide .team-item a .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #222933;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  float: right;
  text-align: left;
  -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-about.team-slide .team-item a .main-title .designation,
.section.home-about.team-slide .team-item a .subline .designation {
  font-size: 12px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #222933;
  line-height: 16px;
  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;
}
.section.home-about.team-slide .team-item a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -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-about.services {
  text-align: center;
  position: relative;
}
.section.home-about.services:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section.home-about.services .title-item .section-title {
  margin-bottom: 40px;
  color: #fff;
}
.section.home-about.services .title-item .section-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section.home-about.services .services-box .items {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.section.home-about.services .services-box .items a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #666;
  padding: 30px;
  text-align: left;
  -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-about.services .services-box .items a .main-title,
.section.home-about.services .services-box .items a .subline {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.section.home-about.services .services-box .items a .description,
.section.home-about.services
  .services-box
  .items
  a
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-about.services
  .services-box
  .items
  a
  .address-line {
  display: block;
  color: #b2b5b5;
  margin-top: 20px;
  margin: 0;
  padding: 10px 0;
}
.section.home-about.services .services-box .items a .num-box {
  width: 57px;
  height: 57px;
  display: table;
  border: 1px solid #666;
  text-align: center;
  font-size: 26px;
  line-height: 57px;
  margin-bottom: 15px;
  color: #b2b5b5;
  font-family: "Poppins", sans-serif;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.section.home-about.services .services-box .items a .more-link {
  padding: 0;
  position: relative;
  background: none;
  color: #cf9455;
  text-decoration: underline;
  margin: 15px 0 0 0;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  -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-about.services .services-box .items a:hover {
  background: #cf9455;
  border-color: #cf9455;
  -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-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-about.services .services-box .items a:hover .num-box {
  color: #fff;
  background: #222933;
  border-color: #222933;
}
.section.home-about.services .services-box .items a:hover .main-title,
.section.home-about.services .services-box .items a:hover .subline {
  color: #fff;
}
.section.home-about.services .services-box .items a:hover .description,
.section.home-about.services
  .services-box
  .items
  a:hover
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-about.services
  .services-box
  .items
  a:hover
  .address-line {
  color: #fff;
}
.section.home-about.services .services-box .items a:hover .more-link {
  background: none;
  color: #fff;
}
.partner-slider .service-slider,
.partner-slider .service-slider-inner {
  position: relative;
  z-index: 98;
}
.partner-slider .service-slider .items,
.partner-slider .service-slider-inner .items {
  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;
}
.partner-slider .service-slider .items img,
.partner-slider .service-slider-inner .items img {
  width: 97px;
  height: 97px;
  object-fit: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.partner-slider .service-slider .items .main-title,
.partner-slider .service-slider-inner .items .main-title,
.partner-slider .service-slider .items .subline,
.partner-slider .service-slider-inner .items .subline {
  font-size: 22px;
  line-height: 33px;
  color: #ccc;
  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;
}
.partner-slider .service-slider .items .description,
.partner-slider .service-slider-inner .items .description,
.partner-slider
  .service-slider
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .partner-slider
  .service-slider
  .items
  .address-line,
.partner-slider
  .service-slider-inner
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .partner-slider
  .service-slider-inner
  .items
  .address-line {
  color: #ddd;
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.partner-slider .service-slider .items .more-link,
.partner-slider .service-slider-inner .items .more-link {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
}
.partner-slider .service-slider .items:hover,
.partner-slider .service-slider-inner .items:hover {
  background: rgba(51, 51, 51, 0.5);
  -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;
}
.partner-slider .service-slider .items:hover .main-title,
.partner-slider .service-slider-inner .items:hover .main-title,
.partner-slider .service-slider .items:hover .subline,
.partner-slider .service-slider-inner .items: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;
}
.section.home-about.home-testimonials {
  background: #f3f4f4;
}
.section.home-about.home-testimonials .title-item {
  text-align: center;
}
.section.home-about.home-testimonials .testimonial-slider {
  padding: 40px 120px;
  text-align: center;
}
.section.home-about.home-testimonials .item .description,
.section.home-about.home-testimonials .item .address-line {
  padding-top: 0 !important;
}
.section.home-about.home-testimonials .item img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin: 0 auto 15px auto;
  display: block;
  border: 0;
}
.section.home-about.home-testimonials .item .main-title,
.section.home-about.home-testimonials .item .subline {
  color: #222933;
  font-size: 18px;
  line-height: 29px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.section.home-about.home-testimonials .item .description,
.section.home-about.home-testimonials .item .address-line {
  color: #222933;
  padding-top: 50px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.section.home-about.home-testimonials .item .description:before,
.section.home-about.home-testimonials .item .address-line:before {
  content: "";
  width: 40px;
  height: 36px;
  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-about.home-testimonials .item .address-line {
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
  margin: 0 0 20px 0;
}
.section.home-about.home-testimonials .item .address-line:before {
  display: none;
}
.section.home-about.home-testimonials .item .more-link {
  margin: 40px auto 0 auto;
}
.share-box {
  position: sticky;
  top: 120px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.left-side {
  padding-right: 50px;
}
.services-lists .page-title-more {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  color: #222933;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.services-lists .item-news {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.services-lists .item-news .more-link {
  display: table;
  margin: 20px 0;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 7px 20px;
  line-height: 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;
}
.services-lists .item-news .more-link .right-icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.services-lists .item-news .more-link:hover {
  background: #143b88;
  color: #fff;
  border: 1px solid #143b88;
  -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;
}
.services-lists .item-news.latest-item figure {
  position: relative;
}
.services-lists .item-news.latest-item a:hover .main-title,
.services-lists .item-news.latest-item a:hover .subline {
  color: #143b88;
}
.services-lists .item-news.latest-item a:hover .play-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.services-lists .item-news.latest-item img {
  width: 100%;
  display: block;
}
.services-lists .item-news.latest-item .dates {
  font-size: 12px;
  color: #666;
  display: block;
  text-transform: uppercase;
  line-height: 16px;
  margin: 15px 0 10px 0;
}
.services-lists .item-news.latest-item .main-title,
.services-lists .item-news.latest-item .subline {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-top: 0;
}
.services-lists .item-news.latest-item .total-img {
  font-size: 13px;
  color: #666;
  display: block;
  font-family: "Poppins", sans-serif;
  text-shadow: none;
  font-weight: 400;
  margin-top: 15px;
  -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;
}
.services-lists .item-news.latest-item .total-img .left-icon {
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #f39200;
}
.services-lists .item-news.latest-item .play-icon {
  font-size: 18px;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  float: right;
  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%);
}
.left-side.list-page {
  padding-right: 15px;
}
.news-big-list {
  background: #fff;
}
.news-big-list .items img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  float: left;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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;
}
.news-big-list .items .dates {
  font-size: 12px;
  display: block;
  line-height: 16px;
  color: #707070;
  margin-top: 15px;
  text-transform: uppercase;
}
.news-big-list .items .main-title,
.news-big-list .items .subline {
  font-size: 26px;
  color: #222933;
  display: block;
  line-height: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.news-big-list .items .more-link {
  display: table;
  margin: 30px 0 0 0;
  color: #cf9455;
  text-decoration: underline;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.news-big-list .items .more-link:hover {
  color: #222933;
  text-decoration: 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;
}
.news-big-list .items .img-box {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
}
.news-big-list .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;
}
.news-big-list .items.latest-feat img {
  height: 370px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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;
}
.news-big-list .items.latest-feat .main-title,
.news-big-list .items.latest-feat .subline {
  font-size: 28px;
  color: #222933;
  display: block;
  line-height: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.news-big-list .items.latest-feat .back-drop {
  background: #f3f4f4;
  display: block;
  max-width: 90%;
  margin: -80px auto 0 auto;
  padding: 23px;
  position: relative;
  z-index: 98;
}
.news-big-list .items {
  margin-top: 40px;
}
.news-big-list .items.latest-feat {
  margin-top: 52px;
}
.news-big-list .items.latest-feat .back-drop {
  background: #fff;
}
.news-big-list .items .media .img-box img {
  width: 236px;
  height: 190px;
}
.news-big-list .items .media .main-title,
.news-big-list .items .media .subline {
  font-size: 16px;
  line-height: 22px;
}
.news-big-list .items .more-link {
  display: table;
  margin: 15px 0 0 0;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #14a09d;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #14a09d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.news-big-list .items .more-link:hover {
  background: #0b8a87;
  color: #fff;
  border: 1px solid #0b8a87;
  -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;
}
.author-line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 16px;
}
.author-line .author-name {
  font-weight: 700;
  color: #222933;
  font-weight: 700;
  margin-right: 10px;
}
.author-line .dates {
  color: #666;
  margin-left: 10px;
  font-size: 14px;
  float: right;
  text-transform: uppercase;
}
.footer.address-box {
  background: none;
  padding: 0;
  margin: 0;
}
.footer.address-box .items {
  margin-bottom: 0;
}
.footer.address-box .items .main-title,
.footer.address-box .items .subline {
  color: #222933;
  font-weight: 400;
}
.footer.address-box .items .description,
.footer.address-box
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .footer.address-box
  .items
  .address-line {
  color: #222933;
  font-weight: 400;
}
.feedback-forms {
  padding: 0;
}
.feedback-forms .description,
.feedback-forms .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .feedback-forms .address-line {
  margin: 0;
  padding: 0;
}
.feedback-forms .feedback .more-link,
.feedback .feedback-forms fieldset .more-link {
  margin-left: 0;
}
.feedback-forms .feedback .more-btns,
.feedback .feedback-forms fieldset .more-btns {
  border: 0 solid #cf9455;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}
.feedback-forms .feedback .more-btns:hover,
.feedback .feedback-forms fieldset .more-btns:hover {
  background: #222933;
}
.feedback-forms .feedback .more-btns .right-icon,
.feedback .feedback-forms fieldset .more-btns .right-icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.services-lists.gallery-list .item-news figure {
  position: relative;
}
.services-lists.gallery-list .item-news figure img {
  height: 380px;
}
.services-lists.gallery-list .item-news figure .play-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  top: 40px;
  right: 40px;
  left: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.services-lists.gallery-list .item-news .title-overlays {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  padding: 10px 30px 20px 30px;
  background: rgba(255, 255, 255, 0.95);
}
.services-lists.gallery-list .item-news .main-title,
.services-lists.gallery-list .item-news .subline {
  font-size: 28px;
  color: #222933;
  display: block;
  line-height: 40px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.more-gallery {
  margin: 0;
}
.photo-item {
  margin-bottom: 30px;
  box-sizing: borer-box;
}
.photo-item figure {
  position: relative;
}
.photo-item figure .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -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-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;
}
.photo-item img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  display: block;
}
.photo-item a:hover .play-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -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;
}
.footer.address-box .items {
  margin-bottom: 40px;
}
.home-facts {
  position: relative;
  padding: 120px 0;
}
.home-facts:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-facts .facts-box {
  justify-content: center;
}
.home-facts .facts-box .fact-info .left-icon {
  font-size: 65px;
  display: table;
  margin: 0 auto;
  color: #ddd;
}
.home-facts .facts-box .fact-info .left-icon img {
  height: 60px;
}
.home-facts .facts-box .fact-info .fact-num {
  border: 1px solid #444;
  display: table;
  width: 100%;
  height: 290px;
  padding: 30px 0 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;
}
.home-facts .facts-box .fact-info .fact-num .count-box {
  display: table-cell;
  vertical-align: middle;
}
.home-facts .facts-box .fact-info .fact-num .fact-counter {
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: block;
  margin: 20px 0;
  text-align: center;
  letter-spacing: -2px;
  -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;
}
.home-facts .facts-box .fact-info .fact-num .description,
.home-facts
  .facts-box
  .fact-info
  .fact-num
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .home-facts
  .facts-box
  .fact-info
  .fact-num
  .address-line {
  font-size: 15px;
  line-height: 24px;
  display: block;
  text-align: center;
  color: #b2b5b5;
  -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;
}
.home-facts.home-awards {
  text-align: center;
}
.home-facts.home-awards .title-item .section-title {
  margin-bottom: 40px;
  color: #fff;
}
.home-facts.home-awards .title-item .section-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-facts.home-awards .facts-box .fact-info .left-icon img {
  height: 100px;
}
.services-box.full-services .items {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.services-box.full-services .items img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  float: left;
  margin-bottom: 15px;
}
.services-box.full-services .items a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #b2b5b5;
  padding: 15px;
  text-align: left;
  -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;
}
.services-box.full-services .items a .main-title,
.services-box.full-services .items a .subline {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #222933;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.services-box.full-services .items a .description,
.services-box.full-services
  .items
  a
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .services-box.full-services
  .items
  a
  .address-line {
  display: block;
  color: #222933;
  margin-top: 0;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}
.services-box.full-services .items a .num-box {
  width: 57px;
  height: 57px;
  display: table;
  border: 1px solid #666;
  text-align: center;
  font-size: 26px;
  line-height: 57px;
  margin-bottom: 15px;
  color: #b2b5b5;
  font-family: "Poppins", sans-serif;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.services-box.full-services .items a .more-link {
  display: table;
  margin: 15px 0 0 0;
  position: relative;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #14a09d;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #14a09d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.services-box.full-services .items a .more-link:hover {
  background: #0b8a87;
  color: #fff;
  border: 1px solid #0b8a87;
  -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;
}
.services-box.full-services .items a:hover {
  background: #fff;
  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;
}
.services-box.full-services .items a:hover .num-box {
  color: #fff;
  background: #222933;
  border-color: #222933;
}
.services-box.full-services .items a:hover .main-title,
.services-box.full-services .items a:hover .subline {
  color: #14a09d;
}
.services-box.full-services .items a:hover .description,
.services-box.full-services
  .items
  a:hover
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .services-box.full-services
  .items
  a:hover
  .address-line {
  color: #222933;
}
.services-box.full-services .items a:hover .more-link {
  background: none;
  color: #222933;
}
.services-box.full-services.full-gallery-list .items img {
  height: 180px;
}
.services-box.full-services.full-gallery-list .items figure {
  width: 100%;
  height: 100%;
}
.services-box.full-services.full-gallery-list .items .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(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;
}
.services-box.full-services.full-gallery-list .items .overlay-box .zoom-icon {
  color: #fff;
  font-size: 28px;
  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%);
}
.services-box.full-services.full-gallery-list .items a:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section.home-about.more-box {
  padding-bottom: 0;
}
.section.home-about.more-box .title-item .section-title {
  margin-bottom: 40px;
  text-align: center;
}
.section.home-about.more-box .title-item .section-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.full-sector .items {
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.full-sector .items a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #b2b5b5;
  padding: 30px 30px 70px 30px;
  text-align: left;
  -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;
}
.full-sector .items a .main-title,
.full-sector .items a .subline {
  margin-top: 0;
  font-size: 22px;
  line-height: 32px;
  display: block;
  color: #222933;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.full-sector .items a .description,
.full-sector .items a .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials
  .item
  .full-sector
  .items
  a
  .address-line {
  display: block;
  color: #444;
  margin-top: 20px;
  margin: 0;
  padding: 10px 0;
}
.full-sector .items a .more-link {
  padding: 16px 30px;
  background: #b2b5b5;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b2b5b5;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  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;
}
.full-sector .items a:hover {
  background: #cf9455;
  -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;
}
.full-sector .items a:hover .main-title,
.full-sector .items a:hover .subline {
  color: #fff;
}
.full-sector .items a:hover .description,
.full-sector
  .items
  a:hover
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .full-sector
  .items
  a:hover
  .address-line {
  color: #fff;
}
.full-sector .items a:hover .more-link {
  background: #444;
  color: #fff;
}
.full-news .items {
  text-align: left;
}
.full-news .items img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  float: left;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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;
}
.full-news .items .dates {
  font-size: 12px;
  display: block;
  line-height: 16px;
  color: #707070;
  margin-top: 20px;
  text-transform: uppercase;
}
.full-news .items .main-title,
.full-news .items .subline {
  font-size: 16px;
  color: #222933;
  display: block;
  line-height: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.full-news .items .img-box {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
}
.full-news .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;
}
.inner-page.contact-page {
  padding-top: 0;
  padding-bottom: 0;
}
.inner-page.contact-page .footer:before {
  display: none;
}
.inner-page .footer .items figure {
  width: auto;
}
.inner-page .footer .items .left-icon {
  font-size: 46px;
  color: #b2b5b5;
  margin-top: 4px;
}
.inner-page .footer .items .left-icon.env-icon {
  font-size: 46px;
  margin-top: -10px;
}
.google-maps {
  height: 720px;
}
.google-maps iframe {
  height: 720px;
}
.full-team .team-item a {
  text-align: left;
  -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;
}
.full-team .team-item a img {
  float: left;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=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;
}
.full-team .team-item a .main-title,
.full-team .team-item a .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #222933;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  float: right;
  text-align: left;
  -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;
}
.full-team .team-item a .main-title .designation,
.full-team .team-item a .subline .designation {
  font-size: 12px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #222933;
  line-height: 16px;
  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;
}
.full-team .team-item a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -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-box .team-item {
  text-align: left;
}
.team-box .team-item img {
  float: left;
  width: 100%;
}
.team-box .team-item .main-title,
.team-box .team-item .subline {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #222933;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: #fff;
  padding: 20px 0;
  width: 100%;
  float: right;
  text-align: left;
  -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-box .team-item .main-title .designation,
.team-box .team-item .subline .designation {
  font-size: 12px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #222933;
  line-height: 16px;
  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;
}
.team-box .contact-nav {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.team-box .contact-nav li {
  list-style: none;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  padding-left: 30px;
  position: relative;
}
.team-box .contact-nav li:nth-child(1) {
  border-top: 0;
}
.team-box .contact-nav li .contact-title,
.team-box .contact-nav li .contact-name {
  margin: 0;
}
.team-box .contact-nav li .left-icon {
  font-size: 16px;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 20px;
  color: #14a09d;
}
.team-box .contact-nav li .main-title,
.team-box .contact-nav li .subline {
  font-size: 14px;
  line-height: 18px;
  color: #222933;
  font-family: "Poppins", sans-serif;
}
.des-box img {
  width: 100%;
  height: auto;
}
.section.home-about.sectors.featured {
  padding-top: 0;
  padding-bottom: 0;
}
.section.home-about.sectors.featured .items {
  background: #14a09d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 290px;
}
.section.home-about.sectors.featured .items .left-icon {
  font-size: 48px;
}
.section.home-about.sectors.featured .items:nth-child(2) {
  background: #0b8a87;
}
.section.home-about.sectors.featured .items .main-title,
.section.home-about.sectors.featured .items .subline {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 1px #0b8a87;
}
.section.home-about.sectors.featured .items .description,
.section.home-about.sectors.featured
  .items
  .section.home-about.home-testimonials
  .item
  .address-line,
.section.home-about.home-testimonials
  .item
  .section.home-about.sectors.featured
  .items
  .address-line {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  padding: 0 5%;
  text-shadow: 0 1px 1px #0b8a87;
}
.section.home-about.news-updates {
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section.home-about.news-updates .title-item .section-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.home-about.news-updates .sub-line {
  font-size: 14px;
  color: #222933;
  display: block;
  line-height: 18px;
}
.section.home-about.team-slide {
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section.home-about.team-slide .title-item .section-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.home-about.team-slide .sub-line {
  font-size: 14px;
  color: #222933;
  display: block;
  line-height: 18px;
}
.section.home-about.home-testimonials {
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section.home-about.home-testimonials .title-item .section-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section.home-about.home-testimonials .sub-line {
  font-size: 14px;
  color: #222933;
  display: block;
  line-height: 18px;
}
.img-box {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
}
.img-box .play-btn {
  width: 32px;
  line-height: 32px;
  background: #f0512d;
  color: #fff;
  font-size: 14px;
  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%);
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  opacity: 1;
  filter: alpha(opacity=100);
}
a:hover .play-btn {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.full-video-box {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.full-video-box iframe {
  width: 100%;
}
.slide-box .item img {
  height: auto;
}
.section.home-about.sectors .items .svg-box svg {
  height: 64px;
}
.sharetools .share-box .st-btn {
  display: table !important;
  margin-bottom: 7px;
}
.wow {
  visibility: hidden;
}
.inner-page .featured-img {
  margin-right: 0;
  float: none;
  margin-bottom: 15px;
}
.inner-page .featured-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  float: none;
}
.modal-header .btn-close {
  background: #000;
  border: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50px;
}
.modal-header .btn-close:hover {
  background: #f0512d;
}
.modal-header .cat-title {
  font-weight: 700;
}
.info-alert {
  font-size: 12px;
  color: #222933;
  line-height: 14px;
}
.info-alert .left-icon {
  color: #f0512d;
  display: inline-block;
  margin-right: 5px;
}
.services-box.full-news {
  margin: 0;
}
@-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;
}
.footer {
  margin: 0;
  padding-top: 66px;
  background: #222 url(../images/footer-bg.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  font-size: 14px;
  color: #aaa;
  display: table;
  position: relative;
}
.footer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.89);
  position: absolute;
  top: 0;
  left: 0;
}
.footer .logo-box {
  padding: 0;
  margin: 0;
  z-index: 1;
}
.footer .logo-box img {
  height: auto;
  max-width: 100%;
  margin: 0;
  display: table;
}
.footer .social-media li {
  margin-bottom: 10px;
}
.footer .logobox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer .social-media .search {
  display: none;
}
.footer .description,
.footer .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .footer .address-line {
  line-height: 22px;
  display: block;
  font-size: 12px;
  color: #ccc;
  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: 0;
  display: block;
  border: 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: #666;
  text-align: left !important;
  font-size: 16px;
  margin: 0;
}
.footer .items .main-title,
.footer .items .subline {
  font-size: 15px;
  line-height: 24px;
}
.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: 0;
  margin-bottom: 30px;
}
.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: 15px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  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: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  margin-top: 0;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}
.footer .items .description,
.footer .items .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .footer .items .address-line {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
.footer .items .description a,
.footer .items .section.home-about.home-testimonials .item .address-line a,
.section.home-about.home-testimonials .item .footer .items .address-line a {
  color: #fff;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}
.footer .items .description a:hover,
.footer
  .items
  .section.home-about.home-testimonials
  .item
  .address-line
  a:hover,
.section.home-about.home-testimonials
  .item
  .footer
  .items
  .address-line
  a:hover {
  text-decoration: none;
}
.footer .items figure {
  width: 30px;
  text-align: center;
}
.footer .items .left-icon {
  font-size: 27px;
  color: #666;
  margin-top: 0;
}
.footer .items .left-icon.env-icon {
  font-size: 18px;
  margin-top: 4px;
  display: block;
}
.footer .items .social-media a {
  color: #666;
  float: left;
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
  border: 1px solid #666;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -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;
}
.footer .items .social-media a:hover {
  color: #fff;
  border-color: #fff;
}
.footer .items .social-media a:hover .left-icon {
  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 .items .social-media a .left-icon {
  font-size: 18px;
  -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 .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;
  padding: 15px 0;
  color: #f6f6f6;
}
.copyright .company-info a {
  color: #fff;
}
.copyright .designby a {
  color: #fff;
}
.footer-line {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  background: #143b88;
  text-align: center;
}
.social-box {
  text-align: center;
}
.social-box .social-icons {
  display: table;
  margin: 0 auto;
}
.social-box a {
  font-size: 26px;
  float: left;
  margin: 0 5px;
  color: #4c4c4e;
  line-height: 38px;
  text-align: left;
}
.social-box a:hover {
  color: #111;
}
.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: #f0512d;
  text-align: center;
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  font-size: 14px;
  opacity: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
a.scrollToTop:hover {
  color: #fff;
  background: #cf9455;
  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 0 50px 0;
  padding: 0;
  display: block;
}
ul.footer-nav li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  display: block;
  position: relative;
}
ul.footer-nav li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #666;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
ul.footer-nav li a {
  font-size: 14px;
  display: block;
  color: #888;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.footer-nav li a:hover {
  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;
}
.social-box .social-icons {
  display: table;
  margin: 0;
}
.social-box a {
  color: #222;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.social-box a .left-icon {
  margin-right: 10px;
  -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;
  text-align: center;
  font-size: 23px;
  color: #4c4c4e;
  float: left;
  line-height: 32px;
  position: relative;
  top: 3px;
}
.social-box a:hover {
  color: #111;
}
.social-box a:hover .left-icon {
  -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-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.footer-title .left-icon {
  font-size: 28px;
  color: #999;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.footer-item .description,
.footer-item .section.home-about.home-testimonials .item .address-line,
.section.home-about.home-testimonials .item .footer-item .address-line {
  display: block;
  line-height: 22px;
}
.footer-item .description img,
.footer-item .section.home-about.home-testimonials .item .address-line img,
.section.home-about.home-testimonials .item .footer-item .address-line img {
  height: 36px;
  width: auto;
  float: left;
  margin-right: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -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-item a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -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-item .item-box,
.footer-item .footer .box-item,
.footer .footer-item .box-item {
  margin-top: 40px;
  padding: 0;
}
.footer-item .item-box .social-media a,
.footer-item .footer .box-item .social-media a,
.footer .footer-item .box-item .social-media a {
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  -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-item .item-box .social-media a .left-icon,
.footer-item .footer .box-item .social-media a .left-icon,
.footer .footer-item .box-item .social-media a .left-icon {
  font-size: 16px;
  line-height: 32px;
}
.footer-item .item-box .social-media a:hover,
.footer-item .footer .box-item .social-media a:hover,
.footer .footer-item .box-item .social-media a:hover {
  color: #fff;
  border-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-item .gallery-list {
  margin: 0;
  padding: 0;
}
.footer-item .gallery-list li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}
.footer-item .gallery-list li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  float: left;
}
.footer-item .gallery-list li img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.copyrights h2 {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #888;
  font-size: 12px;
  text-align: center;
}
.copyrights h2 a {
  color: #888;
}
.copyrights h2 a:hover {
  color: #fff;
}
.contact-section .item {
  margin-bottom: 50px;
}
.contact-section .download-apps a {
  color: #ccc;
  font-size: 18px;
  margin-right: 15px;
}
.contact-section .download-apps a:hover {
  color: #fff;
}
section.copyright-section {
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
  display: block;
}
section.copyright-section .container {
  border-top: 1px solid #5c5f5f;
}
section.copyright-section .name-section {
  padding-left: 0;
}
section.copyright-section .nav-section {
  padding-right: 0;
}
.hoz-nav {
  margin: 0;
  float: right;
  text-align: center;
  margin-top: 0;
  padding: 10px 0 0 0;
}
.hoz-nav li {
  list-style: none;
  display: inline-block;
}
.hoz-nav li:nth-child(1) a:before {
  display: none;
}
.hoz-nav li a {
  padding: 0 10px 0 17px;
  font-size: 14px;
  color: #b2b5b5;
  position: relative;
}
.hoz-nav li a:hover {
  color: #fff;
}
.hoz-nav li a:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 9px;
  left: 0;
}
.social-icons {
  margin-top: 30px;
  display: block;
}
.name-section {
  border-top: 1px solid #222;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .logo-box img {
    max-width: 100% !important;
    height: auto;
    margin-top: 0;
  }
  .inner-page .page-title-big {
    height: auto;
  }
  .section.news-events:before {
    width: 79%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .slider-ad {
    height: 200px;
  }
  .vert {
    height: 200px;
  }
  .vert .simply-scroll-clip {
    height: 200px;
  }
  .vert .simply-scroll-list li {
    height: 200px;
  }
  .top-adbox {
    margin-top: 25px;
  }
  .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;
  }
  .photo-slider .owl-prev,
  .photo-slider .slide-box .owl-next,
  .slide-box .photo-slider .owl-next,
  .photo-slider .service-slider .owl-next,
  .service-slider .photo-slider .owl-next,
  .photo-slider .service-slider-inner .owl-next,
  .service-slider-inner .photo-slider .owl-next,
  .photo-slider .partner-slider .owl-next,
  .partner-slider .photo-slider .owl-next,
  .photo-slider .testimonial-slider .owl-next,
  .testimonial-slider .photo-slider .owl-next,
  .photo-slider .sector-slider .owl-next,
  .sector-slider .photo-slider .owl-next,
  .photo-slider .team-slider .owl-next,
  .team-slider .photo-slider .owl-next,
  .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 {
    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 {
    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%;
  }
  .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 {
    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,
  .khabar-list .big-feature .main-title .more-item img,
  .khabar-list .big-feature .subline .more-item img,
  .khabar-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;
  }
  .pradesh-list .news-item img {
    height: 150px;
  }
  .pradesh-list .news-item {
    height: 260px;
  }
  .manoranjan .khabar-list .big-feature img {
    height: 400px;
  }
  .manoranjan .khabar-list .side-section img {
    height: 185px;
  }
  .khabar-list .side-section .main-title,
  .khabar-list .side-section .subline {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .normal-list .khabar-list .side-section .item-list img {
    height: 125px;
  }
  .videos-list .khabar-list .big-feature img {
    height: 300px;
  }
  .videos-list .khabar-list .big-feature .main-title,
  .videos-list .khabar-list .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .photo-list .khabar-list .big-feature img {
    height: 200px;
  }
  .photo-list .khabar-list .big-feature .main-title,
  .photo-list .khabar-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: 430px !important;
    height: auto !important;
    margin-top: 0;
  }
  .logo-box a .calendar-date {
    margin-top: -33px;
    font-size: 12px;
  }
  .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,
  .khabar-list .big-feature .main-title .more-item img,
  .khabar-list .big-feature .subline .more-item img {
    height: 160px;
  }
  .main-stories .more-item .main-title,
  .main-stories .more-item .subline,
  .khabar-list .big-feature .main-title .more-item .main-title,
  .khabar-list .big-feature .subline .more-item .main-title,
  .khabar-list .big-feature .main-title .more-item .subline,
  .khabar-list .big-feature .subline .more-item .subline {
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
  }
  .main-stories .more-item figure:before,
  .khabar-list .big-feature .main-title .more-item figure:before,
  .khabar-list .big-feature .subline .more-item figure:before {
    height: 100%;
  }
  .main-stories .hoz-news img,
  .khabar-list .big-feature .main-title .hoz-news img,
  .khabar-list .big-feature .subline .hoz-news img {
    height: 100px;
    width: 130px;
  }
  .main-stories .hoz-news .main-title,
  .main-stories .hoz-news .subline,
  .khabar-list .big-feature .main-title .hoz-news .main-title,
  .khabar-list .big-feature .subline .hoz-news .main-title,
  .khabar-list .big-feature .main-title .hoz-news .subline,
  .khabar-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 .khabar-list .side-section .item-list img {
    height: 100px;
  }
  .khelkood-section .khabar-list .big-feature img {
    height: 200px;
  }
  .editors-pick,
  .bichar-section,
  .janamat-section {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .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;
  }
  .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-bg .break-tags {
    font-size: 18px;
    line-height: 26px;
  }
  .navigation_box ul li a {
    font-size: 16px;
  }
  .news-break .main-title,
  .news-break .subline {
    font-size: 50px;
    line-height: 72px;
  }
  .featured-images {
    padding: 0 15px;
  }
  .navigation_box ul li.search.tab-only {
    display: block;
  }
  .navigation_box ul li.search.tab-only .left-icon {
    top: 0;
  }
  .fixed-tops .navigation-box {
    padding: 0 15px 0 0;
  }
  .navigation_box ul li a {
    font-size: 12px;
    padding: 10px 12px;
    line-height: 23px;
  }
  .search-btn a,
  .enquiry-btn {
    font-size: 12px;
  }
  .team-list-box .items .teambox .main-title,
  .team-list-box .items .teambox .subline {
    font-size: 14px;
    line-height: 18px;
  }
  .top-bar .login-section .top-link {
    padding: 0 14px;
  }
  .header .headerbox .logo-box {
    max-width: 20%;
  }
  .navigation-box {
    border: 0;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .logo-box img {
    max-width: 100% !important;
    margin: 7px 0 0 0;
  }
  header .headbox {
    height: auto;
  }
  .search-btn {
    top: 90px;
  }
  .fixed-tops .search-btn {
    top: 9px;
  }
  .fixed-tops .navigation_box {
    padding-right: 20px;
  }
  .notice-slider {
    width: 60%;
  }
  .notice-slider .items .main-title,
  .notice-slider .items .subline {
    font-size: 13px;
    line-height: 16px;
  }
  .dropdown-menu.megabox {
    top: 132px;
    left: 0;
  }
  .fixed-tops .dropdown-menu.megabox {
    top: 52px;
    left: 0;
  }
  .service-slider .owl-prev,
  .service-slider-inner .owl-prev,
  .service-slider .owl-next,
  .service-slider-inner .owl-next {
    left: 0;
  }
  .service-slider .owl-next,
  .service-slider-inner .owl-next {
    right: 0;
  }
  .service-slider:hover .owl-prev,
  .service-slider-inner:hover .owl-prev,
  .service-slider:hover .owl-next,
  .service-slider-inner:hover .owl-next {
    left: 0;
  }
  .service-slider:hover .owl-next,
  .service-slider-inner:hover .owl-next {
    right: 0;
  }
  .section.news-events .container {
    padding-left: 15px;
  }
  .section.general-hour .section-title,
  .section.emi-box .section-title {
    font-size: 26px;
    line-height: 46px;
  }
  .section.general-hour .description,
  .section.emi-box .description,
  .section.general-hour
    .section.home-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .section.general-hour
    .address-line,
  .section.emi-box .section.home-about.home-testimonials .item .address-line,
  .section.home-about.home-testimonials .item .section.emi-box .address-line,
  .section.emi-box .description,
  .section.emi-box .section.home-about.home-testimonials .item .address-line,
  .section.home-about.home-testimonials .item .section.emi-box .address-line {
    font-size: 14px;
    line-height: 24px;
  }
  .inner-page .page-title-big {
    height: auto;
  }
  .slide-box,
  .slide-box .item,
  .slide-box .item img {
    height: calc(100vh - 57px);
  }
  .section.home-welcome {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section.news-events:before {
    width: 83%;
  }
  .section.home-about.why-us .items .feat-thumb {
    width: 320px;
    height: 320px;
  }
  .section.home-about.why-us .items.why-content {
    padding-left: 30px;
  }
  .section.home-about.home-photos .row {
    margin: 0;
  }
  .section.home-about.home-video .items.player-icon {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
  }
  .section.home-about.home-video .items.video-info {
    flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    max-width: 80%;
  }
  .fixed-tops .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-lists.gallery-list .item-news .main-title,
  .services-lists.gallery-list .item-news .subline {
    font-size: 24px;
    line-height: 26px;
  }
  .left-side.no-share {
    padding-right: 15px;
  }
  .navigation-box .nav-box {
    margin-top: 0;
  }
  .partner-slider .owl-dots {
    margin-top: 30px;
  }
  section.copyright-section {
    text-align: left;
  }
  section.copyright-section .name-section {
    padding-left: 15px;
  }
  .left-side {
    padding-right: 15px;
  }
  .page-titles {
    padding: 50px 15px;
  }
  .google-maps {
    height: auto;
  }
  .search-panel .search-box .search-form {
    width: 90%;
  }
  .search-btn {
    padding-top: 10px;
  }
  .section.home-about.sectors.specialities .items .main-title,
  .section.home-about.sectors.specialities .items .subline {
    font-size: 14px;
    line-height: 22px;
  }
  .section.home-about.team-more .full-team {
    margin: 0;
  }
  .news-big-list .items .dates {
    margin-top: 0;
  }
  .navigation_box ul li a.dropdown-toggle:before {
    top: 18px;
  }
  .header .number-box {
    display: flex;
    overflow: auto;
    height: 66px;
    align-items: center;
  }
  .header .number-box .media {
    flex: none;
    margin-right: 25px;
  }
  .header {
    margin-top: 30px;
  }
  .header {
    margin-top: 0;
    padding-top: 20px;
  }
  .header .right-info {
    margin-bottom: 10px;
  }
  .logo-box .logo-item {
    margin-top: 15px;
  }
  .inner-page .more-box .services-box.full-news {
    margin: 0;
  }
  .inner-page .page-title-big {
    height: auto;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .logo-box {
    margin: 10px 0 30px 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);
  }
  .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;
  }
  .photo-slider .owl-prev,
  .photo-slider .slide-box .owl-next,
  .slide-box .photo-slider .owl-next,
  .photo-slider .service-slider .owl-next,
  .service-slider .photo-slider .owl-next,
  .photo-slider .service-slider-inner .owl-next,
  .service-slider-inner .photo-slider .owl-next,
  .photo-slider .partner-slider .owl-next,
  .partner-slider .photo-slider .owl-next,
  .photo-slider .testimonial-slider .owl-next,
  .testimonial-slider .photo-slider .owl-next,
  .photo-slider .sector-slider .owl-next,
  .sector-slider .photo-slider .owl-next,
  .photo-slider .team-slider .owl-next,
  .team-slider .photo-slider .owl-next,
  .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: 340px;
  }
  .detail-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 {
    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 {
    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 {
    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 {
    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%;
  }
  .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,
  .khabar-list .big-feature .main-title .more-item img,
  .khabar-list .big-feature .subline .more-item img {
    height: 130px;
  }
  .main-stories .more-item .main-title,
  .main-stories .more-item .subline,
  .khabar-list .big-feature .main-title .more-item .main-title,
  .khabar-list .big-feature .subline .more-item .main-title,
  .khabar-list .big-feature .main-title .more-item .subline,
  .khabar-list .big-feature .subline .more-item .subline {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
  .main-stories .more-item figure:before,
  .khabar-list .big-feature .main-title .more-item figure:before,
  .khabar-list .big-feature .subline .more-item figure:before {
    height: 100%;
  }
  .main-stories .hoz-news img,
  .khabar-list .big-feature .main-title .hoz-news img,
  .khabar-list .big-feature .subline .hoz-news img {
    height: 100px;
    width: 130px;
  }
  .main-stories .hoz-news .main-title,
  .main-stories .hoz-news .subline,
  .khabar-list .big-feature .main-title .hoz-news .main-title,
  .khabar-list .big-feature .subline .hoz-news .main-title,
  .khabar-list .big-feature .main-title .hoz-news .subline,
  .khabar-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 .khabar-list .side-section .item-list img {
    height: 60px;
  }
  .khelkood-section .khabar-list .big-feature img {
    height: 150px;
  }
  .editors-pick,
  .bichar-section,
  .janamat-section {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .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 .khabar-list .big-feature .main-title .items .main-title,
  .big-photo-list .khabar-list .big-feature .subline .items .main-title,
  .big-photo-list .khabar-list .big-feature .main-title .items .subline,
  .big-photo-list .khabar-list .big-feature .subline .items .subline,
  .khabar-list .big-feature .big-photo-list .main-title .items .main-title,
  .khabar-list .big-feature .big-photo-list .subline .items .main-title,
  .khabar-list .big-feature .big-photo-list .main-title .items .subline,
  .khabar-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 .khabar-list .side-section .item-list img {
    height: 168px;
  }
  .home-mukhya-samachar .khabar-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;
  }
  .new-header .mobile-navs {
    left: 0;
    width: auto;
  }
  .menu-toggle,
  .menu-close,
  .menu-close {
    display: block;
    top: 4px;
  }
  .new-section {
    margin-top: 15px;
  }
  .interview-box img {
    height: auto !important;
  }
  .special-event.white-bg .big-feature img {
    height: auto !important;
  }
  .white-bg .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-bg .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .social-box a {
    margin: 0;
  }
  .bishesh-feature .white-bg .item-news .overlay-title .main-title,
  .bishesh-feature .white-bg .item-news .overlay-title .subline {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .main-title,
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .subline {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .special-event.white-bg .big-feature .main-title,
  .special-event.white-bg .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .special-event.white-bg .cat-list-box {
    order: 1;
  }
  .trending-box {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .more-shows .item-news img {
    width: 80px;
  }
  .home-cat-box {
    margin-bottom: 15px;
  }
  .white-bg .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .logo-box img {
    max-width: 100% !important;
    height: 40px !important;
    margin-top: 15px;
  }
  .news-thumb-box .khabar-list .media img {
    width: 40px;
    height: 40px;
  }
  .photoslide-box .item-news img {
    height: 345px !important;
  }
  .home-cat-box .item-news img {
    width: 30px;
  }
  .right-side {
    max-width: 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
  }
  .page-titles {
    padding: 50px 15px;
  }
  .latest-feature.item-news img {
    height: 330px !important;
  }
  .left-side .items.full-list .item-news img {
    height: 120px !important;
    width: 160px !important;
  }
  .left-side .items.full-list .item-news .main-title,
  .left-side .items.full-list .item-news .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .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-bg .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;
  }
  .news-break .main-title,
  .news-break .subline {
    font-size: 36px;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 54px;
  }
  .social-media li a.btn-search {
    display: none;
  }
  .special-event.white-bg .khabar-list.alt .item-news img {
    width: 40px;
  }
  .news-break img {
    height: 550px;
  }
  .diaspora-box .common-news figure {
    margin-right: 0 !important;
  }
  .kala-news-box .side-section .item-news img {
    width: 40px;
  }
  .cover-pic {
    margin: 0;
  }
  .detail-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 140px;
  }
  .published-box {
    padding-left: 0;
  }
  .related-more.home-cat-box .item-news.media {
    display: block;
  }
  .related-more.home-cat-box .item-news figure {
    margin-right: 0 !important;
  }
  .related-more.home-cat-box .item-news img {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-cat-box .writer-story {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-cat-box .writer-story .item-news img {
    width: 70px;
    height: 70px;
  }
  .video-more.video-main-list .news-thumb-box .item-news .main-title,
  .video-more.video-main-list .news-thumb-box .item-news .subline {
    font-size: 16px;
    line-height: 22px;
  }
  .video-more.video-main-list .news-thumb-box .item-news .overlay-title {
    padding: 10px 15px;
  }
  .related-more.photos-more.home-cat-box .item-photos {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .video-more.video-main-list.the-video-list
    .news-thumb-box.big-thumb-box
    .item-news
    .main-title,
  .video-more.video-main-list.the-video-list
    .news-thumb-box.big-thumb-box
    .item-news
    .subline {
    font-size: 26px;
    line-height: 38px;
  }
  .related-more.video-more .news-thumb-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-more.video-more .news-thumb-box img {
    height: 350px !important;
  }
  .section.home-news .items .main-title,
  .section.home-news .items .subline {
    font-size: 14px;
    line-height: 20px;
  }
  .section.home-news .items img {
    height: 100px;
  }
  .section-phone {
    display: none;
  }
  .team-list-box .items .teambox .main-title,
  .team-list-box .items .teambox .subline {
    font-size: 12px;
    line-height: 16px;
  }
  .full-service-list .items img {
    height: 100px;
  }
  .full-service-list .items img {
    height: 100px;
  }
  .download-list-box .full-service-list .items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gallery-list .items.latest-album img {
    height: auto;
  }
  .gallery-list.photo-viewer .items img {
    height: 120px;
  }
  .gallery-list .items.latest-video figure .video-title .main-title,
  .gallery-list .items.latest-video figure .video-title .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .top-bar {
    margin-top: 60px;
  }
  .top-bar .notice-section {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  .top-bar .login-section {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  .top-bar .login-section .top-link {
    padding: 0 20px;
  }
  .notice-slider {
    width: 60%;
    padding-top: 15px;
  }
  .notice-slider .items .main-title,
  .notice-slider .items .subline {
    font-size: 12px;
    margin-top: 0;
  }
  .view-more {
    display: none;
  }
  .navigation_box.mains {
    display: none;
  }
  .search-btn {
    font-size: 23px;
    position: fixed;
    top: 16px;
    z-index: 9998;
    right: 70px;
  }
  .search-btn .search-icon {
    font-size: 23px;
  }
  header .headbox {
    height: auto;
  }
  .products-tab .nav-item {
    width: 24.8%;
  }
  .products-tab .nav-item .nav-link {
    font-size: 16px;
  }
  .products-tab .nav-item .nav-link .small-title {
    font-size: 10px;
  }
  .section.home-about.home-emi .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 0 100%;
    margin-bottom: 15px;
  }
  .footer .items h1 {
    font-size: 13px;
  }
  .inner-page .page-title-big {
    height: auto;
  }
  .member-list .items {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .full-news-list .widget-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .report-list .items .more-link {
    position: relative;
    right: 0;
    top: 0;
    margin: 20px 0 0 0;
  }
  .menu-box .navigation_box.mains {
    display: block;
    width: 100%;
    float: left;
  }
  .slide-box,
  .slide-box .item,
  .slide-box .item img {
    height: calc(100vh - 60px);
  }
  .slide-box .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
  }
  .header {
    height: auto !important;
    margin-top: 40px;
  }
  .header .right-info {
    margin-bottom: 30px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .header .number-box {
    float: left;
  }
  .header .right-info {
    margin-bottom: 15px;
  }
  .navigation-box {
    display: none;
  }
  .section.home-about.home-welcome,
  .section.home-about.home-photos {
    padding: 20px;
  }
  .section.home-about.home-expertise .items img {
    height: 40px;
  }
  .section.home-about.home-expertise .items .main-title,
  .section.home-about.home-expertise .items .subline {
    font-size: 16px;
    line-height: 20px;
  }
  .section .section-title.alt {
    font-size: 34px;
    line-height: 44px;
  }
  .section.home-about.why-us .items .feat-thumb {
    border-width: 5px;
    width: 200px;
    height: 200px;
  }
  .section.home-about.why-us .items.why-content {
    padding-left: 30px;
  }
  .section.home-about.news-updates .items img {
    height: 100px;
  }
  .section.home-about.news-updates .items.latest-feat img {
    height: 210px;
  }
  .section.home-about.home-video .items.player-icon {
    flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
  }
  .section.home-about.home-video .items.video-info {
    flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    max-width: 80%;
  }
  .section.home-about.home-testimonials .testimonial-slider {
    padding: 40px 0;
  }
  .left-side {
    padding-right: 15px;
  }
  .left-side.list-page {
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .news-big-list .items.latest-feat {
    margin-top: 0;
  }
  .no-share {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .left-side.only-tab {
    padding-right: 15px;
    max-width: 70%;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
  }
  .news-big-list .items .media .img-box img {
    width: 140px;
    height: 120px;
  }
  .services-lists.gallery-list .item-news .main-title,
  .services-lists.gallery-list .item-news .subline {
    font-size: 22px;
    line-height: 30px;
  }
  .left-side.contact-page {
    padding-right: 15px;
    max-width: 70%;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
  }
  .left-side.contact-page .footer.address-box .items {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .left-side.search-page {
    padding-right: 15px;
    max-width: 70%;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
  }
  .logo-box .search-btn {
    display: block;
  }
  .header .search-top {
    position: fixed;
    top: 60px;
    height: 90px;
  }
  .slide-box .captionbox {
    left: 0;
  }
  .slide-box .owl-theme .owl-dots {
    left: 26px;
  }
  .des-box {
    margin-top: 30px;
  }
  .section .more-link {
    margin-left: 0;
  }
  .section.home-about.call-now .items .section-title.alt .left-icon {
    font-size: 44px;
  }
  .facts-box .fact-info {
    margin-bottom: 30px;
  }
  .footer .logo-box {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
  }
  .footer .logo-box img {
    float: left;
  }
  .logo-box .search-btn {
    display: block;
    margin-top: 0;
    border: 0;
    padding-top: 0;
    top: 10px;
  }
  .section.home-about.services .services-box .items {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-facts .facts-box .fact-info .fact-num .fact-counter {
    font-size: 36px;
    line-height: 40px;
  }
  .home-facts .facts-box .fact-info .left-icon img {
    height: 40px;
  }
  .home-facts .facts-box .fact-info .fact-num .description,
  .home-facts
    .facts-box
    .fact-info
    .fact-num
    .section.home-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .home-facts
    .facts-box
    .fact-info
    .fact-num
    .address-line {
    font-size: 12px;
    line-height: 16px;
    padding: 0 12px;
  }
  .home-facts.home-awards .facts-box .fact-info .left-icon img {
    height: 71px;
  }
  .footer .items .main-title,
  .footer .items .subline {
    font-size: 14px;
    line-height: 26px;
  }
  .services-box.full-services .items a,
  .main-title,
  .subline,
  .full-sector .items a .main-title,
  .full-sector .items a .subline,
  .full-sector .items a .main-title,
  .full-sector .items a .subline {
    font-size: 18px;
    line-height: 24px;
  }
  .google-maps {
    height: auto;
  }
  .search-panel .search-box .search-form {
    width: 90%;
  }
  .section.home-slide {
    padding: 0;
    margin-top: 0;
  }
  .section.home-about.team-more .full-team {
    margin: 0;
  }
  .slide-box .owl-theme .owl-controls {
    top: inherit;
    bottom: 0;
  }
  .news-big-list .items .dates {
    margin-top: 0;
  }
  .services-box.full-services .items img {
    height: 100px;
  }
  .services-box.full-services .items a .main-title,
  .services-box.full-services .items a .subline {
    font-size: 14px;
    line-height: 20px;
  }
  .header .logo-box .circle-logo {
    min-width: auto;
    height: 70px !important;
    width: 70px !important;
    position: absolute;
    top: -6px;
    left: 10px;
  }
  .header .number-box {
    display: flex;
    overflow: auto;
    height: 80px;
    align-items: center;
  }
  .header .number-box .media {
    flex: none;
    margin-right: 25px;
  }
  .header {
    margin-top: 30px;
  }
  .inner-page .more-box .services-box.full-news {
    margin: 0;
  }
  .header .right-info {
    display: none;
  }
  .header {
    margin-top: 0;
    padding-top: 0;
  }
  .header .logo-box {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .header .logo-box img {
    height: 36px !important;
    margin-top: 15px;
    position: relative;
    top: 3px;
  }
  .services-box.full-services.full-gallery-list .items img {
    height: 90px;
  }
  .slide-box .item img {
    aspect-ratio: 4/3;
    object-fit: cover;
    height: auto;
  }
  .slide-box,
  .slide-box .item,
  .slide-box .item img {
    height: auto;
  }
  .page-titles {
    padding: 0 15px;
  }
}
@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 {
    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: #333;
  }
  .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: #333;
    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: #333 !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,
  .photo-slider .slide-box .owl-next,
  .slide-box .photo-slider .owl-next,
  .photo-slider .service-slider .owl-next,
  .service-slider .photo-slider .owl-next,
  .photo-slider .service-slider-inner .owl-next,
  .service-slider-inner .photo-slider .owl-next,
  .photo-slider .partner-slider .owl-next,
  .partner-slider .photo-slider .owl-next,
  .photo-slider .testimonial-slider .owl-next,
  .testimonial-slider .photo-slider .owl-next,
  .photo-slider .sector-slider .owl-next,
  .sector-slider .photo-slider .owl-next,
  .photo-slider .team-slider .owl-next,
  .team-slider .photo-slider .owl-next {
    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,
  .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: 30px;
    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 .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 {
    padding: 0;
  }
  .detail-box .insert-ad .items {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .detail-box .insert-ad .items img {
    width: 100%;
  }
  .detail-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 {
    display: none !important;
  }
  .detail-box .editor-box img {
    max-width: 100% !important;
    margin-left: 0;
  }
  .detail-box .editor-box blockquote {
    margin-left: 0;
    max-width: 100%;
  }
  .published-box {
    padding: 0;
  }
  .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 {
    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;
  }
  .sif-left {
    padding: 0 15px;
  }
  .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,
  .photo-slider .slide-box .owl-next,
  .slide-box .photo-slider .owl-next,
  .photo-slider .service-slider .owl-next,
  .service-slider .photo-slider .owl-next,
  .photo-slider .service-slider-inner .owl-next,
  .service-slider-inner .photo-slider .owl-next,
  .photo-slider .partner-slider .owl-next,
  .partner-slider .photo-slider .owl-next,
  .photo-slider .testimonial-slider .owl-next,
  .testimonial-slider .photo-slider .owl-next,
  .photo-slider .sector-slider .owl-next,
  .sector-slider .photo-slider .owl-next,
  .photo-slider .team-slider .owl-next,
  .team-slider .photo-slider .owl-next {
    top: 40%;
  }
  .photo-slider .owl-next {
    top: 40%;
  }
  .video-list .special-featured-box .video-play {
    top: 187px;
  }
  .team-holder {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    overflow: auto;
  }
  .team-list-box .items {
    margin-bottom: 0;
  }
  .team-list-box .items .item {
    width: 100%;
  }
  .team-list-box .items:nth-child(1) {
    margin-top: 30px;
  }
  .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 {
    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;
  }
  .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;
  }
  .kinmel-anubhab .row.boundary {
    display: flex;
    padding-bottom: 30px;
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0;
  }
  .kinmel-anubhab .row.boundary .items {
    margin-bottom: 30px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .kinmel-anubhab .row.boundary .more-btn {
    margin-top: 112px;
  }
  .more-breaking-news .items {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    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: 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,
  .khabar-list .big-feature .main-title .more-item img,
  .khabar-list .big-feature .subline .more-item img,
  .normal-list .khabar-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;
  }
  .khabar-list .big-feature {
    margin-bottom: 30px;
  }
  .khabar-list .big-feature img,
  .manoranjan .khabar-list .big-feature img {
    height: auto;
  }
  .item-list .main-title,
  .item-list .subline {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
  .normal-list .khabar-list .side-section .item-list:nth-child(2) {
    margin-top: 30px;
  }
  .normal-list .khabar-list img {
    margin-bottom: 10px;
  }
  .videos-list.photo-list .owl-theme .owl-dots {
    margin-top: 10px;
  }
  .khabar-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 {
    top: 0;
    left: 0;
    background: #fff;
    padding-bottom: 0;
    -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 .khabar-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 .khabar-list .big-feature.sport-feature {
    order: 1;
  }
  .media a {
    display: inherit !important;
    width: 100%;
  }
  .kala-feature {
    order: 1;
  }
  .pradesh-samachar .for-mobiles {
    display: flex;
  }
  .pradesh-samachar .main-stories .more-item.small-feature {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  .pradesh-samachar .main-stories .more-item.small-feature:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 0;
  }
  .pradesh-samachar.video-photo .main-stories .more-item.small-feature {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pradesh-samachar.video-photo
    .main-stories
    .more-item.small-feature:nth-child(3) {
    margin-top: 0;
  }
  .ent-list .for-mobiles {
    display: flex;
  }
  .ent-list .main-stories .more-item.small-feature {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  .ent-list .main-stories .more-item.small-feature:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 0;
  }
  .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 {
    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: 100% !important;
    position: relative;
    z-index: 9999;
    margin-top: 15px;
    height: 40px !important;
    margin-bottom: 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-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .crown-box
    .interview-desc
    .address-line,
  .right-side .items,
  .side-list .media {
    margin-top: 15px;
  }
  .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,
  .khabar-list .big-feature .main-title .more-item.big-latest .main-title,
  .khabar-list .big-feature .subline .more-item.big-latest .main-title,
  .khabar-list .big-feature .main-title .more-item.big-latest .subline,
  .khabar-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;
  }
  .home-mukhya-samachar .normal-list .khabar-list .side-section .item-list img {
    height: 90px;
  }
  .home-mukhya-samachar .right-side .items:first-child {
    margin-top: 0;
  }
  .home-raajneeti .khabar-list .centre-feature {
    margin-bottom: 0;
  }
  .home-raajneeti .khabar-list .side-section .item-list:nth-child(1) {
    margin-top: 0 !important;
  }
  .items .item-news img {
    height: 50px;
  }
  .home-samaj .side-list.half-list .media img {
    height: 50px;
    width: 50px;
  }
  .home-pradesh .normal-list .khabar-list .big-feature img,
  .home-artha .normal-list .khabar-list .big-feature img {
    height: 120px;
  }
  .home-pradesh .normal-list .khabar-list .big-feature .main-title,
  .home-pradesh .normal-list .khabar-list .big-feature .subline,
  .home-artha .normal-list .khabar-list .big-feature .main-title,
  .home-artha .normal-list .khabar-list .big-feature .subline {
    font-size: 16px;
    line-height: 22px;
  }
  .side-list.full-horizontal .media {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
  }
  .side-list .media:nth-child(1) {
    margin-top: 0 !important;
  }
  .home-mukhya-samachar .normal-list .khabar-list .side-section .item-list img {
    height: 90px;
  }
  .home-artha .item-list img {
    height: 90px !important;
  }
  .bichar-cat .main-stories .more-item img,
  .bichar-cat .khabar-list .big-feature .main-title .more-item img,
  .bichar-cat .khabar-list .big-feature .subline .more-item img,
  .khabar-list .big-feature .bichar-cat .main-title .more-item img,
  .khabar-list .big-feature .bichar-cat .subline .more-item img {
    height: 120px;
  }
  .cat-tags {
    font-size: 18px;
  }
  .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: 190px;
    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 {
    left: 0;
    width: auto;
  }
  .menu-toggle,
  .menu-close,
  .menu-close {
    display: block;
    top: 4px;
  }
  .new-section {
    margin-top: 15px;
  }
  .interview-box img {
    height: auto !important;
  }
  .special-event.white-bg .big-feature img {
    height: auto !important;
  }
  .white-bg .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-bg .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .social-box a {
    margin: 0;
  }
  .bishesh-feature .white-bg .item-news .overlay-title .main-title,
  .bishesh-feature .white-bg .item-news .overlay-title .subline {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .main-title,
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .subline {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .special-event.white-bg .big-feature .main-title,
  .special-event.white-bg .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .special-event.white-bg .cat-list-box {
    order: 1;
  }
  .trending-box {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .more-shows .item-news img {
    width: 80px;
  }
  .home-cat-box {
    margin-bottom: 15px;
  }
  .white-bg .break-tags {
    font-size: 18px;
    line-height: 24px;
  }
  .white-bg.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: 26px;
    line-height: 34px;
  }
  .white-bg .break-tags {
    font-size: 14px;
    line-height: 20px;
  }
  .right-side {
    max-width: 35%;
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
  }
  .detail-box .insert-ad .items {
    float: left;
    margin-right: 19px;
    width: 80px;
  }
  .sharebox {
    margin-bottom: 30px;
    float: left;
  }
  .white-bg .latest-feature.photogallery.item-news {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .white-bg .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;
  }
  .social-media li.search {
    display: none;
  }
  .social-media li .btn-search {
    display: none;
  }
  .trend-slider .owl-dots .owl-dot span {
    background: #fff;
  }
  .container {
    padding: 0 15px;
  }
  .artha-news-box .news-thumb-box .bishesh-feature .item-news .main-title,
  .artha-news-box .news-thumb-box .bishesh-feature .item-news .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .artha-news-box .common-news figure {
    margin-right: 0 !important;
  }
  .khelkood-box .news-thumb-box .bishesh-feature .item-news .main-title,
  .khelkood-box .news-thumb-box .bishesh-feature .item-news .subline {
    font-size: 24px;
    line-height: 34px;
  }
  .diaspora-box .common-news figure {
    margin-right: 0 !important;
  }
  .cat-tags .extra-news {
    top: 0;
  }
  .special-event.white-bg .khabar-list.alt .item-news img {
    width: 50px;
  }
  .new-special .side-section a {
    display: block !important;
  }
  .new-special .side-section a figure {
    margin: 0 0 10px 0 !important;
  }
  .new-special .side-section a img {
    width: 100% !important;
  }
  .artha-news-box .side-section a {
    display: block !important;
  }
  .artha-news-box .side-section a figure {
    margin: 0 0 10px 0 !important;
  }
  .artha-news-box .side-section a img {
    width: 100% !important;
  }
  .kala-news-box .side-section a {
    display: block !important;
  }
  .kala-news-box .side-section a figure {
    margin: 0 0 10px 0 !important;
  }
  .kala-news-box .side-section a img {
    width: 100% !important;
  }
  .news-break .authors-box .share-box {
    text-align: left;
  }
  .left-side .items.full-list .item-news .main-title,
  .left-side .items.full-list .item-news .subline {
    font-size: 22px;
    line-height: 30px;
  }
  .cover-pic {
    margin: 0;
  }
  .detail-box {
    padding: 0 15px;
  }
  .author-info .author-pic {
    max-width: 100%;
  }
  .author-info .more-author-news {
    max-width: 100%;
    padding: 0 15px;
    text-align: left;
  }
  .author-info .more-author-news .tweet-link {
    font-size: 12px;
    float: left;
    font-weight: 400;
    line-height: 18px;
    margin-left: 7px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .author-info .main-title,
  .author-info .subline {
    text-align: left;
  }
  .video-more.video-main-list
    .news-thumb-box.big-thumb-box
    .item-news
    .main-title,
  .video-more.video-main-list
    .news-thumb-box.big-thumb-box
    .item-news
    .subline {
    font-size: 26px;
    line-height: 38px;
  }
  .video-more.photo-more .item-news img {
    height: 150px !important;
  }
  .video-more.video-main-list.the-video-list
    .news-thumb-box.big-thumb-box
    .item-news
    .main-title,
  .video-more.video-main-list.the-video-list
    .news-thumb-box.big-thumb-box
    .item-news
    .subline {
    font-size: 22px;
    line-height: 34px;
  }
  .header {
    margin-top: 30px;
  }
  .section-phone {
    display: none;
  }
  .modalbox .modal_content a.close_btn {
    top: -20px;
    right: 5px;
  }
  .section.home-news {
    padding: 40px 0;
  }
  .section.home-news .items {
    margin-bottom: 30px;
  }
  .section.home-about,
  .section.home-services {
    padding: 40px 0;
  }
  .section.home-notice .items {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
  }
  .section.home-news .items img {
    margin-bottom: 5px;
  }
  .slide-box .captionbox .maintitle {
    font-size: 20px;
    line-height: 28px;
  }
  .section.home-news .items .main-title,
  .section.home-news .items .subline {
    font-size: 12px;
    line-height: 18px;
  }
  .section.home-news .items img {
    height: 90px;
  }
  .section.home-news .more-link {
    margin-top: 30px;
  }
  .footer-item .description img,
  .footer-item .section.home-about.home-testimonials .item .address-line img,
  .section.home-about.home-testimonials .item .footer-item .address-line img {
    height: 26px;
  }
  .copyrights h2 {
    text-align: center;
  }
  .team-list-box .items.top-head .teambox {
    max-width: 42%;
    flex: 0 0 42%;
    -ms-flex: 0 0 42%;
  }
  .team-list-box .items .teambox .main-title,
  .team-list-box .items .teambox .subline {
    font-size: 14px;
    line-height: 18px;
  }
  .full-service-list .items {
    margin-bottom: 30px;
  }
  .full-service-list .items img {
    height: 100px;
  }
  .section.home-notice.notice-list-box .items {
    padding: 0 15px;
    border: 0;
  }
  .section.full-notice-list.more-news {
    margin: 0;
  }
  .section.full-notice-list.more-news .items {
    padding: 15;
    border: 0;
  }
  .download-list-box .full-service-list .items {
    margin-bottom: 0;
  }
  .gallery-list .items.latest-album img {
    height: auto;
  }
  .gallery-list.photo-viewer .items img {
    height: 100px;
  }
  .gallery-list .items.latest-video figure .video-title .main-title,
  .gallery-list .items.latest-video figure .video-title .subline {
    font-size: 20px;
    line-height: 28px;
  }
  .feedback .more-link {
    text-align: left;
  }
  .feedback .more-link .ajax-loader {
    position: relative;
    top: 5px;
  }
  div.wpcf7 {
    margin-bottom: 30px;
  }
  .search-btn {
    font-size: 23px;
    position: fixed;
    top: 0;
    z-index: 9998;
    padding-top: 10px;
    right: 70px;
  }
  .search-btn .search-icon {
    font-size: 23px;
  }
  .notice-slider {
    width: 70%;
    padding-top: 5px;
  }
  .header {
    margin-top: 60px;
  }
  .notice-section .view-more {
    display: none;
  }
  .notice-section .notice-label .notice-title {
    display: none;
  }
  .notice-slider .items .main-title,
  .notice-slider .items .subline {
    font-size: 12px;
    line-height: 16px;
  }
  .navigation_box.mains {
    display: none;
  }
  .login-section {
    padding-left: 0;
    background: #143b88;
  }
  .top-bar .login-section .log-box {
    width: 100%;
  }
  .top-bar .login-section .top-link {
    padding: 0 10px;
  }
  .section .section-title {
    font-size: 30px;
    line-height: 36px;
  }
  .section.home-about .description,
  .section.home-about.home-testimonials .item .address-line {
    padding: 0;
    margin-top: 30px;
  }
  .products-tab {
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    justify-content: left;
  }
  .products-tab .nav-item {
    margin-left: 1px;
    width: 33.3333%;
    flex: none;
  }
  .slide-box .item {
    display: none;
  }
  .product-list .list-item {
    margin-bottom: 30px;
  }
  .section.home-about.general-hour,
  .section.home-about.emi-box {
    padding-top: 0;
  }
  .section.home-about.general-hour .container,
  .section.home-about.emi-box .container {
    padding: 0;
  }
  .section.home-about.emi-box {
    padding-top: 0;
  }
  .section.home-about.emi-box .container {
    padding: 0;
  }
  .feedback.emi-calculate .result-box,
  .feedback fieldset.emi-calculate .result-box {
    float: none;
    text-align: center;
    margin: 30px auto;
    display: table;
  }
  .section.news-events:before {
    width: 100%;
  }
  .findbranch .section-title {
    font-size: 26px;
    line-height: 26px;
  }
  .findbranch .media {
    display: block;
    text-align: center;
  }
  .findbranch .media img {
    margin: 0;
    height: 90px;
  }
  .footer {
    padding: 20px 0;
  }
  .section.general-hour .section-title,
  .section.emi-box .section-title {
    font-size: 24px;
    line-height: 36px;
    padding: 0;
  }
  .section.general-hour .description,
  .section.emi-box .description,
  .section.general-hour
    .section.home-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .section.general-hour
    .address-line,
  .section.emi-box .section.home-about.home-testimonials .item .address-line,
  .section.home-about.home-testimonials .item .section.emi-box .address-line {
    font-size: 14px;
    line-height: 26px;
  }
  .copyrights h2 {
    line-height: 18px;
    margin-top: 0;
  }
  header .headbox {
    height: auto;
  }
  .inner-page .page-title-big {
    height: auto;
    padding: 50px 0;
  }
  .inner-page .page-title-big .page-title {
    font-size: 34px;
    line-height: 40px;
  }
  .page-big-title {
    font-size: 28px;
    line-height: 38px;
  }
  .editor-box .drop-cap {
    font-size: 70px;
    line-height: 70px;
  }
  .report-list .items .more-link {
    position: relative;
    right: 0;
    top: 0;
    margin: 20px 0 0 0;
  }
  .menu-box .navigation_box.mains {
    display: block;
    width: 100%;
    float: left;
  }
  .dropdown-menu.megabox {
    top: 0;
  }
  .navigation-box {
    display: none;
  }
  .section.home-about.home-welcome,
  .section.home-about.home-photos {
    padding: 20px;
  }
  .section.home-about .items {
    margin-bottom: 30px;
  }
  .section .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .section .section-title.alt {
    font-size: 26px;
    line-height: 36px;
  }
  .section.home-about.why-us .items .feat-thumb {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
  }
  .section.home-about.why-us .items.why-content {
    padding-left: 16px;
  }
  .section.home-about.why-us .items .description,
  .section.home-about.why-us
    .items
    .section.home-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .section.home-about.why-us
    .items
    .address-line {
    padding-right: 0;
  }
  .section.home-about.home-testimonials .testimonial-slider {
    padding-right: 0;
    padding-left: 0;
  }
  .footer .row {
    margin: 0;
  }
  .copyrights h2 {
    padding: 15px;
  }
  .slide-box,
  .slide-box .item,
  .slide-box .item img {
    height: calc(100vh - 60px);
  }
  .slide-box .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
  }
  .slide-box .captionbox .maintitle {
    font-size: 20px;
    line-height: 30px;
  }
  .slide-box .captionbox .description,
  .slide-box
    .captionbox
    .section.home-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .slide-box
    .captionbox
    .address-line {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    margin-top: 5px;
    display: none;
  }
  .section.home-about.news-updates .items img {
    height: 100px;
  }
  .section.home-about.news-updates .items.latest-feat img {
    height: 210px;
  }
  .header {
    margin-top: 30px;
  }
  .left-side {
    padding-right: 15px;
  }
  .left-side.list-page {
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .news-big-list .items.latest-feat {
    margin-top: 0;
  }
  .left-side.no-share {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .news-big-list .items .media .img-box img {
    width: 140px;
    height: 120px;
  }
  .services-lists.gallery-list .item-news .main-title,
  .services-lists.gallery-list .item-news .subline {
    font-size: 22px;
    line-height: 30px;
  }
  .left-side.contact-page {
    padding-right: 15px;
    max-width: 65%;
    flex: 0 0 65%;
    -ms-flex: 0 0 65%;
  }
  .logo-box .search-btn {
    display: block;
    margin-top: 0;
    border: 0;
  }
  .header .search-top {
    position: fixed;
    top: 60px;
    height: 90px;
  }
  .slide-box .captionbox {
    left: 0;
  }
  .slide-box .owl-theme .owl-dots {
    left: 26px;
  }
  .des-box {
    margin-top: 30px;
  }
  .section .more-link {
    margin-left: 0;
  }
  .section.home-about.call-now .items .section-title.alt .left-icon {
    font-size: 44px;
  }
  .facts-box .fact-info {
    margin-bottom: 30px;
  }
  .footer .logo-box {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
  }
  .footer .logo-box img {
    float: left;
  }
  section.copyright-section .name-section,
  section.copyright-section .nav-section {
    padding: 0;
  }
  section.copyright-section .name-section {
    order: 2;
  }
  section.copyright-section .nav-section {
    order: 1;
  }
  .hoz-nav {
    float: none;
  }
  .home-facts .facts-box .fact-info .fact-num .fact-counter {
    font-size: 36px;
    line-height: 40px;
  }
  .home-facts .facts-box .fact-info .left-icon img {
    height: 40px;
  }
  .home-facts .facts-box .fact-info .fact-num .description,
  .home-facts
    .facts-box
    .fact-info
    .fact-num
    .section.home-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .home-facts
    .facts-box
    .fact-info
    .fact-num
    .address-line {
    font-size: 12px;
    line-height: 16px;
    padding: 0 12px;
  }
  .home-facts.home-awards .facts-box .fact-info .left-icon img {
    height: 71px;
  }
  .footer .items .main-title,
  .footer .items .subline {
    font-size: 14px;
    line-height: 26px;
  }
  .editor-box blockquote {
    padding: 10px 40px;
  }
  .full-team .team-item a img {
    float: left;
    width: 100%;
  }
  .services-box.full-services .items a,
  .main-title,
  .subline,
  .full-sector .items a .main-title,
  .full-sector .items a .subline,
  .full-sector .items a .main-title,
  .full-sector .items a .subline {
    font-size: 18px;
    line-height: 24px;
  }
  .google-maps {
    height: auto;
  }
  .search-panel .search-box .search-form {
    width: 90%;
  }
  .full-service-list.full-search-list .items {
    margin-bottom: 0;
    padding-top: 25px;
  }
  .full-service-list.full-search-list .items .main-title,
  .full-service-list.full-search-list .items .subline {
    margin-top: 0;
  }
  .header .number-box .media {
    margin-bottom: 20px;
  }
  .header .number-box .media.emergency-box {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    height: auto;
  }
  .header .number-box {
    float: left;
  }
  .slide-box .owl-theme .owl-controls {
    bottom: 0;
    top: inherit;
  }
  .header .right-info {
    margin-bottom: 15px;
  }
  .section.home-about.team-more .full-team {
    margin: 0;
  }
  .sharetools .share-box .st-btn {
    display: inline-block !important;
    margin-bottom: 7px;
  }
  .share-box {
    position: relative;
    top: 0;
    z-index: 1;
  }
  .share-box .st-btn:last-child {
    margin-right: 8px !important;
  }
  .header .logo-box .circle-logo {
    min-width: auto;
    height: 70px !important;
    width: 70px !important;
    position: absolute;
    top: -10px;
    left: 10px;
  }
  .quick-pop .editor-box.testimonial-info-box figure.image {
    margin-right: 20px;
  }
  .header {
    margin-top: 0;
    padding-top: 0;
  }
  .header .number-box {
    margin-top: 30px;
  }
  .header .right-info {
    display: none;
  }
  .slide-box .item img {
    aspect-ratio: 4/3;
    object-fit: cover;
    height: auto;
  }
  .slide-box,
  .slide-box .item,
  .slide-box .item img {
    height: auto;
  }
}
@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;
    margin-top: 30px;
  }
  .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: 30px;
  }
  .related-more .items:nth-child(2) {
    margin-top: 0;
  }
  .related-more .items img {
    height: 180px;
  }
  .home-mukhya-samachar .normal-list .khabar-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;
  }
  .interview-box img {
    height: auto !important;
  }
  .special-event.white-bg .big-feature img {
    height: auto !important;
  }
  .white-bg .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-bg .item-news .overlay-title .main-title,
  .bishesh-feature .white-bg .item-news .overlay-title .subline {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .main-title,
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .subline {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .special-event.white-bg .big-feature .main-title,
  .special-event.white-bg .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .special-event.white-bg .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: 20px !important;
  }
  .left-side .items.full-list .item-news img {
    width: 190px;
  }
  .left-side .items.full-list .item-news .main-title,
  .left-side .items.full-list .item-news .subline {
    font-size: 22px;
    line-height: 30px;
  }
  .detail-box .editor-box blockquote {
    font-size: 22px;
    line-height: 38px;
    padding-right: 10px;
  }
  .detail-box,
  .detail-featured-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .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;
  }
  .header .number-box .media {
    margin-bottom: 20px;
  }
  .header .number-box .media.emergency-box {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
    height: auto;
  }
  .header .right-info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .main-ads {
    padding: 0;
  }
  .desktop-ad {
    padding: 0;
  }
  .photo-slider .owl-prev,
  .photo-slider .slide-box .owl-next,
  .slide-box .photo-slider .owl-next,
  .photo-slider .service-slider .owl-next,
  .service-slider .photo-slider .owl-next,
  .photo-slider .service-slider-inner .owl-next,
  .service-slider-inner .photo-slider .owl-next,
  .photo-slider .partner-slider .owl-next,
  .partner-slider .photo-slider .owl-next,
  .photo-slider .testimonial-slider .owl-next,
  .testimonial-slider .photo-slider .owl-next,
  .photo-slider .sector-slider .owl-next,
  .sector-slider .photo-slider .owl-next,
  .photo-slider .team-slider .owl-next,
  .team-slider .photo-slider .owl-next {
    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;
  }
  .pradesh-samachar .for-mobiles {
    display: block;
  }
  .pradesh-samachar .main-stories .more-item.small-feature {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .pradesh-samachar .main-stories .more-item.small-feature:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .pradesh-samachar.video-photo .main-stories .more-item.small-feature {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pradesh-samachar.video-photo
    .main-stories
    .more-item.small-feature:nth-child(3) {
    margin-top: 0;
  }
  .ent-list .for-mobiles {
    display: block;
  }
  .ent-list .main-stories .more-item.small-feature {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .ent-list .main-stories .more-item.small-feature:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .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 .khabar-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-about.home-testimonials .item .address-line,
  .section.home-about.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: inherit;
    left: 0;
    width: auto;
  }
  #trends {
    width: 77%;
  }
  .menu-toggle,
  .menu-close,
  .menu-close {
    display: block;
  }
  .new-section {
    margin-top: 15px;
    top: 4px;
  }
  .interview-box img {
    height: auto !important;
  }
  .special-event.white-bg .big-feature img {
    height: auto !important;
  }
  .white-bg .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;
  }
  .bishesh-feature .white-bg .item-news .overlay-title .main-title,
  .bishesh-feature .white-bg .item-news .overlay-title .subline {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .main-title,
  .bishesh-feature .white-bg .bishesh-latest .overlay-title .subline {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .special-event.white-bg .big-feature .main-title,
  .special-event.white-bg .big-feature .subline {
    font-size: 24px;
    line-height: 32px;
  }
  .special-event.white-bg .cat-list-box {
    order: 1;
  }
  .copyright .designby {
    text-align: center;
  }
  .latest-feature.item-news .overlay-title {
    position: relative;
    background: none;
  }
  .latest-feature.item-news .overlay-title .main-title,
  .latest-feature.item-news .overlay-title .subline {
    font-size: 32px;
    line-height: 42px;
    color: #222;
  }
  .latest-feature .cat-dec .cat-name {
    color: #f0512d;
  }
  .latest-feature .cat-dec .time-stamp {
    color: #666;
  }
  .author-info .author-pic {
    max-width: 100%;
  }
  .author-info .more-author-news {
    max-width: 100%;
    padding: 0 15px;
    text-align: left;
  }
  .author-info .more-author-news .tweet-link {
    font-size: 12px;
    float: left;
    font-weight: 400;
    line-height: 18px;
    margin-left: 7px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .author-info .main-title,
  .author-info .subline {
    text-align: left;
  }
  .left-side {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .right-side {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .video-more.video-main-list .news-thumb-box .item-news .main-title,
  .video-more.video-main-list .news-thumb-box .item-news .subline {
    font-size: 22px;
    line-height: 30px;
  }
  .video-more.photo-more .item-news img {
    height: auto !important;
  }
  .slide-box .captionbox .description,
  .slide-box
    .captionbox
    .section.home-about.home-testimonials
    .item
    .address-line,
  .section.home-about.home-testimonials
    .item
    .slide-box
    .captionbox
    .address-line {
    display: block;
  }
  .team-left {
    order: 2;
  }
  .team-right {
    order: 1;
  }
  .section.home-about.team-more {
    order: 3;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-box img {
    margin-top: 22px;
    height: 31px !important;
  }
}
@media only screen and (max-width: 479px) {
  .calendar-box {
    padding: 0;
  }
  .team-holder {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    overflow: auto;
  }
  .team-list-box .items {
    display: inline-flex;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .team-list-box .items .item {
    width: 100%;
  }
  .team-list-box .items:nth-child(1) {
    margin-top: 30px;
  }
  .photo-slider .owl-prev,
  .photo-slider .slide-box .owl-next,
  .slide-box .photo-slider .owl-next,
  .photo-slider .service-slider .owl-next,
  .service-slider .photo-slider .owl-next,
  .photo-slider .service-slider-inner .owl-next,
  .service-slider-inner .photo-slider .owl-next,
  .photo-slider .partner-slider .owl-next,
  .partner-slider .photo-slider .owl-next,
  .photo-slider .testimonial-slider .owl-next,
  .testimonial-slider .photo-slider .owl-next,
  .photo-slider .sector-slider .owl-next,
  .sector-slider .photo-slider .owl-next,
  .photo-slider .team-slider .owl-next,
  .team-slider .photo-slider .owl-next {
    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 .feedback .select,
  .feedback .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 0;
  }
  .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;
    margin-bottom: 30px !important;
  }
  .footer .cat-tags {
    margin-bottom: 10px;
  }
  .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 {
    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;
  }
  .section.masthead-top-bigyaapan {
    padding: 0;
  }
  .social-media {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    display: block;
  }
  .social-media li {
    list-style: none;
    float: none;
    margin-right: 10px;
    display: inline-block;
  }
  .social-media li.search {
    display: none;
  }
  .social-media.tv-btns {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .social-media.tv-btns li {
    width: 100%;
  }
  .social-media.tv-btns li a {
    display: block;
    float: none;
  }
  .section.full-bigyapan {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news-break {
    margin-top: 10px;
  }
  .news-break img {
    height: auto;
    margin-bottom: 15px;
  }
  .news-break .caption-box {
    position: relative;
  }
  .news-break:nth-child(1) {
    margin-top: 0;
  }
  .container {
    padding: 0 15px;
  }
  .home-samaj .item-news {
    margin-bottom: 10px;
  }
  .home-samaj .item-news.common-news img {
    width: 90px;
    height: 85px;
    object-fit: cover;
    float: left;
    margin: 0 20px 10px 0;
  }
  .home-samaj .item-news.common-news .main-title,
  .home-samaj .item-news.common-news .subline {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
  }
  .khelkood-box .news-thumb-box .bishesh-feature .item-news .main-title,
  .khelkood-box .news-thumb-box .bishesh-feature .item-news .subline,
  .artha-news-box .news-thumb-box .bishesh-feature .item-news {
    font-size: 24px;
    line-height: 32px;
  }
  .khelkood-box .news-thumb-box .item-news,
  .artha-news-box .news-thumb-box .item-news {
    margin-bottom: 10px;
  }
  .khelkood-box .news-thumb-box .item-news img,
  .artha-news-box .news-thumb-box .item-news img,
  .tasbir-box .item-news.common-news img {
    height: 150px;
    width: 90px;
    height: 70px !important;
    margin: 5px 20px 10px 0;
    float: left;
  }
  .khelkood-box .news-thumb-box .bishesh-feature .item-news img,
  .artha-news-box .news-thumb-box .bishesh-feature .item-news img {
    float: none;
    height: auto !important;
    width: 100%;
    margin: 0;
  }
  .khelkood-box .news-thumb-box .item-news.common-news .main-title,
  .khelkood-box .news-thumb-box .item-news.common-news .subline,
  .artha-news-box .news-thumb-box .item-news.common-news .main-title,
  .artha-news-box .news-thumb-box .item-news.common-news .subline,
  .tasbir-box .item-news.common-news .main-title,
  .tasbir-box .item-news.common-news .subline {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
  }
  .cat-tags {
    font-size: 20px;
  }
  .cat-tags .extra-news {
    top: 0;
  }
  .special-event.white-bg.kala-news-box .cat-list-box {
    order: 1;
  }
  .artha-news-box .side-section .item-news.second-latest img {
    height: auto !important;
  }
  .main-nav-links,
  .social-box {
    margin: 0 !important;
  }
  ul.footer-nav li {
    display: block;
  }
  .copyright .designby {
    text-align: center;
    display: block;
  }
  .footer .social-media {
    text-align: left;
  }
  .left-side .items.full-list.total-list .item-news .mr-3 {
    margin-right: 0 !important;
  }
  .left-side .items.full-list .item-news img {
    width: 100%;
  }
  .section.home-news .items img {
    height: auto;
  }
  .team-list-box .items .teambox {
    width: 100%;
  }
  .team-list-box .items.top-head .teambox {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .full-service-list .items {
    margin-bottom: 30px;
  }
  .full-service-list .items img {
    height: auto;
  }
  .section.home-news.more-news .items {
    padding: 0;
  }
  .section.home-news.more-news {
    margin: 0;
  }
  .section.home-notice.notice-list-box .items {
    padding: 0 15px;
    border: 0;
  }
  .section.full-notice-list.more-news .items {
    padding: 0;
    border: 0;
  }
  .gallery-list .items.latest-album img {
    height: auto;
  }
  .gallery-list.photo-viewer .items img {
    height: auto;
  }
  .gallery-list .items.latest-video figure .video-title {
    background: none;
    position: relative;
    margin-top: 20px;
    display: block;
    padding: 0;
  }
  .gallery-list .items.latest-video figure .video-title .main-title,
  .gallery-list .items.latest-video figure .video-title .subline {
    font-size: 18px;
    line-height: 20px;
    color: #222933;
  }
  .gallery-list .items.latest-video img {
    height: auto;
  }
  .feedback .more-link {
    text-align: left;
  }
  .feedback .more-link .ajax-loader {
    position: relative;
    top: 5px;
  }
  div.wpcf7 {
    margin-bottom: 30px;
  }
  header .headbox {
    height: 72px;
  }
  .products-tab .nav-item {
    margin-left: 1px;
    width: 100%;
    flex: none;
  }
  .author-box .share-section {
    padding-right: 0;
    padding-left: 0;
  }
  .author-box .items .total-view {
    float: left;
  }
  .report-list .items .more-link {
    position: relative;
    right: 0;
    top: 0;
    margin: 20px 0 0 0;
  }
  .section.home-about.news-updates .items img {
    height: auto;
  }
  .section.home-about.news-updates .items.latest-feat img {
    height: auto;
  }
  .news-big-list .items a {
    display: block;
  }
  .news-big-list .items a .media {
    display: block;
  }
  .news-big-list .items a .media figure {
    margin: 0 !important;
  }
  .news-big-list .items .media .img-box img {
    width: 100%;
    height: auto;
  }
  .left-side.contact-page {
    padding-right: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .section.home-about.team-more .full-team {
    margin: 0 -15px;
  }
  .slide-box,
  .slide-box .item,
  .slide-box .item img {
    height: auto;
  }
  .slide-box .captionbox {
    position: relative;
    background: none;
  }
  .slide-box .owl-theme .owl-dots {
    left: 0;
    position: relative;
    text-align: left;
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 0px 30px;
  }
  .slide-box .owl-theme .owl-controls {
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .header .number-box .media.emergency-box.book-appointment {
    margin-top: 15px;
    margin-left: 0;
  }
  .book-btn {
    font-size: 10px;
    width: 90px;
    text-align: left;
    line-height: 11px;
    position: absolute;
    top: 10px;
    right: 100px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    max-width: none;
  }
  .logo-box .book-btn {
    display: block;
  }
  .services-box.full-news {
    margin: 0;
  }
  .inner-page .more-box .services-box.full-news {
    margin: 0;
  }
  .section.home-about.more-box .title-item .section-title {
    margin-bottom: 10px;
  }
  .section.home-about.more-box {
    padding-top: 0;
  }
  ul.footer-nav {
    margin-bottom: 0;
  }
  .footer .item-box .media:last-child,
  .footer .box-item .media:last-child {
    margin-bottom: 0;
  }
  .slide-box .item img {
    aspect-ratio: unset;
  }
  .section.home-about.sectors.featured .items .main-title,
  .section.home-about.sectors.featured .items .subline {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 379px) {
  .header .logo-box img {
    height: 20px !important;
    margin-top: 28px;
  }
}
