@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");


* {
  box-sizing: border-box;
}

:root {
  --black: rgba(0, 0, 0, 1);
  --midnight-blue: rgba(0, 43, 107, 0.302);
  --congress-blue: rgba(4, 56, 132, 1);
  --shark: rgba(27, 38, 46, 1);
  --chambray: rgba(58, 91, 140, 1);
  --abbey: rgba(78, 78, 78, 1);
  --concord: rgba(123, 123, 123, 1);
  --thunderbird: rgba(192, 33, 28, 1);
  --guardsman-red: rgba(215, 1, 2, 1);
  --iron: rgba(215, 215, 215, 1);
  --porcelain: rgba(239, 242, 245, 1);
  --concrete: rgba(242, 242, 242, 1);
  --yellow-orange: rgba(255, 193, 83, 1);
  --white: rgba(255, 255, 255, 1);
  --font-size-xxs: 11px;
  --font-size-xs: 12px;
  --font-size-s: 13px;
  --font-size-m: 14px;
  --font-size-l: 16px;
  --font-size-xl: 17px;
  --font-size-xxl: 18px !important;
  --font-size-xxl: 28px;
  --font-size-xxxl: 20px;
  --font-size-xxxxl: 21px;
  --font-size-xxxxxl: 23px;
  --font-size-xxxxxxl: 25px;
  --font-size-xxxxxxxxl: 45px;
  --font-family-helvetica: "Helvetica";
  --font-family-helveticaneue-medium: "HelveticaNeue-Medium";
  --font-family-kohinoordevanagari-bold: "KohinoorDevanagari-Bold";
  --font-family-kohinoordevanagari-regular: "KohinoorDevanagari-Regular";
  --font-family-mukta: "Mukta";
  --font-family-raleway: "Raleway";
}

.mukta-extra-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 800;
  font-style: normal;
}

.mukta-semi-bold-porcelain-14px {
  color: var(--porcelain);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.helvetica-semi-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-m);
}

.mukta-extra-bold-white-17px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
  font-style: normal;
}

.mukta-semi-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxxl);
  font-weight: 600;
  font-style: normal;
}

.kohinoordevanagari-regular-normal-concrete-18px {
  color: var(--concrete);
  font-family: var(--font-family-kohinoordevanagari-regular);
  font-size: var(--font-size-xxl);
}

.kohinoordevanagari-extra-bold-concrete-45px {
  color: var(--concrete);
  font-family: var(--font-family-kohinoordevanagari-bold);
  font-size: var(--font-size-xxxxxxxxl);
}

.mukta-bold-resolution-blue-18px {
  color: var(--resolution-blue);
  font-family: var(--font-family-mukta-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  font-style: normal;
}

.mukta-extra-bold-black-17px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
  font-style: normal;
}

.mukta-extra-bold-white-21px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxxxl);
  font-weight: 800;
  font-style: normal;
}

.border-1px-chambray {
  border-width: 1px;
  border-style: solid;
  border-color: var(--chambray);
}

.mukta-normal-abbey-12px {
  color: var(--abbey);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 400;
  font-style: normal;
}

.mukta-normal-abbey-14px {
  color: var(--abbey-2);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-medium-black-18px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
}

.mukta-normal-white-18px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  font-style: normal;
}

.mukta-medium-black-18px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
}

.mukta-extra-bold-white-12px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 800;
  font-style: normal;
}

.mukta-normal-black-14px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-extra-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-l);
  font-weight: 800;
  font-style: normal;
}

.helvetica-extra-bold-concrete-45px {
  color: var(--concrete);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-xxxxxxxxl);
}

.mukta-semi-bold-black-13px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-s);
  font-weight: 600;
  font-style: normal;
}

.mukta-extra-bold-black-16px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-l);
  font-weight: 800;
  font-style: normal;
}

.mukta-normal-white-12px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 400;
  font-style: normal;
}

.helvetica-semi-bold-guardsman-red-14px {
  color: var(--guardsman-red);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-m);
}

.mukta-semi-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-semi-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-semi-bold-shark-14px {
  color: var(--shark);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-semi-bold-guardsman-red-14px {
  color: var(--guardsman-red);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-bold-white-13px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-s);
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #eff2f5;
} 
/*breadcrumbs*/


ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #000;
}

/*pagination */
.pagination {
  display: inline-flex;
  flex-direction: row;
  margin: 30px 0px 0px 0px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.ads {
  margin-top: 10px;
}
/*.main{
  display: block;
    height: 220vh;
}*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.label-tag {
  background: #043884;
}

.label-right {
  color: #fff;
  background: #c7231d;
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 0px;
}

.label-right h2 {
  border-radius: 0px;
  color: #fff !important;
  height: 31px;
  background: #c7231d;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  line-height: 66px;
  overflow: hidden;
}

.label-right h2 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -16px;
}

.label-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -30px;
  border: 15px solid #c7231d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.read-more {
  position: absolute;
  right: 10px;
  top: 35px;
}

/*labels css*/

.tag-right {
  color: #fff;
  background: #c7231d;
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 0px;
}

.tag-right h2 {
  border-radius: 0px;
  color: #fff !important;
  height: 31px;
  background: #c7231d;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  line-height: 66px;
  overflow: hidden;
}

.tag-right h2 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -16px;
}

.tag-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -30px;
  border: 15px solid #c7231d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.read-more {
  position: absolute;
  right: 10px;
  top: 35px;
}


/*news section*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.media {
  display: -webkit-box;
  display: flex;
  margin-left: -1rem;
}

.media > * {
  padding-left: .5rem;
}

.media--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.media--align-center {
  -webkit-box-align: center;
  align-items: center;
}

.media--align-end {
  -webkit-box-align: end;
  align-items: end;
}

.live-tv .media img {
  flex-shrink: 0;
  width: 85px;
}

.media__content {
  -webkit-box-flex: 1;
  flex: 1;
}

.badge-danger {
  color: #fff;
  background-color: #c7231d;
  border-radius: 3px;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 65%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.share-items .fa-facebook-f {
  background: #3B5998;
  color: white;
  padding: 6px 10px;
  border-radius: 50px;
}

.share-items .fa-twitter {
  background: #55ACEE;
  color: white;
  padding: 6px 6px;
  border-radius: 50px;
}

.share-items .fa-whatsapp {
  background: #24b300;
  color: white;
  padding: 6px 7px;
  border-radius: 50px;
}

.share-items .fa-instagram {
  background: #de00ae;
  color: white;
  padding: 6px 7px;
  border-radius: 50px;
}

.share-items .fa-telegram-plane {  
  border-radius: 50px;
  padding: 6px 7px;
  background: #0363b5;
  color: #fff;
}
/* latest news */
.latest-ibc24 .media {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  padding-top: 15px;
}

.group-4-copy {
  align-items: start;
  background-color: var(--guardsman-red);
  display: flex;
  height: 20px;
  justify-content: flex-end;
  min-width: 20px;
  padding: 6px;
  width: 22px;
  z-index: 11111111;
    /* float: right; */
    /* right: 0; */
  left: 114px;
  position: relative;
    /* top: 0; */
  bottom: 0;
  top: 44px;
}

.triangle {
  height: 7px;
  transform: rotate(-270deg);
  width: 7px;
}

.latest-ibc24 .media .media-body p {
  line-height: 20px;
}

.latest-ibc24 .media > * {
  padding-left: 0rem;
}

.latest-ibc24 .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: .5rem !important;
}

a {
  text-decoration: none;
  color: inherit;
}

/* photo gallery  css */
.bg-box {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-btn {
  width: 80px;
  position: absolute;
  left: 0;
  transition: .5s;
  top: 8px;
  left: 8px;
}

.share-btn:hover {
  transform: scale(1);
  width: fit-content !important;
}

.share-btn:hover .text-share-btn {
  width: 0%;
}

.text-share-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: arial;
  font-size: 16px;
  transition: 1s 0.2s;
    /*z-index: 99999;*/;
}

.share-btn:hover .text-share-btn {
  left: -100%;
}

.share-items {
  display: inline-flex;
  list-style: none;
  margin: 0;
  font-size: 30px;
  padding: 0;
  width: 0%;
}

.share-items li {
  padding: 0 10px;
}

.share-items li a {
  color: #000;
  display: inline-block;
  transform: scale(0);
  font-size: 18px;
}

.share-btn:hover ul li a {
  transform: scale(1);
}

.share-items li:nth-child(5) a {
  transition: 0.5s 0.3s;
}

.share-items li:nth-child(4) a {
  transition: 0.5s 0.45s;
}

.share-items li:nth-child(3) a {
  transition: 0.5s 0.6s;
}

.share-items li:nth-child(2) a {
  transition: 0.5s 0.75s;
}

.share-items li:nth-child(1) a {
  transition: 0.5s 0.9s;
}

.top-right {
  position: absolute;
  top: 0px;
  right: 16px;
  background: #043884;
  padding: 8px;
  color: #fff;
  font-size: 30px;
  right: 0;
}

.gallery-img {
  position: relative;
  margin-top: 20px;
}

.photo-gallery-sec .container {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  padding: 25px 80px;
}

.photo-gallery-sec .left-sec {
  grid-column-start: 1;
  grid-column-end: 2;
}

.photo-gallery-sec .right-sec {
  grid-column-start: 2;
  grid-column-end: 3;
}

.photo-gallery-sec .photo-gallery-card h1 {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 50px;
}

.photo-gallery-sec .photo-gallery-card .card {
  background: #ffffff;
}

.photo-gallery-sec .photo-gallery-card .photo-desc {
  background: #020202;
  padding: 1px 15px;
  border-left: 4px solid #043884;
}

.photo-gallery-sec .photo-gallery-card .photo-desc p {
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
.photo-gallery-sec .photo-gallery-card img{
  width: 100%;
}
.photo-gallery-tags {
  margin-top: 20px;
}

.tag-head {
  color: #de0000;
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
}

.photo-gallery-tags .list-inline li {
  display: inline;
  line-height: 50px;
}

.photo-gallery-tags .list-inline li a {
  background: #fff;
  padding: 2px 10px;
  margin: 5px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px #ccc;
}
/* left sec css */
/* business news style */
.business-news-card {
  margin-top: 10px;
}

.business-news {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  column-gap: 35px;
  row-gap: 10px;
  padding: 0px 8px;
  margin-top: 10px;
}

.business-news .media:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
}

.business-news .media h2.textlabel {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px !important;
}

.business-news .media:nth-child(2) {
    /* width: 25%; */
  display: inline-block;
  grid-column-start: 4;
  grid-column-end: 5;
}

.business-news .media:nth-child(3) {
    /* width: 25%; */
  display: inline-block;
  grid-column-start: 1;
  grid-column-end: 2;
}

.business-news .media:nth-child(4) {
    /* width: 25%; */
  display: inline-block;
  grid-column-start: 2;
  grid-column-end: 3;
}

.business-news .media:nth-child(5) {
    /* width: 25%; */
  display: inline-block;
  grid-column-start: 3;
  grid-column-end: 4;
}

.business-news .media:nth-child(6) {
    /* width: 25%; */
  display: inline-block;
  grid-column-start: 4;
  grid-column-end: 5;
}

.business-news .media-2 .media-body {
  padding-left: 0px;
  margin-top: 20px;
}

.business-news .media-2 .media-body h2 {
  font-size: 11px;
  line-height: 18px !important;
}

.business-news .media .media-body h2 {
  line-height: 28px;
}

.business-news .media .media-body p {
  line-height: 20px;
}

.business-news .time {
  font-size: 12px;
  opacity: .9;
  padding-left: 12px;
}

/*right latest news*/
.latest-news {
  margin-top: 10px;
}

.latest-news a {
  color: inherit;
}

.latest-news .bar {
  list-style: none;
}

.latest-news .bar >li {
  position: relative;
  line-height: 20px;
  padding: 10px 0px;
  border-bottom: 1px dashed #d4d0d0;
  display: flex;
  margin-left: 0;
  font-size: 13px !important;
}

.latest-news .bar>li:before {
  content: '\25CF';
  margin-right: 10px;
  font-size: 20px;
  color: red;
  color: var(--guardsman-red);
  z-index: 999;
}

.latest-news .bar>li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-left: 1px solid #dadada;
  margin-left: 5px;
  height: 100%;
}

.latest-news .bar >li:first-of-type:after {
  top: 23%;
}

.latest-news .bar >li:last-of-type:after {
  top: -70%;
}

.latest-news .bar small {
  display: contents;
  font-size: 12px;
  color: #9a9a9a;
}

/*  */
.top-5-news-card {
  margin-top: 10px;
}

  .top-5-news-card .media .media-img {
    width: 100px;
    height: 100px;
}
  .top-5-news-card .media .media-img img{
width: inherit;
    height: 100%;
}

.top-5-news-card .media {
  margin-top: 20px;
} 

/*.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}*/

/* responsive css */
@media screen and (max-width: 576px) {
  .media {
    margin-bottom: 10px;
    margin-left: 0;
  }

  ul.breadcrumb li a {
    color: black;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
  }

  .top-right {
    font-size: 15px;
  }

  .share-btn:hover {
    background: #eee;
  }

  .share-items {
    font-size: 21px;
  }

  .share-items li a {
    font-size: 15px;
  }
  .share-items li {
    padding: 0 3px;
}

  .photo-gallery-sec .container {
    display: block;
    padding: 10px 25px;
  }

  .photo-gallery-sec .photo-gallery-card h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .photo-gallery-sec .photo-gallery-card .card{
    width: 100%;
    border: none;
  }
  .photo-gallery-sec .photo-gallery-card .date-time {
    margin-bottom: 10px;
  }

  .photo-gallery-sec .photo-gallery-card .photo-desc p {
    font-size: 15px;
  }

  .business-news {
    display: block;
  }

  .business-news .media {
    display: grid;
  }

  .business-news .media .media-body {
    order: 2;
  }

  .business-news .media .media-img {
    order: 1;
  }

  .business-news .media img {
    width: 100%;
  }

  .business-news .media .media-body h2 {
    line-height: 20px;
    font-size: 14px;
    color: #121212;
  }
}

@media (min-width: 576px) and (max-width: 768px) {

  .article-sec .container {
    display: block;
    padding: 15px 20px;
  }

  ul.breadcrumb li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
  }

  .article-sec .article-card   .textlabel {
    margin-left: 0px;
  }

  .article-sec .article-card h1 {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  .article-sec .container {
    display: grid;
    grid-template-columns: auto 30%;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding: 25px 20px;
  }
}

@media (min-width: 1367) and (max-width: 1368px) {
.top-5-news-card .media .media-img img {
    width: inherit;
    height: 65px !important;
}
}