body {
  font-size: 17px;
  font-family: 'Mukta', sans-serif;
  font-weight: 500;
  color: #1f274b; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Mukta', sans-serif; }

a {
  text-decoration: none;
  color: #1f274b;
}

a:hover {
  text-decoration: none;
  color: #23527c;
}

.news-list .block-news h2 a:hover{
  text-decoration: none;
  color: #23527c;
}

img {
  max-width: 100%;
  height: auto; }

main {
  padding-top: 0px; }

.modal-body {
  min-height: 80vh; }
.modal-body.search {
  height: auto;
  min-height: auto; }
.modal-body h3 {
  font-size: 19px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 600; }
.modal-body h3 a {
  color: #9c3d07; }
.modal-body .search-button {
  background: #9c3d07;
  border: 0; }

.primary-btn {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 23px;
  background: #9c3d07;
  min-width: 225px;
  display: inline-block;
  text-align: center; }

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0px;
  border-bottom: 1px solid #efefef;
  background: #ff5f00; }
header .top-header {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #F7F7F7; }

.logo-wrap .navbar-brand {
  color: #9c3d07;
  padding: 0;
  width: 320PX;
  height: 76px;
  vertical-align: middle; }
.logo-wrap .navbar-brand img {
  display: inline-block;
  height: 100%; }

.logo-wrap .logo_text {
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: middle; }
.logo-wrap .logo_text h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  color: #23669e; }
.logo-wrap .logo_text h1 {
  font-size: 18px;
  font-weight: 700;
  color: #ce0000; }

header .navbar {
  padding: 0; }
header .navbar .mr-auto, header .navbar .mx-auto {
  margin-right: auto !important; }
header .navbar .navbar-nav {
  display: block; }
header .navbar .navbar-nav li {
  margin-right: 0px;
  float: left; }
header .navbar .navbar-nav li .nav-link {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 15px 20px; }
header .navbar .navbar-nav li .nav-link:hover {
  background: #d28050; }
header .navbar .navbar-nav li:hover .dropdown-menu {
  display: block; }
header .navbar .navbar-nav li .dropdown-menu {
  margin: 0; }
header .navbar .navbar-nav li .dropdown-menu a {
  color: #1f274b;
  padding: 10px; }
header .navbar .navbar-nav li .dropdown-menu a:hover {
  color: #9c3d07; }
header .navbar .navbar-nav li.active .nav-link {
  background: #9c3d07; }
header .navbar.lang-eng li .nav-link {
  font-size: 19px;
  font-weight: 700; }
header .navbar .btn-search {
  background: #d28050;
  border: 0;
  font-size: 22px; }

.header-left {
  height: 100%;
  padding: 10px 0;
  position: relative; }
.header-left .flag {
  position: absolute;
  width: 50px;
  right: -30px;
  top: 4px; }
.header-left.no-border {
  border: 0; }
.header-left .form-inline {
  display: block;
  position: relative;
  vertical-align: top;
  border: 1px solid #e4e4e4; }
.header-left .form-inline input {
  font-size: 16px;
  font-weight: 400;
  color: #1f274b;
  background: none;
  border: 0;
  border-radius: 30px;
  height: 33px;
  width: 100%; }
.header-left .form-inline input:hover, .header-left .form-inline input:focus {
  border: 0;
  box-shadow: none; }
.header-left .form-inline button {
  font-size: 18px;
  color: #1f274b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  cursor: pointer; }
.header-left ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
.header-left ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
  position: relative; }
.header-left ul li select {
  font-size: 14px;
  height: auto;
  color: #1f274b;
  border: 1px solid #1f274b;
  background: none; }
.header-left ul li a {
  font-size: 16px;
  color: #1f274b;
  padding: 0;
  vertical-align: middle; }
.header-left ul li a .la {
  font-size: 21px; }
.header-left ul li.login .dropdown-menu {
  max-width: 100px;
  margin: 0;
  min-width: 130px;
  left: -92px; }
.header-left ul li.login .dropdown-menu a {
  font-size: 16px;
  padding: 10px;
  color: #9c3d07; }
.header-left ul li.login:hover .dropdown-menu {
  display: block;
  max-width: 100px; }
.header-left ul li span {
  font-size: 15px;
  width: 22px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  background: #9c3d07;
  border-radius: 30px;
  border: 1px solid #9c3d07;
  color: #1f274b;
  display: inline-block; }
.header-left ul.language {
  display: block;
  margin-bottom: 10px; }
.header-left ul.language li a {
  font-size: 12px; }

.dropdown-toggle::after {
  content: "\f110";
  font: normal normal normal 12px/0 LineAwesome;
  border: 0;
  position: relative;
  top: 4px;
  margin: 0; }

.main-title {
  font-size: 64px;
  line-height: 1.4;
  font-weight: 700; }
.main-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px; }
.main-title span:after {
  content: '';
  width: 100%;
  background: #23669e;
  height: 6px;
  position: absolute;
  bottom: -3px;
  left: 0; }

.block-title {
  font-size: 19px;
  font-weight: 800;
  color: #135dae;
  border-bottom: 1px solid #9c3d07;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.block-title .wrap {
  float: none;
  display: inline-block;
  padding: 10px;
  background: #9c3d07;
  color: #fff; }
.block-title span a {
  font-size: 16px;
  color: #fff;
  background: #9c3d07;
  padding: 5px 25px;
  border-radius: 20px;
  display: inline-block; }

.title {
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  color: #1f274b;
  font-weight: 700;
  margin-bottom: 10px; }

.secondary-title {
  font-size: 31px;
  font-weight: 600; }

.small-title {
  font-size: 20px;
  font-weight: 500;
  color: #1f274b; }

.author {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #9c3d07;
}
.author .img-wrap {
  height: auto !important; }
.author .img-wrap img {
  width: 30px !important;
  height: 30px !important;
  object-fit: cover;
  border-radius: 50%; }
.author i {
  margin-right: 7px; }

.readmore {
  font-size: 13px;
  color: #ffffff;
  background: #ce0000;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px; }

.hot-news .item-wrap {
  border-bottom: 1px solid #e4e4e4;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  padding: 10px;
}
.hot-news .item-wrap .img-wrap {
  margin-bottom: 10px;
}
.hot-news .item-wrap .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
.hot-news .item-wrap p{
 font-size: 24px;
}
.top-recent-news .hot-newswrap {
  display: flex;
  align-items: center;
  padding: 20px 0; }
.top-recent-news .hot-newswrap .img-wrap {
  width: 155px;
  height: 90px;
  margin-right: 20px; }
.top-recent-news .hot-newswrap p {
  width: calc(100% - 155px);
  margin: 0; }
.top-recent-news .hot-newswrap p a {
  font-size: 18px;
  font-weight: 600; }

.highlight {
  display: inline-block;
  padding: 5px 20px;
  background: #9c3d07;
  color: #fff;
  border-radius: 7px; }

.block-news {
  box-shadow: 1px 2px 3px #e4e4e4; }
.block-news .img-wrap {
  height: 500px; }
.block-news .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
.block-news.secondary {
  box-shadow: none; }
.block-news.secondary .img-wrap {
  height: 300px; }
.block-news.secondary .secondary-title {
  font-size: 31px;
  font-weight: 600; }
.block-news.secondary .author {
  justify-content: end; }

.image-list-news {
  padding: 0;
  margin: 0; }
.image-list-news li {
  list-style: none;
  display: flex;
  margin-bottom: 15px; }
.image-list-news li .img-wrap {
  width: 135px;
  height: 90px;
  margin-right: 15px; }
.image-list-news li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.image-list-news li .content {
  width: calc(100% - 135px); }
.image-list-news li .content a {
  margin-bottom: 10px;
  display: inline-block; }
.image-list-news li .author {
  justify-content: end; }
.image-list-news.two-column li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-right: 20px; }

.title-list-news {
  padding: 0;
  margin: 0; }
.title-list-news li {
  list-style: none; }
.title-list-news li .wrap {
  display: flex;
  margin-bottom: 15px; }
.title-list-news li .wrap .img-wrap {
  width: 125px;
  height: 100px;
  margin-right: 15px; }
.title-list-news li .wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.title-list-news li .wrap .content {
  width: calc(100% - 125px); }
.title-list-news li .wrap .content p {
  font-size: 15px;
  margin: 0; }
.title-list-news li .wrap .content a {
  font-size: 21px;
  margin-bottom: 10px;
  display: inline-block; }
.title-list-news li .wrap .author {
  justify-content: end; }

.generic-newslist {
  margin-bottom: 20px; }
.generic-newslist .img-wrap {
  height: 170px;
  width: 100%;
  margin-bottom: 20px; }
.generic-newslist .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.generic-newslist p {
  margin-bottom: 5px; }
.generic-newslist .author {
  justify-content: end; }

.trending h3 {
  background: #9c3d07;
  padding: 10px 20px;
  color: #fff; }

.trending ul {
  padding: 0;
  padding-left: 20px;
}
.trending ul li {
  list-style: devanagari;
  border-bottom: 1px solid #e4e4e4;
  /*display: flex;*/
  padding: 10px 5px;
  margin-bottom: 10px; }
.trending ul li a {
  color: #1f274b;
  font-size: 21px;
  font-weight: 500; }
.trending ul li span {
  font-size: 42px;
  line-height: 1;
  margin-right: 20px;
  color: #c5c5c5; }

.economy ul li {
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 5px;
}

.trending.detail-trending ul {
  display: table;
  width: 100%;
  clear: both; }
.trending.detail-trending ul li {
  float: left;
  width: 50%;
  border: 0;
  margin-bottom: 20px;
  padding-right: 20px; }

.prabash .generic-newslist {
  box-shadow: 0px 0px 6px #dfdfdf;
  padding: 5px; }

.manoranjan {
  background: #F7F7F7;
  margin-bottom: 20px; }
.manoranjan .secondary-title, .manoranjan .block-news.secondary .secondary-title {
  font-size: 26px; }
.manoranjan .nav {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px; }
.manoranjan .nav h2 {
  float: left;
  color: #9c3d07; }
.manoranjan .nav-item {
  margin: 0 5px;
  display: inline-block; }
.manoranjan .nav-item a {
  font-size: 15px;
  border: 0;
  color: #135dae;
  background: #c3c3c3;
  border-radius: 20px;
  padding: 7px 20px; }
.manoranjan .nav-item a.active {
  color: #ffffff;
  background: #135dae; }

.khelkud .block-news.secondary .secondary-title {
  font-size: 31px;
  font-weight: 600; }

.sifaris h2 {
  background: #9c3d07;
  font-size: 27px;
  color: #fff;
  padding: 10px 15px; }

.sifaris .image-list-news li {
  margin-bottom: 30px; }

.sifaris .image-list-news li .img-wrap {
  width: 100px;
  height: 100px; }
.sifaris .image-list-news li .img-wrap img {
  border-radius: 50%; }

.sifaris .image-list-news li .content {
  width: calc(100% - 116px); }


.top-content {
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #efefef; }
.top-content .content-wrap .img-wrap {
  height: 390px;
  margin-bottom: 20px; }
.top-content .content-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.date {
  font-size: 13px;
  color: #9c3d07;
  margin-bottom: 10px;
  display: block; }

.top-list {
  padding: 0;
  margin: 0; }
.top-list li {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px; }
.top-list li .content-wrap {
  width: calc(100% - 90px);
  padding-left: 20px; }
.top-list li .content-wrap span {
  margin-bottom: 0; }
.top-list li .content-wrap h3 {
  font-size: 16px;
  margin-bottom: 4px; }
.top-list li .content-wrap h3 a {
  color: #ce0000; }
.top-list li .content-wrap p {
  margin: 0;
  font-size: 13px; }
.top-list li .img-wrap {
  width: 80px;
  height: 80px; }
.top-list li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.frequent {
  padding: 50px 0;
  border-bottom: 1px solid #efefef; }
.frequent h3 {
  font-family: 'Poppins', sans-serif; }
.frequent .secondary-title {
  font-size: 18px; }
.frequent .top-list li .img-wrap {
  height: 200px; }

.content-choices {
  padding: 50px 0;
  border-bottom: 1px solid #efefef;
  text-align: center; }
.content-choices ul {
  padding: 0;
  margin: 0; }
.content-choices ul li {
  list-style: none;
  display: inline-block; }
.content-choices ul li a {
  padding: 10px 25px;
  border: 1px solid #efefef;
  margin: 0 10px;
  display: inline-block; }
.content-choices ul li a:hover {
  border: 1px solid #e4e4e4; }

.community {
  padding: 50px 0;
  border-bottom: 1px solid #efefef;
  text-align: center; }
.community ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px; }
.community ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  border: 1px solid #efefef;
  padding: 20px 10px; }
.community ul li .img-wrap {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  box-shadow: -1px 1px 8px #dadada;
  margin-bottom: 20px; }
.community ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }

.content-detail {
  padding: 50px 0;
  font-family: 'Raleway', sans-serif; }
.content-detail .main-title {
  margin-bottom: 10px; }
.content-detail h4 {
  font-size: 20px;
  margin-bottom: 45px;
  color: #8e8e8e;
  font-weight: 400; }
.content-detail .img-wrap {
  margin-bottom: 20px; }
.content-detail .credit {
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
  color: #e4e4e4; }
.content-detail p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px; }
.content-detail ul {
  margin-bottom: 50px; }
.content-detail ul li {
  font-size: 18px;
  font-weight: 400; }

.share-bar {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between; }
.share-bar .left {
  display: flex;
  align-items: center; }
.share-bar .left .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 50px;
  background: #ccc;
  margin-right: 10px;
  margin-bottom: 0; }
.share-bar .left .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }
.share-bar .left span {
  margin-right: 10px; }
.share-bar .left span a {
  color: #9c3d07; }
.share-bar .left p {
  font-size: 16px;
  margin: 0; }
.share-bar .left p a {
  padding: 0 5px; }
.share-bar ul {
  padding: 0;
  margin: 0; }
.share-bar li {
  list-style: none;
  display: inline-block;
  margin: 0 10px; }

.news-activities .top-list {
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #a0a0a0; }
.news-activities .top-list li {
  border-bottom: 1px solid #a0a0a0;
  padding: 10px; }
.news-activities .top-list li:last-child {
  border: 0; }

.news-activities.quicklinks .top-list {
  padding: 10px 0; }
.news-activities.quicklinks .top-list li {
  display: block;
  line-height: 20px;
  padding: 5px 10px;
  margin-bottom: 5px; }
.news-activities.quicklinks .top-list li a {
  font-size: 14px;
  color: #23669e;
  font-weight: 600; }
.news-activities.quicklinks .top-list li a.readmore {
  color: #fff; }

.gallery-video, .company-detail, .gallery, .map-social, .team-member {
  padding: 40px 0; }

.gallery-video {
  padding-bottom: 20px; }

.company-detail {
  background: #f7f7f7; }
.company-detail .img-wrap {
  height: 400px; }
.company-detail .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; }
.company-detail p {
  text-align: justify; }

.gallery {
  background: #f7f7f7; }
.gallery .title-wrap {
  background: #fff;
  padding: 20px; }
.gallery .title-wrap a {
  font-size: 21px;
  font-weight: 500; }

.detail-page {
  padding: 50px 0;
  /*text-align: justify;*/
  background: #f5f5f5; }
.detail-page .author {
  justify-content: left;
}
.detail-page .sec-title {
  font-size: 26px;
  color: #9c3d07;
  font-weight: 600;
  margin-bottom: 30px; }
.detail-page .detail-img-wrap {
  margin: 20px 0 30px 0; }
.detail-page p {
  margin-bottom: 30px; }
.detail-page p strong {
  display: block;
  margin-bottom: 15px; }
.detail-page .product .img-wrap {
  height: 200px; }
.detail-page.gallery {
  background: #fff; }
.detail-page.gallery .img-wrap {
  height: 200px;
  margin: 0;
  background: #e4e4e4; }
.detail-page.gallery .img-wrap img {
  width: 100%;
  height: 100%; }
.detail-page.gallery .title-wrap {
  padding: 5px 7px; }
.detail-page.gallery .gallery-wrap {
  box-shadow: 1px 1px 6px #d0d0d0;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden; }
.detail-page .team-member .img-wrap {
  height: 150px; }
.detail-page .team-member .img-wrap img {
  object-fit: cover; }
.detail-page .modal-body {
  height: auto;
  min-height: 0; }
.detail-page .article-list.link-list li .img-wrap img {
  object-fit: contain; }
.detail-img-wrap img{
  width: 100%;
}

.comment-wrap ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
.comment-wrap ul li .wrap-img {
  width: 70px;
  height: 70px; }
.comment-wrap ul li .content {
  width: calc(100% - 90px); }
.comment-wrap ul li .content p {
  margin-bottom: 0; }
.comment-wrap ul li .content .name-date {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc; }
.comment-wrap ul li .content .name {
  font-size: 22px;
  font-weight: 500;
  color: #9c3d07; }
.comment-wrap ul li .content .date {
  color: #9a9a9a; }
.comment-wrap ul li .content .comment {
  font-size: 16px;
  margin-bottom: 20px; }
.comment-wrap ul li .content .comment-filter span {
  font-size: 14px;
  margin-right: 10px; }
.comment-wrap ul li .content .comment-filter span .red {
  color: #9c3d07; }
.comment-wrap ul li .content .comment-filter span a {
  padding: 0 5px; }
.comment-wrap ul li .content .comment-filter span .reply {
  background: #e7edf4;
  color: #9c3d07;
  display: inline-block;
  padding: 5px 17px;
  border-radius: 20px; }

.detail-wrap {
  margin-bottom: 30px; }
.detail-wrap h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px; }
.detail-wrap .table .thead-light th {
  background: #9c3d07;
  color: #fff;
  vertical-align: middle; }

.list-order li {
  margin-bottom: 10px; }

.link-list {
  padding: 0;
  margin: 0; }
.link-list li {
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef; }
.link-list li a {
  font-size: 19px;
  color: #ce0000; }
.link-list li p a {
  font-size: 15px;
  color: #9c3d07;
  line-height: 25px;
  font-weight: 600;
  margin: 0 5px;
  text-transform: uppercase; }
.link-list li p a.readmore {
  font-size: 13px;
  color: #ffffff;
  padding: 5px 15px;
  line-height: inherit; }

.two_column {
  background: #f5f5f5;
  padding: 50px 0; }

.news-list li {
  display: flex; }
.news-list li .img-wrap {
  margin-right: 20px; }

.news-list .block-news {
  box-shadow: 0px 0px 6px #b3b3b3; }
.news-list .block-news .img-wrap {
  height: 250px; }
.news-list .block-news h2 {
  line-height: 25px; }
.news-list .block-news .secondary-title {
  font-size: 21px;
  color: #9c3d07; }

.sidebar-add {
  margin-bottom: 10px;
  text-align: center; }

.custommarquee {
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  font-size: 15px; }
.custommarquee .wrap {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center; }
.custommarquee .wrap .markquee-head {
  background: #ce0000;
  color: #fff;
  padding: 10px; }
.custommarquee .small-title {
  color: #ffffff;
  font-weight: 700;
  background: #23669e;
  padding: 5px; }
.custommarquee a {
  font-size: 15px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 20px;
  margin-top: 0px; }
.custommarquee ul {
  margin: 0; }
.custommarquee ul li {
  list-style: none;
  display: inline-block; }

.top-slider {
  position: relative;
  height: 380px;
  background: #9c3d07;
  position: relative; }
.top-slider .flexslider {
  height: 100%;
  background: none;
  border: 0; }
.top-slider .flexslider .flex-viewport {
  height: 100%; }
.top-slider .flexslider .slides {
  height: 100%; }
.top-slider .flexslider .slides li {
  height: 100%;
  position: relative; }
.top-slider .flexslider .slides li .img-wrap {
  height: 100%;
  position: relative; }
.top-slider .flexslider .slides li .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
.top-slider .flexslider .slides li .slider-description {
  position: absolute;
  min-width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
  z-index: 9;
  background: #e4e4e4; }
.top-slider .flexslider .slides li .slider-description h4 {
  font-size: 17px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin: 0; }
.top-slider .flexslider .flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%); }
.top-slider .flexslider .flex-direction-nav a {
  opacity: 1;
  height: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #1f274b; }
.top-slider .flexslider .flex-direction-nav .flex-prev {
  left: 20px; }
.top-slider .flexslider .flex-direction-nav .flex-prev:before {
  content: "\f111";
  font: normal normal normal 26px/1 LineAwesome;
  color: #9c3d07;
  left: 5px;
  position: relative;
  top: 3px; }
.top-slider .flexslider .flex-direction-nav .flex-next {
  right: 20px; }
.top-slider .flexslider .flex-direction-nav .flex-next:before {
  content: "\f112";
  font: normal normal normal 26px/1 LineAwesome;
  color: #9c3d07;
  left: -5px;
  position: relative;
  top: 3px; }

.margin-btm {
  margin-bottom: 40px; }

.owl-carousel {
  text-align: center; }

.publications .product {
  padding: 0; }
.publications .product .img-wrap {
  height: 230px;
  border: 1px solid #dcdcdc; }

.product {
  margin-bottom: 30px;
  background: #F7F7F7;
  padding-bottom: 20px; }
.product .img-wrap {
  height: 250px;
  background: #F7F7F7;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
.product .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: inline-block; }
.product .img-wrap .cart {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #9c3d07;
  padding: 10px;
  border-radius: 30px;
  font-size: 25px;
  color: #fff;
  line-height: 25px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(20px, 0px, 0);
  transform: translate3d(20px, 0px, 0);
  opacity: 0; }
.product .img-wrap:hover .cart {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }
.product .detail {
  text-align: left;
  padding: 0 15px; }
.product h4 {
  margin-bottom: 5px;
  line-height: 20px;
  margin-bottom: 20px; }
.product h4 a {
  font-size: 21px;
  font-weight: 500; }
.product .view {
  font-size: 13px;
  font-weight: 600;
  color: #e4e4e4; }

.single-collection {
  background: #9c3d07;
  height: 700px;
  margin: 200px 0; }
.single-collection .img-wrap {
  height: 600px;
  position: absolute;
  background: #fff;
  width: 100%;
  bottom: -15%;
  border: 1px solid #9c3d07; }
.single-collection .img-wrap.bottom {
  bottom: auto;
  top: -15%;
  left: 0; }
.single-collection .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain; }
.single-collection .detail {
  position: relative;
  padding: 30px 0;
  height: 350px;
  text-align: right; }
.single-collection .detail h4 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px; }
.single-collection .detail p {
  font-size: 23px;
  font-weight: 600;
  color: #1f274b;
  margin-bottom: 5px; }
.single-collection .detail .primary-btn {
  color: #9c3d07;
  background: #1f274b; }
.single-collection .detail.bottom-detail {
  text-align: left;
  bottom: -70%;
  height: auto; }
.single-collection .small {
  margin-top: -40px;
  position: relative;
  z-index: 0; }
.single-collection .small .img-wrap {
  position: relative;
  z-index: -1; }
.single-collection .small .detail {
  left: auto;
  right: -35%; }

.owl-nav button {
  margin: 0 10px; }
.owl-nav button:focus {
  outline: none; }
.owl-nav button.owl-prev {
  left: 0; }
.owl-nav button.owl-next {
  right: 0; }
.owl-nav button span {
  font-size: 41px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #1f274b;
  border-radius: 30px;
  line-height: 32px; }

footer {
  font-size: 14px;
  padding: 40px 0 0 0;
}
footer h4 {
  font-size: 20px;
  font-weight: 700;
  color: #9c3d07;
  margin-bottom: 20px; }
footer .bottom-logo {
  font-size: 20px;
  font-weight: bold;
  color: #1f274b;
  height: 50px;
  display: inline-block;
  margin-bottom: 30px; }
footer .bottom-logo img {
  height: 100%;
  display: inline-block; }
footer .social {
  padding: 0;
  margin: 0; }
footer .social li {
  list-style: none;
  margin-right: 10px;
  display: inline-block; }
footer .social li a {
  font-size: 21px;
  color: #9c3d07;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #9c3d07;
  display: inline-block; }
footer .social li a i {
  line-height: 28px; }
footer .foot-menu {
  margin-bottom: 20px; }
footer .foot-menu ul {
  padding: 0;
  margin: 0; }
footer .foot-menu ul li {
  list-style: none;
  font-size: 18px;
  padding: 5px 0; }
footer .foot-menu ul li .la {
  font-size: 23px; }
footer .bottom-footer {
  background: #74746c;
  padding: 20px 0; }
footer .bottom-footer p {
  margin: 0;
  line-height: 3;
  color: #fff; }
footer .bottom-footer p a {
  color: #fff; }

.copyright {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0; }
.copyright li {
  list-style: none;
  font-size: 16px;
  color: #fff; }

.footer-teams li {
  width: 30%;
  display: inline-block; }
.footer-teams li span {
  font-size: 16px;
  color: #9d9d9d;
  display: block; }
.footer-teams li b {
  font-size: 21px;
  font-weight: 700; }

.breadcrum-wrap {
  background: #F7F7F7;
  margin-bottom: 50px;
  text-align: center;
  padding: 20px 0; }
.breadcrum-wrap .title {
  margin-bottom: 20px; }

.breadcrumb {
  background: none;
  border-radius: 0;
  margin-bottom: 0px;
  text-align: center;
  display: inline-block; }
.breadcrumb .breadcrumb-item {
  display: inline-block;
  font-size: 14px; }
.breadcrumb .breadcrumb-item a {
  font-size: 15px;
  color: #1f274b; }
.breadcrumb .breadcrumb-item.active {
  color: #9c3d07; }

.border-bottom {
  border-bottom: 1px solid #1f274b; }

.update {
  margin-bottom: 50px;
  padding: 0px 0 20px 0;
  border-bottom: 1px solid #efefef; }

.cart-total .table tr td {
  padding: 20px 0; }

.colored {
  color: #9c3d07; }

.pagination {
  display: inline-block; }
.pagination li {
  line-height: 35px;
  background: #efefef;
  float: left;
  border: 1px solid #9c3d07;
  margin-left: -1px;
}
.pagination li span {
  padding: 5px 20px;
  display: inline-block; }
.pagination li.active {
  background: #9c3d07;
  color: #fff; }
.pagination li a {
  color: #9c3d07; }


.update {
  margin-bottom: 20px; }

.error_not_found_area {
  padding: 50px 0;
  text-align: center; }

.blog_page_area {
  padding: 50px 0; }

.sec-padding, .profile {
  padding: 50px 0; }

.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff; }

.profile-userpic {
  width: 100px;
  height: 100px; }
.profile-userpic img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #ccc; }

.profile-usertitle {
  text-align: center;
  margin-top: 20px; }

.profile-usertitle-name {
  color: #1f274b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px; }

.profile-usertitle-job {
  text-transform: uppercase;
  color: #1f274b;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px; }

.profile-userbuttons {
  text-align: center;
  margin-top: 10px; }
.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px; }

.profile-userbuttons .btn:last-child {
  margin-right: 0px; }

.profile-usermenu {
  margin-top: 30px; }
.profile-usermenu ul {
  display: block; }
.profile-usermenu ul li {
  border-bottom: 1px solid #F7F7F7;
  display: block;
  padding: 10px; }
.profile-usermenu ul li.active a {
  color: #1f274b;
  border-left: 2px solid #1f274b;
  margin-left: -2px;
  padding-left: 10px; }
.profile-usermenu ul li:last-child {
  border-bottom: none; }
.profile-usermenu ul li a {
  color: #1f274b;
  font-size: 15px;
  font-weight: 400; }
.profile-usermenu ul li a:hover {
  color: #9c3d07; }
.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px; }

#nav {
  float: left;
  width: 280px;
  border-top: 1px solid #1f274b;
  border-right: 1px solid #1f274b;
  border-left: 1px solid #1f274b; }
#nav li a {
  display: block;
  padding: 10px 15px;
  background: #ccc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #999;
  text-decoration: none;
  color: #1f274b; }
#nav li a:hover {
  background: #999;
  color: #fff; }
#nav li a.active {
  background: #999;
  color: #fff; }
#nav li ul {
  display: none; }
#nav li ul li a {
  padding: 10px 25px;
  background: #ececec;
  border-bottom: 1px dotted #ccc; }

.form-group .form-control, .form-group span {
  height: 38px !important;
  line-height: 36px !important; }

@media (max-width: 1024px) {
  .top-slider .flexslider .slides li .slider-description {
    z-index: 9; } }

@media (max-width: 991px) {
  header .navbar .navbar-nav {
    display: flex; }
  .navbar .navbar-nav li {
    display: block; }
  header .navbar .navbar-nav li {
    display: block;
    border: none; }
  .team-member.slider-team ul li {
    margin: 20px 0 20px 0;
    width: 49%; }
  .image-list-news.two-column li {
    width: 100%; }
  .main-title {
    font-size: 45px; }
  .hot-news .item-wrap .img-wrap {
    height: 400px; }
  .secondary-title {
    font-size: 33px; } }

@media (max-width: 767px) {
  .main-title {
    font-size: 35px; }
  header .top-header {
    text-align: center; }
  .header-left ul {
    display: block;
    text-align: center; }
  .header-left .flag {
    right: 0; }
  .header-left {
    border-bottom: 1px solid #efefef; }
  .header-left .form-inline {
    margin: 0 !important; }
  .custommarquee .wrap {
    display: inline-block; }
  .custommarquee .wrap .markquee-head {
    text-align: center; }
  .custommarquee ul {
    padding: 0; }
  .custommarquee a {
    font-size: 14px;
    padding: 5px 5px; }
  .top-slider {
    margin-bottom: 30px; }
  .top-slider .flexslider .slides li .img-wrap {
    width: 100%;
    right: auto;
    border-radius: 0;
    background: none; }
  .top-slider .flexslider .slides li .slider-description h3,
  .top-slider .flexslider .slides li .slider-description h4 {
    font-size: 15px; }
  .top-slider .flexslider .flex-direction-nav {
    left: 50%;
    transform: translateX(-50%); }
  .collection-group .collection-wrap {
    width: 100%; }
  .bottom-collection .img-wrap,
  .top-single-product,
  footer {
    text-align: center; }
  .top-single-product .img-wrap {
    display: inline-block;
    margin-bottom: 90px; }
  .bottom-collection {
    height: auto; }
  .bottom-collection .img-wrap,
  .bottom-collection .detail {
    width: 100%;
    position: relative;
    right: auto;
    top: auto; }
  .bottom-collection .wrap {
    height: auto;
    padding: 40px 10px; }
  .bottom-collection .col-wrap {
    top: auto;
    transform: none; }
  .top-collection {
    text-align: center; }
  .single-collection {
    height: auto; }
  .single-collection {
    margin: 0; }
  .single-collection .img-wrap {
    position: relative;
    height: 400px;
    bottom: auto;
    margin-bottom: 20px; }
  .single-collection .detail.bottom-detail {
    bottom: auto;
    text-align: center; }
  .single-collection .img-wrap.bottom {
    top: auto; }
  .single-collection .detail {
    height: auto;
    text-align: center; }
  .article-list li {
    text-align: center;
    margin-bottom: 20px; }
  .article-list.column .content {
    width: 100%; }
  .article-list li .img-wrap {
    display: inline-block;
    margin: 0 0 10px 0;
    height: 300px;
    width: auto; }
  .team-member.slider-team ul li {
    justify-content: space-evenly;
    width: 100%;
    margin: 10px 0; }
  footer .bottom-footer p {
    text-align: center !important; }
  .trending.detail-trending ul li {
    width: 100%; }
  .hot-news .item-wrap .img-wrap {
    height: 400px; }
  .hot-news .item-wrap .img-wrap img {
    object-fit: cover; }
  .image-list-news li .img-wrap {
    width: 100px; }
  .image-list-news li .content {
    width: calc(100% - 100px); } }

@media (max-width: 480px) {
  .team-member ul li,
  .team-member.detail-wrap ul li {
    width: 100%; }
  .team-member.slider-team ul li .detail {
    width: 100%;
    display: block; } }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #9c3d07;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px; }

.navbar-toggler-icon i {
  color: #fff;
  font-size: 23px;
  font-weight: 700; }

header .navbar {
  justify-content: flex-end; }

.news_detail p{
  font-size: 22px;
  margin: 0 0 28px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.blocklist-newswrap {
  margin: 0;
  background: #fff;
  padding: 20px 0;
}

.antarbarta_column .img-wrap {
  position: relative;
  margin-bottom: 20px;
}

.antarbarta_column .position {
  margin-top: 5px;
}
