/* @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;
}


ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
.business-news .media:nth-child(1) .media-img{ 
      margin-right: 8px;
    height: 220px;
    width: 300px;
}
.business-news .media .media-img {
    width: 192px;
    height: 120px;
}
.business-news .media .media-img img{
    width:inherit;
    height: 100%;
}
.article-card .card .card-body img {
    width:100%;
    height: auto;
   /*height: 100%;*/
}
.wp-image-1590713{
  width: auto;
}
/*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: 38px !important;
}
/*.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;
}
  .live {
    color: #ff0000;
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxxl);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 47px;
    min-height: 47px;
    min-width: 126px;
    white-space: nowrap;
}
.pulse {
    display: inline-block;
    width: 12px;
    margin-right: 7px;
    height: 12px;
    border-radius: 50%;
    background: #c7231d;
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.live-card .card-body{
  padding: 0px 10px 10px;
}
/* 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;
}

/* category  css */
 .article-sec .article-card .date-time {
    margin-bottom: 10px !important;
    display: flex;
  }
.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    /* float: right; */
    position: relative;
    right: 0;
    top: 0;
    float: right;
}
 ul.list-inline li {
    display: inline-block;
}
.social-links li a {
    margin: 0px 5px !important;
    color: #bbb !important;
    /* border: 1px solid #a09f9f !important; */
    font-size: 12px;
}
.article-sec .container {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding: 15px 80px 15px 50px;
}

.article-sec .left-sec {
  grid-column-start: 1;
  grid-column-end: 2;
}

.article-sec .right-sec {
  grid-column-start: 2;
  grid-column-end: 3;
      margin-top: 20px;
}

.article-sec .article-card h1 {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 50px;
}
.article-sec .article-card .subtitle {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}

.article-sec .article-card .article-desc p, .article-sec .article-card .article-desc ul li, .article-sec .article-card .article-desc ol li   {
  line-height: 30px;
  margin-top: 10px;
  color: var(--black);
    font-family: var(--font-family-mukta);
    font-size: var(--font-size-xxl);
    font-weight: 500;
    font-style: normal;
    padding-top : 5px;
}
 .article-sec .article-card .article-desc ul li{
  line-height: 24px !important;
  list-style-type: disc;
    color: #333;
    margin-left: 20px;
 }
.astro-card .media .media-img{     
  width: 110px !important;
}
.astro-card .media-img img{
width: inherit;
}

.article-tags {
  margin-top: 20px;
}

.tag-head {
  color: #de0000;
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
}

.article-tags .list-inline li {
  display: inline;
  line-height: 50px;
}

.article-tags .list-inline li a {
  color: inherit;
  background: #fff;
  padding: 2px 10px;
  margin: 5px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px #ccc;
}
/* left sec css */
/* business news style */
/* 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: 20px;
  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;
    padding: 10px 0px;
}

.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;
  font-weight: 700;
}

.business-news .media .time {
  font-size: 12px;
  opacity: .9;
  padding-left: 0px;
      color: #9a9a9a;
      line-height: 2;
}
a{
  color: inherit;
}
.business-news .media-2 .time {
  font-size: 12px;
  opacity: .9;
  padding-left: 12px;
      color: #9a9a9a;
      line-height: 2;
}

.ads img{
  width: 100%;
}
/* related news */
.related-news{
  margin-top: 20px;
}
.related-news .card{
    margin-bottom: 15px
    }
.related-news .media .media-img{
     /* width: 530px;*/
} 
.related-news h2{
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 32px;
}
.related-news p {
    line-height: 32px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.related-news .time{
 font-size: 12px;
    opacity: .9;
    padding-left: 12px;
    color: #9a9a9a;
}


/*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:100%;
}

.top-5-news-card .media {
  margin-top: 20px;    
} 

.astro-sec .right-sec .top-5-news-card .media .media-img {
width: 100px;
height: 100px;
}

.contact_card {
    position: relative;
    /* height: 200px; */
    padding-left: 20px;
    font-family: 'Mukta';
    align-items: center;
    vertical-align: middle;
    /* width: 350px; */
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
    justify-content: left;
    display: flex;
    line-height: 2;
    background-color: #fff;
    padding: 40px 20px;
    margin: 10px;
}
.tag {
    display: block;
    padding: 0px 12px;
    position: absolute;
    right: -14px;
    top: 6px;
    background-color: #053884;
    color: #FFF;
    border-top-right-radius: 7px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}
 .tag::after {
   display: block;
   content: "";
   height: 14px;
   width: 14px;
   position: absolute;
   background-color: #053884;
   right: 0;
   bottom: -14px;
   border-bottom-right-radius: 14px;
}
 .wrap {
   display: grid;
   align-content: center;
   justify-content: center;
   height: 100vh;
}

.contactus .container .row{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  margin: 40px 0px;
  
}

.contact_column {
padding-left: 45px;
}

.contactus .container ul {
     list-style-type : none;
   }
 
.contactus .container card:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
}
.contactus .container  card:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
}
.contactus .container card:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
}

 .contactus .container {
    padding: 10px 90px;
}

.contactus .card-body {
    padding: 55px 30px;
}
li.address{
  line-height: 1.7;
}
.responsive-map{
overflow: hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.contact_row {

    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  margin: 40px 10px;

}

.contact_column :nth-child(1) {
   grid-column-start: 1;
    grid-column-end: 2;
  font-size: 22px;
} 

.map-section{
  display: grid;
  grid-template-columns: 30% 70%;
  grid-column-gap: 10px;
  font-family:"mukta";
  background: #fff;
}
.map-details{
display: flex;
    justify-content: left;
    align-items: center;
    background: #fff;
    padding-left: 30px;
}
.map-details h3 {
    color: #043884;
    font-size: 20px;
    font-weight: 700;
}
.map-details p {
    color: #333;
    line-height: 28px;
    font-size: 20px;
    font-family:"mukta";
}
.map-details ul li{
  margin-bottom: 20px;
}

/*careers page*/

     .careers .tabset > input[type="radio"] {
         position: absolute;
         left: -200vw;
         }
      .careers .tabset .tab-panel {
         display: none;
         }
       .careers .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
        .careers .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
        .careers .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
        .careers .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
         .careers.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
         .careers .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
         display: block;
         }
         /*
         Styling
         */
        
         .careers .tabset > label {
         position: relative;
         display: inline-block;
         padding: 15px 15px 13px;
         border: 1px solid transparent;
         border-bottom: 0;
         cursor: pointer;
         font-weight: 600;
         }
         .careers .tabset > label::after {
         content: "";
         position: absolute;
         left: 15px;
         bottom: 10px;
         width: 22px;
         height: 4px;
         }
         .careers .career-tab a.active, .career-tab a:hover {
         background: #053884;
          color: #fff;
         }
         .careers.carrer-form label sup {
         color: red;
         }
         .careers sup {
         top: -.5em;
         }
         .careers sub,.careers sup {
         position: relative;
         font-size: 75%;
         line-height: 0;
         vertical-align: baseline;
         }
         .careers .tabset > label:hover,
          .careers .tabset > input:focus + label {
         color: #06c;
         }
         .careers .tabset > input:checked + label {
         border-color: #ccc;
         border-bottom: 1px solid #fff;
         margin-bottom: -1px;
         background: #053884;
         color: #fff; 
         }
         .careers .tab-panel {
         padding: 30px 0;
         border-top: 1px solid #ccc;
         }
         /*
         Demo purposes only
         */
         
         .careers .tabset {
         max-width: 65em;
         }
         /* End Tab Set */
          .careers .accordion {
         background-color: #eee;
         color: #444;
         cursor: pointer;
         padding: 18px;
         width: 100%;
         border: none;
         text-align: left;
         outline: none;
         font-size: 15px;
         transition: 0.4s;
         margin: 4px;
         }
        .careers .active,.careers .accordion:hover {
         background-color: #ccc; 
         }
         .careers .tabset > input:checked + label {
         border-color: #ccc;
         border-bottom: 1px solid #fff;
         margin-bottom: -1px;
         border-radius: 15px 15px 0px 0px;
         }
        .careers .panel {
         padding: 0 18px;
         display: none;
         background-color: white;
         overflow: hidden;
         line-height: 1.5;
         }
         .careers .block {
         display: block;
         width: 30%;
         border: none;
         background-color: red;
         border-radius: 10px;
         color: white;
         padding: 10px 28px;
         font-size: 16px;
         cursor: pointer;
         text-align: center;
         margin-bottom: 10px;
         }
         .careers .block:hover {
         background-color: #ddd;
         color: black;
         }
         .careers .block-element {
         overflow: hidden;
         display: block;
         clear: both;
         width: 100%;
         }
         .careers .carrer-form .form-group {
         padding-bottom: 10px;
         }
         .careers .carrer-form label {
         font-weight: 300;
         color: #000;
         }
         .careers .form-group {
         margin-bottom: 15px;
         }
         .careers label {
         display: inline-block;
         max-width: 100%;
         margin-bottom: 5px;
         font-weight: 700;
         }
         .careers .form-control {
         display: block;
         width: 100%;
         height: 34px;
         padding: 6px 12px;
         font-size: 14px;
         line-height: 1.42857143;
         color: #555;
         background-color: #fff;
         background-image: none;
         border: 1px solid #ccc;
         border-radius: 4px;
         box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
         transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
         }
         .careers button,.careers input,.careers optgroup,.careers select,.careers textarea {
         margin: 0;
         font: inherit;
         color: inherit;
         }
        .careers .carrer-form .submit-survey {
         margin: 10px 9px 25px;
         width: 100%;
         float: left;
         }
         .careers .btn-advice {
         background: #d70101;
         border: 0;
         font-size: 14px;
         font-weight: 700;
         border-radius: 6px;
         outline: 0;
         padding: 10px 16px;
         }
         .careers .submit-survey button {
         color: #fff;
         margin-right: 10px;
         }
         .careers .submit-survey .btn-cancel {
         background: #9a9a9a;
         border: 0;
         font-size: 14px;
         font-weight: 700;
         border-radius: 6px;
         outline: 0;
         padding: 7px 16px;
         }
         .careers .col-sm-6 {
         width: 50%;
         float: left;
         padding: 6px;
         }
         .careers .btn {
         display: inline-block;
         padding: 6px 12px;
         margin-bottom: 0;
         font-size: 14px;
         font-weight: 400;
         line-height: 1.42857143;
         text-align: center;
         white-space: nowrap;
         vertical-align: middle;
         -ms-touch-action: manipulation;
         touch-action: manipulation;
         cursor: pointer;
         -webkit-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         background-image: none;
         border: 1px solid transparent;
         border-radius: 4px;
         }
         .careers .carrer-form {
         background: #f3f3f3;
         width: 100%;
         float: left;
         margin-top: 20px;
         padding: 20px;
         }
         /* Desktop View */
.custom-related-news-row {
  display: contents;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 20px;

}

.custom-news-item {
  flex: 1 1 22%;
  margin: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; /* Default: Stack image and content for desktop */
}

.custom-news-img img {
  width: 100%;
  height: auto;
  border-radius: 10%;
}

.custom-news-body {
  margin-top: 10px;
  text-align: left;
}

.custom-news-title {
  font-family: 'Mukta';

  font-size: var(--font-size-m);
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box; /* Use a flex-like box for text wrapping */
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical; /* Set the box to vertical orientation */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis (...) for overflowing text */
    word-break: break-word;
}

.custom-news-time {
  font-family: 'Mukta';
  font-size: 12px;
  color: #595959;
}
.desk-header,.footer {max-width: 1330px;margin: 0 auto;}
.container,.webstory-container {max-width: 1330px;margin: 0 auto;}
/* Mobile View: Image Left and Content Right */
@media (max-width: 768px) {
  .custom-related-news-row {
      flex-wrap: wrap; /* Allow wrapping for rows */
  }

  .custom-news-item {
      flex: 1 1 100%;
      display: flex; /* Flex layout for image and content side-by-side */
      flex-direction: row; /* Align items in a row */
      align-items: center; /* Vertically align content */
      margin-bottom: 15px;
  }

  .custom-news-img {
      flex: 0 0 30%; /* Image takes 30% width */
      margin-right: 10px; /* Space between image and text */
  }

  .custom-news-img img {
      width: 100%;
      height: auto;
      border-radius: 5px;
  }

  .custom-news-body {
      flex: 1; /* Text content takes remaining width */
  }

  .custom-news-title {
    font-size: var(--font-size-m);
    font-weight: 700;
    margin-bottom: 5px;
    
  }

  .custom-news-time {
      font-size: 12px;
      color: #777;
  }
}

@media (max-width: 480px) {
  .custom-news-item {
      flex-direction: row; /* Keep image beside text */
  }

  .custom-news-img {
      flex: 0 0 35%; /* Slightly larger image on very small screens */
  }

  .custom-news-body {
      flex: 1;
  }
}


/* 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;
  }
#breadcrumbs a, ul.breadcrumb {
    padding: 10px 10px !important;
  }
  .article-sec .container {
    display: block;
    padding: 10px 25px;
  }

  .article-sec .article-card h1 {
    font-size: 20px;
    line-height: 30px;
  }
.article-sec .article-card .card-body{
  padding: 10px 10px !important;
}
.business-news {
  padding: 0px;
}
  .article-sec .article-card .date-time {
    margin-bottom: 10px;
line-height: 1.5;

  }
  .article-sec .article-card .date-time span{
margin-left: 0px;
}
  .article-sec .article-card .article-desc p {
    font-size: 16px;
  }

.article-card iframe {
    width: 100%;
   
}
.article-card .social-links{
  top: 5px !important;
}
.article-card .social-links a{
  font-size: 10px;
}
.article-card .social-links .twitter {
    padding: 1px 4px !important;
}
.article-card .social-links .facebook {
    padding:1px 6px !important;
}
.article-card .social-links .twitter {
    padding: 1px 4px !important;
}
.article-card .social-links .whatsapp {
    padding:1px 5px !important;
}
.article-tags {
   
    margin: 20px 10px;
}
.article-tags .list-inline li a {
   padding: 2px 8px !important;
    margin: 3px !important;
   font-size: 12px !important; 
 }

  .business-news {
    display: block;
  }

  .business-news .media {
    display: grid;
  }

  .business-news .media .media-body {
    order: 2;
  }

  .business-news .media .media-img {
    order: 1;
    width: 100% !important;
    height: auto; !important;
  }

  .business-news .media img {
    width: 100%;
  }

  .business-news .media .media-body h2 {
    line-height: 20px;
    font-size: 14px;
    color: #121212;
    margin-top: 35px;
  }
  .top-5-news-card .media .media-img {
    width: 100px;
    height: 100px;
}
  .top-5-news-card .media .media-img img{
width: inherit;
    height: 100%;
}
.social-links {
    display: flex;
    justify-content: left;
    align-items: center;
    /* float: right; */
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 12px;
}
.related-news .card .card-body{
  padding: 10px 10px;
}
.related-news .media{
  display: block;
}
.related-news .media .media-body{
 padding-top: 10px;
}
.related-news .media .media-img {
    width: 100% !important;
    height: 210px;
}
.related-news .media .media-img img{
    width: inherit;
    height: 100%;
}
.related-news h2 {
    font-size: 18px;
    line-height: 27px;
}
.related-news p {
    line-height: 27px;
    font-size: 16px;
}
  .careers button.block{
   
    width: 55% !important;
   
}
.contactus .container .row {
    display: block;
    }
.contact_card{
  margin: 10px 20px;
}
.map-section {
    display: block;
    }
.map-details {
  padding-top: 20px;
}
}
.article-card iframe {
    width: 100%;
    
}
iframe#instagram-embed-0 {
    height: 1163px;
}
@media (min-width: 576px) and (max-width: 767px) {


  .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;
  }
}
.mukta-semi-bold-black-20px a {
    color: #000;
}


@media (min-width:1023px) and (max-width:1024px){
  .social-links {
    top: 120px;
}
.article-card .social-links {
    top: 0;
}
 .article-sec .container {
    grid-column-gap: 10px;
    padding: 10px 40px;
}
.business-news {
    display: grid !important;
    grid-template-columns: 25% 25% 25% 25% !important;
    grid-row-gap: 0 !important;
        column-gap: 10px !important;
  }
 .business-news .media .media-img{
    width: 140px;
    height: 125px;
  }
  .business-news  .media .media-img img{
      width: inherit;
    height: 100%;
  }
 .business-news .media:nth-child(1) .media-body{
      width: 340px !important;
   }

.business-news .media:nth-child(1) .media-img {
    width: 97%;
    /* height: 100%; */
    height: 195px;
}
  .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 .media-body{
    padding-left: 0px;
  }
}
/*  max width 1920px */
@media (min-width:1920px) and (max-width:2560px){

  .label-cross h2 a span.shapes3:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -61px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.label-cross h2 a span.shapes2:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: -41px;
    border: 61px solid #dc0000;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    /* float: right; */
    position: relative;
    right: 20px;
        top: 0px;
}
.article-card .card .card-body img{
  width: 100%;
}
  .category-sec .container {
    display: grid;
    grid-template-columns: 69% 30%;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    padding: 10px 80px;
}
.business-news{
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    grid-template-rows: auto auto auto auto;
    column-gap: 30px;
    row-gap: 6px;
    padding: 15px 8px;
}
.business-news .media:nth-child(1) .media-img{
    margin-right: 0px;
    height: 220px;
    width: 300px;
}

.business-news-card .business-news .media-2 .media-img img{
    width: inherit;
    height: 100% !important;
}
.business-news-card .business-news .media-2 .media-img{
    width: 165px !important;
    height: 100px !important;
}
/*.business-news-card .card-body{
padding: 15px 18px 0px;
}*/
.ads img{
  width: 100%;  
}
}
.article-desc strong{
  font-weight: bold;
}
.article-desc p a {
    color: #3740ff;
}
.article-desc h6 {  
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.article-desc h5 {  
    font-size: 17px;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.article-desc h4 {  
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.article-desc h3 {  
    font-size: 19px ;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.article-sec .article-card .article-desc h3 {
  font-size: 25px !important;
}
.article-desc h2 {
    /* font-size: 21px; */
    font-size: 2em;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.article-desc h1 {  
    font-size: 22px;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.article-desc b {
    font-weight: 900;
}

.top-5-news-card {
  margin-top: 10px;
 
  position: sticky;
  /* width: 346px; */
  z-index: 1000;
   /* left: 10px; */
}
.latest-news {
  margin-top: 10px;
  position: relative;
}


