@charset "UTF-8";
i {
  font-style: italic;
}

button.page_refresh {
  background: transparent !important;
  color: #fae08b !important;
  border: 1px solid #fae08b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 52px;
  position: absolute;
  bottom: 23px;
  z-index: 9999;
  text-align: center;
  top: auto;
  left: auto;
  right: 49%;
  transform: translate(calc(-49% + 48px), 0);
}

@media only screen and (max-width: 1024px) {
  .hotspot-container {
    margin-left: 200px !important;
    transform: scale(1.15) !important;
  }
  .nav img {
    max-width: 160px !important;
  }
}
.body_white {
  background: #ffffff;
}

.content_detail_wrap {
  position: sticky;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  .mn_img {
    margin-bottom: 30px;
  }
  .mn_img > .row > .col-xl-2 {
    display: none;
  }
  .mn_img > .row > .col-xxl-10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .mn_img > .row > .col-xxl-10 > a {
    display: block;
    width: 45%;
    margin-bottom: 15px;
    border: 1px solid #e4e4e4;
  }
}

@media only screen and (max-width: 1680px) {
  .container {
    padding: 0 50px;
  }
}
.owl-carousel.owl-drag .owl-item .item {
  width: 100%;
}

.head_wrap {
  padding: 20px;
  position: absolute;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.head_wrap .language {
  display: flex;
  justify-content: flex-end;
}
.head_wrap .language a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f6dc89;
  color: #f6dc89;
  width: 42px;
  height: 42px;
  font-family: "Staatliches" !important;
  font-size: 20px;
  line-height: 19px;
  border-radius: 50%;
  padding: 10px 5px;
  cursor: pointer;
}
.head_wrap .language.homepage img {
  width: 85%;
}

.right_controls {
  opacity: 0;
  transition: opacity 1s ease-in;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 0.5s;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.right_controls .refreshbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: center;
}

video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  video {
    border-radius: 1px;
  }
}

.controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 15px;
}

.left_controls {
  display: flex;
  justify-content: flex-start;
}

.left_controls {
  display: flex;
  justify-content: flex-end;
}

.controls button i {
  font-size: 13px;
  color: #fae08b;
}

.left_controls button {
  margin-right: 15px;
}

.controls button i img {
  width: 100%;
}

.play_ic {
  display: block;
}

.pause_ic {
  display: none;
}

.pause .pause_ic {
  display: block;
}

.pause .play_ic {
  display: none;
}

.audio_def {
  display: block;
}

.audio_mute {
  display: none;
}

.volume-mute .audio_def {
  display: none;
}

.volume-mute .audio_mute {
  display: block;
}

.play_ic,
.audio_def {
  display: none;
}

.pause_ic,
.audio_mute {
  display: inline;
}

.video_ctrl_btn {
  width: 40px;
  height: 40px;
  border: 1px solid #fae08b;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background-color: transparent;
  margin-left: 10px;
}
.video_ctrl_btn:hover {
  border: 1px solid #fae08b;
}
.video_ctrl_btn:focus {
  border: 1px solid #fae08b;
}

.carousel_paolo_wrap {
  padding: 60px 0 15px 300px;
}

.sub_title {
  text-align: left;
  margin-bottom: 50px;
}
.sub_title h2 {
  color: #fae08b;
  font-family: "Staatliches";
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 2px;
}
.sub_title span {
  display: block;
  color: #ffffff;
  font-family: "Work Sans";
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize !important;
  letter-spacing: 0;
}

.each_box {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #ffffff;
  overflow: hidden;
  max-height: 465px;
  margin-right: 30px;
}
@media only screen and (max-width: 1025px) {
  .each_box {
    max-height: 395px;
  }
}
.each_box .content_block {
  padding: 25px 25px 100px 20px;
}
@media only screen and (max-width: 1025px) {
  .each_box .content_block {
    padding: 25px 25px 60px 20px;
  }
}
.each_box .content_block .main_title h3 {
  color: #000000;
  font-family: "Staatliches";
  font-size: 25px;
  text-align: left;
}
.each_box .img_block {
  width: 450px;
  height: 500px;
}
.each_box .img_block img {
  display: block;
  object-fit: cover;
  height: 100%;
}

.footer {
  background-color: black;
  padding: 20px 0;
}
.footer .footer_wrap {
  display: flex;
  justify-content: flex-end;
}
.footer .footer_wrap .footer_img {
  width: 15%;
}

body {
  background: #12213f;
}

img {
  width: 100%;
  height: auto;
}

.nav img {
  width: 100%;
  max-width: 150px;
}

.head_wrap .container {
  padding: 0 25px;
  max-width: 100%;
}

.section {
  background-color: #12213f;
  text-align: center;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  /*min-width: 100%;
  min-height: 100%;*/
  width: fit-content!important;
  height: 100vh!important;
  margin: auto;
}

#section2 img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: auto;
}

.section-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#fp-nav ul li {
  height: 35px;
}

#fp-nav ul li a span {
  background-color: #fae08b;
  opacity: 0;
}

#fp-nav ul li a.active span {
  opacity: 1;
}

#fp-nav ul li .fp-tooltip {
  width: auto;
  opacity: 0.6;
  font-size: 18px;
  line-height: 39px;
  cursor: pointer;
  font-family: "Staatliches" !important;
  color: #fae08b !important;
}

#section2 .hotspot-wrap img {
  max-width: 95%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  height: 100%;
}

.hotspot-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.fp-controlArrow.fp-prev svg.btn-icon.fa-fw.svg-inline--fa.fa-chevron-up {
  transform: rotate(-90deg);
  width: 14px;
  height: 17.5px;
}

.fp-arrow-icn {
  display: flex;
  background: transparent !important;
  color: #fae08b !important;
  border: 1px solid #fae08b;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.fp-controlArrow.fp-next {
  border: 0;
  width: 42px;
  height: 42px;
  bottom: 20px;
  top: auto;
  right: 49%;
  transform: translate(calc(-47% + 50px), 0);
  left: auto;
}

.fp-controlArrow.fp-prev {
  border: 0;
  width: 42px;
  height: 42px;
  bottom: 20px;
  top: auto;
  right: auto;
  left: 51%;
  transform: translate(calc(-51% - 50px), 0);
}

.fp-controlArrow.fp-refresh {
  border: 0;
  width: 42px;
  height: 42px;
  bottom: 20px;
  top: auto;
  right: 50%;
  left: auto;
  transform: translate(calc(-50% + 105px), 0);
}

.fp-controlArrow.fp-next svg.btn-icon.fa-fw.svg-inline--fa.fa-chevron-down {
  transform: rotate(90deg);
  width: 14px;
  height: 17.5px;
}

.fp-controlArrow.fp-prev.arrow-fade .fp-arrow-icn {
  border: 1px dotted #fae08b;
  cursor: auto;
}

.fp-controlArrow.fp-next.arrow-fade .fp-arrow-icn {
  border: 1px dotted #fae08b;
  cursor: auto;
}

.arrow-fade {
  display: none;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  opacity: 1;
  margin: -6px 0 0 -5px;
}

.quotes-detail p {
  line-height: 1.5;
  font-size: 1.875rem;
}

section.tag-list ul li a {
  display: flex;
  height: 2rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  padding: 0 1.5rem;
  transition: all 0.15s cubic-bezier(0.19, 1, 0.2, 1);
  background: #212121;
  color: #fff;
  font-family: "Staatliches";
}

section.tag-list ul {
  display: flex;
  margin: 0 -10px;
}

section.tag-list ul li {
  padding: 10px;
}

section.tag-list {
  padding-bottom: 50px;
}

section.single-img img {
  max-width: 700px;
}

section.single-img {
  padding: 50px 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: -7px 0 0 -6px;
}

.foundaci_div {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .foundaci_div {
    padding: 0 15px;
  }
  .foundaci_div:nth-child(2) {
    padding-bottom: 20px;
  }
}
.foundaci_div .col-md-6 {
  position: relative;
}
.foundaci_div .col-md-6 .gems_img {
  width: 100%;
}

.fountaci_img {
  width: 90%;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .fountaci_img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}

.paragraphwrap .paragraphwrap_scroll {
  height: 500px; /* set a fixed height for the div */
  overflow-y: scroll; /* enable vertical scrollbar */
}
.paragraphwrap .main_title h4 {
  color: #fae08b;
  font-family: "Staatliches";
  font-size: 35px;
  text-align: left;
  margin-bottom: 25px;
}
.paragraphwrap p {
  text-align: left;
  color: #ffffff;
  font-family: "Work Sans";
  font-size: 17px;
  line-height: 23px;
}
.paragraphwrap p:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  p {
    font-size: 15px;
  }
}
p b {
  font-family: "Work Sans";
}

.foundaci_div {
  padding: 0 0 15px 265px;
}

.fountaci_img {
  max-height: 95%;
  height: 100%;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .fountaci_img {
    width: 90%;
  }
}
.fountaci_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.paragraphwrap {
  max-height: 95%;
  height: 100%;
  overflow: hidden;
  padding-top: 0;
  width: 95%;
}
.paragraphwrap .content_scroll_area {
  width: 90%;
  max-height: 700px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 30px;
  scrollbar-color: #f4f4f6 #12213f;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 1440px) {
  .paragraphwrap .content_scroll_area {
    max-height: 600px;
  }
}
@media only screen and (max-width: 1366px) {
  .paragraphwrap .content_scroll_area {
    max-height: 400px;
  }
}
.paragraphwrap .content_scroll_area::-webkit-scrollbar {
  width: 5px;
}
.paragraphwrap .content_scroll_area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 3px;
}
.paragraphwrap .content_scroll_area::-webkit-scrollbar-thumb {
  background: #0e1a33;
  border-radius: 10px;
}
.paragraphwrap .content_scroll_area::-webkit-scrollbar-thumb:hover {
  background: #0e1a33;
}
.paragraphwrap .content_scroll_area .fountaci_inner_img {
  margin-bottom: 25px;
}

.hotspot-wrap {
  padding-left: 200px;
}

.fountaci_inner_img {
  width: 97%;
}

.single_page_wrapper {
  background: #ffffff;
}
.single_page_wrapper .head_wrap {
  padding: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.single_page_wrapper .head_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.65;
  z-index: 0;
}
.single_page_wrapper .head_wrap .rht_head_menus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 12;
}
.single_page_wrapper .head_wrap .logo_a {
  display: block;
  position: relative;
  width: 250px;
  z-index: 12;
}
.single_page_wrapper .banner_heading {
  padding: 40px 0;
}
.single_page_wrapper .banner_heading h2 {
  font-size: 36px;
  font-family: "Staatliches";
  color: #000000;
}
.single_page_wrapper .banner {
  margin-bottom: 40px;
}
.single_page_wrapper .banner .banner_img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.single_page_wrapper .audio {
  padding: 25px 0 65px;
}
.single_page_wrapper .audio p {
  font-family: "Work Sans";
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 40px;
}
.single_page_wrapper .audio h6 {
  margin-bottom: 40px;
  font-family: "Work Sans";
  font-size: 25px;
  line-height: 29px;
}
.single_page_wrapper .audio .audio_controls {
  color: #000000;
}
.single_page_wrapper p {
  color: #191a1a;
  font-family: "Work Sans";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  word-wrap: normal;
}
.single_page_wrapper p strong {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  font-family: "Work Sans";
}
.single_page_wrapper p b {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  font-family: "Work Sans";
}
.single_page_wrapper .btn_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single_page_wrapper .btn_group .btn_content {
  margin-top: 10px;
}
.single_page_wrapper .btn_group .btn_content a {
  display: block;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 15px;
  padding: 5px 15px;
  margin-right: 10px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-family: "Staatliches";
}
.single_page_wrapper .single_courousel_wrap h6 {
  font-family: "Staatliches";
  font-size: 20px;
}
.single_page_wrapper .single_courousel_wrap .each_box {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #cbcbcb;
}

.video_data {
  margin: 30px 0;
}

.text-3xl {
  font-size: 30px !important;
  line-height: 45px !important;
}

.single_img_block {
  margin-bottom: 35px;
}

.small_worksns {
  font-size: 20px;
  font-family: "Work Sans";
  font-weight: 600;
}

.about_sticky.rht_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 22px;
  margin-right: 60px;
}
.about_sticky.rht_menu a {
  font-size: 12px;
  font-family: "Staatliches";
}
.about_sticky.rht_menu .rectangle_arrow_link {
  width: 35px;
  height: 35px;
  border-radius: 8px;
}
.about_sticky.rht_menu .rectangle_arrow_link i {
  font-size: 20px;
  padding: 5px;
  transition: none;
}
.about_sticky.rht_menu .rectangle_arrow_link i:hover {
  transform: none;
}

.about_pg_sticky .rectangle_arrow_link i {
  font-size: 15px !important;
}

@media only screen and (max-device-width: 1366px) {
  .foundaci_div {
    padding: 70px 0 100px 265px;
  }
  button.page_refresh {
    bottom: 23px;
  }
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1365px) {
  button.page_refresh {
    bottom: 23px;
  }
}
@media only screen and (min-device-width: 1367px) and (max-device-width: 1442px) {
  .carousel_paolo_wrap {
    padding: 60px 0 45px 300px;
  }
  .foundaci_div {
    padding: 0 0 100px 265px;
  }
  button.page_refresh {
    bottom: 23px;
  }
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) {
  .nav img {
    width: 100%;
    max-width: 180px;
  }
  .fountaci_img {
    margin-bottom: 0;
  }
  .paragraphwrap p {
    font-size: 16px;
    line-height: 22px;
  }
  .paragraphwrap .main_title {
    margin-top: 30px;
  }
  .paragraphwrap .content_scroll_area {
    width: 100%;
    max-height: 400px;
  }
  button.page_refresh {
    bottom: 23px;
  }
}
.single_page_carousel_block {
  padding-bottom: 65px;
}

.content_box {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  min-height: 315px;
}
.content_box .img_block a {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
  transition: all 0.5s linear;
}
.content_box .img_block a img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.content_box .top_title {
  padding: 10px;
}
.content_box .top_title h3 {
  font-size: 12px;
  font-family: "Work Sans";
}
.content_box .bottom_title {
  padding: 10px;
}
.content_box .bottom_title a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Staatliches";
  color: #191a1a;
  font-size: 14px;
}
.content_box:hover .img_block a img {
  transform: scale(1.1);
}

.video_block {
  margin-bottom: 50px;
}
.video_block video {
  position: relative;
  width: 56%;
}

.single_page_wrapper p a {
  text-decoration: underline;
  color: #191a1a;
}

.single_page_wrapper .audio h6.audio_subtitle {
  font-size: 24px;
  font-family: "Staatliches";
}
.single_page_wrapper .audio h6.small_worksns {
  font-size: 20px;
  font-family: "Work Sans";
  font-weight: 600;
}

.single_page_section_heading {
  padding: 40px 0;
}
.single_page_section_heading h2 {
  font-size: 30px;
  font-family: "Staatliches";
  color: #000000;
}

.innerpage_wrapper {
  width: 100%;
  height: 100vh;
  background: #191a1a;
}

.nav_btn_header {
  padding: 15px 0;
}

.round_link_a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
}

.nav_btn_header .round_link_a {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.nav_btn_header .btn_rht {
  display: flex;
  justify-content: flex-end;
}

.innerpage_mn_content {
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 1px 1px;
}

.content_single_detail {
  padding: 15px 0;
}

.mn_img a {
  display: block;
  position: relative;
  cursor: url("../img/single_detail/cursor.cur"), auto !important;
}

.content_detail_wrap .top_block {
  margin-bottom: 40px;
}
.content_detail_wrap .top_block .detail_top_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content_detail_wrap .top_block .detail_top_links a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  color: #191a1a;
  background: transparent;
  margin-right: 15px;
  transition: all 0.3s linear;
}
.content_detail_wrap .top_block .detail_top_links a:hover {
  background: #e5e5e5;
}
.content_detail_wrap .top_block .detail_rht_links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content_detail_wrap .title_block {
  margin-bottom: 25px;
}
.content_detail_wrap .title_block h2 {
  display: block;
  color: #191a1a;
  font-size: 30px;
  font-family: "Staatliches";
}
.content_detail_wrap .subtitle_txt {
  margin-bottom: 30px;
}
.content_detail_wrap .subtitle_txt h4 {
  display: block;
  color: #191a1a;
  font-size: 14px;
  font-family: "Work Sans";
}
.content_detail_wrap .submeta_links .each_meta_block {
  margin-bottom: 25px;
}
.content_detail_wrap .submeta_links .each_meta_block label {
  display: block;
  font-family: "Staatliches";
  color: #191a1a;
  font-size: 14px;
  margin-bottom: 10px;
}
.content_detail_wrap .submeta_links .each_meta_block a {
  display: inline-block;
  padding: 7px 16px;
  text-align: center;
  color: #191a1a;
  font-family: "Staatliches";
  background: #e5e5e5;
  border-radius: 7px;
  cursor: default;
  pointer-events: none;
}
.content_detail_wrap .submeta_links .each_meta_block ul li a {
  margin-bottom: 10px;
  cursor: default;
}

.download_dropdown {
  position: relative;
}
.download_dropdown .download_link_a {
  display: block;
  font-family: "Staatliches";
  font-size: 14px;
  position: relative;
  color: #191a1a;
  padding: 7px 24px;
  border-radius: 20px;
  transition: all 0.3s linear;
}
.download_dropdown .download_link_a i {
  margin-left: 10px;
  color: #191a1a;
}
.download_dropdown .download_link_a:hover {
  background: #e5e5e5;
}
.download_dropdown .dropdown_div {
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 300px;
  border-radius: 8px;
  display: none;
}
.download_dropdown .dropdown_div ul li a {
  display: block;
  padding: 8px 16px;
  font-family: "Work Sans";
  color: #191a1a;
  font-size: 14px;
  min-width: 200px;
  transition: all 0.3s linear;
}
.download_dropdown .dropdown_div ul li a:hover {
  background: #e5e5e5;
}
.download_dropdown.drop_active_b .dropdown_div {
  display: block;
}

.accord_section_block {
  margin-top: 65px;
  border-top: 1px solid #191a1a;
}
.accord_section_block .accordion {
  margin-top: 25px;
}
.accord_section_block .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #191a1a;
  border-radius: 1px;
  padding-bottom: 10px;
}
.accord_section_block .accordion .accordion-button {
  font-family: "Work Sans";
  color: #191a1a;
  font-size: 14px;
  background: none;
  padding-left: 0;
  position: relative;
}
.accord_section_block .accordion .accordion-button::after {
  display: none;
}
.accord_section_block .accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accord_section_block .accordion .accordion-button .accord_tog_ic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accord_section_block .accordion .accordion-button .accord_tog_ic.plus {
  display: block;
}
.accord_section_block .accordion .accordion-button .accord_tog_ic.minus {
  display: none;
}
.accord_section_block .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accord_section_block .accordion .accordion-button:not(.collapsed) .accord_tog_ic.plus {
  display: none;
}
.accord_section_block .accordion .accordion-button:not(.collapsed) .accord_tog_ic.minus {
  display: block;
}
.accord_section_block .accordion .accordion-body {
  padding-left: 0;
}
.accord_section_block .accordion .accordion-body .meta_accord_block .each_meta_block {
  margin-bottom: 25px;
}
.accord_section_block .accordion .accordion-body .meta_accord_block .each_meta_block label {
  display: block;
  font-family: "Staatliches";
  color: #757575;
  font-size: 13px;
  margin-bottom: 10px;
}
.accord_section_block .accordion .accordion-body .meta_accord_block .each_meta_block span {
  display: inline-block;
  font-size: 14px;
  font-family: "Work Sans";
}
.accord_section_block .accordion .accordion-body .meta_accord_block .each_meta_block p {
  font-size: 14px;
  font-family: "Work Sans";
  line-height: 22px;
}
.accord_section_block .accordion .accordion-body .meta_accord_block .each_meta_block .grp_span span {
  display: block;
  color: #757575;
  margin-bottom: 7px;
}
.accord_section_block .accordion .accordion-body .meta_accord_block .each_meta_block .grp_span span strong {
  color: #191a1a;
}
.accord_section_block .accordion .accordion-body .meta_accord_block .each_meta_block:last-child {
  margin-bottom: 0;
}

.fancybox__toolbar {
  background: rgba(0, 0, 0, 0.5) !important;
}

#slideVideo {
  width: 100%;
  height: 100%;
  background:#000;
}
#slideVideo .is-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

.caption_txt {
  font-size: 14px !important;
}

.blockquote {
  margin: 30px 0;
}
.blockquote p {
  font-size: 30px;
  font-family: "Work Sans";
  line-height: 42px;
}

 .head_wrap .language a {
  font-family: "Work Sans" !important;
  font-weight: 500;
}

.close {
  font-family: "Work Sans" !important;
  font-weight: 500;
}

@media only screen and (max-width: 1336px) {
  .content_box {
    min-width: inherit;
  }
}

.subsec_head {
  margin-bottom: 30px;
}
.subsec_head h3 {
  font-size: 24px;
  font-family: "Staatliches";
  color: #191a1a;
}

.lm_txt_p p {
  display: block;
  clear: both;
  margin-bottom: 4px;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.owl-nav button {
  margin-right: 15px;
}
.owl-nav .custom-nav .default_ic {
  display: block;
}
.owl-nav .custom-nav .hover_ic {
  display: none;
}
.owl-nav .custom-nav.nav_prev:hover .default_ic {
  display: none;
}
.owl-nav .custom-nav.nav_prev:hover .hover_ic {
  display: block;
}
.owl-nav .custom-nav.nav_next:hover .default_ic {
  display: none;
}
.owl-nav .custom-nav.nav_next:hover .hover_ic {
  display: block;
}

.para_lists .each_content {
  margin-bottom: 30px;
}
.para_lists .each_content label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #191a1a;
  font-family: "Work Sans";
  margin-bottom: 8px;
}
.para_lists .each_content p {
  margin-bottom: 0;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */




  .rectangle_link_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f6dc89;
    background: #FFF;
    color: #f6dc89;
    width: 42px;
    height: 42px;
    font-family: "Staatliches" !important;
    font-size: 20px;
    line-height: 17px;
    border-radius: 50%;
    padding: 10px 5px;
    cursor: pointer;
  }

  .about_sticky.rht_menu .rectangle_arrow_link i{
    padding: 7px;
  }
