/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body {
  /* background: ; */
  margin: 0;
}

html,
body {
  scroll-behavior: smooth;
}

#block-popup {
  display: none;
}

.spb-popup-main-wrapper {
  width: 46%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .spb-popup-main-wrapper {
    width: 100% !important;
    left: 50% !important;
    top: 2% !important;
    transform: translate(-50%, 0%) !important;
  }
}

/* .spb-popup-main-wrapper {
    width: 45%;
    top: 5px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
} */

/*.spb-popup-main-wrapper {
    width: 23%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .spb-popup-main-wrapper {
        width: 75%;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
    }
}*/

/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */

@font-face {
  font-family: "alegreyaSansB";
  src: url("AlegreyaSansBold.otf");
}

@font-face {
  font-family: "alegreyaSansM";
  src: url("AlegreyaSansMedium.otf");
}

@font-face {
  font-family: "alegreyaSansR";
  src: url("AlegreyaSansRegular.otf");
}

@font-face {
  font-family: "noori";
  src: url("noori-nastaleekh.ttf");
}
@font-face {
  font-family: "Nafees";
  src:
    url("NafeesNastaleeq.woff2") format("woff2"),
    url("NafeesNastaleeq.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------- */
/* 100% WIDTH */
/* ----------------------------------------- */

.navbar > .navbar-header,
.navbar > .navbar-collapse {
  margin: 0 !important;
}

.container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.navbar.container {
  max-width: 100%;
}

.row {
  margin: 0;
}

.banner01,
.banner02,
.banner03,
.banner04,
.banner05,
.banner06,
.banner07,
.banner08,
.banner09,
.banner10 {
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
}

/* ----------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------- */

#navbar {
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.path-frontpage #navbar {
  /*background-color: #fff;*/
}

.path-node #navbar,
.path-tenders #navbar,
.path-highlights #navbar,
.path-gallery-meetings #navbar,
.path-gallery-events #navbar,
.path-gallery-visits #navbar,
.path-sitemap #navbar,
.path-aiph0y-chahd5ubeveeg #navbar {
  /*background-color: #092A49;*/
}

.navbar-header {
  background: transparent;
  width: auto;
  height: auto;
  padding: 0.75em;
  margin: 0;
}

.navbar .logo {
  padding: 0;
  margin: 0;
}

.navbar .logo img {
  width: auto;
}

#block-bootstrap-subtheme-main-menu {
  /* display: ; */
}

.navbar-collapse {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  width: 100%;
}

.navbar-nav {
  background-color: #037c25;
  margin: 50px 0 0 0 !important;
  padding: 0;
  text-align: right;
  float: right;
}

.navbar-default .navbar-nav > li {
  margin: 0 0.25em;
  display: inline-block;
  float: none;
  padding: 0;
  background: transparent;
  transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a {
  font: 16px alegreyaSansM;
  color: #fff;
  transition: all 0.5s ease;
  /*float: left;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .expanded > a,
.navbar-default .navbar-nav > .expanded > a:hover,
.navbar-default .navbar-nav > .expanded > a:focus {
  background-color: #225776;
  color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-nav .dropdown-menu > li > a {
  font: 14px alegreyaSansM;
  color: #313131;
  text-transform: capitalize;
  transition: all 0.5s ease;
  text-align: left;
  padding: 6.5px 10px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff !important;
  background-color: #225776;
}

.navbar-nav .dropdown-menu > li.active > a {
  color: #ffffff;
}

.navbar-default .navbar-nav li:nth-child(2n + 6) .dropdown-menu {
  left: auto;
  right: 0;
}

/* ----------------------------------------- */
/* SEARCH */
/* ----------------------------------------- */

/*.searchButton {display: none;}*/

.navbar .search-block-form {
  position: absolute;
  float: right;
  right: 5px;
  top: 8px;
  width: 245px;
  background: transparent;
  border: 0px solid transparent;
  border-radius: 0;
  /*border-bottom: 1px solid #9abcd7;*/
  z-index: 99;
}

/*.path-frontpage .navbar .search-block-form {background: transparent;}*/

.navbar .search-block-form .form-group {
  margin: 0;
}

.navbar .search-block-form .form-group .input-group {
}

.navbar .search-block-form .form-group .input-group #edit-keys {
  border-radius: 0;
  position: relative;
  top: 0;
  right: 0;
  background: transparent;
  border-color: transparent;
  color: #037c25;
  width: 207px;
  float: right;
  box-shadow: none;
  border-bottom: 2px solid #037c25;
}

.navbar .search-block-form .form-group .input-group .input-group-btn .btn {
  background: url("../images/search.png") no-repeat center center;
  width: 34px;
  height: 34px;
  background-size: contain;
  border: none !important;
  border-radius: 0;
  color: #037c25;
  padding: 0;
}

.navbar
  .search-block-form
  .form-group
  .input-group
  .input-group-btn
  .btn
  .icon {
  opacity: 0;
}

#edit-keys::placeholder {
  font: 14px alegreyaSansM;
  color: #037c25;
}

.header-btn a {
  display: block;
  font-size: 16px;
  background-color: #037c25;
  text-decoration: none;
  margin: 5px 30px 5px 0;
  text-transform: uppercase;
  position: absolute;
  right: 15em;
  z-index: 6;
  padding: 7px;
  color: #fff;
}
/* ----------------------------------------- */
/* GALLERY SECTION HOMEPAGE */
/* ----------------------------------------- */
#block-views-block-gallery-block-1 .galleryp_title a {
  display: block;
  height: auto !important;
  font: 22px/36px "noori";
  color: #333;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.6s ease-in-out;
}
#block-views-block-gallery-block-1 .galleryp_title a:hover,
#block-views-block-gallery-block-1 .galleryp_title a:focus {
  text-decoration: none;
}
#block-views-block-gallery-block-1 .view-content {
  margin: 0 0 3em;
}
#block-views-block-gallery-block-1 .view-content,
#block-views-block-gallery-block-1 .view-footer {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
}

/* ----------------------------------------- */
/* GALLERY SECTION REDESIGN */
/* ----------------------------------------- */
/* Slick Slider */
.front-slick-style2 {
}

.front-slick-style2 .slick__arrow {
  position: static;
  text-align: center;
  transform: translateY(0);
  height: auto;
  display: none !important;
  /* margin-top: 1em; */
}

.front-slick-style2 .slick__arrow::after {
  content: "";
  display: block;
  clear: both;
}

.front-slick-style2 .slick-arrow {
  position: static;
  display: inline-block;
  transform: translate(0);
}

.slick-prev::before,
.slick-next::before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.85;
  color: transparent;
  display: inline-block;
}

.slick-prev::before {
  content: url("../images/arrow-left.png");
}

.slick-prev:hover::before {
  content: url("../images/arrow-left-h.png");
}

.slick-next::before {
  content: url("../images/arrow-right.png");
}

.slick-next:hover::before {
  content: url("../images/arrow-right-h.png");
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

/* Gallery Section */
.front-slick-style2.view-photos {
  background: url("../images/gallery-bg.png") no-repeat fixed center center /
    cover;
}

.gallery-card {
  display: block;
  /* width: 220px; */
  height: 250px;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  overflow: visible;
  margin: 2em;
  margin-bottom: 8em;
}

.gallery-card .gallery-img-wrap {
  width: 100%;
  overflow: auto;
  position: relative;
  border-radius: 5%;
  transition: all 0.8s ease;
}

.gallery-card .gallery-img-wrap::before {
  content: "";
  background-color: rgba(4, 124, 35, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: 0.8s ease;
}

.gallery-card:hover .gallery-img-wrap::before {
  height: 0;
}

.gallery-card .gallery-img-wrap img {
  width: 100%;
  height: auto;
}

.gallery-card .gallery-title-wrap {
  padding: 0.25em 0.25em;
  margin: 0.25em 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transition: all 0.8s ease;
  transform: translateY(-50%);
}

.gallery-card:hover .gallery-title-wrap {
  position: static;
  transform: translateY(0);
}

.gallery-card .gallery-title-wrap .gallery-title {
  font:
    16px "Nafees",
    sans-serif;
  color: #fff;
  margin-top: 0;
}

.gallery-card:hover .gallery-title-wrap .gallery-title {
  color: #4d4d4d;
}

/* ----------------------------------------- */
/* MULTIMEDIA CORNER TABS SECTION */
/* ----------------------------------------- */
#block-quicktabsmultimediacorner {
  padding: 2em 6em 2em;
  background: #fff;
  /* background: rgb(243, 243, 243); */
}
#block-quicktabsmultimediacorner .block-title {
  color: rgb(34, 87, 118);
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0.65em !important;
  font: 48px alegreyaSansB;
}
#block-quicktabsmultimediacorner .media-item {
  margin: 0;
}
#block-quicktabsmultimediacorner .quicktabs-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 0 48px;
  column-gap: 36px;
}
#block-quicktabsmultimediacorner .quicktabs-tabs > li > a {
  font: 20px / 26px "alegreyaSansR";
  color: #333;
  transition: all 0.4s ease;
  padding: 18px;
  border-radius: 24px;
  background: radial-gradient(
    ellipse at center,
    #ffffff 0%,
    #f6f6f6 47%,
    #ededed 100%
  );
  display: block;
  width: 100%;
  text-wrap: auto;
  white-space: normal;
  border: 1px solid rgb(34, 87, 118);
}
#block-quicktabsmultimediacorner .quicktabs-tabs > li > a:hover,
#block-quicktabsmultimediacorner .quicktabs-tabs > li > a:focus {
  text-decoration: none;
  background: rgb(34, 87, 118);
  color: white;
}
#block-quicktabsmultimediacorner .quicktabs-tabs > li.active > a {
  background: rgb(34, 87, 118);
  color: white;
}
/* ----------------------------------------- */
/* INTERNAL PAGES */
/* ----------------------------------------- */
:root {
  --primary-green: #037c25;
  --primary-blue: #225776;
  --white: #fff;
  --card-gradient: linear-gradient(
    135deg,
    var(--primary-green),
    var(--primary-blue)
  );
  --card-shadow: rgba(3, 124, 37, 0.2);
  --card-hover-shadow: rgba(34, 87, 118, 0.35);
  --shine-color: rgba(255, 255, 255, 0.15);
}

.featuredlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  /* max-width: 1100px; */
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

.featuredlist li {
  width: min(250px, 100%);
  margin: 0;
}

.featuredlist a,
.featuredlist a:visited {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 22px 24px;
  overflow: hidden;
  color: var(--white) !important;
  background: var(--card-gradient);
  border-radius: 16px;
  box-shadow: 0 8px 22px var(--card-shadow);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.featuredlist a::before {
  position: absolute;
  top: -60%;
  left: -25%;
  width: 60%;
  height: 220%;
  background: var(--shine-color);
  content: "";
  pointer-events: none;
  transform: rotate(25deg);
  transition: left 0.55s ease;
}

.featuredlist a::after {
  position: absolute;
  right: 18px;
  color: var(--white);
  content: "→";
  font-size: 24px;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.featuredlist a:hover,
.featuredlist a:focus-visible {
  color: var(--white) !important;
  box-shadow: 0 14px 30px var(--card-hover-shadow);
  outline: none;
  transform: translateY(-7px);
}

.featuredlist a:hover::before,
.featuredlist a:focus-visible::before {
  left: 120%;
}

.featuredlist a:hover::after,
.featuredlist a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 600px) {
  .featuredlist {
    gap: 12px;
    margin: 20px auto;
  }

  .featuredlist li {
    width: 100%;
    max-width: 320px;
  }

  .featuredlist a {
    min-height: 82px;
    padding: 18px 20px;
    border-radius: 12px;
  }
}

/* featured listitems header */
.page-node-type-pecell .navbar-nav {
  display: none;
}
.page-node-type-pecell #navbar {
  padding: 15px 0 0 !important;
  position: relative;
  background: url("../images/agriheaderbg.png") no-repeat center center / cover;
  z-index: 0;
  height: 230px;
}
.page-node-type-pecell #navbar > * {
  position: relative;
  z-index: 2;
}
.node-9938 #page-title {
  opacity: 0;
  /* position: relative;
  top: -3em;
  z-index: 1;
  color: white; */
}
#navbar-collapse {
  float: right;
}
.page-node-type-pecell .field--name-field-caption {
  padding-bottom: 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: -4.5em;
  z-index: 1;
  color: white;
}
@media screen and (max-width: 481px) {
  .page-node-type-pecell #page-title {
    top: -4em;
  }
}
.page-node-type-pecell #navbar::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.view-id-tvcs .views-field-title {
  min-height: 62.25px;
}

.pub-img {
  height: 240px;
  width: 170px;
  max-width: 100%;
  margin: 0 auto !important;
}

.view-radio-feed-view iframe {
  height: 165px;
  width: 290px;
}

.galleryp-title {
  text-align: center;
}

.view-press-advertisements img {
  display: block;
  height: 225px;
  width: 170px;
  margin: 0 auto 1.75em;
}

.view-id-tvcs,
.view-multimedia-corner {
  text-align: center;
}

.view-id-tvcs .views-field-title,
.view-multimedia-corner .views-field-title {
  font-family: noori, alegreyaSansR;
  margin: 5px 0 30px;
}

a {
  outline: 0 !important;
}

#block-views-block-slick-x-block-main {
  display: none;
}

.region.region-content .content,
.region.region-content .view-content {
  font: 18px alegreyaSansM;
  color: #333333;
  /* word-spacing: ; */
  line-height: 1.75;
}

#notfrontwrap {
  height: auto;
  min-height: 436px;
  /*position: relative;
    bottom: 10px;*/
  background:
    linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
    url(../images/internal.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 0 1em;
  padding-bottom: 3em;
}

.path-frontpage #notfrontwrap {
  padding-bottom: 0;
}

#notfrontwrap {
  /* min-height: calc(100vh - 171px); */
  min-height: calc(100vh - 0);
  position: relative;
  background: url("../images/agricontentbg.webp") no-repeat center center /
    cover;
  background-attachment: fixed;
  z-index: 0;
}
#notfrontwrap > * {
  z-index: 5;
  position: relative;
}
#notfrontwrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.region-content img {
  margin: 0 10px;
  /*object-fit: cover;*/
}

.path-frontpage #ip-wrap {
  display: none;
}

#notfrontwrap ul {
  /*list-style-image: url(../images/list-icon.png);*/
  line-height: 25px;
}

#page-title {
  color: #225776;
  border: 0;
  margin: 0;
}

.region.region-content h1,
.region.region-content h2,
.region.region-content h3,
.region.region-content h4 {
  font-family: alegreyaSansM;
}

.region.region-content h3 {
  color: #047c23;
}

.region.region-content h4 {
  color: #c70505;
}

.region.region-content .content ul,
.region.region-content .view-content ul {
  /*list-style-image: url("../images/bullet.png");*/
}

.region.region-content .content li,
.region.region-content .view-content li {
  padding: 0;
}
#contentsectionwrap {
  padding: 0 15px;
}
#contentsectionwrap ul {
  margin: 12px 0 0;
}
.region.region-content .content ul li:hover,
.region.region-content .view-content ul li:hover {
  /* list-style-image: ; */
}

.region.region-content .content a,
.region.region-content .view-content a {
  text-decoration: none;
  color: #047c23;
  border-bottom: 1px dotted #047c23;
}

.region.region-content .view-content a {
  border: 0;
}

.region.region-content .content a:hover,
.region.region-content .view-content a:hover {
  /* color: ; */
}

.main-container {
}

.path-frontpage #frontpagerowswrap {
}

#frontpagerowswrap {
}

.path-frontpage #notfrontwrap {
  min-height: 0;
  height: 0 !important;
}

#page-header {
}

#contentsectionwrap {
}

#contentsection {
  padding: 0;
}

.breadcrumb {
  background: #eeeeee;
  border-radius: 0;
  font: 14px alegreyaSansM;
  margin: 0 -14px 12px;
  padding: 10px 15px;
}

.breadcrumb li {
  /* color: ; */
}

.breadcrumb li a {
  /* color: ; */
}

.breadcrumb > li + li:before {
  /* color: ; */
}

.breadcrumb > li.active {
  color: #24428e;
}

.views-field.views-field-field-file a,
.views-field.views-field-field-tadvertisement a {
  background: url("../images/download.png") no-repeat;
  height: 20px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  left: 3em;
  background-size: contain;
  width: 20px;
}

.viewp_wrap {
  margin-bottom: 1.5em;
}

.viewp_date {
  font-weight: bold;
  margin-bottom: 5px;
}

.press_image img {
  display: block;
  height: 225px;
  width: 170px;
  margin: 0 auto;
}

.galleryp_image img,
.video-pgallery iframe {
  display: block;
  height: 150px;
  width: 220px;
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto 1em;
}

.galleryp_title {
  text-align: center;
}

.galleryp_title a {
  display: block;
  height: 52.5px;
  overflow: hidden;
}

.highp_title {
}

#block-system-main .date-display-single {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.noticep-wrap ul {
  padding-left: 1em;
}

time {
  font-weight: bold;
  margin-bottom: 10px;
}

.mediap_wrap {
  display: flex;
  margin-bottom: 2em;
}

.mediap_img {
  margin-right: 1.5em;
}

.page-node-type-gallery .slick .slick__slide:focus {
  border: 0;
}

.form-item,
.form-actions {
  margin: 18px 0;
}

.hiw-no {
  height: 44px;
  width: 44px;
  background: #000;
  display: block;
  margin: 0 auto;
  border-radius: 44px;
  color: #fff;
  line-height: 44px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}

#edit-submitted-email {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit {
  margin-bottom: 2%;
}
/* gallery block homepage */
#block-views-block-gallery-block-1 {
  padding: 3em 6em;
}
/** Sitemap **/

.sitemap {
  padding: 0 1em;
}

.sitemap-item {
}

.sitemap-item ul {
  padding: 0 0 0 1.5em;
  margin: 0 !important;
  float: none;
  text-align: start;
  list-style: disc;
}

.sitemap-item ul li {
  float: none;
  display: list-item;
}

.sitemap-item ul li a {
  text-decoration: none;
  display: initial;
  font: 15px alegreyaSansM;
  color: #333333;
  padding: 0;
}

.sitemap-item ul li a:hover,
.sitemap-item ul li a:focus {
  text-decoration: underline;
  background: transparent;
}

.sitemap .caret {
  display: none;
}

.sitemap-item ul li ul {
  position: initial;
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  background-clip: inherit;
  list-style: circle;
}

.sitemap-item ul li ul li {
  display: list-item;
}

.sitemap-item ul li ul li a,
.sitemap-item .navbar-nav .dropdown-menu > li > a {
  text-decoration: none;
  display: initial;
  font: 15px alegreyaSansM;
  color: #333333;
  padding: 0;
}

.sitemap-item ul li ul li a:hover,
.sitemap-item ul li ul li a:focus,
.sitemap-item .navbar-nav .dropdown-menu > li > a:hover,
.sitemap-item .navbar-nav .dropdown-menu > li > a:focus {
  text-decoration: underline;
  background: transparent;
}

.sitemap-item .dropdown-menu > li > a:hover,
.sitemap-item .dropdown-menu > li > a:focus {
  color: #00173c !important;
}

.sitemap-item ul li ul li ul {
  display: none;
}

.sitemap-item ul li ul li.expanded ul {
  display: block;
  list-style: square;
}

/** Tenders and craeers **/

.views-field-field-advertisement a,
.views-field-field-bidding-document a,
.views-field-field-advertisement a,
.views-field-field-application-form a {
  background: url("../images/application-pdf.png") no-repeat center center;
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* ----------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------- */

.section-container {
  padding: 3em 0;
}

.section-heading {
  font: 48px alegreyaSansB;
  color: #225776;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.65em;
}

.white-heading {
  color: #fff;
}

.section-para {
  font: 18px alegreyaSansR;
  color: #404041;
  text-align: justify;
  line-height: 2;
  margin-bottom: 2em;
}

.section-btn {
  display: block;
  width: 120px;
  margin: 0 auto;
  background-color: #225776;
  border: 1px solid transparent;
  color: #fff;
  font: 15px alegreyaSansR;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 0;
  transition: all 0.6s ease-in-out;
}

.section-btn:hover,
.section-btn:focus,
.section-btn:active {
  background-color: transparent;
  color: #225776;
  border-color: #225776;
  text-decoration: none;
}

.section-col a {
  text-decoration: none;
}

.slick--skin--boxed .slide__content {
  margin: 0px;
  border-radius: 0;
  background-color: transparent;
  border: unset;
  border-bottom: unset;
}

.slick--skin--boxed .slide__content:hover {
  box-shadow: none;
  border-color: unset !important;
}

.slick--skin--boxed-carousel .slide__caption {
  padding: 0;
}

.slick-dots {
  display: none !important;
}

/*.path-node #block-views-block-what-we-do-block-1,
.path-tenders #block-views-block-what-we-do-block-1,
.path-highlights #block-views-block-what-we-do-block-1,
.path-gallery-meetings #block-views-block-what-we-do-block-1,
.path-gallery-events #block-views-block-what-we-do-block-1,
.path-gallery-visits #block-views-block-what-we-do-block-1,
.path-sitemap #block-views-block-what-we-do-block-1{
    display: none;
}*/

/*#block-views-block-what-we-do-block-1*/

#backtotop {
  bottom: 90px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

/* ----------------------------------------- */
/* BANNER 1 MAIN BANNER */
/* ----------------------------------------- */

#site-b01 {
  position: relative;
  top: -109px;
}

#block-views-block-main-banner-block-1 .form-group {
  margin: 0;
}

.bimg {
  width: 100%;
}

.bimg img {
  width: 100%;
  display: block;
  height: auto;
}

/******** ICONS *********/

#block-block-28 {
  position: absolute;
}

.banner-icons-container {
  position: fixed;
  top: 32%;
  right: 0;
  z-index: 9;
}

.banner-icons-container a {
  text-decoration: none;
  display: block;
}

.whatsapp-ficon {
  background: url("/system/files/WhatsApp.png") no-repeat;
}

.x-ficon {
  background: url("/system/files/Twitter-icon.png") no-repeat;
}

.fb-ficon {
  background: url("../images/fb.png") no-repeat;
}

.utube-ficon {
  background: url("../images/utube.png") no-repeat;
}

.tw-ficon {
  background: url("../images/tw_agri.png") no-repeat;
}

.insta-ficon {
  background: url("../images/instagram-fixed-icon.png") no-repeat;
}

.tiktok-ficon {
  background: url("../images/tiktok_agri.png") no-repeat;
}

.helpline-ficon {
  background: url("../images/helpline.png") no-repeat;
}

.banner-icon {
  background-size: contain;
  height: 55px;
  width: 200px;
  transition: all 1s ease-in-out;
  margin-bottom: 0.25em;
  transition: all 1s ease-in-out;
  /* transform: translateX(71%); */
}

.banner-icons-container a {
  transition: all 0.4s ease;
  transform: translateX(calc(100% - 55px));
  display: block;
}

.banner-icons-container a:hover {
  transform: translateX(14px);
}

.banner-icon:hover {
  /* transform: translateY(0); */
}

/*
        video integration
*/
#site-b01 {
  top: unset;
}
.menu-tabs,
#block-views-block-attached-departments-block-2 {
  margin-top: unset !important;
}
#views_slideshow_cycle_teaser_section_main_banner-block_1,
div[id*="views_slideshow_cycle_div_main_banner-block_1"] {
  width: 100% !important;
  /* min-height: 720px !important; */
}
#block-views-block-main-banner-block-1 video {
  width: 100%;
  height: 100%;
}
/* @media screen and (min-width: 992px) {
    #block-views-block-main-banner-block-1 video {
        height: 760px;
    }
    .bimg img {
    }
} */
/* ----------------------------------------- */
/* BANNER 2 - MENU TABS */
/* ----------------------------------------- */

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background: #225776;
  padding: 1.25em 0;
  margin-top: -109px;
}

.menu-tab {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
  border-right: 1px solid #fff;
}

.menu-tabs .menu-tab:last-of-type {
  border: 0;
}

.menu-tab a {
  font: 18px alegreyaSansM;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

/* ----------------------------------------- */
/* BANNER 3 - TICKERS  */
/* ----------------------------------------- */
#block-views-block-tickers-block-1 {
  padding: 0;
}
#block-views-block-tickers-block-1 .view-content {
  padding: 12px 0;
  margin: 0 auto;
  width: calc(100%);
  background: #047c23;
  /* box-shadow: 0px 11px 10px rgba(81, 81, 81, 0.08); */
  /* blur the area behind this element */
  /* backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);*/
}

/* fallback for browsers without backdrop-filter */
@supports not (
  (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))
) {
  #block-views-block-tickers-block-1 .view-content {
    /* increase opacity a bit since there will be no blur */
    background: rgba(255, 255, 255, 0.78);
    /* optional: slightly blur a pseudo-element instead */
  }
}
.notification-item-wrap {
  padding: 4px 0;
}
.notification-item-wrap a {
  display: block;
  color: white;
  font: 22px/30px "Nafees";
  transition: all 0.4s ease;
}
.notification-item-wrap a:hover,
.notification-item-wrap a:focus {
  text-decoration: none;
  /* color: #225776; */
  /* color: var(--color-white); */
}
#block-views-block-tickers-block-1 .view-content {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

#block-views-block-tickers-block-1 .marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-right 100s linear infinite;
}

#block-views-block-tickers-block-1 .notification-item {
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}
/* #block-views-block-tickers-block-1 .notification-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */
/* Pause on hover */
#block-views-block-tickers-block-1 .view-content:hover .marquee-track {
  animation-play-state: paused;
}

/* Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%); /* Start off-screen to the right */
  }
  100% {
    transform: translateX(0%); /* End off-screen to the left */
  }
}
/* Responsive speed */
@media (max-width: 768px) {
  #block-views-block-tickers-block-1 .marquee-track {
    animation-duration: 70s; /* slower on small screens */
  }
}

@media (min-width: 1200px) {
  #block-views-block-tickers-block-1 .marquee-track {
    animation-duration: 80s; /* faster on wide screens */
  }
}
/* ----------------------------------------- */
/* BANNER 3 - SERVICES  */
/* ----------------------------------------- */

#section-services {
  padding: 0 4em 4em;
}

.services-row {
  margin-bottom: 3em;
}

.services-col {
  width: 312px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid transparent;
  padding: 0.75em;
  border-radius: 3px;
  transition: all 0.6s ease-in-out;
}

.services-col:hover {
  border-color: #cedccf;
}

.services-col a {
  text-decoration: none;
}

.ld-bg {
  background: url("../images/Client Sample-08.jpg") no-repeat;
}

.wrd-bg {
  background: url("../images/Client Sample-09.jpg") no-repeat;
}

.swc-bg {
  background: url("../images/Client Sample-10.jpg") no-repeat;
}

.ld-bg:hover {
  background: url("../images/Client Sample-11.jpg") no-repeat;
}

.wrd-bg:hover {
  background: url("../images/Client Sample-12.jpg") no-repeat;
}

.swc-bg:hover {
  background: url("../images/Client Sample-13.jpg") no-repeat;
}

.services-bg {
  height: 303px;
  width: 100%;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.5em;
}

.ld-icon {
  background: url("../images/Client Sample-14.png") no-repeat;
}

.wrd-icon {
  background: url("../images/Client Sample-15.png") no-repeat;
}

.swc-icon {
  background: url("../images/Client Sample-16.png") no-repeat;
}

.services-icon {
  height: 120px;
  width: 131px;
  max-width: 100%;
  background-size: cover;
  margin: 0 auto 1.25em;
  text-align: center;
}

.services-text {
  font: 22px alegreyaSansB;
  color: #fff;
}

/* ----------------------------------------- */
/* BANNER 3 - CM INITIATIVES */
/* ----------------------------------------- */
#block-views-block-attached-departments-block-2 {
  padding: 3em;
  position: relative;
  background: #f5f5f5;
  margin-top: -50px;
}

#block-views-block-attached-departments-block-2 .view-content {
  padding: 0 6em;
  margin-bottom: 4em;
}

#block-views-block-attached-departments-block-2 .view-content::after {
  content: "";
  display: table;
  clear: both;
}

/* ----------------------------------------- */
/* BANNER 4 - INITIATIVES */
/* ----------------------------------------- */

#section-initiatives {
  padding: 3em 12em 0;
  border-top: 2px solid #e6e6e6;
}

#section-initiatives .section-col {
  padding: 0;
  border: 1px solid #fff;
}

#section-initiatives .section-col:first-of-type {
  border-left: 0;
}

#section-initiatives .section-col:last-of-type {
  border-right: 0;
}

.initiatives-col {
  width: 341px;
  margin: 0 auto;
  max-width: 100%;
}

.initiatives-col:hover {
  border-color: #cedccf;
}

.initiatives-col a {
  text-decoration: none;
}

.ini-bg1 {
  background: url("../images/Client Sample-17.jpg") no-repeat;
}

.ini-bg1:hover {
  background: url("../images/Client Sample-25.jpg") no-repeat;
}

.ini-bg2 {
  background: url("../images/Client Sample-18.jpg") no-repeat;
}

.ini-bg2:hover {
  background: url("../images/Client Sample-26.jpg") no-repeat;
}

.ini-bg3 {
  background: url("../images/fasal.jpg") no-repeat;
}

.ini-bg3:hover {
  background: url("../images/fasal-hover.jpg") no-repeat;
}

.ini-bg4 {
  background: url("../images/Client Sample-20.jpg") no-repeat;
}

.ini-bg4:hover {
  background: url("../images/Client Sample-28.jpg") no-repeat;
}

.ini-bg5 {
  background: url("../images/Client Sample-21.jpg") no-repeat;
}

.ini-bg5:hover {
  background: url("../images/Client Sample-29.jpg") no-repeat;
}

.ini-bg6 {
  background: url("../images/Client Sample-22.jpg") no-repeat;
}

.ini-bg6:hover {
  background: url("../images/Client Sample-30.jpg") no-repeat;
}

.ini-bg7 {
  background: url("../images/Client Sample-23.jpg") no-repeat;
}

.ini-bg7:hover {
  background: url("../images/Client Sample-31.jpg") no-repeat;
}

.ini-bg8 {
  background: url("../images/Client Sample-24.jpg") no-repeat;
}

.ini-bg8:hover {
  background: url("../images/Client Sample-32.jpg") no-repeat;
}

.initiatives-bg {
  height: 257px;
  width: 100%;
  background-size: cover !important;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.5em;
}

.ini-icon1 {
  background: url("../images/Client Sample-34.png") no-repeat;
}

.ini-icon2 {
  background: url("../images/Client Sample-33.png") no-repeat;
}

.ini-icon3 {
  background: url("../images/Client Sample-35.png") no-repeat;
}

.ini-icon4 {
  background: url("../images/Client Sample-39.png") no-repeat;
}

.ini-icon5 {
  background: url("../images/Client Sample-36.png") no-repeat;
}

.ini-icon6 {
  background: url("../images/Client Sample-37.png") no-repeat;
}

.ini-icon7 {
  background: url("../images/fmi.png") no-repeat;
}

.ini-icon8 {
  background: url("../images/Client Sample-38.png") no-repeat;
}

.initiatives-icon {
  height: 84px;
  width: 91px;
  max-width: 100%;
  background-size: contain;
  margin: 0 auto 1.25em;
  text-align: center;
}

.initiatives-text a {
  display: block;
  font: 23px alegreyaSansB;
  color: #fff;
  text-transform: capitalize;
}

/* customization-tyb */
.region.region-banner05 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.region.region-banner05 > section:not(:first-child) {
  width: 32%;
  flex: 1;
}

.region.region-banner05 > section:first-child {
  flex: 1 1 100%;
  margin-bottom: 20px;
  width: 100%;
}

.media-item {
  margin: 0 20px;
}

.media-item .media-oembed-content {
  height: 250px;
  width: 475px;
  max-width: 100%;
  margin: 0 auto 2em;
  display: block;
}

.banner05.col-sm-12 .view-footer {
  display: block;
  text-align: center;
  position: relative;
}
.banner05.col-sm-12 .view-content {
  overflow: hidden;
}
.banner05.col-sm-12 .view-footer::before,
.banner05.col-sm-12 .view-footer::after {
  content: "";
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
}

.banner05 {
  background-color: #f3f3f3;
  padding: 1em 0 4em;
  display: none;
}

.path-frontpage .banner05 {
  display: block;
}

/* ----------------------------------------- */
/* BANNER 5 - ATTACHED DEPARTMENTS */
/* ----------------------------------------- */

#block-views-block-attached-departments-block-1 {
  background: #f5f5f5;
  padding: 3em;
  position: relative;
}

#block-views-block-attached-departments-block-1 .view-content {
  padding: 0 6em;
  margin-bottom: 4em;
}

#block-views-block-attached-departments-block-1 .view-content::after {
  content: "";
  display: table;
  clear: both;
}

.slick-next {
  background: url("../images/next.png") no-repeat;
  right: -60px;
}

.slick-prev {
  background: url("../images/pre.png") no-repeat;
  left: -60px;
}

.slick-prev:hover,
.slick-prev:focus {
  background: url("../images/pre.png") no-repeat;
  background-size: contain !important;
}

.slick-next:hover,
.slick-next:focus {
  background: url("../images/next.png") no-repeat;
  background-size: contain !important;
}

.slick-next,
.slick-prev {
  background-size: contain;
  display: inline-block;
  color: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 50%;
  margin-top: -30.5px;
  z-index: 5;
}

.slick-arrow::before {
  display: none;
}

#vscc_controls_next_attached_department-block a img,
#vscc_controls_previous_attached_department-block a img {
  opacity: 0;
}

.dept-icon {
  height: 214px;
  width: 214px;
}

.dept-col a {
  text-decoration: none;
}

.dept-bg {
  height: 214px;
  width: 214px;
  max-width: 100%;
  background-color: transparent;
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #225777; */
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
}

/*.dept-col:hover .dept-bg{
    background-color: #037c25;
    border-color: transparent;
}*/

.dept-icon img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto 1.25em;
}

.dept-title a {
  display: block;
  font: 22px alegreyaSansB;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.6s ease-in-out;
}

/*.dept-col:hover .dept-title a{
    color: #037c25;
}*/

#views_slideshow_cycle_teaser_section_attached_department-block,
#views_slideshow_cycle_div_attached_department-block_0,
#views_slideshow_cycle_div_attached_department-block_1,
#views_slideshow_cycle_div_attached_department-block_2,
#views_slideshow_cycle_div_attached_department-block_3,
#views_slideshow_cycle_div_attached_department-block_4,
#views_slideshow_cycle_div_attached_department-block_5,
#views_slideshow_cycle_div_attached_department-block_6,
#views_slideshow_cycle_div_attached_department-block_7,
#views_slideshow_cycle_div_attached_department-block_8,
#views_slideshow_cycle_div_attached_department-block_9,
#views_slideshow_cycle_div_attached_department-block_10,
#views_slideshow_cycle_div_attached_department-block_1,
#views_slideshow_cycle_div_attached_department-block_12,
#views_slideshow_cycle_div_attached_department-block_13 {
  width: 100% !important;
}

.dept-icon-hover {
  display: none;
}

/*.dept-col:hover .dept-icon{
    display: none;
}*/

/*.dept-col:hover .dept-icon-hover{
    display: block;
}*/

/* ----------------------------------------- */
/* BANNER 6 - PROJECTS */
/* ----------------------------------------- */

#block-views-block-projects-block-1 {
  background: url("../images/Banner-2.jpg") no-repeat center center/cover fixed;
  height: auto;
  width: 100%;
  padding: 3em 1.5em;
}

#block-views-block-projects-block-1 .view-content::after {
  content: "";
  display: table;
  clear: both;
}

#block-views-block-projects-block-1 .view-content {
  margin-bottom: 4em;
}

.projects-image {
  background-color: #fff;
  margin-bottom: 2em;
}

.projects-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}

.projects-wrap:hover .projects-image img {
  transform: translate(-8px, -8px);
}

.projects-title {
  text-align: center;
}

.projects-title a {
  font: 19px alegreyaSansR;
  color: #fff;
  text-decoration: none;
}

.projects-btn .section-btn {
  background-color: #fff;
  color: #225776;
}

.projects-btn .section-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* ----------------------------------------- */
/* BANNER 7 - kISAN CORNER */
/* ----------------------------------------- */

#section-kisan-corner {
  padding: 3em 6em;
  background: #f5f5f5;
}

.kc-box {
  background: url("../images/Client Sample-73.png") no-repeat;
  background-size: contain;
  height: 391px;
  width: 264px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 auto;
  position: relative;
}

.kc-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  /*z-index: -1 !important;*/
  transition: all 0.8s ease-in-out;
}

.pr-box::after {
  background: url("../images/Press-release.png") no-repeat;
}

.cpp-box::after {
  background: url("../images/Crop-production.png") no-repeat;
}

.pa-box::after {
  background: url("/system/files/Ziratnama.jpg") no-repeat;
}

.advisory-box::after {
  background: url("/system/files/Agri-feature.jpg") no-repeat;
}

.kc-box:hover::after {
  height: 100%;
}

.pr-icon {
  background: url("../images/press-releas.png") no-repeat;
}

.cpp-icon {
  background: url("../images/crop-productio.png") no-repeat;
}

.pa-icon {
  background: url("/system/files/Ziratnama.jpg") no-repeat;
}

.advisory-icon {
  background: url("/system/files/Agri-feature.jpg") no-repeat;
}

.kc-icon {
  height: 152px;
  width: 151px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}

.kc-box:hover .kc-icon {
  visibility: hidden;
}

.kc-title {
  font: 20px alegreyaSansM;
  color: #225776;
  text-align: center;
  transition: all 0.6s ease-in-out;
}

.kc-box:hover .kc-title {
  transform: scale(0);
}

.kc-title2 {
  font: 20px alegreyaSansM;
  background: #fff;
  padding: 0.75em 0;
  color: #037c25;
  text-align: center;
  transform: scale(0);
  transition: all 0.6s ease-in-out;
  position: relative;
  z-index: 1;
}

.kc-box:hover .kc-title2 {
  transform: scale(1);
}

.kc-btn .section-btn {
  position: relative;
  z-index: 1;
  width: 105px;
  font-size: 13px;
  padding: 0.75em 0;
}

.kc-box:hover .kc-btn .section-btn {
  background-color: #037c25;
  border-color: #037c25;
  color: #fff;
}

#block-block-31 {
  padding: 2.25em 0 0;
  background: #f5f5f5;
}

#agri-b072 {
  padding: 1em 5em 4em;
  background: #f5f5f5;
}

.video-block {
  height: 250px;
  width: 475px;
  max-width: 100%;
  margin: 0 auto 2em;
}

.player div {
  width: 100% !important;
  height: 250px !important;
}

.not-front .player div {
  width: 100% !important;
  height: 185px !important;
}

.video-block iframe {
  height: 100%;
  width: 100%;
}

.video-block-title {
  font: 18px alegreyaSansM;
  color: #225776;
  text-align: center;
}

/* ----------------------------------------- */
/* BANNER 8 - CORE TEAM */
/* ----------------------------------------- */

#block-views-block-core-team-block-1 {
  background-color: #047c23;
  padding: 3em;
}

#views_slideshow_cycle_teaser_section_core_team-block_1,
#views_slideshow_cycle_div_core_team-block_1_0,
#views_slideshow_cycle_div_core_team-block_1_1,
#views_slideshow_cycle_div_core_team-block_1_2,
#views_slideshow_cycle_div_core_team-block_1_3,
#views_slideshow_cycle_div_core_team-block_1_4,
#views_slideshow_cycle_div_core_team-block_1_5,
#views_slideshow_cycle_div_core_team-block_1_6,
#views_slideshow_cycle_div_core_team-block_1_7,
#views_slideshow_cycle_div_core_team-block_1_8,
#views_slideshow_cycle_div_core_team-block_1_9,
#views_slideshow_cycle_div_core_team-block_1_10,
#views_slideshow_cycle_div_core_team-block_1_11,
#views_slideshow_cycle_div_core_team-block_1_12,
#views_slideshow_cycle_div_core_team-block_1_13,
#views_slideshow_cycle_div_core_team-block_1_14,
#views_slideshow_cycle_div_core_team-block_1_15,
#views_slideshow_cycle_div_core_team-block_1_16,
#views_slideshow_cycle_div_core_team-block_1_17,
#views_slideshow_cycle_div_core_team-block_1_18,
#views_slideshow_cycle_div_core_team-block_1_19,
#views_slideshow_cycle_div_core_team-block_1_20 {
  width: 100% !important;
}

.core-team-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 8em 0 3em;
}

.core-team-image-wrap {
  flex-grow: 1;
}

.core-team-image {
  text-align: right;
}

.core-team-image img {
  height: 210px;
  width: 175px;
  object-fit: cover;
  border: 1px solid #fff;
  padding: 0.5em;
  margin: 0 0 0 auto;
}

.core-team-content-wrap {
  flex-grow: 8;
  border: 1px solid #fff;
  border-left: 0;
  padding: 2em;
}

.core-team-name,
.core-team-name a {
  display: block;
  font: 20px alegreyaSansB;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.core-team-detail {
  font: 15px alegreyaSansR;
  color: #fff;
}

#widget_pager_bottom_core_team-block_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5em;
}

.views-content-field-member-image img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(100%);
}

#block-views-conferences-gallery-block-1 .views-row {
  padding: 0;
}

/* ----------------------------------------- */
/* FOOTER */
/* ----------------------------------------- */

#block-block-27 {
  background-color: #eee;
  height: 265px;
  padding: 2em 1em;
}

#section-gallery .section-heading {
  margin-bottom: 0.5em;
}

.gallery-para {
  font: 17px alegreyaSansM;
  color: #333;
  text-align: center;
  margin-bottom: 1.5em;
}

#block-views-miscellaneous-gallery-block-1 .views-row {
  padding: 0px;
}

.gallery-img {
  height: 265px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.gallery-img img {
  height: 100%;
  width: 100%;
  opacity: 0.7;
  object-fit: cover;
  transition:
    transform 0.5s,
    opacity 0.5s;
}

.gallery-img img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* ----------------------------------------- */
/* BANNER 10 - CONTACT US */
/* ----------------------------------------- */

#block-banner9contactus {
  background-color: #1a1a1a;
  padding: 2em;
}

#contact-wrap,
#contact-wrap a {
  font: 15px alegreyaSansR;
  color: #fff;
  text-decoration: none;
}

.contact-heading {
  font: 22px alegreyaSansB;
  margin-bottom: 1em;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.links-list {
  padding: 0;
  list-style: none;
}

.no-padding {
  padding-left: 0;
}

.links-list li {
  border-bottom: 1px solid #fff;
  padding: 1em 0;
  margin-right: 6em;
}

.last-list li {
  margin: 0;
}

.links-list li:first-of-type {
  padding-top: 0;
}

.links-list li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.contact-detail-col {
  padding-left: 4em;
}

.contact-items {
  display: flex;
  margin-bottom: 1.5em;
}

.address-icon {
  background: url("../images/Client Sample-69.png") no-repeat;
}

.phone-icon {
  background: url("../images/Client Sample-70.png") no-repeat;
}

.contact-icon {
  height: 39px;
  width: 32px;
  margin-right: 1em;
}

.contact-detail {
  padding-left: 1em;
  border-left: 1px solid #fff;
}

.social-icons {
  display: flex;
}

.fb-icon {
  background: url("../images/Client Sample-67.png") no-repeat;
}

.twitter-icon {
  background: url("../images/Client Sample-68.png") no-repeat;
  margin-left: 1em;
}

.sicon {
  height: 57px;
  width: 57px;
}

/* ...................................... */

/* Zarat Nama Page  */
.zn-item {
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 270px;
  margin: 0 auto 20px;
  text-align: center;
  transition: all 0.6s ease;
}

.zn-item a {
  text-decoration: none !important;
  border: 0 !important;
}

.zn-item:hover {
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.06);
}

.zn-item .img {
  width: 100%;
  height: 275px;
  overflow: hidden;
}

.zn-item .img img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  transform: scale(1);
  transition: all 0.6s ease;
}

.zn-item:hover .img img {
  transform: scale(1.1);
}

.zn-item .body {
  padding: 1em 0.75em;
}

.zn-item .body .title {
  margin: 0;
  color: #006837;
  font-size: 16px;
}

/* ----------------------------------------- */
/* FOOTER */
/* ----------------------------------------- */

.footer-wrap {
  margin-top: -2px;
}

.footer-upper {
  background-color: #225776;
  padding: 10px 1em;
  color: #fff;
  text-align: center;
}

.footer-links a {
  font: 14.5px alegreyaSansR;
  color: #fff;
  margin: 0 1.5em;
  text-decoration: none;
}

.social-icons {
  text-align: right;
}

.social-icons i {
  color: #fff;
  font-size: 18px;
  margin: 0 15px;
}

.footer-bottom {
  background-color: #037c25;
  padding: 10px 35px;
  color: #fff;
  font: 14.5px alegreyaSansR;
}

.footer-bottom a {
  font: 14.5px alegreyaSansR;
  color: #fff;
}

.power-sec {
  text-align: right;
}

/* ----------------------------------------- */
/* MEDIA QUERIES */
/* ----------------------------------------- */

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .kc-box {
    justify-content: center;
  }

  .kc-icon {
    margin-bottom: 1em;
  }

  .kc-box::after {
    background-size: contain !important;
  }
}

@media only screen and (max-width: 760px) {
  #block-quicktabsmultimediacorner {
    padding: 1em 1em 4em;
  }

  #navbar {
    /* background-color: ; */
  }

  .navbar-header {
    padding: 0.5em;
  }

  .navbar .logo {
    width: 82%;
  }

  .navbar .logo img {
    width: 96%;
  }

  .navbar-nav {
    margin: 0 !important;
    float: left;
    text-align: left;
  }

  .navbar-default .navbar-nav > li {
    display: block;
    margin: 0px;
    padding: 0px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px !important;
    margin: 0px !important;
    display: block;
    width: 100%;
  }

  .navbar .search-block-form {
    position: unset;
    margin-bottom: 15px;
  }

  #site-b01 {
    position: initial;
    margin: 0;
  }

  .sitemap-item ul li ul li a,
  .sitemap-item .navbar-nav .dropdown-menu > li > a {
    white-space: normal;
  }

  .navbar-header {
    float: none !important;
  }

  .navbar .logo {
    margin-top: 0px !important;
    margin-bottom: 0px;
    width: 80%;
    height: auto;
  }

  .navbar .logo img {
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  .navbar-toggle {
    margin-top: 18px !important;
    margin-right: 10px !important;
  }

  .navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .navbar.container > .container {
    display: block;
  }

  .navbar-nav {
    margin: 0px !important;
    padding: 0px !important;
    padding-top: 5px !important;
    width: 100%;
    float: none;
    text-align: left;
    position: initial;
  }

  .navbar-default .navbar-nav > li {
    display: block;
    margin: 0px;
    padding: 0px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px !important;
    margin: 0px !important;
  }

  .navbar #block-search-form {
    position: initial !important;
    background-color: #037c25;
    width: 100%;
    margin: 0;
  }

  .toggleSearch {
    top: -8px !important;
    position: relative !important;
    left: 14.5em !important;
  }

  #edit-search-block-form--2 {
    height: 28px;
    top: -8px;
    right: 1.5em;
    border-color: #fff;
  }

  #edit-search-block-form--2::placeholder,
  form#search-block-form .btn-default {
    color: #fff;
  }

  form#search-block-form {
    top: 0px !important;
  }

  .section-heading {
    font-size: 30px;
  }

  .section-heading::after {
    content: "";
    display: block;
    height: 3px;
    width: 70px;
  }

  .heading-border {
    height: 3px;
    width: 40px;
    margin-bottom: 1em;
  }

  .section-para {
    font-size: 14px;
  }

  .section-btn {
    width: 100px;
    font-size: 13px;
  }

  #agri-b01 {
    position: initial;
  }

  #agri-b02 {
    margin: 0;
  }

  .menu-tabs {
    margin: 0;
    padding: 0;
  }

  .menu-tab {
    border: 0;
  }

  .menu-tab a {
    font-size: 12px;
    display: block;
    background: #037c25;
    margin: 5px;
    padding: 5px;
  }

  #section-services {
    padding: 2em 0;
  }

  #block-block-23 {
    margin: 0;
  }

  #block-block-23 {
    padding: 2em 0;
  }

  .services-row {
    margin-bottom: 1em;
  }

  #section-initiatives {
    padding: 0;
  }

  #section-initiatives .section-col {
    border: 0;
  }

  .initiatives-col {
    width: 100%;
  }

  .region.region-banner05 {
    display: block;
    padding: 1em;
  }

  .region.region-banner05 > section:not(:first-child) {
    width: 100%;
  }

  #block-views-block-multimedia-corner-block-1,
  #block-views-block-tvcs-block-1 {
    margin-bottom: 3em;
  }

  #block-block-12,
  #block-block-26 {
    padding: 2em 0 0;
  }

  #block-views-block-attached-departments-block-1 {
    padding: 2em 0;
  }

  #block-views-block-attached-departments-block-1 .view-content {
    padding: 0;
    margin: 0em;
  }

  #vscc_controls_attached_department-block {
    text-align: center;
    margin-bottom: 2em;
  }

  .slick-next,
  .slick-prev {
    height: 30px;
    width: 30px;
  }

  .slick-next {
    right: 1em;
  }

  .slick-prev {
    left: 1em;
  }

  #vscc_controls_next_attached_department-block a,
  #vscc_controls_previous_attached_department-block a {
    position: initial;
  }

  .dept-col,
  .projects-wrap,
  .kc-box {
    margin-bottom: 3em;
  }

  .dept-bg,
  .projects-image {
    margin-bottom: 1em;
  }

  #section-kisan-corner {
    padding: 3em 0em;
  }

  #block-views-block-projects-block-1,
  #block-views-core-team-block {
    padding: 2em 0;
  }

  #block-views-block-projects-block-1 .view-content {
    margin-bottom: 0em;
  }

  .core-team-items {
    padding: 0;
  }

  .core-team-image {
    text-align: left;
    margin-bottom: 0.75em;
  }

  .core-team-image img {
    margin: 0 auto;
  }

  .core-team-content-wrap {
    border: 1px solid #fff;
  }

  #widget_pager_bottom_core_team-block_1 {
    margin: 0;
  }

  #block-views-block-core-team-block-1 {
    padding: 3em 1em;
  }

  #agri-b072 {
    padding: 3em 1em 0;
  }

  .video-block-wrap {
    margin-bottom: 3em;
  }

  .video-block {
    margin-bottom: 1em;
  }

  #block-block-27 {
    height: auto;
  }

  #block-banner9contactus {
    padding: 2em 0;
  }

  .contact-heading {
    font-size: 19px;
  }

  .contact-list-col .contact-heading {
    margin: 0;
  }

  .links-list .col-sm-6 {
    padding-left: 0;
  }

  .links-list li {
    margin-right: 0;
  }

  .links-list li:first-of-type {
    padding-top: 1em;
  }

  .links-list li:last-of-type {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
  }

  .contact-detail-col {
    padding: 0;
    margin: 1em 0 2em;
  }

  .footer-links a {
    font-size: 12px;
    margin: 0 10px;
  }

  .footer-bottom,
  .footer-bottom a {
    font-size: 12px;
  }

  .footer-bottom,
  .power-sec {
    text-align: center;
  }

  .banner-icons-container {
    top: 45%;
  }

  .banner-icon {
    background-size: contain !important;
    height: 30px;
    width: 93px;
  }

  /* .spb-popup-main-wrapper {
        width: 95%;
    } */
}

/*** Visitors ***/

.region.region-footer {
  position: relative;
}

h2.Visitorstitle {
  display: none;
}

#block-visitors-0 {
  background: #037c25;
  font: 14.5px alegreyaSansR;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 47%;
  text-align: center;
}

#block-visitors-0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#block-visitors-0 ul li {
  font: inherit;
  color: inherit;
}

@media only screen and (max-width: 760px) {
  #block-visitors-0 {
    position: initial;
    padding-bottom: 5px;
  }

  #block-views-block-attached-departments-block-2 .view-content {
    padding: 0;
  }
}

#block-popup {
  display: none;
}

.spb-popup-main-wrapper {
  width: 48% !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media screen and (max-width: 768px) {
  .spb-popup-main-wrapper {
    width: 100% !important;
    left: 50% !important;
    top: 2% !important;
    transform: translate(-50%, 0%) !important;
  }
}

#block-views-block-popup-videos-block-1 {
  display: none;
}

#views_slideshow_cycle_teaser_section_popup_videos-block_1,
#views_slideshow_cycle_div_popup_videos-block_1_0,
#views_slideshow_cycle_div_popup_videos-block_1_1,
#views_slideshow_cycle_div_popup_videos-block_1_2,
#views_slideshow_cycle_div_popup_videos-block_1_3,
#views_slideshow_cycle_div_popup_videos-block_1_4 {
  width: 100% !important;
}

#block-views-block-popup-videos-block-1 .views-slideshow-controls-top {
  position: initial;
  text-align: center;
}

#views_slideshow_controls_text_pause_popup_videos-block_1 a {
  display: none;
}

#block-views-block-popup-videos-block-1
  .field--name-field-media-oembed-video
  iframe {
  display: block;
  height: 475px !important;
  width: 100%;
  max-width: 100%;
}

#views_slideshow_controls_text_previous_popup_videos-block_1 a,
#views_slideshow_controls_text_next_popup_videos-block_1 a {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: transparent;
  background: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#views_slideshow_controls_text_next_popup_videos-block_1 a {
  /* right: 8px; */
  background: url(../images/right_arrow.png) no-repeat center center/cover;
}

#views_slideshow_controls_text_previous_popup_videos-block_1 a {
  /* left: 8px; */
  background: url(../images/left_arrow.png) no-repeat center center/cover;
}

/*********************************************************/
/*                                    FLOATING ICON      */
/*********************************************************/
#floating-icon-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(calc(100% - 50px), -50%);
  z-index: 10;
}
#floating-icon-wrapper > li {
}
#floating-icon-wrapper > li > a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.4;
  transition: all 1.5s ease;
  /* transform: translateX(calc(100% - 50px)); */
}

#floating-icon-wrapper > li > a:hover .social-icon {
  transform: translateX(0);
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
#floating-icon-wrapper > li:hover > a {
  opacity: 1;
  transform: translateX(calc(-100% + 50px));
  text-decoration: none;
}
#floating-icon-wrapper > li > a .social-icon {
  transition: all 2.5s ease;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
}
#floating-icon-wrapper > li > a .social-text {
  font:
    15px "alegreyaSansR",
    sans-serif;
  color: #333;
  background: #fff;
  padding: 8px;
  min-width: 162px;
}
#floating-icon-wrapper > li > a .icon-x {
  background: url("../images/icon-twitter.png") no-repeat center center;
}
#floating-icon-wrapper > li > a .icon-whatsapp {
  background: url("../images/icon-whatsapp.png") no-repeat center center;
}
#floating-icon-wrapper > li > a .icon-facebook {
  background: url("../images/icon-facebook.png") no-repeat center center;
}
#floating-icon-wrapper > li > a .icon-youtube {
  background: url("../images/icon-youtube.png") no-repeat center center;
}
#floating-icon-wrapper > li > a .icon-instagram {
  background: url("../images/icon-instagram.png") no-repeat center center;
}
#floating-icon-wrapper > li > a .icon-tiktok {
  background: url("../images/icon-tiktok.png") no-repeat center center;
}
#floating-icon-wrapper > li > a .icon-help {
  /* background: url("../images/icon-helpline.png") no-repeat center center;     */
  background: url("../images/icon-helpline-phone.png") no-repeat center center;
}

/*********************************************************/
/* DASTAK BANNER */
/*********************************************************/

@font-face {
  font-family: "archivo";
  src: url("Archivo-Regular.ttf");
}

@font-face {
  font-family: "archivoB";
  src: url("Archivo-Bold.ttf");
}

#block-dastakbannerqr {
  padding: 4em 6em;
}

#block-dastakbanner {
  padding: 1em 36px;
}

#maryam-banner-wrapper {
  background: #f1fcff;
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1fcff url("/system/files/banner-bg.png") no-repeat center
    center / cover;
  background-size: 100% 100%;
  padding: 48px 28px;
  /* padding: 28px; */
}

.left-block > img {
  position: relative;
  right: 48px;
}

.right-block {
  position: relative;
  left: 24px;
}

.icons-wrap {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}

.icons-wrap > li {
  width: calc(20% - 12px);
  height: 115px;
  min-width: 153px;
}

.icons-wrap > li > a {
  display: block;
}

.icons-wrap > li > a img {
  display: block;
  width: 100%;
  height: auto;
}

.icons-wrap > li > a:hover,
.icons-wrap > li > a:focus {
  text-decoration: none;
}

.img-links-wd-qr-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  column-gap: 12px;
}

.img-links-wd-qr-wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.heading-wrap > img {
  display: block;
  margin: 0 auto 18px;
  width: 161px;
  height: 69px;
}

.dastak-title {
  font:
    26px/26px "archivoB",
    sans-serif;
  margin: 0 0 6px;
  text-align: center;
  color: #038b45;
}

.heading-wrap {
  text-align: center;
  margin: 0 0 36px;
}

.heading-wrap p {
  color: #6b6b6b;
  text-align: center;
  font:
    16px/20px "archivo",
    sans-serif;
}

.sidebar img {
  display: block;
  width: 100%;
  height: auto;
}

.img-links-wd-qr-wrap a img {
  min-width: 135px;
  width: 135px;
  height: 40px;
}

.img-links-wd-qr-wrap > div > img {
  width: 135px;
  height: 135px;
  display: block;
  overflow: hidden;
}
/*
        RESPONSIVENESS
*/
@media screen and (min-width: 768px) {
  .front-slick-style2.view-photos {
    padding: 3em 1em;
  }
}
@media screen and (max-width: 1366px) {
  .navbar-nav {
    margin: 60px 0 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffff;
  }
}

/*
    dastak banner for all others
*/
.qrcode-wrap > img {
  width: 142px;
  height: 142px;
  display: block;
}

.appstore-area,
.playstore-area {
  width: fit-content;
}

.qr-app-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 12px;
}

.qrcode-wrap {
  display: block;
  overflow: hidden;
  margin: 0 0 8px;
}

@media screen and (max-width: 1366px) {
  #block-quicktabsmultimediacorner .quicktabs-tabs {
    flex-wrap: wrap;
    gap: 24px;
  }
  .icons-wrap > li {
    min-width: 153px;
  }
}

@media screen and (max-width: 1024px) {
  #block-banner7kisancorner .section-col {
    width: 50%;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-gallery-block-1 {
    padding: 3em 1em;
  }
  .front-slick-style2.view-photos {
    padding: 3em 0;
  }

  .gallery-card {
    margin: 1em;
    margin-bottom: 8em;
  }
  #views_slideshow_cycle_main_core_team-block_1 {
    margin: 0 0 2em;
  }
  #block-quicktabsmultimediacorner .quicktabs-tabs {
    padding: 0;
  }
  #block-banner7kisancorner .section-col {
    width: 100%;
    margin: 0 0 24px;
  }
  #block-dastakbannerqr {
    padding: 3em;
  }

  .qr-app-content {
    flex-direction: column;
    align-items: center;
  }

  .qr-app-content > div:first-child {
    margin: 0 0 48px;
  }

  .right-block {
    z-index: 10;
    left: 0;
  }

  .icons-wrap > li {
    min-width: 153px;
  }

  #maryam-banner-wrapper {
    background-image: none;
    background: #f1fcff;
    position: relative;
    z-index: 10;
  }

  .left-block > img {
    width: 75%;
    margin: 0 auto 48px;
  }

  .content-section {
    margin: 0 0 48px;
  }

  .img-links-wd-qr-wrap > div {
    width: calc(50% - 12px);
  }

  #maryam-banner-wrapper::before {
    content: "";
    width: 100%;
    height: 292px;
    background: url("/system/files/mob-top-bg.svg") no-repeat center center /
      cover;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }

  #maryam-banner-wrapper::after {
    content: "";
    background: url("/system/files/mob-btm-bg.svg") no-repeat center center /
      cover;

    width: 100%;
    height: 490px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }

  .img-links-wd-qr-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }

  .img-links-wd-qr-wrap > div {
    width: calc(80% - 12px);
  }
}
@media screen and (max-width: 640px) {
  #block-quicktabsmultimediacorner {
    padding: 1em 0 2em;
  }
  #block-views-block-attached-departments-block-2 .view-content {
    margin-bottom: 0;
  }
  #block-views-block-attached-departments-block-2 {
    padding: 1em;
  }
  #block-views-block-attached-departments-block-2 .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #block-views-block-attached-departments-block-2 .dept-col {
    margin-bottom: 0;
  }
  #block-dastakbannerqr {
    padding: 1em;
  }
  .slick-prev {
    left: 12px;
  }
  .slick-next {
    right: 12px;
  }
}

/*********************************************************/
/* END OF DASTAK BANNER */
/*********************************************************/
