html,
body {
  width: 100%;
  height: 100%;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: Arial, sans-serif;
  /* font-family: Verdana, sans-serif; */
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003974;
  font-weight: bold;
  line-height: 1.3; }

strong {
  font-weight: 600; }

a {
  color: #d7ab4e;
  transition: all 0.2s linear;
  text-decoration: none; }
  a:hover {
    color: #d7ab4e;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.btn-kw {
  background: #003974;
  color: #ffffff;
  transition: all 0.2s linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 12px; }
  .btn-kw:hover {
    color: #ffffff;
    background: #d7ab4e; }

.btn-wk {
  background: #d7ab4e;
  color: #ffffff;
  transition: all 0.2s linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .btn-wk:hover {
    color: #ffffff;
    background: #003974; }

.btn-light {
  color: #d7ab4e;
  background: none;
  transition: all 0.2s linear;
  font-size: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.btn-warning {
  background-color: #d7ab4e; }

.date {
  color: #999;
  font-size: 90%; }

.back-to-top {
  position: fixed;
  display: none;
  background: #d7ab4e;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px; } }
  .back-to-top i {
    padding-top: 12px;
    color: #fff; }

.container {
  max-width: 1200px; }

header .top {
  background: #ffffff;
  padding: 15px 0; }
  header .top .btn-kw {
    margin-top: 10px;
    /* @media (max-width: 767px) {
        margin-top:0px;             
    } */ }
    @media (max-width: 767px) {
      header .top .btn-kw {
        font-size: 10px;
        padding: 5px 11px; } }
  header .top .logo {
    max-width: 270px; }
    header .top .logo span {
      color: #d7ab4e;
      font-size: 14px;
      text-align: right;
      display: block;
      line-height: 1; }
  header .top .tagline {
    color: #003974;
    padding-top: 20px; }

nav {
  /*  .active { 
       color: $white !important;
       background: $s-color;
   } */ }
  nav .nav-link {
    color: #f2f2f2 !important;
    padding: 1.3rem 1rem !important;
    text-transform: uppercase; }
    nav .nav-link:hover {
      color: #ffffff !important;
      background: #d7ab4e; }
    nav .nav-link .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      border-radius: 0;
      border: 0; }
  nav .navbar-toggler {
    border-radius: 0;
    border: 0;
    outline: none; }
    nav .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important; }
  nav .active-side {
    color: #ffffff !important;
    background: #d7ab4e; }
  nav .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    background: #ffffff;
    min-width: 15em;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    /* .active{
        a{
            color:$white !important;
            }
        } */ }
    nav .dropdown-menu li {
      border-bottom: 1px solid #eee; }
      nav .dropdown-menu li:last-child {
        border-bottom: none; }
      nav .dropdown-menu li .dropdown-item {
        padding: .5rem 1rem; }
        nav .dropdown-menu li .dropdown-item:hover {
          background-color: #d7ab4e;
          color: #ffffff; }
  nav .slogan {
    color: #ffffff !important; }

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease; } }
.navbar {
  background: #003974;
  padding: 0; }

.offcanvas-body {
  padding: 0; }

.c-logo {
  max-width: 160px; }

.ap {
  text-align: right;
  color: #d7ab4e; }

.can-menu .navbar-nav {
  background: none;
  padding: 0; }
  .can-menu .navbar-nav .dropdown-menu {
    background: aliceblue;
    margin: 0 10px;
    width: 300px;
    display: none; }
  .can-menu .navbar-nav .dropdown-toggle::after {
    float: right;
    margin-top: 5px; }
.can-menu ul {
  list-style-type: none;
  padding: 0;
  width: 100%; }
  .can-menu ul li {
    list-style-type: none;
    padding-bottom: 5px; }
    .can-menu ul li a {
      color: #003974;
      font-weight: bold;
      padding-left: 5px;
      display: block; }
      .can-menu ul li a:hover {
        color: #ffffff;
        background-color: #d7ab4e;
        display: block; }
        .can-menu ul li a:hover a {
          color: #003974; }
    .can-menu ul li .dropdown-toggle::after {
      float: right;
      margin-top: 10px; }
    .can-menu ul li .active {
      color: #003974; }
    .can-menu ul li li {
      font-weight: normal;
      padding-bottom: 0px; }
      .can-menu ul li li a {
        color: #333333;
        font-weight: 400;
        border-bottom: 1px solid #f1f1f1;
        display: block;
        padding: 3px 0 3px 10px; }
        .can-menu ul li li a:hover {
          background-color: #d7ab4e;
          color: #ffffff; }

.offcanvas-start {
  width: 270px; }

#wSlider .carousel-inner {
  background: #000000; }
  #wSlider .carousel-inner img {
    width: 100%;
    opacity: .7;
    /*min-height: 200px;
     -webkit-animation: zoom 40s;
    animation: zoom 40s; */ }
  #wSlider .carousel-inner .carousel-caption {
    bottom: 10%;
    color: #ffffff;
    text-align: left;
    left: 15%; }
    #wSlider .carousel-inner .carousel-caption h3 {
      font-size: 45px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600; }
      @media (max-width: 768px) {
        #wSlider .carousel-inner .carousel-caption h3 {
          font-size: 30px; } }
      @media (max-width: 576px) {
        #wSlider .carousel-inner .carousel-caption h3 {
          font-size: 20px;
          line-height: 1.3;
          text-align: center; } }
    #wSlider .carousel-inner .carousel-caption p {
      font-size: 20px;
      margin-bottom: 30px; }
    @media (max-width: 576px) {
      #wSlider .carousel-inner .carousel-caption .btn {
        display: none; } }
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.5, 1.5); } }
@keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.5, 1.5); } }
#wSlider .carousel-indicators {
  bottom: 10%; }
  @media (max-width: 576px) {
    #wSlider .carousel-indicators {
      bottom: 0; } }
#wSlider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%; }

.section {
  padding: 70px 0 50px; }
  @media (max-width: 768px) {
    .section {
      padding: 35px 0; } }
  .section h1 span {
    color: #d7ab4e; }
  .section h2 span {
    color: #d7ab4e; }
  .section h3 {
    font-size: 20px; }
    .section h3 span {
      display: block;
      font-size: 80%;
      color: #d7ab4e; }

.welcome {
  background: #f2f2f2; }
  .welcome h1 {
    font-size: 20px;
    color: #d7ab4e;
    margin-bottom: 20px; }
    .welcome h1 span {
      font-size: 30px;
      text-transform: uppercase;
      color: #003974;
      display: block; }
      @media (max-width: 576px) {
        .welcome h1 span {
          font-size: 23px !important; } }
  .welcome h2 {
    font-size: 20px; }
  .welcome .box, .welcome .page-contents .blog .blog-search, .page-contents .blog .welcome .blog-search, .welcome .page-contents .blog .latest-post, .page-contents .blog .welcome .latest-post, .welcome .page-contents .blog .cat, .page-contents .blog .welcome .cat {
    margin-bottom: 30px;
    padding-top: 20px; }
    .welcome .box-list {
      padding: 20px 0 10px;
      border-radius: 30px 0;
      margin-bottom: 30px;
      box-shadow: 0 0.1rem 0rem rgba(0, 0, 0, 0.075) !important;
      height: auto; }
      .welcome .box-list h3 {
        font-weight: normal;
        margin-bottom: 1px;
        font-size: 14px;
        color: #333333; }
        .welcome .box-list h3 span {
          text-transform: uppercase;
          font-weight: bold;
          color: #333333;
          font-size: 18px; }
      .welcome .box-list i {
        font-size: 50px;
        color: #003974;
        -webkit-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .welcome .box-list i:hover {
          color: #d7ab4e; }
      .welcome .box-list p {
        color: #999;
        font-style: italic; }
        .welcome .box-list p a {
          color: #d7ab4e; }
          .welcome .box-list p a:hover {
            color: #003974; }
  .welcome .c-message {
    border: 1px solid #e5e5e5;
    margin-left: 30px;
    padding: 30px;
    margin-top: 75px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-style: italic; }
    @media (max-width: 768px) {
      .welcome .c-message {
        margin-left: 0px; } }
    .welcome .c-message figure {
      text-align: center;
      margin-top: -105px; }
      .welcome .c-message figure img {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        border: 5px solid #e5e5e5;
        max-width: 150px; }
  .welcome .district-table th {
    width: 30%; }
  @media screen and (max-width: 576px) {
    .welcome .district-table tr {
      display: flex;
      flex-wrap: wrap;
      padding-top: 10px; }
      .welcome .district-table tr th {
        width: 100%;
        border: none;
        padding: 0px 5px; }
      .welcome .district-table tr td {
        width: 100%;
        padding: 0 5px 10px; } }

.parallax-container {
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: auto; }

.hot-buttons {
  color: #ffffff; }
  @media (max-width: 576px) {
    .hot-buttons {
      padding-bottom: 0 !important; } }
  .hot-buttons .hot-block {
    padding: 30px;
    background: #003974;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-height: 332px;
    margin: 0 0px 30px; }
    .hot-buttons .hot-block i {
      font-size: 40px;
      margin-bottom: 30px;
      border-radius: 100%;
      padding: 20px;
      width: 100px;
      height: 100px;
      line-height: 55px;
      border: 1px solid rgba(255, 255, 255, 0.5); }
    .hot-buttons .hot-block h3 {
      color: #ffffff;
      text-transform: uppercase; }
    .hot-buttons .hot-block:hover {
      background-color: #d7ab4e;
      cursor: pointer; }
      .hot-buttons .hot-block:hover i {
        color: #ffffff; }
      .hot-buttons .hot-block:hover .btn-light {
        background: none;
        color: #ffffff; }
    .hot-buttons .hot-block p {
      color: #f2f2f2; }
  .hot-buttons img {
    -webkit-border-radius: 70px 0;
    -moz-border-radius: 70px 0;
    -ms-border-radius: 70px 0;
    border-radius: 70px 0;
    border: 1px solid rgba(255, 255, 255, 0.5); }

.dn-left {
  padding-right: 50px; }
  .dn-left h2 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.5;
    font-size: 35px; }
    @media (max-width: 768px) {
      .dn-left h2 {
        text-align: center; } }
.dn-right {
  background: #f2f2f2; }
.dn ul {
  margin: 50px 30px; }
  .dn ul li {
    list-style-type: none;
    padding: 10px 0;
    font-weight: bold; }
    .dn ul li img {
      width: 25px;
      margin-right: 10px;
      float: left; }
    .dn ul li a {
      color: #003974; }
      .dn ul li a:hover {
        color: #d7ab4e; }

.disnat-left {
  padding-right: 50px; }
  @media (max-width: 576px) {
    .disnat-left {
      padding-left: 50px; } }
  .disnat-left h2 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.5;
    font-size: 31px;
    margin-top: 40%; }
    @media (max-width: 576px) {
      .disnat-left h2 {
        font-size: 25px;
        text-align: center; } }
.disnat-right {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px; }
  .disnat-right .wow {
    padding: 5px 0;
    font-weight: bold;
    text-align: center; }
    .disnat-right .wow img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 5px solid #FFF;
      width: 100px;
      height: 100px; }
    .disnat-right .wow a {
      color: #003974;
      font-size: 100%; }
      .disnat-right .wow a:hover {
        color: #d7ab4e; }

.news {
  background: #f2f2f2; }
  .news h2 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .news-item {
    margin-bottom: 30px;
    background: #ffffff; }
    .news-item figure {
      overflow: hidden;
      height: 160px; }
      .news-item figure img {
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .news-item figure img:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    .news-item h3 a {
      color: #333333;
      font-size: 16px; }
      .news-item h3 a:hover {
        color: #d7ab4e; }

.news-category {
  padding: 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 70%;
  color: #FFF;
  background-color: #d7ab4e;
  display: inline-block;
  clear: both; }

.events {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .events {
      padding: 25px 0; } }

.contacts i {
  float: left;
  border-radius: 100%;
  width: 50px;
  line-height: 30px;
  height: 50px;
  font-size: 22px;
  border: 1px solid #003974;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px; }
.contacts a {
  color: #003974; }

footer {
  color: #ffffff;
  font-size: 14px;
  background: #003974;
  background-size: 100%; }
  footer h2 {
    color: #ffffff; }
  footer h4 {
    color: #d7ab4e; }
  footer .offset-sm-4 {
    background: #ffffff;
    text-align: center; }
  footer a {
    color: #eeeeee; }
    footer a:hover {
      color: #d7ab4e; }
  footer h3 {
    color: #ffffff;
    font-weight: 300 !important; }
  footer ul {
    padding-left: 20px; }
    footer ul li {
      padding: 2px 0; }
      footer ul li a:hover {
        color: #d7ab4e; }
  footer .contact i {
    margin-bottom: 20px;
    float: left;
    margin-top: 8px;
    width: 30px; }
  @media (max-width: 576px) {
    footer .footer-slogan {
      padding-left: 56px; } }

.beta {
  position: absolute;
  top: 20px;
  left: -1px; }

.navbar-light .navbar-brand {
  color: #ffffff; }

.c-leadership {
  border: 1px solid #e5e5e5;
  padding: 30px;
  padding-bottom: 0;
  margin-top: 75px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  display: inline-block;
  margin-right: 17px;
  width: 210px;
  vertical-align: top; }
  @media (max-width: 768px) {
    .c-leadership {
      margin-left: 0px; } }
  .c-leadership figure {
    text-align: center;
    margin-top: -105px; }
    .c-leadership figure img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 5px solid #e5e5e5;
      max-width: 150px; }
  .c-leadership i {
    font-size: 14px;
    background-color: #003974;
    color: #ffffff;
    display: inline-block;
    padding: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .c-leadership i:hover {
      background-color: #d7ab4e; }

.c-district {
  border: 1px solid #e5e5e5;
  padding: 30px;
  padding-bottom: 0;
  margin-top: 75px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-style: italic; }
  @media (max-width: 768px) {
    .c-district {
      margin-left: 0px; } }
  .c-district .donation {
    text-align: center;
    margin-top: -55px;
    margin-bottom: 30px; }
    .c-district .donation span {
      border-radius: 20px;
      min-width: 150px;
      margin-bottom: 0 auto;
      display: inline-block;
      background-color: #d7ab4e;
      padding: 10px 20px;
      color: #ffffff;
      font-size: 18px; }
  .c-district i {
    font-size: 14px;
    background-color: #003974;
    color: #ffffff;
    display: inline-block;
    padding: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .c-district i:hover {
      background-color: #d7ab4e; }

.past-convention {
  background: #f2f2f2; }
  .past-convention h2 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .past-convention-item {
    margin-bottom: 30px; }
    .past-convention-item figure {
      overflow: hidden; }
      .past-convention-item figure img {
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .past-convention-item figure img:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    .past-convention-item h3 a {
      color: #003974;
      font-size: 20px; }
      .past-convention-item h3 a:hover {
        color: #d7ab4e; }
    .past-convention-item .date {
      font-size: 16px; }

@media screen and (min-width: 990px) {
  .md-break {
    display: none; } }
.page-header {
  color: #ffffff;
  padding: 150px 0 50px; }
  .page-header h1 {
    font-weight: 300;
    color: #ffffff; }
  .page-header .rank-math-breadcrumb {
    font-size: 14px; }

.rating {
  color: #ff9c00; }
  .rating span {
    color: #333333; }

.page-contents {
  padding: 50px 0 30px !important; }
  .page-contents .about .img {
    -webkit-border-radius: 70px 0;
    -moz-border-radius: 70px 0;
    -ms-border-radius: 70px 0;
    border-radius: 70px 0;
    margin-top: -120px; }
  .page-contents aside {
    margin-top: -135px; }
    @media (max-width: 768px) {
      .page-contents aside {
        margin-top: 20px; } }
  .page-contents main ul {
    padding-left: 20px; }
    .page-contents main ul li {
      list-style-type: none;
      padding-left: 30px; }
      .page-contents main ul li:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f0a4';
        position: absolute;
        left: 40px; }
  .page-contents main .wp-block-gallery {
    padding-left: 0; }
    .page-contents main .wp-block-gallery li {
      padding-left: 0; }
      .page-contents main .wp-block-gallery li:before {
        display: none; }
  .page-contents .team {
    padding: 30px 0; }
    .page-contents .team .nav-item {
      font-size: 20px; }
      .page-contents .team .nav-item .nav-link {
        color: #333333; }
      .page-contents .team .nav-item .active {
        color: #003974; }
    .page-contents .team .tab-content {
      padding: 20px;
      margin-top: -1px;
      border: 1px solid #eee;
      border-top: none; }
      .page-contents .team .tab-content .member {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee; }
        .page-contents .team .tab-content .member:last-child {
          border-bottom: none;
          margin-bottom: 0; }
        .page-contents .team .tab-content .member h3 {
          font-size: 22px; }
          .page-contents .team .tab-content .member h3 span {
            display: block;
            font-size: 70%;
            color: #d7ab4e; }
  .page-contents .blog .b-details {
    font-size: 90%;
    color: #999; }
  .page-contents .blog .box, .page-contents .blog .blog-search, .page-contents .blog .latest-post, .page-contents .blog .cat {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px; }
  .page-contents .blog .blog-post .post-item {
    margin-bottom: 25px; }
    .page-contents .blog .blog-post .post-item figure {
      margin-bottom: 0; }
    .page-contents .blog .blog-post .post-item .desc {
      background: #f1f1f1;
      padding: 25px;
      border: 1px solid #ddd; }
    .page-contents .blog .blog-post .post-item:last-child {
      margin-bottom: 0px; }
  .page-contents .blog .blog-search input {
    line-height: 30px;
    border: none;
    font-size: 14px; }
  .page-contents .blog .blog-search button {
    background: #ffffff;
    border: none; }
    .page-contents .blog .blog-search button:hover {
      color: #003974; }
  .page-contents .blog .latest-post h3 {
    margin-bottom: 20px; }
  .page-contents .blog .latest-post .post-items h5 {
    line-height: 1.5;
    font-size: 16px; }
  .page-contents .blog .latest-post .post-items .auth {
    color: #999;
    font-size: 90%; }
  .page-contents .blog .cat ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .page-contents .blog .cat ul li {
      margin: 0;
      padding: 7px 0;
      text-transform: uppercase; }
      .page-contents .blog .cat ul li span {
        float: right;
        border: 1px solid #E0DDDD;
        height: 30px;
        width: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        padding-top: 4px;
        color: #4C4B4B; }
  .page-contents .blog .tags a {
    padding: 5px 25px;
    border: 1px solid #ddd;
    margin: 5px 0;
    color: #777;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block; }
    .page-contents .blog .tags a:hover {
      background: #ddd; }

.sticky-side-info {
  top: 25px; }

.single-header {
  padding: 150px 0 20px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  color: #ffffff; }
  .single-header h1 {
    color: #ffffff; }
    .single-header h1 span {
      color: #d7ab4e;
      font-size: 70%; }
  .single-header a {
    color: #d7ab4e; }
  .single-header .price .pp {
    font-size: 18px; }
    .single-header .price .pp span {
      font-size: 22px;
      color: #003974; }
  .single-header .bread-crumb {
    color: #d7ab4e; }
    .single-header .bread-crumb a {
      color: #ffffff; }
  .single-header .facts {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3; }
    .single-header .facts i {
      font-size: 20px;
      width: 30px;
      text-align: center;
      margin: 10px 10px 10px 0px;
      float: left;
      color: #d7ab4e; }

#single-nav {
  padding: 10px 0;
  display: none;
  background: rgba(3, 32, 124, 0.9);
  z-index: 1040; }
  @media only screen and (max-width: 768px) {
    #single-nav {
      display: none !important; } }
  #single-nav .nav-link {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase; }
  #single-nav h2 {
    font-size: 24px;
    color: #d7ab4e; }
    #single-nav h2 .duration {
      font-size: 16px;
      text-transform: initial; }
    #single-nav h2 .price {
      font-size: 20px; }
      #single-nav h2 .price del {
        opacity: .7;
        font-size: 18px; }
  #single-nav .rating {
    color: #ffffff; }
    #single-nav .rating i {
      color: #ffa201; }
  #single-nav .nav-pills .nav-link.active {
    background: #d7ab4e;
    color: #ffffff; }

.single-contents .sblock {
  margin-bottom: 30px; }
.single-contents .highlights {
  margin-bottom: 20px; }
  .single-contents .highlights ul {
    padding-left: 20px;
    position: relative; }
    .single-contents .highlights ul li {
      list-style-type: none;
      padding-left: 25px; }
      .single-contents .highlights ul li:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f058';
        position: absolute;
        left: 20px; }
.single-contents .collapsing {
  transition: height 0.6s; }
.single-contents #itinerary {
  position: relative; }
  .single-contents #itinerary h2 {
    max-width: 66%; }
  .single-contents #itinerary #expand-itinerary-button {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #003974; }
    .single-contents #itinerary #expand-itinerary-button:focus {
      box-shadow: none; }
    .single-contents #itinerary #expand-itinerary-button[expanded="true"]:before {
      font-family: "Font Awesome 5 Free";
      content: "\f106";
      font-weight: 900;
      margin-right: 5px; }
    .single-contents #itinerary #expand-itinerary-button[expanded="false"]:before {
      font-family: "Font Awesome 5 Free";
      content: "\f107";
      font-weight: 900;
      margin-right: 5px; }
  .single-contents #itinerary .itinerary .title {
    cursor: pointer; }
    .single-contents #itinerary .itinerary .title i {
      margin-right: 5px;
      margin-left: 10px; }
    .single-contents #itinerary .itinerary .title .day {
      min-width: 70px; }
    .single-contents #itinerary .itinerary .title .border-bottom {
      color: #999;
      padding: 5px 0; }
    .single-contents #itinerary .itinerary .title .collapse-desc {
      margin: -2px 0px 0px -1px;
      border-left: 2px solid #cacaca;
      padding: 0 15px 20px 20px; }
      @media only screen and (max-width: 504px) {
        .single-contents #itinerary .itinerary .title .collapse-desc .d-inline {
          display: block !important;
          font-size: 85%; } }
      .single-contents #itinerary .itinerary .title .collapse-desc::before {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin: -2px 2px -1px -25px;
        z-index: 2;
        position: absolute;
        content: "";
        background: #b2b2b2; }
  .single-contents #itinerary .itinerary .title-container > .up-down:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: 12px;
    font-weight: 900; }
  .single-contents #itinerary .itinerary .accordion-toggle[aria-expanded="true"] .title-container > .up-down::after {
    content: "\f106"; }
  .single-contents #itinerary .itinerary .accordion-toggle[aria-expanded="true"] .day {
    color: #003974; }
  .single-contents #itinerary .itinerary .accordion-toggle[aria-expanded="true"] .title-container .collapse-desc::before {
    background-color: #003974; }
  .single-contents #itinerary .itinerary .collapse-desc-content {
    margin: -4px 0px 0px -1px;
    border-left: 2px solid #cacaca;
    padding-left: 20px; }
.single-contents .in-ex h3 {
  font-size: 20px;
  color: #4caf50; }
.single-contents .in-ex ul {
  padding-left: 25px;
  position: relative; }
  .single-contents .in-ex ul li {
    list-style-type: none;
    padding-left: 15px; }
    .single-contents .in-ex ul li:before {
      font-family: "Font Awesome 5 Free";
      content: '\f058';
      position: absolute;
      left: 10px;
      color: #28a745; }
.single-contents .in-ex .ex {
  opacity: 80%; }
  .single-contents .in-ex .ex h3 {
    color: #fc5145; }
  .single-contents .in-ex .ex ul li:before {
    content: '\f057';
    color: #fc5145; }
.single-contents #faq #accordion .card {
  border: 0; }
  .single-contents #faq #accordion .card .card-header {
    border: 0;
    padding: 0;
    background-color: white; }
    .single-contents #faq #accordion .card .card-header button {
      padding-left: 0; }
    .single-contents #faq #accordion .card .card-header .btn {
      white-space: normal; }
    .single-contents #faq #accordion .card .card-header .btn-link {
      color: black;
      max-width: 90%; }
      .single-contents #faq #accordion .card .card-header .btn-link:hover {
        text-decoration: none; }
      .single-contents #faq #accordion .card .card-header .btn-link:focus {
        text-decoration: none; }
.single-contents #faq #accordion .accordion-toggle[aria-expanded="true"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 10px; }
.single-contents #faq #accordion .accordion-toggle[aria-expanded="false"]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 10px; }
.single-contents aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff; }
.single-contents aside .video {
  margin-bottom: 30px; }
.single-contents aside .tripinfo ul {
  padding: 0px;
  position: relative; }
  .single-contents aside .tripinfo ul li {
    list-style-type: none;
    padding-left: 30px; }
    .single-contents aside .tripinfo ul li:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f14a';
      position: absolute;
      left: 7px;
      color: #003974; }
.single-contents aside .book {
  background: aliceblue; }
  .single-contents aside .book .pp {
    font-size: 20px;
    font-weight: 300;
    color: #003974; }
    .single-contents aside .book .pp div {
      color: #d7ab4e;
      font-size: 24px; }
      .single-contents aside .book .pp div span {
        text-decoration: line-through;
        color: #999; }
  .single-contents aside .book .bpoints {
    line-height: 2;
    text-transform: uppercase;
    font-weight: 300;
    color: #003974; }
    .single-contents aside .book .bpoints i {
      margin-right: 5px; }
  .single-contents aside .book h3 {
    font-weight: 700;
    display: inline;
    color: #d7ab4e; }
.single-contents aside .enquiry h3 {
  color: #d7ab4e; }
.single-contents aside .sticky-top {
  top: 30px; }
.single-contents aside .related h5 {
  line-height: 1.4; }
.single-contents aside .related a {
  color: #333333; }
.single-contents aside .related img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  margin-bottom: 15px; }
.single-contents aside .related span {
  font-size: 14px; }
.single-contents aside .related hr {
  clear: both; }

.s-links a {
  cursor: pointer;
  outline: none; }
  .s-links a.outline {
    position: relative;
    z-index: 3;
    background: #FFF;
    border: #FFF solid 2px;
    border-radius: 4px;
    transition: all 0.2s linear;
    padding: 0px 5px;
    width: 32px;
    display: inline-block;
    text-align: center;
    font-size: 20px; }
    .s-links a.outline a {
      text-decoration: none; }
  .s-links a.outline:hover {
    color: #ffffff;
    background: #d7ab4e !important;
    border-color: #ffffff;
    transition: all 0.2s linear; }
  .s-links a.outline:active {
    border-radius: 4px; }
  .s-links a.fb {
    color: #005397; }
    .s-links a.fb:hover {
      background: #005397; }
  .s-links a.tw {
    color: #00aedd; }
    .s-links a.tw:hover {
      background: #00aedd; }
  .s-links a.in {
    color: #005397; }
    .s-links a.in:hover {
      background: #005397; }
  .s-links a.gp {
    color: #e3411f; }
    .s-links a.gp:hover {
      background: #e3411f; }
  .s-links a.yt {
    color: #ca3737; }
    .s-links a.yt:hover {
      background: #ca3737; }
  .s-links a.pi {
    color: #cb2027; }
    .s-links a.pi:hover {
      background: #cb2027; }
  .s-links a.ig {
    color: #000; }
    .s-links a.ig:hover {
      background: #333; }

.back-to-top {
  position: fixed;
  display: none;
  background: #d7ab4e;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px; } }
  .back-to-top i {
    padding-top: 12px;
    color: #fff; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

.widget-area h2 {
  color: #d7ab4e;
  font-size: 150%;
  padding: 20px 0 0; }
.widget-area ul {
  list-style: none;
  margin: 0px;
  padding: 0; }
  .widget-area ul li {
    border-bottom: 1px solid #AAA; }
    .widget-area ul li a {
      color: #003974;
      padding: 7px 0;
      display: block; }
      .widget-area ul li a:hover {
        color: #d7ab4e; }
.widget-area .wp-block-latest-posts.wp-block-latest-posts__list {
  margin-left: 20px; }

.block-search button {
  background-color: #d7ab4e;
  border-color: #d7ab4e;
  color: #FFF; }

.section-heading-text-cta h3 {
  color: #d7ab4e; }
.section-heading-text-cta ul li a {
  color: #003974; }
  .section-heading-text-cta ul li a:hover {
    color: #d7ab4e; }

.section-hchi-col-text ul {
  list-style: circle; }
  .section-hchi-col-text ul li {
    border-bottom: 1px dotted #AAA;
    padding: 10px; }
    .section-hchi-col-text ul li a {
      font-size: 16px; }
      .section-hchi-col-text ul li a:hover {
        color: #003974; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0px !important; }

.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  border: 0px;
  background-color: #d7ab4e;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px; }

.gform_confirmation_message {
  color: #d7ab4e !important; }

.gform_wrapper.gravity-theme #field_submit {
  display: block !important; }

.gform_wrapper.gravity-theme .gfield_description {
  font-size: 12px !important;
  padding: 5px !important; }

.author_news {
  margin: 15px 0;
  font-style: italic; }
  .author_news i {
    float: left;
    margin-right: 10px;
    color: #999; }

ul.page-numbers {
  display: inline-block;
  padding: 0;
  margin: 0; }
  ul.page-numbers li {
    display: inline; }
    ul.page-numbers li span, ul.page-numbers li a {
      color: black;
      float: left;
      padding: 8px 16px;
      text-decoration: none;
      margin-right: 2px; }
      ul.page-numbers li span:hover:not(.active), ul.page-numbers li a:hover:not(.active) {
        background-color: #d7ab4e; }
    ul.page-numbers li a {
      background-color: #003974;
      color: #ffffff; }
    ul.page-numbers li span {
      background-color: #d7ab4e;
      color: #ffffff; }

.wp-block-image figcaption {
  font-size: 90%;
  font-style: italic;
  color: #AAA; }

.has-nested-images figure.wp-block-image img {
  margin-bottom: 20px !important; }

h2.firstblock {
  font-size: calc(1.325rem + 0.0vw); }

@media (min-width: 1200px) {
  h2.firstblock {
    font-size: 2rem; } }
.gtranslate_wrapper {
  margin-top: 8px; }
  .gtranslate_wrapper a.glink {
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 5px; }
  @media (max-width: 576px) {
    .gtranslate_wrapper {
      /* .gt_selector{
          display: none;
          } */ }
      .gtranslate_wrapper a.glink {
        margin-bottom: 0px;
        margin-top: 5px; } }

.gtranslate_wrapper::before {
  content: 'Select Language';
  color: #003974;
  font-weight: bold;
  display: block; }

@media (max-width: 576px) {
  .gtranslate_wrapper::before {
    padding-right: 10px;
    display: inline; } }

/*# sourceMappingURL=app.css.map */
