.tg-details {
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  overflow: hidden;
}


.tg-details .tg-head {
  margin: 0px 0px;
  width: 100vw;
  height: 600px;
  position: relative;
}

.tg-details .tg-head .tg-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.tg-details .tg-head .tg-background .bg-img {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.tg-details .tg-head .tg-background .bg-img img {
  width: 100%;
  position: absolute;
  right: -10%;
}

.tg-details .tg-head .tg-box {
  min-height: 600px;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
}

.tg-details .tg-head .search-btn {
  position: absolute;
}

.tg-details .tg-head .tg-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tg-details .tg-head .tg-title .tg-title-box {
  display: inline-block !important;
  max-width: 600px;
}

.tg-details .tg-head .tg-title .tg-title-box .tg-icon .v {
  display: none !important;
}

.tg-details .tg-head .tg-title .tg-title-box .tg-icon .tg-icon--color {
  fill: #696969 !important;
}

.tg-details .tg-head .tg-title .tg-title-box a {
  display: inline-block;
  margin-left: 10px;
}

.tg-details .tg-head .tg-title svg {
  width: 40px;
  display: inline-block;
  margin: 5px 5px 0px 5px;
}

.tg-details .tg-head .tg-title h1 {
  text-transform: uppercase;
  line-height: 55px;
  font-size: 46px;
  line-height: 1.3;
  padding: 0px;
  display: inline;
  max-width: 800px;
  margin: 0;
  color: #00267E;
}

.tg-details .tg-head .tg-title span {
  font-size: 21px;
  margin: 10px 0px;
}

.tg-details .tg-head .tg-title .tg-pro {
  margin-top: 0px;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

.tg-details .tg-head .tg-title .tg-date {
  margin-top: 32px;
  font-size: 18px;
  color: #5c5c5c;
  font-style: italic;
}

.tg-details .tg-search p {
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

.tg-details .tg-search #gsearch {
  width: 100%;
  max-width: 100%;
  height: 50px;
  outline: none;
  border: none !important;
  padding: 10px;
  font-size: 21px;
  color: #001a56;
  margin: 20px 0px 20px 0px;
  background-color: #f1f1f1;
}

.tg-details .tg-search #gsearch:focus {
  background-color: #fafafa;
}

.tg-details .tg-search .clear-search .tg-close span {
  display: none;
}

.tg-details .tg-search span.clear-search {
  position: relative;
}

.tg-details .tg-search span.clear-search .tg-close {
  display: none;
}

.tg-details .tg-search span.clear-search span {
  position: absolute;
  display: block;
  top: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity:0;
}

.tg-details .tg-search span.clear-search span::before {
  content: " ";
  width: 3px;
  right: 10px;
  height: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  background-color: #696969;
  -webkit-transition: ease 300ms ease;
  transition: ease 300ms ease;
}

.tg-details .tg-search span.clear-search span::after {
  content: " ";
  width: 3px;
  height: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 0px;
  background-color: #696969;
  -webkit-transition: ease 300ms ease;
  transition: ease 300ms ease;
}

.tg-details .tg-search span.clear-search span:hover::after, .tg-details .tg-search span.clear-search span:hover::before {
  background-color: #001a56;
}

.tg-details .tg-search span.clear-search input {
  padding-right: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tg-details .related {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: auto;
  flex-direction: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tg-details .related .related-item .p-img img {
  background-color: whitesmoke;
  width: 100%;
  height: 100%;
}

.tg-details .related .related-item .p-title {
  font-size: 18px;
  line-height: 1.3;
  color: #001a56;
}

.tg-box {
  max-width: 1200px;
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.line-t {
  border-top: 1px solid #c2c2c2;
  margin: 50px auto;
}

.tg-btn-white {
  fill: white;
  width: 30px;
}

.tg-contents {
  margin: 50px 0px;
}

.tg-contents .intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  padding-right: 15px;
  padding-left: 15px;
}

/*.tg-contents .intro .intro-content p:first-of-type {*/
/*  margin-top: 0px !important;*/
/*}*/

.tg-contents .intro .intro-content p {
  margin: 13px 0px 34px;
}

.tg-contents .intro .intro-content .tg-img {
  position: relative;
  padding: 0px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 100%;

}



.tg-contents .intro .intro-content .tg-img span {
  background-color: #001a56;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 3.3px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.tg-contents .intro .intro-content .tg-img span:hover {
  background-color: #5FE0D3;
}

.tg-contents .intro .intro-content .tg-img .tg-min {
  display: none;
}

.tg-contents .intro .intro-content .tg-img img {
  width: 100%;
  margin: 0px;
  top: 0px;
  display: block;
  padding: 0px;
  border: none;
  position: relative;
}

.tg-contents .intro .intro-content .tg-vid {
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.tg-contents .intro .intro-content .tg-vid #tg-vid-btn {
  background-color: #001a56;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.tg-contents .intro .intro-content .tg-vid #tg-vid-btn:hover {
  background-color: #5FE0D3;
}

.tg-contents .intro .intro-content .tg-vid .tg-vid-container {
  width: 100%;
  margin: 0px;
  top: 0px;
  display: block;
  padding: 0px;
  border: none;
  position: relative;
}

.tg-contents .intro .intro-content .tg-vid .tg-vid-container #tg-vid-thumb {
  width: 100%;
  margin: 0px;
  top: 0px;
  display: block;
  padding: 0px;
  border: none;
  position: relative;
}

.tg-contents .intro .intro-content .tg-vid #tg-video {
  display: none;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.tg-contents .intro .intro-content .tg-vid iframe {
  border: none;
  margin: 21px 0px 55px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
  width: 100%;
  height: 100%;
}

.tg-contents .tg-icon {
  position: fixed !important;
  width: 100vw;
  left: 0px;
  top: 0px;
  margin: 0px !important;
  z-index: 1000;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.tg-contents .tg-icon span {
  top: 0px !important;
  right: 0px;
  -ms-grid-column-align: left;
  justify-self: left;
}

.tg-contents .tg-icon img {
  max-width: 100vw;
  max-height: 100vh;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tg-contents .tg-icon .tg-max {
  display: none;
}

.tg-contents .tg-icon .tg-min {
  display: block !important;
}

.tg-contents .narration {
  padding-top: 34px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  padding-right: 15px;
  padding-left: 15px;
}

.tg-contents .narration .narration-title {
  margin: 30px 0px 50px;
}

.tg-contents .narration .narration-contents .audioplayer {
  margin: 30px 0px 50px;
}

.tg-contents .narration .tg-cast {
  margin: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.tg-contents .narration .tg-cast .tg-user {
  height: 78px;
  width: 78px;
}

.tg-contents .narration .tg-cast .tg-user img {
  border-radius: 50%;
  height: 100%;
  z-index: -1;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*.tg-contents .narration .tg-cast .tg-user img::after {*/
/*  content: '';*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  border-radius: 50%;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

.tg-contents .narration .tg-cast .tg-user-details .name {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  color: #00267e;
  margin: 10px 0px;
}

.tg-contents .narration .tg-cast .tg-user-details p {
  font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,Roboto,sans-serif;
  padding: 0;
  font-weight: 300;
  margin: 5px 0px;
  line-height: 1.3;
  margin: 0;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.tg-tail {
  padding-bottom: 40px;
  background: #fff;
}

.tg-tail .tg-box {
  padding-top: 34px;
  display: -ms-grid;
  display: grid;
  gap: 0px;
  grid-gap: 00px;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  padding-left: 15px;
  padding-right: 15px;
}

.tg-tail .tg-search {
  padding-right: 50px;
}

.tg-tail .tg-search .tg-back {
  display: inline-block;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00267e;
  font-weight: 400;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0px;
}

.tg-tail .tg-search .tg-back::before {
  content: "";
  width: 35px;
  background-image: url("/sites/default/files/media/images/icons/prev.svg");
  background-repeat: no-repeat;
  position: relative;
  margin-right: 10px;
  background-size: 35px;
  height: 35px;
  display: inline-block;
}

.tg-tail .tg-search .tg-back:hover {
  text-decoration: underline;
}

.eyebrow {
  width: 50px;
  height: 12px;
  background: #5fe0d3;
  margin: 20px 0px;
}

.audioplayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
}

.audioplayer audio {
  display: none;
}

.audioplayer-playpause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  background-color: #f1f1f1;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background-color: #5FE0D3;
}

.audioplayer-playing .audioplayer-playpause {
  background-color: #f1f1f1;
}

.audioplayer-playing .audioplayer-playpause:hover {
  background-color: #5FE0D3;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: '';
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 10px solid transparent;
  border-right: none;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #001a56;
}

.audioplayer-playing .audioplayer-playpause a {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 12px;
  height: 16px;
}

.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: '';
  width: 4px;
  height: 16px;
  background-color: #001a56;
}

.audioplayer-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(51, 51, 51, 0.6);
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
  height: 12px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 10px;
  background-color: #001a56;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 0px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 10px;
  background: #696969;
  border-radius: 0px;
}

.audioplayer-bar-played {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 2;
  height: 10px;
  border-radius: 5px;
  background: #5FE0D3;
}

/* .audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: 0px;
    right: 0px;
    margin-right: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 6px;
} */
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 0px solid #91ff00;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #0059FF;
}

.audioplayer-volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.audioplayer-volume-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #001a56;
  position: relative;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #001a56;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 12px;
  height: 12px;
  border: 6px double #001a56;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  border-radius: 5px;
  height: 10px;
  cursor: pointer;
  background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  height: 10px;
  background-color: #001a56;
}

/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }

  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
}

.tg-search-list {
  position: relative;
  width: 100%;
}

.ui-menu {
  background-color: turquoise !important;
  padding: 0;
  position: absolute !important;
  width: inherit;
  z-index: 100;
  margin: 0;
}

.ui-menu li {
  cursor: pointer;
  width: 100%;
}

.ui-menu li .ui-menu-item-wrapper {
  padding: 10px 10px;
}

.ui-menu li .ui-menu-item-wrapper:hover {
  border: none !important;
  outline: none !important;
  background-color: #001a56;
  color: #fff;
  cursor: pointer;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-widget-content {
  background-color: #f1f1f1 !important;
}

.ui-menu-item {
  font-size: 18px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dm {
  margin: 50px 0px !important;
  font-size:18px;
}

@media screen and (max-width: 500px) {
  .tg-tail .tg-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tg-tail .tg-box .tg-search {
    padding-right: 0px;
  }
  .tg-details .related {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .bg-img img {
    width: 130% !important;
    position: absolute;
    right: -10%;
  }
  .tg-details .tg-head {
    height: 400px !important;
  }
  .dm {
    margin: 30px 0px !important;
  }
  .tg-contents .narration .narration-contents .audioplayer {
    margin: 30px 0px !important;
  }
  .tg-contents .narration .narration-title {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 999px) {
  .tg-contents .intro,
  .tg-contents .narration {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }
  .audioplayer {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .tg-details .tg-head {
    height: 500px;
  }
  .bg-img img {
    width: 110% !important;
    position: absolute;
    right: -10%;
  }
}

@media screen and (max-width: 1450px) {
  .tg-details .tg-head .tg-background .bg-img img {
    right: 20px !important;
  }
}

@media only screen and (max-width: 650px) and (min-width: 500px) {
  .tg-tail .tg-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tg-details .related {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .dm {
    margin: 40px 0px !important;
  }
  .tg-contents .narration .narration-contents .audioplayer {
    margin: 40px 0px !important;
  }
  .tg-contents .narration .narration-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 850px) and (min-width: 650px) {
  .tg-tail .tg-box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tg-details .related {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}



.ui-autocomplete {
  height: auto;
  max-height:370px;
  overflow-y: scroll;
  overflow-x: hidden;}

.flex-video, .responsive-embed {
  padding-bottom: 56.2% !important;
}

@media(min-width:1024px){
  .tg-contents .intro .intro-content .tg-img.tg-icon {
    margin-top: 155px !important;
  }
  .tg-details {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .intro-title {
    margin: 50px 0px !important;
  }
}

#fullpage {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: black;
}

.gallery img {
  width: 500px
}
.tg-contents p {
    font-size: 18px;
    line-height: 1.6;
}
.dm.es{
  margin-top:0 !important;
}
.tg-details a {
  font-weight: bold;
  color: #00257e;
}

