@charset "UTF-8";
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
      url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
      url('../fonts/Gilroy-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
      url('../fonts/Gilroy-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
      url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
      url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
      url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
      url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
      url('../fonts/Gilroy-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
      url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
      url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Condensed-Black.woff2') format('woff2'),
      url('../fonts/Helvetica-Condensed-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root{
  --bs-body-font-family: 'Gilroy';
  --bs-body-font-size: 16px;
  --bs-body-color: #2F2B2A;
  --bs-body-bg: #F1F5FA;;
  --bn-primary-color: #990001;
  --bn-orange-color: #EB6531;
}

.form-control:focus,.navbar-toggler:focus{
  box-shadow: none;
}
h6{
  font-size: 20px;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 30px;
  line-height: 27px;
}
h3{
  font-size: 28px;
  line-height: 27px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bn-primary-color);
  --bs-btn-border-color: var(--bn-primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bn-primary-color);
  --bs-btn-hover-border-color: var(--bn-primary-color);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bn-primary-color);
  --bs-btn-active-border-color: var(--bn-primary-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bn-primary-color);
  --bs-btn-disabled-border-color: var(--bn-primary-color);
}
.breadcrumb{
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 30px;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-breadcrumb-divider-color: #2F2B2A;
    --bs-breadcrumb-item-padding-x: 0.30rem;
    --bs-breadcrumb-item-active-color: #2F2B2A;
    --bs-breadcrumb-divider:"»";
    font-size: 15px;
}
.breadcrumb a{
  color: #2F2B2A;
  text-decoration: none;
}
.breadcrumb a:hover{
  text-decoration: underline;
}
.rounded-6{
  border-radius: 10px;
}
.form-control{
  background: #fff;
}
img{max-width: 100%;}

/* Header CSS Start */
header .navbar-brand{
  max-width: 247px;
  padding: 0;
}
header .logo{
  width: 505px;
}
header .logo a{
  display: flex;
  gap: 15px;
  text-decoration: none;
  align-items: center;
}
header .logo .logo-txt{
  font-family: 'Helvetica';
}
header .logo .logo-txt .top-txt{
  color: var(--bn-primary-color);
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
}
header .logo .logo-txt .bottom-txt{
  color: #2a2a29;
  font-size: 30px;
  line-height: 20px;
  text-transform: lowercase;
}
header .logo .logo-txt .bottom-txt span{  
  color: var(--bn-primary-color);
}
header .logo .logoimg{
  width: 67px;
  flex: 0 0 auto;
}
header .navbar{
  padding: 52px 0 40px 0;
  background-color: transparent !important;
}
header .navbar-nav .nav-link{
  color: #2F2B2A;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px 6px !important;
}
header .navbar-nav .nav-link:hover{
  color: var(--bn-primary-color);
  border-color: var(--bn-primary-color);
}
header .navbar-nav .nav-link.active{
  color: var(--bn-primary-color);
  font-weight: 700;
  border-color: var(--bn-primary-color);
}
.navbar-toggler{
  padding: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
  top: 46px;
  right: 15px;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  background-color: var(--bn-primary-color);
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 10px;
}
.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 5px;
}
.navbar-toggler .icon-bar:first-child {
  transform: rotate(45deg) translate(5px, 6px);
}
.navbar-toggler .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggler .icon-bar:last-child {
  transform: rotate(-45deg) translate(5px, -7px);
}
.navbar-toggler.collapsed .icon-bar:first-child {
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
}
.navbar-toggler.collapsed .icon-bar:last-child {
  transform: rotate(0deg);
}
/* Header CSS End */
/* Footer CSS Start */
footer{
  background-color: #2F2B2A;
  padding: 35px 0;
}
.footer-menu a{
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 5px;
}
.footer-menu a.active{
  border-color: #fff;
}
.footer-menu{
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 30px 0;
}
footer p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
footer h6{
  font-weight: 400;
}
.footer-search .form-control{
  border-radius: 6px;
  background: #FFF;
  box-shadow: -8px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  height: 49px;
  padding: 0 60px 0 18px;
  font-size: 20px;
  color: #5B5E66;
  letter-spacing: 0.2px;
}
.footer-search .btn,.footer-search .btn:active{
  border-radius: 4px;
  background: #ABB4BC;
  box-shadow: -8px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 3px 7px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.footer-search{
  max-width: 650px;
  margin: 0 auto 45px auto;
}
/* Footer CSS End */
/* Search Section CSS Start */
.search-section{
  background-image: url(../images/search-bg.png);
  background-repeat: no-repeat;
  padding: 30px 65px;
  background-size: cover;
  border-radius: 12px;
}
.search-section .text h1{
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}
.search-section .text > span{
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.search-section .form-control{
  border-radius: 6px;
  box-shadow: -8px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  font-size: 22px;
  color: #5B5E66;
  letter-spacing: 0.22px;
  height: 55px;
  padding: 0 60px 0 20px;
}
.search-section .search-box .btn{
  border-radius: 4px;
  background: #ABB4BC;
  box-shadow: -8px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 7px 10px;
  position: absolute;
  top: 7px;
  right: 10px;
}
.search-section .search-box,
.search-section .text{flex: 1 0 0%;}
/* Search Section CSS End */
/* Side Bar Section CSS Start */
.sidebar-section .card {
  --bs-card-spacer-y: 10px 0;
  --bs-card-spacer-x: 14px 0;
  --bs-card-border-width: 0;
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 10px;
  --bs-card-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);;
  --bs-card-inner-border-radius: 10px;
  --bs-card-cap-padding-y: 10px;
  --bs-card-cap-padding-x: 14px;
  --bs-card-cap-bg: var(--bn-blue-color);
  --bs-card-bg: #fff;
  box-shadow: var(--bs-card-box-shadow);
}
.sidebar-section .card-header{
  letter-spacing: 0.84px;
  font-weight: 700;
  font-size: 14px;
  background: var(--bn-primary-color);
}
.sidebar-section .card-header::after{
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: absolute;
  top: 18px;
  right: 14px;
}
.sidebar-section .card-header.collapsed::after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 13px
}
.sidebar-section .card-body a{
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 2px 14px;
  border-radius: 0;
  font-weight: 500;
}
.sidebar-section .card-body a.active{
  background-color: #EAF1FB;
  font-weight: 700;
}
.sidebar-section .card-body a:last-of-type{
  margin-bottom: 0;
}
.left-addsection,.right-addsection{
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
}
/* Side Bar Section CSS End */
/* Home Page CSS Start */
.homepage{
  padding: 0 0 56px 0;
}
.latestartcard .card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 1rem;
  --bs-card-title-color: #000;
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 10px;
  --bs-card-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #fff;
  --bs-card-bg: #fff;
  box-shadow: var(--bs-card-box-shadow);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center -10px;
  background-size: cover;
}
.latestartcard .card:hover{
  border-color: var(--bn-primary-color);
}
.latestartcard .btn{
  font-size: 14px;
  line-height: normal;
  padding: 10px 5px;
  border: none;
  font-weight: 600;
}
.latestartcard .card-text{
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  float: left;
}
.latestartcard .card-auther{
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  padding: 6px 7px;
  border-radius: 2px;
  background: #D9D9D9;
  float: left;
}
.latestartcard .card-title{
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 12px 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 12px 20px;
}
.latestartcard .body-text{
  padding: 0 20px 11px 20px;
}
.latestartcard .date{
  background-color: #EAF1FB;
  border-radius: 4px;
  width: 64px;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
}
.latestartcard .day{
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
}
.latestartcard .year,.latestartcard .month{
  font-size: 10px;
  font-weight: 400;
  line-height: 13px
}
.pagination-sec{
  margin-top: 35px;
  font-size: 16px;
}
.pages .curtpge{
  border-radius: 58px;
  border: 0.5px solid #000;
  width: 50px;
  text-align: center;
  line-height: 22px;
  margin: 0 7px;
}
.pagearrow a{
  border-radius: 5px;
  border: 1px solid #2F2B2A;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  gap: 10px;
  color: #2F2B2A;
}
.pagearrow a span{
  display: none;
  font-size: 16px;
  opacity: 0;
}
.pagearrow a:hover{
  width: 130px;
  background-color: var(--bn-primary-color);
  color: #fff;
  border-color: var(--bn-primary-color);
}
.pagearrow a:hover path{
  fill: #fff;
}
.pagearrow a:hover span{
  display: inline-block;
  opacity: 1;

}
/* Home Page CSS End */
/* Contact Us & About Us CSS Start */
.contactuspage,.aboutuspage{
  padding-bottom: 60px;
}
.contactuspage .contact-card,.aboutuspage .about-card,.rss-title-section{
  padding: 32px 20px;
}
.contactuspage .contact-card h2{
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 600;
  line-height: 35px;
  color: var(--bn-primary-color);
}
.contactuspage .contact-card p{
  font-weight: 500;
}
.contactuspage .form-control{
  border-radius: 3px;
  border: 0.5px solid #000;
  background: #FAFCFF;
}
.contactuspage .form-label{
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.contactuspage textarea.form-control{
  height: 136px;
  resize: none;
}
.contact-form .btn{
  padding: 14px 5px;
  width: 100%;
  max-width: 249px;
  font-size: 20px;
  font-weight: 600;
}
.aboutuspage h2{
  color: var(--bn-primary-color);
  font-size: 37px;
  font-weight: 600;
  line-height: 35px;
  margin:0 0 23px 0;
}
.aboutuspage p{
  font-weight: 500;
}
.quicklinks-section h3{
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 20px 0;
}
.quicklinks-section .btn{
  border-radius: 4px;
  border: 0.2px solid #000;
  background: #F1F5FA;
  color: #2F2B2A !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  padding: 6px;
  text-align: center;
  max-width: 268px;
  width: 100%;
  margin: 0 5px 10px 5px;
}
.quicklinks-section .btn:active{
  background: #F1F5FA;
  color: #2F2B2A !important;
}
.error{
  color: #ff0000;
}
/* Contact Us & About Us CSS End */
/* Article Detail CSS Start */
.artdetailpage{
  padding-bottom: 111px;
}
.artdetailpage .artdetail-card{
  padding: 30px;
}
.artdetailpage .artdetail-card h2{
  font-size: 34px;
  line-height: 45px;
  color: var(--bn-primary-color);
  font-weight: 600;
  margin: 0 0 30px 0;
}
.artdetailpage .artdetail-card h5{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px;
}
.artdetailpage .artdetail-card h6{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.artdetailpage .artdetail-card p{
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.artdetailpage .artdetail-card .sub-txt{
  color: #2F2B2A;
  font-size: 15px;
  margin-bottom: 1rem;
  border-radius: 2px;
  background: #D9D9D9;
  padding: 6px 11px;
  display: inline-block;
  line-height: normal;
}
.artdetailpage .artdetail-card h3{
  color: var(--bn-blue-color);
  margin-top: 30px;
  margin-bottom: 15px;
}
.artdetailpage .artdetail-card .presrelcontact p{
  margin-bottom: 0px;
}
.artdetailpage .artdetail-card .presrelcontact a{
  color: #000;
}
.presrel-section{
  border-radius: 10px;
  background: #F1F5FA;
  padding: 20px;
}
/* Article Detail CSS End */
/* RSS Feeds CSS Start */
.rssfeedspage{
  padding-bottom: 60px;
}
.rss-title-section{
  border-radius: 8px;
  background: #FFF;
}
.rss-title-section h2{
  color: var(--bn-primary-color);
  font-size: 37px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 13px 0;
}
.rss-title-section p{
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.rss-info{padding: 20px;}
.rss-info h3{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}
.rss-info p{
  color: #2F2B2A;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.rss-aboutus{
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
}
.rss-aboutus h3{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 5px 0;
}
.rss-aboutus p{
  color: #2F2B2A;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.rss-aboutus ul{
  padding: 0 0 0 20px;
  margin: 0;
  text-align: left;
}
.rss-aboutus ul li{
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.rss-card{
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.rss-card .rss-lbl{
  border-radius: 3px;
  background: var(--bn-primary-color);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.96px;
  width: 43px;
  flex: 0 0 auto;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}
.rss-card .title{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.rss-card{}
.rss-card{}
.rss-card{}
.rss-card{}
/* RSS Feeds CSS End */
/* All Article CSS Start */
.allarticlepage{
  padding-bottom: 65px;
}
.allarticlecard a{
  text-decoration: none;
  gap: 5px;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 7px 7px 7px 13px;
}
.allarticlecard a .title{
  color: #2F2B2A;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  padding-left: 4px;
}
.allarticlecard a .date{
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  border-radius: 4px;
  background: #EAF1FB;
  padding: 11px 11px;
  white-space: nowrap;
  color: #2F2B2A;
  margin-left: auto;
}
.allarticlecard a svg{
  flex: 0 0 auto;
}
/* All Article CSS End */
