@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto; /* background: #fff url(../../images/bottomBg.png); background-repeat: no-repeat; background-position:bottom center; background-size:100% 100px; */
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}
/*------------------------link color start------------------------*/
.textBlue {
  color: #007fac;
}
.font-12 {
  font-size: 12px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  color: #a62c32;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
a {
  color: #000;
}
a:link,
a:visited,
a:active {
  color: #840c0c;
}
.modal-title {
  font-size: 18px;
}
.w-70 {
  width: 70px !important;
}
.textsize14 {
  font-size: 14px;
}
.whiteBG {
  background: #faf8f8;
  border-radius: 5px;
}
.clear {
  clear: both;
}
.bdr-right {
  border-right: 1px solid #000;
}
.mt-50 {
  margin-top: 50px !important;
}
.semiBold {
  font-weight: 600;
}
.bg01 {
  background: #a76706;
}
.bg02 {
  background: #618108;
}
.bg03 {
  background: #a62c32;
}
.font-bold {
  font-weight: 600 !important;
}
.inc2,
.dec2,
.tick-hn,
.tick-en,
.bse-stock-icon,
.nse-stock-icon,
.access-high-img,
.ft-con-ul,
.darkThemeIcon {
  display: none;
}
/*------------------------header css start------------------------*/
.searchBox {
  width: 160px;
  background: rgba(166, 44, 50, 0.2);
  border-radius: 16px;
  margin-top: -4px;
}
.searchBox .input-group-text {
  background: transparent;
  border-color: transparent;
  border-left: 1px solid #a62c32;
}
.searchBox .form-control {
  font-size: 12px;
  border-color: transparent;
  background: transparent;
}
.searchBox .input-group-text .fa {
  color: #a62c32;
}
.searchBox .fa-search,
header #search-close-btn .fa {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.searchBox .input-group .input-group-inset-item .btn-unstyled {
  background: #e7e7ed !important;
  margin-right: 0;
  margin-left: 0;
  height: 100%;
  width: 40px;
  border-radius: 0 0.25rem 0.25rem 0;
}
.searchBox .input-group .input-group-inset-item {
  border-radius: 0;
  padding: 0;
  background: none;
  border: none;
}
.searchBox
  .input-group
  .input-group-item
  .input-group-inset-before.form-control {
  border-radius: 0.25rem 0 0 0.25rem;
  padding-left: 10px;
  height: auto;
  border-left-width: 1px;
}
.searchBox .input-group-inset {
  order: 1;
}
.searchBox #search-voice-btn {
  margin-left: 10px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background: #e7e7ed; /* padding: 10px; */
}
.searchBox #search-voice-btn img {
  width: 75%;
}
.searchBox .lexicon-icon-search {
  width: 1.5em;
  height: 1.5em;
}
header .barTop {
  background: #e9ecee;
  padding: 5px 0;
}
header .barTop .uasername .dropdown-toggle {
  margin-bottom: 0;
}
header ul li {
  color: #000;
  padding-right: 8px !important;
  padding-left: 8px;
}
header ul li:last-child {
  border-right: none;
}
header ul li a {
  color: #a62c32 !important;
  font-size: 12px;
}
header .navbar-brand {
  max-height: 40px;
  padding: 5px 15px;
}
header .navbar-brand img {
  margin: auto;
  display: block;
}
header .barTop > ul > li {
  border-right: 1px solid #000;
  padding-right: 15px !important;
}
header .barTop ul li a {
  font-size: 10px;
}
header .barTop ul > li:last-child {
  border-right: none;
  padding-right: 0 !important;
}
/* .contrat-theme{padding-left:0 !important;} */
header .headerMid-sec {
  font-size: 10px;
  padding-top: 16px; /* position:absolute; right:0; */
}
header .headerMid-sec .textBlue {
  font-size: 12px;
  font-weight: 400 !important;
  color: #a62c32;
}
header .headerMid-sec li:first-child {
  font-size: 10px;
}
.aajadiLogo {
  display: flex;
  align-items: flex-end;
}
/* .aajadiLogo img{width:100px; padding-left: 10px;} */
header .headerMid-sec ul {
  margin-bottom: 0;
}
header .headerMid-sec ul li {
  vertical-align: top;
}
header .headerMid-sec .list-inline-item:not(:last-child),
header .headerMid-sec .list-inline-item:last-child {
  vertical-align: middle;
}
header .audioIcon img {
  width: 18px;
}
header .lang-ex {
  position: relative;
}
header .lang-ex li {
  text-align: left;
}
header .lang-ex .fa {
  color: #b3b5b7;
}
header .lang-ex:hover .languages {
  display: block;
}
header .barTop .colorTheme {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.barTop ul.languages {
  top: 20px;
  right: 0;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0;
  z-index: 99;
}
.barTop ul.languages li a:hover,
.barTop ul.languages li.active a {
  background: #fafafa;
  display: block;
  padding: 7px 10px;
}
.barTop ul.languages li {
  padding: 0 !important;
  border: none;
}
.barTop ul.languages li a {
  padding: 7px 10px;
  display: block;
}
header .mobIcon {
  /* width:40px; */
  min-width: 20px;
  cursor: pointer;
}
header .logo .logoHead {
  font-size: 12px;
  font-weight: 600;
  width: 116px;
  line-height: 1.2;
  text-align: center;
}
header .logo .logoSmallText {
  font-size: 8px;
  display: block;
  color: #000;
}
header .logo img {
  width: 80px;
  float: left;
  margin-bottom: 4px;
}
header .logo a {
  align-items: center;
  flex-direction: column;
}
header .logoSection {
  float: left; /* padding-top: 8px; width: 444px; */
  display: flex;
}
header .logo {
  /*border-right: 1px solid #ccc;*/
  padding-right: 4px;
}
.font-set-option {
  display: inline-block !important;
  height: 75px;
}
.dec,
.dec2 {
  position: absolute;
  top: 50px;
  left: 0;
}
.nml {
  position: absolute;
  top: 25px;
  left: 0;
}
.inc,
.inc2 {
  position: absolute;
  top: 0;
  left: 0;
}
.ft-con-ul {
  padding-left: 0;
}
.ft-con-ul li {
  width: 100%;
  text-align: left;
  position: relative;
  padding: 5px 0;
}
.ft-con-ul #dark-theme {
  margin-bottom: 3px;
  display: block;
  color: inherit !important;
}
.ft-con-ul .ft-control span {
  border: 1pt solid #ccc;
  border-radius: 2px;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.ft-con-ul .ft-control a {
  width: auto;
  border: none;
  border-radius: 0;
  margin-right: 0;
}
.ft-control .clr-white {
  text-align: left;
}
.ft-con-ul #dark-theme span {
  color: #fff;
  background: #747677;
}
.fontImg:hover .dropdown-menu {
  top: 30px !important;
}
.contrat-theme:hover .ft-con-ul {
  display: block;
}
.ft-con-ul li a {
  padding: 0 10px;
  display: block;
}
/*-------------------accessibility css start---------------*/
.accessibility-sec .dropdown-menu,
.citizenMenu .dropdown-menu {
  min-width: 170px;
}
.citizenMenu:hover .dropdown-menu {
  display: block;
}
.citizenMenu {
  position: relative;
}
.citizenMenu .dropdown-menu {
  right: 0 !important;
  left: inherit !important;
  margin-top: 0;
}
.citizenMenu .dropdown-menu ul li a {
  font-size: 12px !important;
  padding: 4px !important;
}
/* .citizenMenu .dropdown-menu ul li:hover,.accessibility-sec .dropdown-menu ul li:hover{background:#f1f2f5;} */
.accessibility-sec .dropdown-toggle::after {
  content: "";
  border: none;
}
.accessibility-sec .dropdown-menu {
  right: 0 !important;
  left: inherit !important;
  transform: inherit !important;
  top: 27px !important;
  max-width: 200px !important;
}
.navbar-expand-md .navbar-nav .accessibility-sec .dropdown-menu ul li {
  padding: 4px !important;
  border-bottom: 1px solid #cce7d3 !important;
  display: block;
  margin-right: 0;
}
.navSection .accessibility-sec .dropdown:hover .dropdown-menu li {
  display: block;
  margin: 0 !important;
}
.accessibility-sec .dropdown-menu ul li a {
  padding: 0 5px;
  color: #007fac;
  font-size: 12px !important;
}
.accessibility-sec .dropdown-menu ul li:last-child {
  border-bottom: none;
}
.accessibility-sec .lang-ex .languages {
  display: none;
}
.accessibility-sec .lang-ex .languages {
  padding-left: 0;
  margin-left: 0;
}
.accessibility-sec .btn {
  padding: 0;
}
/*-------------------nav css start---------------*/
header .navBarBg {
  position: relative;
  padding: 12px 0;
}
.navSection {
  /* padding-top:68px; */
  margin-top: -30px;
}
.navSection .bg-dark {
  background-color: transparent !important;
  padding: 0;
  min-height: auto;
  display: block;
}
.navSection .navSmallBlack {
  /* padding-top:7px;padding-left: 0 !important; padding-right:0 !important; */
  line-height: 1;
}
.list-inline-item.navSmallBlack:not(:last-child) {
  margin-right: 0;
}
.navSection .navSmallBlack a {
  /* color:#000 !important; */
  font-size: 12px;
  padding-right: 4px;
}
.navSection .navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600;
  padding: 8px 15px;
}
.navSection .navbar-dark .navbar-nav .nav-link:hover,
.navSection .navbar-dark .navbar-nav .nav-item:hover {
  background: #0d779c;
  text-decoration: none;
}
.navbar-expand-md .navbar-nav .dropdown-menu ul li {
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  padding: 0 !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu ul li a {
  display: block;
  font-size: 16px;
}
.navSection .dropdown:hover .dropdown-menu {
  display: block;
  top: 28px;
  color: #fff;
  margin-top: 0;
}
.navSection .dropdown-menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 8px;
}
.navSection #collapsibleNavbar {
  width: 100%;
  justify-content: end;
  position: relative;
}
/* .navSection ul li{border-right:none !important;} */
.navSection ul li.dropdown {
  padding: 2px 8px !important;
}
/* .navSection ul li.dropdown.mega-menu-fullwidth{border-top:3px solid transparent; border-left:1px solid transparent; border-right:1px solid transparent; } */
/* .navSection ul li.dropdown.mega-menu-fullwidth:hover{border-radius:5px 5px 0 0; border-top:3px solid #b75a5e; border-left:1px solid #efefef; border-right:1px solid #efefef; background: rgb(241,241,241); */
/* background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(244,244,244,1) 13%, rgba(244,244,244,1) 30%, rgba(247,247,247,1) 42%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); */
/* background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(244,244,244,1) 13%,rgba(244,244,244,1) 30%,rgba(247,247,247,1) 42%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); */
/* background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(244,244,244,1) 13%,rgba(244,244,244,1) 30%,rgba(247,247,247,1) 42%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );} */
.navSection ul li a {
  font-size: 15px; /* padding: 4px; */
  display: block;
}
.navSection .dropdown {
  position: static;
}
.navSection .dropdown .mega-menu-content a {
  color: #57430c !important;
  text-decoration: underline;
}
.navSection .dropdown:hover .dropdown-menu {
  display: block;
  top: 60px;
  width: 100%;
  left: 0;
  font-size: 12px; /* font-weight:300; */
  margin-top: 0;
}
.navSection .dropdown:hover .dropdown-menu h3 {
  font-weight: 400;
}
.navSection .dropdown:hover .dropdown-menu li {
  border-bottom: none;
  margin-bottom: 8px !important;
}
.navSection .dropdown:hover .dropdown-menu h3 a {
  padding: 0;
  border-bottom: none;
}
.navSection .navbar-nav > li:nth-last-child(3) .fa,
.navSection .navbar-nav > li:nth-last-child(3) .dropdown-menu {
  display: none;
}
.navSection .fb_iframe_widget iframe {
  position: static;
}
.navSection h3 a {
  font-size: 15px !important;
}
.equal-height-list li {
  width: 33%;
  padding: 0px;
  display: inline-block; /*border-right: 2px solid #f8f8f8 !important;*/
  vertical-align: top;
}
.fb-post iframe {
  width: 255px !important;
}
.mega-menu .equal-height-list h3 {
  font-size: 15px;
  font-weight: 400;
}
.mega-menu .equal-height-list p {
  font-size: 12px !important;
  margin-bottom: 8px;
}
.navSection .mega-menu-content .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
#navigation-wrapper .dropdown-menu {
  max-width: 100%;
  top: inherit;
  justify-content: flex-end; /*border-bottom: 10px solid #ececec; border-radius: 10px; border-radius: 0 0 10px 10px;*/
  border-top: none;
  box-shadow: none;
  top: inherit;
}
#navigation-wrapper .dropdown-menu > .mega-menu-content {
  padding-bottom: 35px;
  padding-top: 45px;
}

.navSection ul li.dropdown.mega-menu-fullwidth > a {
  position: relative;
}
.navSection ul li.dropdown.mega-menu-fullwidth:hover > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #7e1015;
  position: absolute;
  bottom: -1px;
  text-align: center;
  margin: auto;
  left: 50%;
  right: 50%;
  margin: auto;
  margin-left: auto;
  margin-left: -8px;
}
.navSection .dropdown:hover .dropdown-menu {
  top: 59px;
}
.navSection .dropdown:hover .dropdown-menu img {
  max-width: 100%;
}
#navigation-wrapper .dropdown-menu {
  background: #fde9b1 url(../../images/menuBg.png);
  background-repeat: no-repeat;
  background-position: bottom 24px right 48px;
  background-size: 162px 176px;
  border-top: 3px solid #7e1015;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 16%);
  padding: 24px;
  min-height: 262px;
}
#navigation-wrapper .dropdown-menu:before {
  content: "";
  background: #a62c32;
  height: 1px;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}
#navigation-wrapper .dropdown-menu > .mega-menu-content {
  padding: 0;
}
#navigation-wrapper .citizenMenu .dropdown-menu,
#navigation-wrapper .accessibility-sec .dropdown-menu {
  background-image: none;
  min-height: auto;
  padding: 0;
}
#navigation-wrapper .citizenMenu .dropdown-menu:before,
#navigation-wrapper .accessibility-sec .dropdown-menu:before {
  display: none;
}
/*--------------------banner css start-----------------*/
#bannerSlider {
  margin-bottom: 20px;
}
#bannerSlider img {
  width: 100%;
  max-height: 560px;
}
#bannerSlider .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 50px;
}
#bannerSlider .carousel-caption h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
#bannerSlider .carousel-caption a {
  color: #fff;
  font-size: 11px;
  border: 1px solid #fff;
  padding: 5px;
  margin-top: 10px;
  display: inline-block;
}
#bannerSlider .carousel-caption a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
#bannerSlider .carousel-indicators li {
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
#bannerSlider .carousel-indicators {
  right: 40px;
  margin-right: 0;
  justify-content: end;
}
/*---------------top story css--------------*/
.topStory {
  clear: both;
  background: #fff;
  position: relative;
  padding: 30px 0;
}
.topStory .box img {
  width: 100%;
  height: auto;
  border-radius: 70px 0;
}
.topStory .col-sm-12 {
  padding: 0;
  margin-bottom: 10px;
}
.topStory .storyBox .date {
  color: #858585;
  margin-top: 10px;
}
.topStory h2 {
  font-size: 25px;
  font-weight: 700;
}
.topStory h2 .text-small {
  font-weight: 400;
  display: block;
}
.topStory .box {
  background: #fff;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.topStory .box .box-data {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: block;
  width: 90%;
  margin: auto;
}
.topStory .box .box-data h3 {
  border-bottom: 4px solid #00a3e0;
  padding-bottom: 25px;
  text-align: center;
}
.topStory .box .btn {
  font-size: 12px;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 4px 12px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 30px;
}
.topStory .box .btn-bordered:hover {
  background: #3190d4 !important;
  color: #fff !important;
  text-decoration: none;
}
.topStory .box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.topStory .box:before {
  content: "";
  background: #00a3e0;
  height: 30px;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index: 2;
  border-radius: 70px 0;
}
.topStory .box:hover:before {
  width: 100%;
  opacity: 1;
}
.topStory .box img {
  width: 100%;
  height: auto;
  max-height: 176px;
  transition: all 0.3s ease 0s;
}
.topStory .box .box-content {
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  transition: all 0.4s ease 0.2s;
  width: 90%;
  left: 10px;
  margin: auto;
  z-index: 2;
}
.topStory .box:hover .box-content {
  opacity: 1;
  top: 25px;
  width: 90%;
  left: 10px;
  margin: auto;
}
.topStory .box-content .contentData {
  font-size: 12px;
  padding: 20px;
}
.topStory .carousel-control-prev .fa,
.topStory .carousel-control-next .fa {
  font-size: 30px;
  color: #70dccb;
}
.topStory .carousel-control-next,
.topStory .carousel-control-prev {
  right: 0;
  bottom: -30px;
  top: inherit;
  left: 0;
  opacity: 1;
  width: auto;
}
.topStory .carousel-control-prev {
  right: 0;
  top: -30px;
  bottom: inherit;
}

.topStory {
  padding: 0 15px;
}
.topStory ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.topStory .panel-footer ul {
  display: flex;
  justify-content: center;
}
.topStory .panel-footer a {
  font-size: 30px;
  line-height: 1;
  color: #158389;
}
.topStory .panel-footer .next {
  position: absolute;
  top: -32px;
}
.topStory .panel-footer .prev {
  position: absolute;
  bottom: 40px;
}
#topStory1 {
  min-height: 550px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .topStory .carousel-inner.vertical > .carousel-item.carousel-item-next,
  .topStory
    .carousel-inner.vertical
    > .carousel-item.active.carousel-item-right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    -moz-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0px;
  }
  .topStory .carousel-inner.vertical > .carousel-item.carousel-item-prev,
  .topStory
    .carousel-inner.vertical
    > .carousel-item.active.carousel-item-left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    -moz-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0px;
  }
  .topStory
    .carousel-inner.vertical
    > .carousel-item.carousel-item-next.carousel-item-left,
  .topStory
    .carousel-inner.vertical
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .topStory .carousel-inner.vertical > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0px;
  }
}
/*----------------news and update css start-------------*/
.newsUpdate {
  border: 2px solid #8ecd00;
  border-radius: 40px 0 40px 0;
  padding: 30px 20px 30px 30px;
  margin-right: 70px;
  position: relative;
  min-height: 530px;
}
.newsUpdate .oilPipeimg img {
  width: 100%;
  position: absolute;
  top: -12px;
  right: -58px;
}
.newsUpdate .oilPipeimg:after {
  background: url("../../images/oilImg01.png") no-repeat;
  content: "";
  width: 53px;
  height: 87px;
  background-size: 100%;
  z-index: 1;
  position: absolute;
  right: -83px;
  top: 13px;
}
.newsUpdate h2 {
  padding: 40px 0;
  font-size: 24px;
  margin-bottom: 30px;
}
.newsUpdate h2 img {
  width: 30px;
}
.newsUpdate ul {
  padding-left: 30px;
  padding-right: 20px;
  list-style: none;
  margin: 0;
}
.newsUpdate ul li {
  margin-bottom: 10px;
  position: relative;
}
.newsUpdate ul li:before {
  width: 5px;
  height: 5px;
  content: " ";
  background: #8ecd00;
  display: block;
  border-radius: 100%;
  top: 10px;
  position: absolute;
  left: -15px;
}
.newsUpdate ul li p {
  margin-bottom: 0;
}
.newsUpdate .contentBox {
  font-size: 16px;
  color: #333333;
}
.newsUpdate .dateMonth {
  font-size: 14px;
}
.newsUpdate .fa {
  font-size: 25px;
  color: #327d22;
}
.newsUpdate .panel-footer ul li:before {
  display: none;
}
.newsUpdate .panel-footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.newsUpdate .panel-footer a {
  font-size: 30px;
  margin: 0 4px;
  color: #8ecd00;
}
/* .newsUpdate .panel-footer .next{position: absolute;top: -32px} */
/* .newsUpdate .panel-footer .prev{position: absolute;bottom: -32px} */
/*----------------right box css start-------------*/
.rightTopLink ul {
  list-style: none;
  padding-left: 0;
}
.rightTopLink ul li {
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 2px solid #cce7d3;
}
.rightTopLink ul li a {
  color: #007fac;
}
.rightTopLink ul li:last-child {
  border-bottom: none;
}
.btnLinkBG {
  margin: 50px 0;
}
.btnLinkBG button {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 15px 0 15px 0;
  border: none;
  word-break: break-word;
  white-space: normal;
}
.btnLinkBG button a {
  color: #fff;
  display: block;
}
.btnLinkBG .bg01 {
  background: #a52c32;
}
.btnLinkBG .bg02 {
  background: #ce464c;
}
.btnLinkBG .bg03 {
  background: #7e2022;
}
/*----------------inner page css start-------------*/
.innerBanner {
  width: 100%;
  min-height: 250px;
  background: #ddd url("../../images/innerBanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
.innerBanner img {
  width: 100%;
}
.innerContent .col-md-9 {
  background: #fcfcfc; /*border-radius:4px;*/
  padding: 12px 24px 12px 12px;
}
.innerContent h2 {
  font-size: 24px;
  font-weight: 400;
  color: #a62c32;
}
.innerContent h3 {
  font-size: 18px;
  font-weight: 400;
  color: #a62c32;
}
.innerContent h4 {
  font-size: 16px;
  font-weight: 400;
  color: #a62c32 !important;
}
.accordion-header {
  margin: 0;
  font-size: 16px;
  padding: 8px 24px 8px 8px;
  display: flex;
  align-items: center;
}
.innerContent #column-2 .accordion-header img {
  margin: 0;
  max-width: 70px;
}
.active-header {
  background: #a62c32 url(../../images/open.png) right -8px top 50% no-repeat;
  color: #fff;
}
.inactive-header {
  background: #a62c32 url(../../images/close.png) right -8px top 50% no-repeat;
  color: #fff;
  margin-bottom: 16px;
}
.accordion-content {
  display: none;
  margin-bottom: 16px;
  border: 1px solid #eee;
  padding: 12px;
  background: #fff; /* float:left;width:100%;max-height:200px */
}
.accordion-content a {
  color: #333 !important;
  font-weight: normal !important;
}
.innerContent .col-md-9 ul.tm {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  overflow: auto
}
.innerContent .col-md-9 ul.tm li {
  padding: 0;
  display: flex;
  border: none;
  background: transparent;
}
.innerContent .col-md-9 ul.tm a {
  padding: 8px 16px;
  background: #a62c32;
  margin: 0 4px 8px 0;
  color: #fff;
}
.innerContent .col-md-9 ul.tm li.active,
.innerContent .col-md-9 ul.tm a:hover {
  background: #666;
  color: #fff;
}

/*------------breadcrumb css start --------------*/
/* ul.breadcrumb{background:none; margin-top:10px;}
ul.breadcrumb li{color:#a31919;  display:inline-block; font-size:16px;}
ul.breadcrumb li+li:before {padding: 4px 8px;color: #848484; content: "/\00a0"; }
ul.breadcrumb li a {color: #007fac;text-decoration: none;}
ul.breadcrumb li a:hover {color: #01447e;text-decoration: underline;} */

.breadcrumb {
  background: none;
  margin-top: 0;
  margin-left: 0;
  border-bottom: 1px solid #242424;
  border-radius: 0;
  margin-bottom: 24px;
}
.breadcrumb li {
  color: #066d74;
  display: flex;
}
.breadcrumb li + li:before {
  padding: 4px 8px;
  color: #6e6e6e;
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb li a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.breadcrumb li:last-child a {
  color: #0b979f;
}
.breadcrumb li:first-child a span {
  display: none;
}
.breadcrumb li:first-child a:before {
  content: "Home";
}

.lastUpdated {
  font-size: 11px;
  color: #888888;
}
/*------------left nav css start --------------*/
.innerContent #column-1 {
  padding-left: 0;
  padding-right: 12px;
}
#leftNav-wrapper {
  padding-left: 12px;
}
.rightnav-sec {
  background: #fff;
  padding-left: 12px;
  padding-top: 24px;
  margin-right: 12px;
  margin-top: 24px;
}
.rightnav-sec ul {
  list-style: none;
  padding-left: 0 !important;
}
.rightnav-sec li {
  padding: 5px 0;
  position: relative;
}
/* .rightnav-sec ul li{border-top: solid 1px #d0f0f2} */
.rightnav-sec ul li:first-child {
  border-top: none !important;
}
.rightnav-sec ul li:before {
  width: 5px;
  height: 5px;
  content: " ";
  background: #a62c32;
  display: block;
  border-radius: 100%;
  top: 18px;
  position: absolute;
  left: 0;
}
.rightnav-sec ul li a {
  color: #a62c32;
}
.rightnav-sec h2 {
  font-size: 21px;
  color: #8c000d;
}
.rightnav-sec ul a {
  padding: 4px 4px 4px 12px;
  display: block;
  text-transform: capitalize;
}
.rightnav-sec ul li li:before {
  display: none;
}
.rightnav-sec ul li li a {
  position: relative;
  color: #333;
  font-size: 12px;
}
.rightnav-sec ul li li a:before {
  width: 5px;
  height: 2px;
  content: " ";
  background: #333;
  display: block;
  border-radius: 100%;
  top: 12px;
  position: absolute;
  left: 0;
}
.rightnav-sec ul li li {
  padding: 4px 4px 4px 12px;
}
.rightnav-sec ul ul {
  display: none;
}
.rightnav-sec ul li a:hover {
  text-decoration: none;
}
.rightnav-sec ul li a[data-option="off"]:after {
  color: #a62c32;
  font-size: 14px;
  content: "\f0fe";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 9px;
}
.rightnav-sec ul li a[data-option="on"]:after {
  color: #a62c32;
  font-size: 14px;
  content: "\f146";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 12px;
}
.rightnav-sec ul li li a[data-option="off"]:after {
  top: 4px;
  right: 6px;
}
.rightnav-sec ul li li a[data-option="on"]:after {
  top: 4px;
  right: 6px;
}
/*------------left tweet css start --------------*/
.latsetTweet {
  border-top: 2px solid #8c000d;
  padding-top: 10px;
}
.latsetTweet h4 {
  font-size: 14px;
  color: #3f3f3f;
}
.latsetTweet .blog-twitter-inner {
  padding: 10px;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 10px;
  height: 225px;
  overflow: auto;
}
/*----------------inner page css end-------------*/
/*footer*/
footer {
  width: 100%;
  display: inline-block;
  color: #5e5e5e;
  background: #f5f5f5;
  padding-top: 32px; /* margin-top:30px; margin-bottom: 130px; border-top:1px solid #327d22; border-bottom:1px solid #327d22; border-radius: 10px 0 0 0; */
}
footer ul {
  margin-bottom: 0;
}
footer p {
  padding: 3px 0;
  margin-bottom: 0;
}
footer .copyRight {
  font-size: 11px;
}
footer .footerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerBox .middleList {
  background: #327d22;
  border-radius: 10px 0 0 0;
  padding: 5px 10px;
}
footer .footerBox .middleList li a {
  color: #fff;
}
footer .footer-nav {
  margin-bottom: 0;
}
footer .copyright {
  /* background:#dedede; */
  font-weight: 400;
  padding: 3px 0;
  font-size: 12px;
}
#visitCount-wrapper p {
  font-size: 22px;
}
.web-counter {
  margin: 10px 0 0 0;
}
.web-counter li {
  background-color: #158389;
  color: #fff;
  margin: 0;
  float: left;
  margin-left: 5px;
  padding: 0 7px;
  font-size: 15px;
}
footer .socialIcon li {
  padding: 0;
  margin: 0 !important;
}
footer .socialIcon li a {
  padding: 0;
}
footer .socialIcon img {
  width: 22px;
  margin-bottom: 8px;
}
/*------------------------contrast theme--------------------*/
body#contrast,
#contrast .web-counter li,
#contrast footer .footerBox .middleList,
#contrast .btnLinkBG button,
#contrast .topStory,
#contrast .topStory .box,
#contrast .innerConent,
#contrast .navbar-expand-md .navbar-nav .dropdown-menu,
#contrast .accessibility-sec .dropdown-menu,
#contrast .ft-con-ul #dark-theme span,
#contrast .innerContent .col-md-9,
#contrast .innerContent .col-md-9 ul li,
#contrast .table-striped tbody tr:nth-of-type(odd) td,
#contrast .table-striped tbody tr:nth-of-type(odd) th,
#contrast .table tbody td,
#contrast .innerContent .col-md-9 ul.tm a,
#contrast #navigation-wrapper .dropdown-menu,
#contrast .qlinks,
#contrast .nwsUpdt,
#contrast .ts,
#contrast footer {
  background: #000;
  color: #fff !important;
}
#contrast header a,
#contrast .rightTopLink ul li a,
#contrast footer .footerBox a,
#contrast .btnLinkBG button,
#contrast ul.breadcrumb li a,
#contrast .rightnav-sec ul li a,
#contrast #newsUpdate .contentBox a,
#contrast .ft-con-ul #dark-theme span,
#contrast .ft-con-ul #dark-theme,
#contrast .innerContent .col-md-9 ul li a,
#contrast a,
#contrast .list-group .list-group-item .list-group-title,
#contrast .innerContent .col-md-9 ul.tm a {
  color: yellow !important;
}
#contrast header li, #contrast .newsUpdate .contentBox, #contrast .innerConent h2, #contrast .rightnav-sec h2, #contrast ul.breadcrumb li,#contrast #visitCount-wrapper p, #contrast .copyRight, #contrast .breadcrumb-item.active, /*.breadcrumb-item .active,*/ #contrast .latsetTweet h4, #contrast .searchBox .form-control,#contrast .nwsUpdtHead h2,#contrast .ts a .rmore,#contrast .ts .owl-nav:after,#contrast .glanceWrap h2,#contrast footer h2 {
  color: #fff !important;
}
#contrast .access-normal-img,
#contrast .lightThemeIcon {
  display: none;
}
#contrast .access-high-img,
#contrast .darkThemeIcon {
  display: inline-block;
}
#contrast .rightnav-sec {
  border: 1px solid #fff;
  padding: 5px;
}
#contrast .web-counter li,
#contrast .btnLinkBG button,
#contrast .innerContent .col-md-9 ul.tm a,
#contrast .qlinks,
#contrast .nwsUpdt,
#contrast .ts,
#contrast .mlinks {
  border: 1px solid #fff;
}
#contrast .web-counter li {
  padding: 0 6px;
}
#contrast footer .ftMenuBottom {
  border-top: 1px solid #fff;
}
#contrast footer,
#contrast .newsUpdate,
#contrast .mlinks li,
#contrast .qlinks li {
  border-color: #fff;
}
#contrast .ft-con-ul .light-theme span,
#contrast .searchBox {
  background: #fff;
  color: #000;
}
#contrast .list-group .list-group-item {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1200px) {
  .navSection ul li.dropdown {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .navSection .dropdown:hover .dropdown-menu {
    top: 45px;
  }
  .navSection ul li.dropdown {
    padding: 2px 10px !important;
  }
  header .headerMid-sec {
    position: static;
    border-bottom: 2px solid #8e0411; /*padding-bottom:10px; margin-bottom:10px;*/
  }
  .headerMid-sec ul {
    margin-bottom: 10px;
  }
  .navSection {
    padding-top: 0;
  }
  header .logoSection {
    float: none;
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  header .logo {
    border-right: none;
  }
  .fb-post iframe {
    width: 160px !important;
  }
  .accessibility-sec .btn {
  background: #fff;
  margin-top: 4px
}
#tweets-wrapper{max-width: 340px;
margin: 0 auto;}
.innerContent #column-2 .ongc-contact-detail{text-align: left}
}
@media only screen and (max-width: 991px) {
  /* .aajadiLogo img{width:110px;} */
  header .logo img {
    width: 70px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu ul li {
    border: none !important;
  }
  .navSection ul li.dropdown.mega-menu-fullwidth:hover {
    border-radius: 0;
    border: none;
    background: none;
  }
  .navSection .bg-dark {
    background: #faf8f8;
    padding: 5px;
    display: flex;
  }
  .navSection .navbar-dark .navbar-nav .nav-item {
    background: none;
    border: none;
    border-bottom: 1px solid #e0d5d1;
  }
  .mobNav {
    width: 100%;
  }
  .navSection .navbar-dark .navbar-nav .nav-item:last-child {
    border: none;
  }
  #collapsibleNavbar {
    clear: both;
    float: none;
  }
  .navbar-toggler {
    float: right;
  }
  header .navBarBg:after,
  header .navBarBg {
    background: none;
    border: none;
  }
  header .logo {
    float: none;
    border-right: none;
  }
  /* header .logo img{border:4px solid #fff;} */
  header .mega-menu-content p {
    display: none;
  }
  .navSection {
    background: #8e0411;
  }
  .navbar-dark .navbar-toggler {
    border-radius: 0;
    padding: 0.25rem 0.45rem;
    border: 1px solid #fff;
  }
  .navSection ul li a {
    color: #fff !important;
    padding: 7px;
    font-size: 16px;
    position: relative;
  }
  .headerMid-sec li {
    margin-bottom: 10px;
  }
  header .navBarBg {
    padding: 0;
  }
  header .mega-menu-content h3 a {
    color: #000 !important;
    font-weight: 400;
  }
  header .mega-menu-content ul li {
    float: none;
    display: block;
    width: 100%;
  }
  header .navbar-nav li {
    border-bottom: 1px solid #fff;
  }
  header .navbar-nav li:last-child {
    border: none;
  }
  header .mega-menu-content h3 {
    border-bottom: 1px solid #8e0411;
    padding-bottom: 5px;
  }
  .navSection .navSmallBlack a {
    border-right: none;
    color: #fff !important;
    font-size: 13px;
  }
  .navSection .navSmallBlack ul a,
  .accessibility-sec .dropdown-menu ul li a {
    color: #57430c !important;
  }
  .navSection h3 a {
    font-size: 14px !important;
  }
  .navSection .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 22px;
  }
  header .headerMid-sec {
    padding-top: 10px;
  }
  header .headerMid-sec .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  header .headerMid-sec .list-inline-item {
    padding-right: 5px !important;
  }
  .searchBox {
    width: 100%;
    background: #fff;
  }
  #navigation-wrapper .dropdown-menu {
    padding: 8px;
  }
  .navSection .dropdown:hover .dropdown-menu li {
    margin-bottom: 0 !important;
  }
  .navSection .accessibility-sec ul li a {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  header .logoSection {
    padding-top: 8px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 2px solid #8e0411;
  }
  .newsUpdate {
    padding: 10px 20px;
    margin: 0;
  }
  .rightnav-sec h2 {
    margin-top: 10px;
  }
  /* #bannerSlider .carousel-caption{width:50%;} */
  #bannerSlider .carousel-caption h3 {
    font-size: 15px;
  }
  #bannerSlider .carousel-caption {
    padding: 10px 15px;
  }
  body {
    background-size: 100% 70px;
  }
  footer .footerBox {
    display: block;
  }
  footer .footerBox .middleList,
  footer {
    border-radius: 0;
  }
  footer {
    padding-bottom: 5px;
  }
  .newsUpdate .oilPipeimg img {
    display: none;
  }
  .newsUpdate .oilPipeimg:after {
    background: none;
    width: auto;
  }
  .india-home-layout.container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  #navigation-wrapper {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .covidBox img,
  .corpVideoBox img {
    max-height: 245px;
  }
  .accessibility-sec .dropdown-menu {
    left: 0 !important;
    right: inherit !important;
  }
}

/*  */
.portlet {
  margin-bottom: 0 !important;
}
/* .portlet-content{padding-top: 0 !important;padding-bottom: 0 !important} */
/* .innerContent .portlet-content{padding: 0 !important} */
.portlet-title-text {
  display: none;
}
.portlet-content {
  padding: 0 !important;
}
#wrapper {
  background: transparent;
}
.innerContent #column-1 {
  order: 2;
}
.innerContent #column-2 {
  order: 1;
}
.innerContent #column-2 img {
  display: block;
  margin: 10px auto;
  padding: 2px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #e5e4e4;
  max-width: 100%;
  height: auto !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.innerContent .inner-img {
  padding: 8px !important;
  width: auto !important;
  float: left;
}
.innerContent .inner-img img {
  margin: 8px !important;
}

.innerContent .col-md-9 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 16px;
  width: 100%;
}
.innerContent .col-md-9 ul li {
  position: relative;
  display: block;
  padding: 0.75rem 0; /*background-color: #fff;*/
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-radius: 0;
}
.innerContent .col-md-9 ul li:last-child {
  border: none;
}
.innerContent .col-md-9 ul li a {
  color: #a62c32;
}
.innerContent .col-md-9 ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.ongc-contact-title {
  background-color: #eee;
  border-left: 1px solid #a41d23;
  padding: 5px 10px;
  font-size: 16px;
  color: #a41d23;
}
.ongc-contact-title.qry {
  background: #a41d23;
  padding: 5px 10px;
  border-left: none;
  color: #fff;
  border-radius: 8px;
}
.ongc-contact-title {
  background: transparent;
  border-left: none;
  border-bottom: 1px solid #a41d23;
  padding: 0;
  display: inline-block;
  color: #a41d23;
  border-radius: 0;
  margin-bottom: 16px;
}
.ongc-contact-detail p {
  margin-bottom: 0;
}
.modal {
  display: none;
}
.modal-content {
  padding: 0;
}
.innerContent .lfr-pagination .dropdown-menu,
.innerContent .dropdown-menu {
  display: none;
}
.innerContent ul.pagination {
  flex-direction: row;
}
.innerContent ul.pagination li,
.innerContent ul.dropdown-menu li {
  padding: 0;
  border: none;
  background: transparent;
}
.innerContent #column-2 .img-gal img {
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0 auto;
}
.sprt-gal img {
  max-width: 100%;
  margin: 0 auto;
}
.innerContent #column-2 .sprt-gal img {
  margin: 0 auto;
  height: 100%!important
}
.sprt-gal a {
  display: block;
  height: 120px;
  overflow: hidden;
  background-color: #fafafa;
  position: relative;
  z-index: 1;
}
.media-list li {
  align-items: center;
}
.innerContent #column-2 .media-list img {
  width: 100px;
  max-width: none;
  margin: 0;
}

@keyframes border-animate1 {
  0% {
    width: 0;
    height: 0;
    border-color: #a62c32 #a62c32 transparent transparent;
  }
  50% {
    width: calc(100% + 4px);
    height: 0;
    border-color: #a62c32 #a62c32 transparent transparent;
  }
  100% {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-color: #a62c32 #a62c32 transparent transparent;
  }
}
@keyframes border-animate2 {
  0% {
    width: 0;
    height: 0;
    border-color: transparent transparent #a62c32 #a62c32;
  }
  50% {
    width: 0;
    height: calc(100% + 4px);
    border-color: transparent transparent #a62c32 #a62c32;
  }
  100% {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent #a62c32 #a62c32;
  }
}

.indInrCont {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  background: #fcfcfc;
}
@media (min-width: 576px) {
  .indInrCont {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .indInrCont {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .indInrCont {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .indInrCont {
    max-width: 1248px;
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* #bannerSlider .carousel-item:before{background-color:#000;content:'';display:block;height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index:0} */
/* #bannerSlider .carousel-item:after{background:linear-gradient(to right,rgba(0,0,0,.6) 0,transparent 100%);content:'';display:block;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1);height:100%;left:0;opacity:1;position:absolute; top:0;width:100%;z-index:0} */
.text-muted {
  color: #767676 !important;
}
.btn:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1779ba;
}
.ongc-title {
  background-color: #eee;
  border-left: 1px solid #a41d23;
  padding: 5px 10px;
  font-size: 16px;
  color: #a41d23;
  margin-bottom: 10px;
}
.innerContent #column-2 {
  text-align: justify;
  padding-top: 24px;
}
#bannerSlider .carousel-control-prev,
#bannerSlider .carousel-control-next {
  width: 34px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 30px;
  opacity: 1;
}
.videoBox {
  display: block;
  max-width: 300px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.videoBox .play-icon {
  position: absolute;
  left: 0;
  top: 0 !important;
  font-size: 41px !important;
  color: #fff;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoBox:hover .play-icon {
  color: #a41d23;
}
@media only screen and (max-width: 480px) {
  .accessibility-sec .dropdown-menu {
    left: 0 !important;
    right: inherit !important;
  }
}

/* */
#header-wrapper {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
#header-wrapper a:hover {
  text-decoration: none;
}
.navSection .dropdown-toggle::after {
  display: none;
}
.aajadiLogo {
  /* width: 410px; */
  padding-left: 4px;
}
.aajadiLogo img {
  max-width: 100%;
}
.aajadiLogo a {
  border-right: 1px solid #ccc;
}
.aajadiLogo a:last-child {
  border-right: none;
}
.aajadiLogo a {
  padding: 2px 4px;
}

.searchBox legend {
  margin-bottom: 0;
}
.searchBox .input-group .input-group-inset-item {
  border-left: 1px solid #a62c32;
  margin: 4px 0;
}
.searchBox .input-group .input-group-inset-item .btn-unstyled {
  width: 34px;
  background: transparent !important;
  color: #a62c32;
}
.searchBox .lexicon-icon-search {
  width: 18px;
  height: 18px;
}
.searchBox #search-voice-btn {
  background: transparent;
  color: #a62c32;
}
.searchBox #search-voice-btn {
  margin-left: 0;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
}
.searchBox
  .input-group
  .input-group-item
  .input-group-inset-before.form-control {
  padding-left: 34px;
}

#bannerSlider {
  margin-bottom: 8px;
}
#bannerSlider {
  background: url(../../images/banner01.webp) no-repeat center;
  background-size: contain;
  min-height: 270px;
}
#bannerSlider video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ctaWrap .ctas {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.ctaWrap .imgWrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 17.19%,
    rgba(0, 0, 0, 0.25) 100%
  );
}
.ctaWrap p {
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
.ctaWrap p span {
  background: #a62c32;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
}

.qlinks {
  display: flex;
  justify-content: center;
  margin: 16px auto 24px;
  background: #fcfcfc;
  text-transform: capitalize;
  padding: 4px 0;
}
.qlinks li {
  border-right: 1px solid #242424;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.qlinks li:last-child {
  border-right: none;
}
.qlinks .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.qlinks a {
  color: #333;
}

.nwsUpdt {
  background: #fcfcfc;
  margin-bottom: 24px;
  padding: 0;
  border-radius: 8px;
}
.nwsUpdtHead {
  background: rgba(255, 204, 0, 0.2);
  border-radius: 50px 0px 0px 8px;
  padding: 13px 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.nwsUpdtHead h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
}
.carousel-inner.vertical > .carousel-item {
  min-height: 384px;
  overflow: hidden;
  padding: 48px;
}
.nws {
  /*min-height: 366px;overflow: hidden;padding: 48px 48px 0;*/
  margin-bottom: 16px;
}
.nwsUpdt .nws .nwsTitle a {
  color: #646464;
}
.nwsUpdt .active .nws:first-child .nwsTitle a {
  font-size: 24px;
  color: #333;
  /* transition: font-size 0.6s; */
  transition: all 0.5s ease;
}
.nwsUpdt .carousel-control-prev,
.nwsUpdt .carousel-control-next {
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 20px;
  margin: 4px;
  bottom: 6px;
  top: auto;
  z-index: 1;
  opacity: 1;
  color: #333;
}
.nwsUpdt .carousel-control-prev:hover,
.nwsUpdt .carousel-control-next:hover {
  color: #333;
}
.nwsUpdt .carousel-control-next {
  right: 48px;
}
.nwsUpdt .carousel-control-prev {
  left: auto;
  right: 80px;
}
.carousel-inner.vertical > .carousel-item {
  transition: 0.6s ease-in-out top;
  overflow: hidden;
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .carousel-item-next,
.carousel-inner.vertical > .carousel-item-prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .carousel-item-next {
  left: 0;
  top: 33.33%;
  right: 0;
}
.carousel-inner.vertical > .carousel-item-prev {
  left: 0;
  top: -33.33%;
  right: 0;
}
.carousel-inner.vertical > .carousel-item-next.carousel-item-left,
.carousel-inner.vertical > .carousel-item-prev.carousel-item-right {
  top: 0;
}
.carousel-inner.vertical > .active.carousel-item-left {
  left: 0;
  top: -33.33%;
  right: 0;
}
.carousel-inner.vertical > .active.carousel-item-right {
  left: 0;
  top: 33.33%;
  right: 0;
}

.ts {
  background: #fcfcfc;
  margin-bottom: 24px;
  padding: 48px;
  border-radius: 8px;
}
/* .ts .owl-stage-outer{margin: 0 48px} */
.ts .card {
  border-radius: 8px;
  min-height: 270px;
  margin-bottom: 16px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ts .card-body {
  padding: 8px;
}
.ts .card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ts.owl-carousel .owl-nav {
  display: flex;
  justify-content: right;
  background: rgba(255, 204, 0, 0.2);
  border-radius: 0px 50px 0px 8px;
  padding: 9px 48px;
  position: absolute;
  left: 0;
  right: 0;
}
.ts .owl-nav:after {
  content: "Top Stories    |";
  font-size: 20px;
  line-height: 40px;
  color: #333;
  position: absolute;
  left: 48px;
}
.ts.owl-carousel .owl-nav button.owl-next,
.ts.owl-carousel .owl-nav button.owl-prev {
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 20px;
  margin: 4px;
}
.ts.owl-carousel .owl-item img {
  min-height: 125px;
}
.ts a,
.ts a:hover {
  color: #333;
  text-decoration: none;
}
.ts a .rmore {
  color: #333;
  position: absolute;
  bottom: 0;
}
.ts.owl-carousel .owl-nav button span {
  margin-top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.glanceBg {
  background: #fff url("../../images/glanceBg.png");
  background-repeat: no-repeat;
  background-position: left 5px bottom 24px;
  background-size: 80%;
}
.glanceWrap {
  margin: 24px auto;
  max-width: 1038px;
}
.glanceWrap h2 {
  font-size: 40px;
  margin-bottom: 24px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.glanceWrap .imgWrap img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.glanceWrap .imgWrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 12px;
  bottom: 0;
  right: 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 17.19%,
    rgba(0, 0, 0, 0.25) 100%
  );
  border-radius: 8px;
}
.glance {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 24px;
  bottom: 16px;
  right: 24px;
  justify-content: space-between;
}
.glanceWrap .imgWrap {
  position: relative;
}
.glanceWrap .imgWrap::after {
  left: 0;
  right: 0;
}
.glanceWrap .imgDesc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 1);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  border-radius: 8px;
}
.glanceWrap .imgWrap:hover .imgDesc {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  padding: 12px;
}
.glanceWrap p {
  color: #fff;
  margin-bottom: 0;
}
.glanceWrap p .head,
.sustnWrap p .head {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  line-height: 1;
}
.glanceWrap a .rmore {
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  align-self: end;
}

.mlinks {
  display: flex;
  justify-content: center;
  margin: 16px auto 24px;
  text-transform: capitalize;
  padding: 4px 0;
  white-space: nowrap;
  flex-wrap: wrap;
  font-size: 18px;
}
.mlinks li {
  border-right: 1px solid #242424;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 8px 0 24px 0;
}
.mlinks li:nth-child(6) {
  border-right: none;
}
.mlinks li:last-child {
  border-right: none;
}
.mlinks .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.mlinks a {
  color: #333;
}

.sustnWrap {
  position: relative;
  background: url("../../images/sustnBg.webp") no-repeat center;
  background-size: cover;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 48px 0;
  margin: 24px 0;
}
.sustnWrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(10, 42, 52, 0.8);
}
.sustnWrap h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 48px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sustnWrap .owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}
.sustnWrap img {
  max-width: 75px;
  margin-bottom: 24px;
  max-width: 100%;
  width: auto;
}
.sustnWrap p {
  font-size: 18px;
  margin-bottom: 48px;
}
.sustnWrap p .head {
  font-weight: 700;
  font-size: 48px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.sustnWrap .item {
  margin-right: 80px;
}
.sustnWrap .owl-carousel .owl-nav {
  display: flex;
  justify-content: right;
}
.sustnWrap .owl-carousel .owl-nav button.owl-next,
.sustnWrap .owl-carousel .owl-nav button.owl-prev {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 28px;
  margin: 4px;
}
.sustnWrap .owl-carousel .owl-nav button span {
  margin-top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

footer h2,
footer a {
  color: #333 !important;
}
footer a:hover {
  text-decoration: none;
}
footer .middleList {
  border-top: 1px solid #333;
  display: inline-block;
  margin-bottom: 16px;
}
footer .socialIcon {
  border-top: 1px solid #333;
  display: inline-block;
  margin-bottom: 16px;
}
footer .socialIcon li {
  margin-right: 16px !important;
}
footer .socialIcon li:last-child {
  margin-right: 0 !important;
}

.bod-list-sec {
  margin-bottom: 48px;
  padding: 0 48px 38px;
  position: relative;
}
.bod-list-sec.cmd:before {
  position: absolute;
  display: block;
  border-bottom: 4px solid #a72c31;
  content: "";
  left: 8%;
  right: 8%;
  bottom: 0;
}
.bod-list-sec.cmd:after {
  position: absolute;
  left: calc(50% - 150px);
  display: block;
  height: 32px;
  width: 300px;
  background: #a72c31;
  border-radius: 8px;
  outline: 16px solid #fcfcfc;
  content: "";
  bottom: -16px;
}
.bod-list {
  position: relative;
}
.bod-title p,
.bod-title h4 {
  margin-bottom: 0;
  color: #fff !important;
  line-height: 1.2;
}
.bod-title h4 {
  font-size: 24px;
  font-weight: 600;
}
.bod-title p {
  font-size: 14px;
}
.bod-list-sec img {
  width: 100%;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
.bod-title {
  position: absolute;
  bottom: 0;
  padding: 10px 48px 10px 10px;
  background: rgba(166, 45, 52, 0.7);
  left: 0;
  right: 0;
}
.bod-title:after {
  content: "\f078";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 7px;
  margin-top: -18px;
}
.bod-list.open .bod-title:after {
  content: "\f077";
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 7px;
  margin-top: -18px;
}
.bod-list img {
  margin-bottom: 0 !important;
}
.bod-dtl {
  display: none;
  background: #fff;
  padding: 16px;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}

.csrCard {
  background: #fff;
  text-align: left;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 338px;
  margin-bottom: 24px;
}
.csrCard .imgWrap {
  position: relative;
}
.csrCard .imgWrap:before {
  content: "\f01d";
  font: normal normal normal 36px/1 FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -15px;
}
.csrCard img {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.csrCard a {
  color: #333;
}
.csrCard a:hover {
  text-decoration: none;
}
.csrCard p {
  margin-bottom: 8px;
  font-weight: 600;
}
.csrCard .watchVdo {
  position: absolute;
  bottom: 36px;
  background: #1d92e8;
  color: #fff;
  font-weight: 600;
  padding: 8px 40px 8px 16px;
  margin-top: 8px;
  display: inline-block;
  border-radius: 8px;
}
.csrCard .watchVdo:after {
  content: "\f105";
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 16px;
}

.sustnCard {
  background: #fff;
  text-align: left;
  min-height: 450px;
  margin-bottom: 24px;
}
.sustnCard .imgWrap {
  position: relative;
}
.sustnCard img {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.sustnCard .card-body {
  padding: 8px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.sustnCard a {
  color: #333;
}
.sustnCard a:hover {
  text-decoration: none;
}
.sustnCard .dwnld {
  background: #1d92e8;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
}

.rnr strong {
  color: #1d92e8;
}
.innerContent #column-2 .rnr li img {
  max-width: 258px;
}
.innerContent .col-md-9 .rnr ul li {
  display: flex;
  align-items: start;
}
.rnr li span.rnrDesc {
  text-align: justify;
}
.rnr li .rnrImg img {
  border-radius: 8px !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.rnr li:nth-child(odd) {
  flex-direction: row;
}
.rnr li:nth-child(even) {
  flex-direction: row-reverse;
}
.rnr li:nth-child(odd) span.rnrImg {
  margin: 0 16px 0 0 !important;
}
.rnr li:nth-child(even) span.rnrImg {
  margin: 0 0 0 16px !important;
}

.crerCard {
  background: #a62c32;
  border-radius: 8px;
  padding: 24px 8px;
  margin-bottom: 24px;
  min-height: 280px;
  align-content: center;
  display: flex;
  justify-content: center;
}
.crerCard img {
  max-width: 100% !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 24px !important;
}
.crerCard a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.crerCard a:hover {
  text-decoration: none;
}

.crerCard {
  background: #1d92e8;
  margin-bottom: 0;
}
.crerCard .fa {
  font-size: 28px;
  margin-top: 4px;
}
.innerContent .fulPgNav .col-md-9 {
  padding: 0 12px;
}
.innerContent .fulPgNav .col-md-9 img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerContent .fulPgNav .row:nth-child(odd) {
  flex-direction: row;
}
.innerContent .fulPgNav .row:nth-child(even) {
  flex-direction: row-reverse;
}
.innerContent .fulPgNav .row:nth-child(odd) .crerCard {
  border-radius: 8px 0 0 8px;
}
.innerContent .fulPgNav .row:nth-child(even) .crerCard {
  border-radius: 0 8px 8px 0;
}
.innerContent .fulPgNav .row:nth-child(odd) .col-md-3 {
  padding-right: 0;
}
.innerContent .fulPgNav .row:nth-child(odd) .col-md-9 {
  padding-left: 0;
}
.innerContent .fulPgNav .row:nth-child(even) .col-md-3 {
  padding-left: 0;
}
.innerContent .fulPgNav .row:nth-child(even) .col-md-9 {
  padding-right: 0;
}
.innerContent .fulPgNav .row:nth-child(odd) .col-md-9 img {
  border-radius: 0 8px 8px 0;
}
.innerContent .fulPgNav .row:nth-child(even) .col-md-9 img {
  border-radius: 8px 0 0 8px;
}

.contactWrap {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.contactWrap .imgWrap {
  position: relative;
}
.innerContent #column-2 .contactWrap img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  max-width: unset;
  box-shadow: none;
}
.contactWrap .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 34px 8px 16px;
  background: rgb(29 146 232 / 75%);
  border-radius: 0 34px 0 8px;
  color: #fff;
  line-height: 1;
}
.contactWrap .caption p {
  margin: 0;
}
.contactWrap a {
  color: #fff;
}
.contactWrap .caption .head {
  font-size: 18px;
}
.contactWrap .imgDesc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    #1d92e8 42.91%,
    rgba(29, 146, 232, 0) 99.44%
  );
  border-radius: 8px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.contactWrap .imgDesc li {
  margin-bottom: 8px;
}
.contactWrap .qryHead {
  display: inline-block;
  background: #fff;
  color: #1d92e8;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-weight: bold;
}
.contactWrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.contactWrap ul li {
  border-bottom: none !important;
  padding: 0 !important;
}
.contactWrap .imgWrap.fqry .imgDesc,
.contactWrap .imgWrap:hover .imgDesc {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  padding: 16px;
  overflow: auto;
}
.adTp4,
.adTp21,
.adTp22,
.adTp5 {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-gap: 8px;
}
.adTp21 .item-1 {
  grid-column: 1 / span 7;
  grid-row: 1 / span 12;
}
.adTp21 .item-2 {
  grid-column: 8 / span 5;
  grid-row: 1 / span 12;
}
.adTp22 .item-1 {
  grid-column: 1 / span 5;
  grid-row: 1 / span 12;
}
.adTp22 .item-2 {
  grid-column: 6 / span 7;
  grid-row: 1 / span 12;
}
.adTp4 .item-1 {
  grid-column: 1 / span 6;
  grid-row: 1 / span 6;
}
.adTp4 .item-2 {
  grid-column: 7 / span 6;
  grid-row: 1 / span 6;
}
.adTp4 .item-3 {
  grid-column: 1 / span 6;
  grid-row: 7 / span 6;
}
.adTp4 .item-4 {
  grid-column: 7 / span 6;
  grid-row: 7 / span 6;
}
.adTp5 .item-1 {
  grid-column: 1 / span 8;
  grid-row: 1 / span 7;
}
.adTp5 .item-2 {
  grid-column: 9 / span 4;
  grid-row: 1 / span 6;
}
.adTp5 .item-3 {
  grid-column: 1 / span 4;
  grid-row: 8 / span 5;
}
.adTp5 .item-4 {
  grid-column: 5 / span 4;
  grid-row: 8 / span 5;
}
.adTp5 .item-5 {
  grid-column: 9 / span 4;
  grid-row: 7 / span 6;
}
@supports (display: grid) {
  @media screen and (max-width: 767px) {
    .adTp21 .item,
    .adTp22 .item,
    .adTp4 .item,
    .adTp5 .item {
      grid-column: span 12;
      grid-row: auto;
    }
  }
}

@media only screen and (max-width: 1400px) {
  header .logo img {
    max-width: 60px;
  }
  header .logo .logoHead {
    font-size: 12px;
  }
  header .headerMid-sec {
    padding-top: 0;
  }
  .navSection {
    margin-top: -30px;
  }
  .navSection ul li a {
    font-size: 14px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .navSection {
    margin-top: 8px;
  }
  header .headerMid-sec {
    border-bottom: none;
  }
  .navSection ul li.dropdown.mega-menu-fullwidth > a {
    white-space: nowrap;
  }
  header .logo .logoHead {
    display: none;
  }
  header .logo img,
  .aajadiLogo img {
    min-width: 50px;
    margin-right: 0;
  }
  .ctaWrap p {
    bottom: 0px;
    font-size: 16px;
  }
  .ctaWrap p span {
    font-size: 12px;
    display: inline-block;
  }
  .navbar-expand-md .navbar-nav {
    overflow-x: auto;
  }
  .nwsUpdt {
    padding: 16px 16px 0;
  }
  .nwsUpdt .nwsTitle {
    font-size: 16px;
  }
  .nws {
    min-height: 344px;
    overflow: hidden;
  }
  .nws p {
    margin-bottom: 8px;
  }
  .nwsUpdtHead {
    padding: 13px 16px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    bottom: 8px;
  }
  .ts {
    padding: 16px;
  }
  .ts.owl-carousel .owl-nav {
    padding: 9px 16px;
  }
  .ts .owl-nav:after {
    left: 16px;
  }
  .ts .card {
    margin-bottom: 24px;
  }
  .glanceWrap h2 {
    font-size: 24px;
  }
  .glanceWrap p .head,
  .sustnWrap p .head {
    font-size: 16px;
  }
  .glanceWrap a .rmore {
    padding: 4px;
    font-size: 12px;
  }
  .sustnWrap {
    padding: 16px 0;
  }
  .sustnWrap h2 {
    font-size: 24px;
  }
  .sustnWrap img {
    max-width: 48px;
  }
  footer h2 {
    font-size: 16px;
  }
  #bannerSlider {
    min-height: auto;
  }
  .ctaWrap .ctas img {
    max-width: 100%;
    height: auto;
  }
  .qlinks li {
    padding: 4px;
  }
  .carousel-inner.vertical > .carousel-item {
    padding: 16px;
    min-height: 360px;
  }
  .nws {
    min-height: auto;
    margin-bottom: 8px;
  }
  .nwsUpdt {
    padding: 0;
  }
  .nwsUpdt .active .nws:first-child .nwsTitle a {
    font-size: 18px;
  }
  .glanceWrap .imgDesc {
    overflow: auto;
  }
  .mlinks li {
    margin: 8px;
  }
  .mlinks li:nth-child(6) {
    border-right: 1px solid #242424;
  }
  #navigation-wrapper .dropdown-menu {
    background-image: none;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu ul li a {
    line-height: 1.2;
  }
  .searchBox {
    margin-top: 0;
  }
  .indInrCont {
    padding: 0;
  }
  .innerContent #column-1 {
    padding-right: 0;
  }
  .innerContent #column-2 {
    padding: 0 12px;
  }
  .innerBanner {
    min-height: auto;
  }
  .rightnav-sec ul li a {
    line-height: 1.2;
  }
  .rightnav-sec ul li a[data-option="on"]::after,
  .rightnav-sec ul li a[data-option="off"]::after {
    right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .innerContent #column-2 {
    padding: 12px 24px;
  }
  .rightnav-sec {
    padding: 12px 0px 12px 24px;
  }
  .qlinks {
    flex-direction: column;
  }
  .qlinks li {
    border-bottom: 1px solid #242424;
    border-right: none;
  }
  .nws {
    min-height: auto;
  }
  .nwsUpdtHead h2 {
    font-size: 16px;
  }
  .nwsUpdtHead {
    left: 15px;
    right: 15px;
  }
  .ts {
    margin-bottom: 50px;
  }
  .ts .owl-nav:after {
    font-size: 16px;
  }
  .ctaWrap .ctas {
    margin: 0 12px 8px 12px;
  }
  .ctaWrap .ctas img,
  .ctaWrap .ctas a {
    width: 100%;
    max-width: none;
  }
   .csrCard .watchVdo{position: static}
   #navigation-wrapper .dropdown-menu {min-height: auto;}
}

.introVdo.modal {
  padding-left: 0 !important;
}
.introVdo.modal.show {
  padding-right: 0 !important;
}
/* .modal-backdrop{background-color: #000} */
/* .modal-backdrop.show{opacity: .5;} */
.introVdo .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* .modal-content{height: auto;min-height: 100%;border-radius: 0;} */
.introVdo.fade-scale {
  transform: scale(0);
  opacity: 0;
  transition: all 0.25s linear;
}
.introVdo.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
/* video{width: 100%;height: auto;display: block;margin: auto} */
.introVdo .ongcIntro {
  height: 182px;
  background-color: #ccc;
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
}
.introVdo .ongcIntro video {
  width: auto;
  max-width: 100%;
  height: auto;
}
.introVdo button.close {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/**/
.newStryDtl p {
  display: flex;
  background: #fff;
  padding: 24px;
  border-radius: 24px;
}
.innerContent #column-2 .newStryDtl img {
  border-radius: 16px;
}
.newStryDtl p span {
  display: flex;
  align-self: center;
}
.newStryDtl p span.stryDtlImg {
  position: relative;
}
.newStryDtl p span.stryDtlDesc {
  text-align: justify;
}
.newStryDtl p .stryDtlImg img {
  border-radius: 24px !important;
  min-width: 400px;
  max-width: 400px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.newStryDtl p .stryDtlImg small.stryDtlImgCap {
  background: rgba(166, 45, 52, 0.75);
  color: #fff;
  position: absolute;
  bottom: 16px;
  border-radius: 0 0 24px 24px;
  padding: 8px 24px;
}
.newStryDtl p:nth-child(odd) {
  flex-direction: row;
}
.newStryDtl p:nth-child(even) {
  flex-direction: row-reverse;
}
.newStryDtl p:nth-child(odd) span img {
  margin: 0 16px 16px 0 !important;
}
.newStryDtl p:nth-child(even) span img {
  margin: 0 0 16px 16px !important;
}
.newStryDtl p:nth-child(odd) .stryDtlImg small.stryDtlImgCap {
  left: 0;
  right: 16px;
}
.newStryDtl p:nth-child(even) .stryDtlImg small.stryDtlImgCap {
  left: 16px;
  right: 0;
}

h2 strong {
  font-weight: 400;
}
.list-group-item {
  background: transparent;
}

.sprt-gal .card {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.sprt-gal .card-body {
  padding: 10px;
}
.sprt-gal .card-body a {
  border-radius: 8px;
}
.sprt-gal img {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.media-list div.mr-3 {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 4px;
}
.media-list img {
  border-radius: 4px !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.img-gal .card {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.img-gal .card-body {
  padding: 10px;
}
.img-gal .card-body a {
  border-radius: 8px;
}
.img-gal img {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ctaWrap .ctas a{display: block;width: 100%}
.ctaWrap .ctas a img{width: 100%;height: auto}
.modal-content img{height: auto!important}
#image-popup .modal-content{position: absolute;top: 50px;left: 0;right: 0;width: auto;max-width: 90%}
@media only screen and (max-width: 1024px) {
  .innerContent #column-2{text-align: left}
}
.portlet-boundary_com_liferay_portal_search_web_internal_sort_portlet_SortPortlet_{position: relative;left: 20px;max-width: 200px;}
#book{max-width: 100%}
.accordion-container{width: 100%}