/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
@font-face {
  font-family: "nunito-light";
  src: url("Nunito-Light.ttf");
}

@font-face {
  font-family: "nunito-regular";
  src: url("Nunito-Regular.ttf");
}

@font-face {
  font-family: "nunito-semibold";
  src: url("Nunito-SemiBold.ttf");
}

@font-face {
  font-family: "nunito-bold";
  src: url("Nunito-Bold.ttf");
}

html,
body {
  padding: 0;
  margin: 0;
  font: 15px nunito-regular;
}

a {
  text-decoration: none;
  transition: all 0.6s ease;
}

a:hover,
a:focus {
}

/* Genral Styles*/
.path-frontpage {
}

.front-section {
  padding: 0;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.height-0 {
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #031c32 !important;
}

.section-heading {
  font: 36px nunito-bold;
  color: #f4142f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5em;
  position: relative;
}

.section-heading span.big-text {
  display: block;
  font: 68px nunito-bold;
}

.btn-readmore {
  background-color: #f4142f;
  border: 1px solid #f4142f;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
}

.btn-readmore:hover,
.btn-readmore:focus {
  background-color: transparent;
  color: #f4142f;
}

/*Navigation*/
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0;
}

/*Top Navigation */
.top_navigation {
}

.top_navigation .search-block-form {
}

.top_navigation .search-block-form .form-group {
  margin-top: 8px;
  margin-bottom: 8px;
}

.top_navigation .search-block-form .form-group .input-group {
  overflow: hidden;
  border-bottom: 1px solid #041c32;
}

.top_navigation
  .search-block-form
  .form-group
  .input-group
  .form-search.form-control {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.top_navigation
  .search-block-form
  .form-group
  .input-group
  .form-search.form-control::placeholder {
}

.top_navigation .search-block-form .form-group .input-group .input-group-btn {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

.top_navigation
  .search-block-form
  .form-group
  .input-group
  .input-group-btn
  .button {
  background-color: transparent;
  border-color: transparent;
  background: url("../images/search-icon.png") no-repeat center center / contain;
  width: 32px;
  height: 32px;
  border-radius: 0;
  color: transparent;
  padding: 0;
}

.top_navigation
  .search-block-form
  .form-group
  .input-group
  .input-group-btn
  .button
  .icon::before {
}

/* Main Navigation */
.main_navigation {
}

.main_navigation .navbar-nav {
}

.main_navigation .navbar-nav li {
}

.main_navigation .navbar-nav li a {
  color: #041c32;
  font: 13px nunito-regular;
  padding: 10px 15px 0;
}

.main_navigation .navbar-nav li.active a,
.main_navigation .navbar-nav li.active a:hover,
.main_navigation .navbar-nav li.active a:focus,
.main_navigation .navbar-nav li a:hover,
.main_navigation .navbar-nav li a:focus {
  color: #f4142f;
  background-color: transparent;
}

.main_navigation .navbar-nav li a .caret {
  display: none;
}

/* Navbar item props */
.navbar .navbar-nav li a::after {
  content: url("../images/nav-prop.png");
  display: block;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease;
}

.navbar .navbar-nav li.active a::after,
.navbar .navbar-nav li a:hover::after,
.navbar .navbar-nav li a:focus::after {
  opacity: 1;
}

/* Dropdown */
.main_navigation .navbar-nav li.dropdown .dropdown-menu li {
}

.main_navigation .navbar-nav li.dropdown .dropdown-menu li a {
  color: #333;
  background-color: transparent;
  padding: 3px 10px;
}

.main_navigation .navbar-nav li.dropdown .dropdown-menu li.active a,
.main_navigation .navbar-nav li.dropdown .dropdown-menu li a:hover,
.main_navigation .navbar-nav li.dropdown .dropdown-menu li a:focus {
  color: #fff;
  background-color: #f4142f;
}

.main_navigation .navbar-nav li.dropdown .dropdown-menu li a::after {
  content: "";
  display: none;
  width: 0;
  height: 0;
}

/**** Site Banner ****/
/**********************************/
/* banner issue */
#views_slideshow_cycle_main_main_banner_view-block_1,
#views_slideshow_cycle_teaser_section_main_banner_view-block_1,
.views_slideshow_cycle_slide {
  width: 100% !important;
  display: block !important;
}

/* ************************************* */
.banner-wrap {
  position: relative;
  width: 100%;
}

.banner-wrap .banner-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

/* Download CSS Talha */

/* .view-id-downloads a */

.views-field-field-files a {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/download.png);
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none !important;
}

.view-id-downloads,
#view-title-table-column,
#view-field-files-table-column {
  text-align: left;
}

.viewp_wrap {
  margin-bottom: 1.5em;
}

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

/* Overview Section */
.ov-section {
  padding: 5em 2em 3em;
  background: url("../images/line-bg.png") repeat-y fixed center center / cover;
}

.ov-wrap {
  /* display: flex; */
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.ov-img {
}

.ov-img img {
}

.ov-body {
  background-color: #031c32;
  padding: 3em 3em;
  color: #fff;
  width: 55%;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
}

.ov-body .section-heading {
}

.ov-body .ov-content {
  font: 18px nunito-light;
  line-height: 1.5;
}

.ov-body .ov-foot {
}

/* Facilities Section */
.fac-section {
  padding: 3em 2em;
  background: url("../images/line-bg.png") repeat-y fixed center center / cover;
}

.fac-section .view-content {
}

.fac-item {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fac-section .view-content > div:nth-child(odd) .fac-item {
  flex-direction: row;
}

.fac-section .view-content > div:nth-child(even) .fac-item {
  flex-direction: row-reverse;
}

.fac-item .fac-content {
  position: relative;
  padding: 3em;
}

.fac-item .fac-content .fac-body {
  font: 18px nunito-light;
  color: #1a1a1a;
  line-height: 1.5;
  text-align: justify;
}

.fac-item .fac-content .fac-foot {
  text-align: right;
  margin-top: 2em;
}

.fac-item .fac-content .fac-foot .fac-readmore {
  font: 18px nunito-light;
  color: #f4142f;
}

.fac-item .fac-img-wrap {
  position: relative;
}

.fac-item .fac-img-wrap .fac-counter {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  font: 48px nunito-bold;
  color: rgba(255, 255, 255, 0.8);
}

.fac-item .fac-img-wrap .fac-img {
  overflow: hidden;
  position: relative;
}

.fac-item .fac-img-wrap .fac-img img {
  width: 100%;
}

.fac-item .fac-img-wrap .fac-img .fac-title {
  font: 24px nunito-bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  background-color: #031c32;
  height: auto;
  overflow: hidden;
  transition: all 0.6s ease;
}

.fac-item:hover .fac-img-wrap .fac-img .fac-title {
  height: 0;
}

.fac-item .fac-img-wrap .fac-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(3, 28, 50, 0.8);
  transition: all 0.6s ease;
}

.fac-item:hover .fac-img-wrap .fac-overlay {
  height: 100%;
  overflow: hidden;
}

.fac-item .fac-img-wrap .fac-overlay .fac-title {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  background-color: #f4142f;
  color: #fff;
  font: 24px nunito-bold;
  height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}

.fac-item:hover .fac-img-wrap .fac-overlay .fac-title {
  height: auto;
}

/* Divsional Arts Counsil */
.slick-vertical .slick-slide {
  min-height: 320px;
}

.dac-section {
  position: relative;
  padding: 1em 3em;
  background: url("../images/dac-bg.jpg") no-repeat center center / cover;
}

.dac-head {
  padding: 0;
}

.dac-item {
  position: relative;
}

.dac-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.dac-item .dac-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.dac-item .dac-img img {
  width: 100%;
}

.dac-item .dac-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5em;
  z-index: 1;
}

.dac-item .dac-body .dac-title {
  font: 24px nunito-bold;
  color: #041c32;
  margin-bottom: 1em;
}

.dac-item .dac-body .dac-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #041c32;
}

.dac-item .dac-body .dac-content {
  color: #041c32;
  font: 18px nunito-regular;
  line-height: 1.5;
}

.dac-item .dac-body .dac-foot {
  text-align: right;
  position: absolute;
  right: 5em;
  bottom: 5em;
}

.dac-item .dac-body .dac-readmore {
  font: 18px nunito-light;
  color: #041c32;
  display: inline-block;
  text-decoration: none !important;
}

.dac-item .dac-body .dac-readmore::after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #041c32;
}

/* Slick Slider */
.dac-section .slick__arrow {
  height: auto;
}

.dac-section .slick-arrow {
  position: static;
  transform: translate(0);
  width: auto;
  height: auto;
}

.dac-section .slick-arrow:first-child {
  margin-bottom: 10px;
}

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

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

/* District Arts Council */
.diac-section {
  padding: 2em 3em;
  background: url("../images/line-bg.png") repeat-y fixed center center / cover;
}

.diac-head {
}

.diac-head .section-heading {
}

.diac-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.diac-item {
  display: block;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  margin-bottom: 20px;
}

.diac-item .diac-img {
  width: 340px;
  max-width: 100%;
  height: 435px;
  overflow: hidden;
}

.diac-item .diac-img img {
  width: 100%;
  height: auto;
}

.diac-item .diac-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 28, 50, 0);
  transition: all 0.6s ease;
}

.diac-item:hover .diac-body {
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(244, 20, 47, 0.8);
}

.diac-item .diac-body .diac-title {
  color: #fff;
  font: 36px nunito-bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.diac-item .diac-body .diac-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}

/* What we do */
.wwd-section {
  position: relative;
  padding: 2em 3em;
  background: url("../images/line-bg.png") repeat-y center center / cover;
}

.wwd-head {
}

.wwd-divider {
  margin: 0;
  border-top: 1px solid #031c32;
}

.wwd-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wwd-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -5px;
}

.wwd-item .wwd-title {
  margin: 0;
  font: 18px nunito-semibold;
  color: #1a1a1a;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  text-decoration: none !important;
}

.wwd-item:hover .wwd-title {
  color: #f4142f;
}

.wwd-item .wwd-title .content {
  line-height: 1.75;
}

.wwd-item .wwd-title::before,
.wwd-item .wwd-title::after {
}

.wwd-item .wwd-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #041c32;
  border-radius: 15px;
  transition: all 0.6s ease;
}

.wwd-item:hover .wwd-title::before {
  background-color: #f4142f;
}

.wwd-item .wwd-title::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url("../images/wwd-tico.png") no-repeat center center / contain;
  opacity: 0;
  transition: all 0.6s ease;
}

.wwd-item:hover .wwd-title::after {
  opacity: 1;
}

.wwd-item .wwd-img {
  margin-top: 5px;
  position: relative;
  width: 108px;
  height: 109px;
  overflow: hidden;
}

.wwd-item .wwd-img img {
  width: 100%;
  height: 100%;
}

.wwd-item .wwd-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 28, 50, 0.8);
  opacity: 1;
  transition: all 0.6s ease;
}

.wwd-item:hover .wwd-img::after {
  opacity: 0;
}

/* Gallery */
.gallery-section {
  background: url("../images/line-bg.png") repeat-y center center / cover;
  padding: 3em 5em 4em;
}

.gallery-fp {
  display: block;
  text-decoration: none !important;
  margin: 20px 10px;
  position: relative;
  transition: all 0.6s ease;
}

.gallery-fp:hover {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.gallery-fp .gallery-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.gallery-fp .gallery-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(4, 28, 50, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.8s ease;
}

.gallery-fp:hover .gallery-img::after {
  height: 0%;
}

.gallery-fp .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s ease;
}

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

.gallery-fp .gallery-title {
  position: absolute;
  bottom: 5%;
  left: 0;
  font: 18px nunito-semibold;
  color: #fff;
  padding: 10px;
}

/* Slick */
.slick--skin--boxed-carousel .slick-list {
  margin: 0 !important;
}

.slick-dots {
}

.slick-dots .slick-active {
}

.slick-dots li button {
  width: auto;
  height: auto;
}

.slick-dots li button::before {
  content: "";
  width: 20px;
  height: 5px;
  display: block;
  background-color: #000;
}

/* Higlights Section */
.section_062 {
  background: url("../images/line-bg.png") repeat-y center center / cover;
}

.section06_left {
}

.section06_right {
  /* padding: 2em 3em; */
}

.highlights-section {
}

.hi-item {
  display: block;
  text-decoration: none !important;
  text-align: center;
  background-color: #eee;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 10px;
  transition: all 0.6s ease;
}

.hi-item:hover {
  background-color: #031c32;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.hi-item .hi-title {
  font: 24px nunito-regular;
  color: #041c32;
}

.hi-item:hover .hi-title {
  color: #fff;
}

.hi-item .hi-readmore {
  font: 16px nunito-light;
  color: #041c32;
}

.hi-item:hover .hi-readmore {
  color: #fff;
}

.hi-item .hi-readmore::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
}

/* Footer */
.footer {
  margin: 0;
  padding: 2em 15px;
  background: url("../images/footer.jpg") no-repeat center center / cover;
  border: 0;
  border-bottom: 5px #031c32;
  text-align: center;
}

.footer-top {
}

.footer-top .footer-menu {
}

.footer-top .footer-menu a {
  font: 18px nunito-semibold;
  color: #041c32;
  margin: 8px 15px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.footer-top .footer-menu a:hover {
  color: #f4142f;
}

.smi-icon {
  width: 43px;
  height: 43px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 3px 5px !important;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.smi-fb {
  background: url("../images/fb-ico.png");
}

.smi-insta {
  background: url("../images/insta-ico.png");
}

.smi-twttr {
  background: url("../images/twtr-ico.png");
}

.smi-utube {
  background: url("../images/utube-ico.png");
}

.footer-bottom {
  color: #041c32;
  padding: 0.75em 0;
  font: 14px nunito-semibold;
}

.footer-bottom a {
  color: #041c32;
}

.footer-bottom .fbot-txt {
}

.footer-bottom .copy-lnk {
}

.footer-bottom .power-lnk {
}

/*Inner page*/
.view-executive-committee.view-display-id-page_1
  .view-content
  .views-row:first-child,
.view-core-team.view-display-id-page_1 .view-content > div:first-child,
.view-board-of-governance.view-display-id-page_1
  .view-content
  > div:first-child,
.view-executive-committee.view-display-id-page_1
  .view-content
  > div:first-child {
  width: 100%;
}
.view-board-of-governance.view-display-id-page_1 .bog-item {
  min-height: 120px;
}
.inner-page {
  background: url("../images/internal-bg.jpg") no-repeat center center / cover;
  min-height: calc(100vh - 175.6px);
  color: #333;
}

.dfile a {
  background: url("../images/download.png") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none !important;
  /*margin: 0 auto;*/
}

.inner-page #page-title {
  font: 36px nunito-bold;
  border: none;
  color: #041c32;
  margin: 20px 0 10px;
}

.inner-page h2 {
  font: 30px nunito-bold;
  color: #f4142f;
}

.inner-page h3 {
  font: 24px nunito-bold;
}

.inner-page h4 {
  font: 18px nunito-bold;
  color: #031c32;
}

.inner-page a {
  font: 15px nunito-regular;
  color: #041c32;
}

.inner-page a:hover,
.inner-page a:focus {
}

.inner-page ul {
}

.inner-page ul li {
  list-style-image: url("../images/list-bullet.png");
  padding: 0.5em 0;
}

.inner-page .breadcrumb {
  margin: 0 -15px;
  padding: 0.5em 2em;
  background-color: #f4142f;
  border-radius: 0;
}

.inner-page .breadcrumb li {
  font: 14px nunito-regular;
}

.inner-page .breadcrumb li a {
  color: #fff;
}

.inner-page .breadcrumb li.active {
  color: #fff;
}

.inner-page .breadcrumb > li + li::before {
  color: #fafafa;
}

.inner-page .main-content {
  padding-bottom: 3em;
  box-sizing: border-box;
}

.inner-page .align-left {
  margin-right: 10px;
}

.inner-page .align-right {
  margin-left: 10px;
}

.field--name-field-date {
  font-weight: bold;
  margin-bottom: 8px;
}

/*Gallery Page*/
.gallery-item {
  margin-bottom: 20px;
}

.gallery-item .gallery-img {
  height: 150px;
  width: 220px;
  overflow: hidden;
  margin: 0 auto 1em;
}

.gallery-item .gallery-img img {
  height: 100%;
  width: auto;
  transform: scale(1);
  transition: all 0.6s ease;
}

.gallery-item:hover .gallery-img img {
  transform: scale(1.2);
}

.gallery-item .gallery-title {
  font: 16px nunito-medium;
  text-align: center;
  height: 40px;
}

/*Notice Pages*/
.notice-wrap {
  margin-bottom: 20px;
}

.notice-wrap .notice-date {
  font-weight: bold;
  margin-bottom: 8px;
}

.notice-wrap .notice-title {
}

.notice-wrap .notice-title a {
}

/* Team */
.view-core-team .view-content::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.path-core-team .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.path-core-team .col-sm-4.col-xs-12:first-child {
  width: 100%;
  margin: 0 auto;
}

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

.team-item .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.team-item .img img {
  width: 100%;
  height: 100%;
}

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

.team-item .body .title {
  margin: 0;
  color: #041c32;
  font: 15px nunito-bold;
}

.team-item .body .designation {
  margin: 10px 0 0 0;
}

.bog-item {
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 4px;
  max-width: 270px;
  margin: 0 auto 20px;
  transition: all 0.6s ease;
}

.bog-item:hover {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.bog-item .body .title {
  margin: 0;
  color: #041c32;
  font: 15px nunito-bold;
}

.bog-item .body .designation {
  margin: 10px 0 0 0;
}

/* Messages */
.md-msg {
  border: 1px dashed #eee;
  padding: 1em;
  border-radius: 5px;
  background-color: #fafafa;
  margin-bottom: 20px;
  transition: all 0.6s ease;
}

.md-msg:hover {
  box-shadow: 0px 3px 6px 0px rgba(3, 28, 50, 0.2);
}

.md-msg .md-img {
}

.md-msg .md-img img {
}

.md-msg .md-body {
}

.md-msg .md-body .md-title {
  font-size: 16px;
}

.md-msg .md-body .md-designation {
  font-size: 15px;
}

.md-msg .md-body .md-content {
  font-size: 18px;
}

.md-msg .md-body .md-foot {
  text-align: right;
}

.divisional-arts-council {
  padding: 0 1em 1em;
}

.divisional-arts-council p {
  margin-bottom: 1em;
}

.divisional-arts-council img {
  width: 100%;
}

/*Site Map*/
.sitemap {
  padding: 0 1.5rem;
}

.sitemap h2 {
  font: 30px nunito-bold;
  margin-top: 0;
}

.sitemap .caret {
  display: none;
}

.sitemap ul {
  list-style-type: disc;
  float: none;
  background: transparent;
  padding: 0 0 0 1.5em;
  margin: 0 !important;
}

.sitemap ul li {
  /* list-style-image: url('../images/list-bullet.png'); */
  float: none;
  display: list-item;
}

.sitemap ul li a {
  padding: 0;
  color: #171f32;
  display: inline-block;
}

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

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

#backtotop {
  background: url("../images/top.png") no-repeat center center;
  height: 76px;
  width: 76px;
}

/* popup */
.popup-link > img {
  display: block;
  width: 100%;
  height: auto;
}

#block-competitionregistrationpopup {
  display: none;
}

.popup-wrap {
  text-align: center;
}

.popup-title {
  font: 18px "nunito-bold", sans-serif;
  color: #001427;
  margin-bottom: 0.5em;
}

.popup-tagline {
  font: 16px "nunito-regular", sans-serif;
}

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

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

/* .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%);
  }
}

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

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

.inner-page .view-id-executive_committee .view-content,
.inner-page .view-id-board_of_governance .view-content {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: unset !important;
}

/* Reponsive*/
@media screen and (max-width: 576px) {
  .inner-page .view-id-executive_committee .view-content,
  .inner-page .view-id-board_of_governance .view-content {
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .dac-item .dac-body .dac-foot {
    bottom: 2em;
  }
}

@media screen and (max-width: 800px) {
  .dac-item {
    min-height: 320px;
  }

  .dac-item .dac-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .section-heading span.big-text {
    font: 68px nunito-bold;
  }

  .main_navigation .navbar-nav li.active a,
  .main_navigation .navbar-nav li.active a:hover,
  .main_navigation .navbar-nav li.active a:focus,
  .main_navigation .navbar-nav li a:hover,
  .main_navigation .navbar-nav li a:focus {
    color: #fff;
    background-color: #f4142f;
  }

  /* Navbar item props */
  .navbar .navbar-nav li a::after {
    content: "";
    display: none;
    width: 0;
    height: 0;
  }

  /* Dropdown */
  .main_navigation .navbar-nav li.dropdown .dropdown-menu li a {
    color: #041c32;
  }

  .main_navigation .navbar-nav li.dropdown .dropdown-menu li.active a,
  .main_navigation .navbar-nav li.dropdown .dropdown-menu li a:hover,
  .main_navigation .navbar-nav li.dropdown .dropdown-menu li a:focus {
    color: #fff;
    background-color: #f4142f;
  }

  .ov-section {
    padding: 2em 0;
  }

  .ov-wrap {
    width: 100%;
  }

  .ov-img img {
    width: 100%;
  }

  .ov-body {
    width: 100%;
    position: static;
    transform: translate(0);
  }

  .fac-section {
    padding: 1em 0;
  }

  .fac-item * {
    flex-grow: 1;
  }

  .dac-head {
    padding: 0;
  }

  .dac-section {
    padding: 1em;
  }

  .dac-section .slick--skin--boxed-carousel .slick-list {
    margin: 0;
  }

  .dac-item .dac-body .dac-title {
    /* margin: 0.5em 0; */
  }

  .dac-item .dac-body {
  }

  .diac-section {
    padding: 1em 2em;
  }

  .wwd-section {
    padding: 2em;
  }

  .wwd-wrap {
    justify-content: space-between;
    align-items: flex-end;
  }

  .wwd-divider {
    display: none;
  }

  .wwd-item {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 108px;
  }

  .wwd-item .wwd-title::before {
    opacity: 0;
  }

  /* Gallery */
  .gallery-section {
    padding: 2em 1em 3em;
  }

  .section_062 {
    padding: 2em 1em;
  }

  .highlights-section {
  }
}

@media screen and (max-width: 680px) {
  .dac-item {
    min-height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .dac-item .dac-body {
    padding: 2em 1em 2em 2em;
  }
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  /* for hover dropdown */
  /* .main_nav .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0;
  } */
  .top_navigation .search-block-form {
    width: 250px;
    float: right;
  }

  .top_navigation .search-block-form::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
  }

  .ov-wrap {
    width: 95%;
  }

  .ov-body {
    left: 73%;
  }

  .dac-item .dac-body {
    padding: 2em;
  }

  .section_062 {
    padding: 2em;
  }
}

@media screen and (min-width: 992px) {
  /* .path-frontpage .navbar{
      position: absolute;
      z-index: 999;
      width: 100%;
      background-color: transparent;
      border: transparent;

  } */
  .path-frontpage .navbar .logo {
  }

  .path-frontpage .navbar .logo img {
  }

  .wwd-section {
    padding: 2em 5em;
  }
}

@media screen and (min-width: 1200px) {
  .ov-wrap {
    width: 80%;
  }

  .ov-body {
    left: 80%;
  }

  .fac-section {
    padding: 3em 5em;
  }

  .dac-head {
    /* padding: 0 5em; */
  }

  .dac-section {
    padding: 1em 5em;
  }

  .diac-section {
    padding: 2em 5em;
  }

  .ne-head {
    padding: 3em 0 3em 0em;
  }

  .section_062 {
    padding: 2em 6em;
  }
}

@media only screen and (min-width: 1366px) {
  body {
    max-width: 1366px;
    margin: 0 auto;
  }
}

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

#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;
}

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