@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --global-font-family: "Plus Jakarta Sans", sans-serif;
  --global-font-size: 16px;
  --global-font-weight: 400;
  --global-font-color: #000;
  --global-background-color: #EEEEEE; }

@keyframes blink {
  0% {
    background: #012C45;
    border-color: #012C45; }
  50% {
    background: red;
    border-color: red; }
  100% {
    background: #012C45;
    border-color: #012C45; } }
html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color); }

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden; }
  body ::selection {
    background-color: #123D61;
    color: #FFF; }
  body .container {
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 0.833rem; }
  body .inner-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 0.833rem; }
  body .hidden {
    display: none !important; }
  body .desk-hidden {
    display: none; }
  body p {
    margin: 0 0 0.889rem; }
  body a {
    color: #123D61; }
  body table {
    width: 100%;
    border-collapse: collapse; }
    body table tr th, body table tr td {
      padding: 0.278rem;
      border: 0.056rem solid #000; }
  body .flex-row {
    display: flex; }
    body .flex-row:has(.column) {
      margin: 0 -0.833rem; }
    body .flex-row .column {
      flex: 1;
      padding: 0 0.833rem; }

.menu-main-menu-container #menu-main-menu li:first-child a {
  color: #fff !important;
  background: #ff0000; }
.menu-main-menu-container #menu-main-menu li a {
  transition: all 0.3s ease-in-out; }
  .menu-main-menu-container #menu-main-menu li a:hover {
    background: #123D61 !important;
    color: #fff; }

.top-video-bar {
  position: relative; }
  .top-video-bar .bg-video {
    width: 100%;
    object-fit: cover;
    position: relative; }
  .top-video-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .top-video-bar header#masthead {
    padding: 0.938rem 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-sizing: border-box; }
    .top-video-bar header#masthead .container > .flex-row {
      align-items: center;
      justify-content: space-between; }
    .top-video-bar header#masthead .logo-col .flex-row {
      gap: 0.938rem;
      align-items: center; }
    .top-video-bar header#masthead .logo-col .burger-menu .burger b {
      display: block;
      margin-bottom: 0.375rem;
      width: 2.5rem;
      height: 0.25rem;
      border-radius: 0.313rem;
      background: #FFF; }
      .top-video-bar header#masthead .logo-col .burger-menu .burger b:last-child {
        margin-bottom: 0; }
    .top-video-bar header#masthead .logo-col .logo a {
      display: block;
      padding: 0.938rem;
      background: radial-gradient(circle, rgba(255, 223, 0, 0.6) 0%, transparent 70%); }
    .top-video-bar header#masthead .logo-col .tagline span {
      font-size: 1rem;
      font-weight: 500;
      color: #000;
      padding: 0.5rem 1rem;
      border-radius: 1.425rem;
      background: #fff; }
    .top-video-bar header#masthead .socials-col {
      display: flex;
      justify-content: center;
      gap: 1.563rem;
      flex-direction: column; }
      .top-video-bar header#masthead .socials-col .header-features ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .top-video-bar header#masthead .socials-col .header-features ul li {
          list-style: none;
          font-size: 1.025rem;
          font-weight: 500;
          color: #FFF;
          display: flex;
          gap: 0.625rem;
          align-items: center;
          padding: 0 1rem;
          border-right: 2px solid #FFF; }
          .top-video-bar header#masthead .socials-col .header-features ul li:first-child {
            padding-left: 0; }
          .top-video-bar header#masthead .socials-col .header-features ul li:last-child {
            padding-right: 0;
            border-right: none; }
          .top-video-bar header#masthead .socials-col .header-features ul li svg {
            width: 1.263rem;
            height: 1.263rem; }
            .top-video-bar header#masthead .socials-col .header-features ul li svg path {
              fill: #FFF; }
      .top-video-bar header#masthead .socials-col .socials ul {
        padding: 0;
        margin: 0;
        display: flex;
        gap: 2.5rem;
        align-items: center;
        justify-content: flex-end; }
        .top-video-bar header#masthead .socials-col .socials ul li {
          list-style: none; }
          .top-video-bar header#masthead .socials-col .socials ul li a svg {
            width: 1.275rem;
            height: 1.275rem; }
            .top-video-bar header#masthead .socials-col .socials ul li a svg path {
              fill: #FFF; }
      .top-video-bar header#masthead .socials-col .visitors-count {
        display: flex;
        gap: 0.313rem;
        align-items: center;
        justify-content: end; }
        .top-video-bar header#masthead .socials-col .visitors-count p {
          margin: 0;
          color: #fff; }
        .top-video-bar header#masthead .socials-col .visitors-count .widget_visitors_widget .visitor_widget {
          border: 0; }
        .top-video-bar header#masthead .socials-col .visitors-count .widget_visitors_widget .type_1_big {
          font-size: 1rem;
          font-weight: 600;
          color: #FFF;
          margin: 0; }
        .top-video-bar header#masthead .socials-col .visitors-count .widget_visitors_widget .type_1_small {
          display: none; }
        .top-video-bar header#masthead .socials-col .visitors-count .widget_visitors_widget .bottom_branding {
          display: none; }

#content {
  /* Posts Grid */
  /* About */
  /* Form */ }
  #content header.page-header {
    padding: 1.2rem 0;
    margin-bottom: 2rem;
    border-top: 2px solid #000;
    background: #DFDFDF; }
    #content header.page-header .flex-row {
      align-items: center; }
    #content header.page-header h1 {
      font-size: 2.6rem;
      font-weight: 600;
      margin: 0; }
    #content header.page-header .breadcrumbs {
      justify-content: flex-end;
      display: flex;
      flex-wrap: wrap; }
      #content header.page-header .breadcrumbs > span {
        padding: 0 0.5rem; }
      #content header.page-header .breadcrumbs span.current-item {
        font-weight: 600; }
      #content header.page-header .breadcrumbs a {
        text-decoration: none; }
  #content .section {
    margin-top: 4.375rem; }
  #content .heading {
    font-size: 2.5rem;
    font-weight: 400;
    color: #012C45;
    margin: 0 0 2rem !important; }
  #content .sub-heading {
    font-size: 1.5rem;
    font-weight: 400;
    color: #012C45;
    margin: 0 0 1rem !important; }
  #content .button {
    margin-bottom: 0; }
    #content .button a {
      font-size: 1rem;
      font-weight: 300;
      color: #FFF;
      display: inline-block;
      padding: 0.7rem;
      border-radius: 0.625rem;
      background: #123D61;
      transition: all 0.4s; }
  #content .ytvideo-wrapper {
    margin-bottom: 0; }
  #content .news-alert-section {
    padding-top: 0; }
    #content .news-alert-section .news-alert-wrapper {
      margin-bottom: 0; }
      #content .news-alert-section .news-alert-wrapper .latest-news-marquee {
        display: flex;
        align-items: center; }
        #content .news-alert-section .news-alert-wrapper .latest-news-marquee h2 {
          font-size: 1rem;
          font-weight: 600;
          display: inline-flex;
          position: relative;
          flex: 0 0 12%;
          align-items: center;
          margin: 0;
          flex: 0 0 12%;
          align-items: center;
          background: red;
          color: #fff;
          padding: 0.4em 0.6em 0.4em 2.5em; }
          #content .news-alert-section .news-alert-wrapper .latest-news-marquee h2:before {
            content: "";
            display: block;
            position: absolute;
            background-color: white;
            border: 1px solid rgba(0, 0, 0, 0.1);
            width: 10px;
            height: 10px;
            border-radius: 50%;
            z-index: 9;
            left: 8%; }
          #content .news-alert-section .news-alert-wrapper .latest-news-marquee h2:after {
            content: "";
            display: block;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.6);
            width: 10px;
            height: 10px;
            border-radius: 50%;
            animation: live 2s ease-in-out infinite;
            z-index: 1;
            left: 8%; }
        #content .news-alert-section .news-alert-wrapper .latest-news-marquee marquee {
          display: flex; }
          #content .news-alert-section .news-alert-wrapper .latest-news-marquee marquee span {
            display: inline-block;
            margin-right: 5em; }
            #content .news-alert-section .news-alert-wrapper .latest-news-marquee marquee span a {
              color: #000;
              text-decoration: none; }
  #content .fresh-stories-section {
    padding-top: 0;
    margin-top: 1.625rem; }
    #content .fresh-stories-section .fresh-stories-row1 {
      margin-bottom: 2.5rem; }
      #content .fresh-stories-section .fresh-stories-row1 .top-stories a {
        animation: blink 2.5s infinite; }
      #content .fresh-stories-section .fresh-stories-row1 .button a {
        font-size: 1.4rem;
        border-radius: 0; }
    #content .fresh-stories-section .fresh-stories-row2 {
      margin-bottom: 1.125rem; }
      #content .fresh-stories-section .fresh-stories-row2 .freshstories-col2 {
        line-height: 1.8; }
      #content .fresh-stories-section .fresh-stories-row2 .headline {
        border-bottom: 1px solid #000;
        margin: 0; }
        #content .fresh-stories-section .fresh-stories-row2 .headline:first-child a {
          padding-top: 0; }
        #content .fresh-stories-section .fresh-stories-row2 .headline:last-child {
          border-bottom: none; }
          #content .fresh-stories-section .fresh-stories-row2 .headline:last-child a {
            padding-bottom: 0; }
        #content .fresh-stories-section .fresh-stories-row2 .headline a {
          font-size: 1.6rem;
          font-weight: 400;
          display: block;
          padding: 1.5rem 0;
          text-decoration: none;
          color: #000; }
          #content .fresh-stories-section .fresh-stories-row2 .headline a::before {
            content: "•";
            color: #000;
            padding-right: 0.5em;
            font-size: 1.2em; }
    #content .fresh-stories-section .fresh-stories-row3 > .wpb_column > .vc_column-inner > .wpb_wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 12px;
      grid-row-gap: 12px;
      height: 150px; }
      #content .fresh-stories-section .fresh-stories-row3 > .wpb_column > .vc_column-inner > .wpb_wrapper .ytvideo-wrapper {
        height: 150px; }
        #content .fresh-stories-section .fresh-stories-row3 > .wpb_column > .vc_column-inner > .wpb_wrapper .ytvideo-wrapper > .wpb_wrapper {
          height: 150px; }
          #content .fresh-stories-section .fresh-stories-row3 > .wpb_column > .vc_column-inner > .wpb_wrapper .ytvideo-wrapper > .wpb_wrapper > .wpb_video_wrapper {
            height: 150px; }
            #content .fresh-stories-section .fresh-stories-row3 > .wpb_column > .vc_column-inner > .wpb_wrapper .ytvideo-wrapper > .wpb_wrapper > .wpb_video_wrapper iframe {
              height: 150px; }
  #content .ad-section .ad-wrapper {
    margin-bottom: 0; }
  #content .categories-section {
    padding: 16.875rem 0; }
    #content .categories-section .wpb_widgetised_column {
      padding: 0 1.875rem;
      margin-bottom: 0; }
      #content .categories-section .wpb_widgetised_column .widget .menu-categories-menu-container ul.menu {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #content .categories-section .wpb_widgetised_column .widget .menu-categories-menu-container ul.menu li.menu-item {
          list-style: none; }
          #content .categories-section .wpb_widgetised_column .widget .menu-categories-menu-container ul.menu li.menu-item a {
            font-size: 2rem;
            font-weight: 600;
            color: #FFF;
            text-decoration: none; }
  #content .video-section .video-row {
    position: relative; }
    #content .video-section .video-row .video-wrapper {
      margin-bottom: 0;
      position: relative; }
      #content .video-section .video-row .video-wrapper video {
        width: 100%;
        height: 72vh;
        object-fit: cover; }
      #content .video-section .video-row .video-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    #content .video-section .video-row .list-video {
      margin: 0; }
      #content .video-section .video-row .list-video .widget {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translatey(-50%);
        padding-inline: 2em; }
        #content .video-section .video-row .list-video .widget .menu-categories-menu-container ul.menu {
          padding: 0;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #content .video-section .video-row .list-video .widget .menu-categories-menu-container ul.menu li.menu-item {
            list-style: none; }
            #content .video-section .video-row .list-video .widget .menu-categories-menu-container ul.menu li.menu-item a {
              font-size: 2rem;
              font-weight: 600;
              color: #FFF;
              text-decoration: none;
              transition: all 0.3s ease-in-out; }
              #content .video-section .video-row .list-video .widget .menu-categories-menu-container ul.menu li.menu-item a:hover {
                text-decoration: underline; }
  #content .ytshorts-section {
    padding: 2rem 0; }
    #content .ytshorts-section .ytshorts-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 15px;
      grid-row-gap: 15px; }
      #content .ytshorts-section .ytshorts-row > .wpb_column > .vc_column-inner > .wpb_wrapper video {
        aspect-ratio: 3/4;
        object-fit: cover;
        border-radius: 20px; }
      #content .ytshorts-section .ytshorts-row > .wpb_column > .vc_column-inner > .wpb_wrapper img {
        aspect-ratio: 3/4;
        object-fit: cover;
        border-radius: 20px;
        width: 100%; }
    #content .ytshorts-section .ytshorts-row .ytshorts-wrapper {
      height: 24rem;
      margin-bottom: 0.625rem; }
      #content .ytshorts-section .ytshorts-row .ytshorts-wrapper > .wpb_wrapper {
        height: 100%; }
        #content .ytshorts-section .ytshorts-row .ytshorts-wrapper > .wpb_wrapper .wpb_video_wrapper {
          padding-top: 0;
          height: 100%; }
      #content .ytshorts-section .ytshorts-row .ytshorts-wrapper iframe {
        border-radius: 15px; }
    #content .ytshorts-section .ytshorts-row .ytshorts-caption {
      font-size: 1rem;
      font-weight: 400;
      max-width: 72%;
      margin: 0 auto; }
  #content .today-tomorrow-section {
    padding-top: 0; }
    #content .today-tomorrow-section .today-tomorrow-row .heading {
      margin: 0 0 2.5rem; }
    #content .today-tomorrow-section .today-tomorrow-row .today-tomorrow-txt {
      margin-bottom: 1.563rem; }
      #content .today-tomorrow-section .today-tomorrow-row .today-tomorrow-txt.today-txt img {
        width: 50%;
        float: right;
        margin: 0 0 0.9rem 0.9rem; }
      #content .today-tomorrow-section .today-tomorrow-row .today-tomorrow-txt.tomorrow-txt img {
        width: 50%;
        float: left;
        margin: 0 0.9rem 0.9rem 0; }
      #content .today-tomorrow-section .today-tomorrow-row .today-tomorrow-txt p {
        font-size: 1.225rem;
        font-weight: 300;
        color: #000;
        text-align: justify;
        line-height: 1.5; }
  #content .informed-inspired-section .boxed-heading {
    text-align: center;
    margin-bottom: 0; }
    #content .informed-inspired-section .boxed-heading .heading {
      display: inline-block;
      padding: 1.063rem 1.188rem;
      background: #D7D7D7; }
  #content .informed-inspired-section .informed-inspired-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #content .power-of-info-section .power-of-info-txt {
    padding-left: 1.25rem;
    padding-right: 6.25rem; }
    #content .power-of-info-section .power-of-info-txt h3 {
      font-size: 1.8rem;
      font-weight: 400;
      color: #000;
      text-align: center;
      margin: 0 0 0.9rem; }
    #content .power-of-info-section .power-of-info-txt p {
      font-size: 1.2rem;
      font-weight: 300;
      color: #000;
      text-align: justify;
      text-align-last: center; }
  #content .power-of-info-section .button {
    padding-left: 1.25rem;
    padding-right: 6.25rem; }
  #content .rrd-section {
    padding: 2.5rem 0 1rem 0; }
    #content .rrd-section .rrd-image {
      margin-bottom: 1rem;
      overflow: hidden; }
      #content .rrd-section .rrd-image .vc_figure {
        display: block; }
        #content .rrd-section .rrd-image .vc_figure .vc_single_image-wrapper {
          display: block; }
          #content .rrd-section .rrd-image .vc_figure .vc_single_image-wrapper:hover img {
            transform: scale(1.1); }
          #content .rrd-section .rrd-image .vc_figure .vc_single_image-wrapper img {
            transition: all 0.4s; }
    #content .rrd-section .button a {
      padding: 0.7rem 1.2rem;
      background: #012C45; }
      #content .rrd-section .button a:hover {
        background: #FFF;
        color: #012C45; }
  #content .post-grid-blog .vc_grid {
    margin-bottom: 0; }
  #content .post-grid-blog .vc_pageable-slide-wrapper {
    margin-right: 0; }
  #content .post-grid-blog .vc_gitem-zone:before {
    display: none; }
  #content .post-grid-blog .vc_gitem_row {
    position: relative;
    top: auto;
    transform: none; }
    #content .post-grid-blog .vc_gitem_row.vc_gitem-row-position-middle {
      background: #FFF;
      padding: 1.2em; }
  #content .post-grid-blog .vc_gitem-col {
    padding: 0; }
  #content .post-grid-blog .article-item {
    box-shadow: none;
    border-radius: 15px;
    transition: 0.4s; }
    #content .post-grid-blog .article-item:hover {
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
      transition: 0.4s; }
  #content .post-grid-blog .article-img {
    margin-bottom: 0; }
    #content .post-grid-blog .article-img .vc_figure {
      display: block; }
    #content .post-grid-blog .article-img .vc_single_image-wrapper {
      display: block; }
    #content .post-grid-blog .article-img img {
      height: 100% !important;
      max-width: initial !important;
      min-height: 200px;
      max-height: 200px;
      object-fit: cover;
      width: 100%; }
  #content .post-grid-blog .article-head {
    margin-bottom: 0; }
    #content .post-grid-blog .article-head p {
      font-family: var(--global-font-family);
      font-size: 1.3rem;
      color: #012C45;
      font-weight: 600;
      margin-bottom: 0em;
      min-height: 60px; }
  #content .post-grid-blog .article-txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1em; }
    #content .post-grid-blog .article-txt p {
      font-family: var(--global-font-family);
      font-size: 1rem;
      font-weight: 300;
      color: #000; }
  #content .post-grid-blog .article-btn a.vc_general {
    font-family: var(--global-font-family);
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    background: #012C45;
    border: 2px solid #012C45;
    padding: 0.5rem 1rem;
    transition: 0.4s; }
    #content .post-grid-blog .article-btn a.vc_general:hover {
      background: transparent;
      color: #012C45;
      transition: 0.4s; }
  #content .about-txt {
    margin-bottom: 0; }
    #content .about-txt p {
      font-size: 1.225rem;
      font-weight: 300;
      color: #000;
      margin: 0; }
  #content .about-details {
    margin-bottom: 0; }
    #content .about-details ul {
      padding: 0; }
      #content .about-details ul li {
        list-style: none;
        margin-bottom: 1.1rem; }
        #content .about-details ul li:last-child {
          margin-bottom: 0; }
        #content .about-details ul li svg {
          width: 1.2rem;
          height: 1.2rem;
          margin-right: 0.5rem; }
          #content .about-details ul li svg path {
            fill: #000; }
        #content .about-details ul li a {
          font-size: 1.2rem;
          font-weight: 400;
          color: #000;
          text-decoration: none; }
  #content form.wpcf7-form p {
    margin: 0; }
  #content form.wpcf7-form .flex-row {
    margin: 0 -0.938rem; }
    #content form.wpcf7-form .flex-row .form-group {
      flex: 1;
      padding: 0 0.938rem;
      margin-bottom: 1rem; }
  #content form.wpcf7-form label {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 0.4rem; }
    #content form.wpcf7-form label .red {
      color: #FF0000; }
  #content form.wpcf7-form input.wpcf7-text {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6rem 1rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.4s; }
    #content form.wpcf7-form input.wpcf7-text:active, #content form.wpcf7-form input.wpcf7-text:focus {
      outline: none;
      border-color: #012C45; }
  #content form.wpcf7-form textarea.wpcf7-textarea {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6rem 1rem;
    border: 2px solid rgba(0, 0, 0, 0.1); }
    #content form.wpcf7-form textarea.wpcf7-textarea:active, #content form.wpcf7-form textarea.wpcf7-textarea:focus {
      outline: none;
      border-color: #012C45; }
  #content form.wpcf7-form .submit-btn {
    margin-bottom: 0; }
    #content form.wpcf7-form .submit-btn input.wpcf7-submit {
      font-size: 1rem;
      font-weight: 600;
      border: none;
      background: rgba(0, 0, 0, 0.08);
      color: #000;
      padding: 0.6rem 2rem;
      transition: all 0.4s;
      text-transform: uppercase;
      cursor: pointer; }
      #content form.wpcf7-form .submit-btn input.wpcf7-submit:hover {
        background: #012C45;
        color: #FFF; }

footer#colophon {
  padding-top: 3.250em;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative; }
  footer#colophon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  footer#colophon .footer-wids {
    margin-bottom: 32rem;
    position: relative;
    z-index: 99; }
    footer#colophon .footer-wids .footer-branding-col {
      width: 50%; }
      footer#colophon .footer-wids .footer-branding-col .footer-logo {
        margin-bottom: 0.938rem; }
        footer#colophon .footer-wids .footer-branding-col .footer-logo .widget_media_image {
          padding-left: 2rem; }
      footer#colophon .footer-wids .footer-branding-col .socials ul {
        padding: 0;
        margin: 0;
        display: flex;
        gap: 1.2rem;
        align-items: center; }
        footer#colophon .footer-wids .footer-branding-col .socials ul li {
          list-style: none; }
          footer#colophon .footer-wids .footer-branding-col .socials ul li svg {
            width: 1.563rem;
            height: 1.563rem; }
            footer#colophon .footer-wids .footer-branding-col .socials ul li svg path {
              fill: #FFF; }
    footer#colophon .footer-wids .footer-txt-col {
      width: 50%; }
      footer#colophon .footer-wids .footer-txt-col .footer-text {
        margin-bottom: 1.25rem; }
        footer#colophon .footer-wids .footer-txt-col .footer-text p {
          font-size: 1.1rem;
          font-weight: 300;
          color: #FFF;
          text-align: justify;
          margin: 0; }
      footer#colophon .footer-wids .footer-txt-col .footer-menu > .flex-row {
        gap: 15px;
        align-items: center; }
      footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-menus {
        width: 60%; }
        footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-menus ul.menu {
          padding: 0;
          margin: 0;
          display: flex;
          gap: 2rem;
          align-items: center; }
          footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-menus ul.menu li.menu-item {
            list-style: none; }
            footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-menus ul.menu li.menu-item a {
              font-size: 1rem;
              font-weight: 300;
              color: #FFF;
              text-decoration: none; }
      footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe {
        width: 40%; }
        footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form {
          border-bottom: 1px solid #FFF;
          position: relative; }
          footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form > p {
            display: flex;
            align-items: center;
            margin: 0; }
          footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form span[data-name="email"] {
            width: 85%; }
            footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form span[data-name="email"] input.wpcf7-email {
              font-size: 1rem;
              font-weight: 300;
              color: #FFF;
              box-sizing: border-box;
              width: 100%;
              border: none;
              background: transparent; }
              footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form span[data-name="email"] input.wpcf7-email ::placeholder {
                color: #FFF; }
              footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form span[data-name="email"] input.wpcf7-email:active, footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form span[data-name="email"] input.wpcf7-email:hover, footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form span[data-name="email"] input.wpcf7-email:focus {
                outline: none;
                box-shadow: none; }
          footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form input.wpcf7-submit {
            font-size: 0;
            width: 35px;
            height: 35px;
            padding: 0;
            border: none;
            background: url("../images/send.png") no-repeat;
            background-size: cover;
            filter: brightness(0) invert(1);
            cursor: pointer; }
          footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form span.wpcf7-spinner {
            display: none; }
          footer#colophon .footer-wids .footer-txt-col .footer-menu .footer-subscribe form.wpcf7-form .wpcf7-response-output {
            color: #FFF; }
  footer#colophon .site-info {
    padding: 1rem 0;
    position: relative;
    z-index: 99; }
    footer#colophon .site-info .flex-row {
      align-items: center;
      justify-content: space-between; }
    footer#colophon .site-info p {
      font-size: 1em;
      font-weight: 300;
      color: #FFF;
      margin: 0; }
      footer#colophon .site-info p a {
        color: inherit;
        text-decoration: none; }
    footer#colophon .site-info .visitors-count {
      display: flex;
      gap: 0.313rem;
      align-items: center; }
      footer#colophon .site-info .visitors-count .widget_visitors_widget .visitor_widget {
        border: 0; }
      footer#colophon .site-info .visitors-count .widget_visitors_widget .type_1_big {
        font-size: 1rem;
        font-weight: 600;
        color: #FFF;
        margin: 0; }
      footer#colophon .site-info .visitors-count .widget_visitors_widget .type_1_small {
        display: none; }
      footer#colophon .site-info .visitors-count .widget_visitors_widget .bottom_branding {
        display: none; }

.g-translate {
  position: fixed;
  z-index: 99;
  display: flex;
  right: 0;
  top: 40%;
  width: 12%;
  flex-wrap: wrap;
  transform: translateX(75%);
  transition: 0.4s; }
  .g-translate .lang-icon {
    width: 25%; }
    .g-translate .lang-icon .icon-globe {
      background: #123D61;
      padding: 0;
      border: 2px solid #fff;
      border-right: 0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      font-size: 1.3em;
      cursor: pointer;
      height: 2.7em;
      display: flex;
      align-items: center;
      justify-content: center; }
    .g-translate .lang-icon svg path {
      fill: #fff; }
  .g-translate .lang-select {
    width: 75%; }
    .g-translate .lang-select .gtranslate_wrapper {
      background: #123D61; }
    .g-translate .lang-select a {
      display: block;
      font-size: 1.050em;
      color: #fff;
      padding: 0.6em 0.8em;
      border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
  .g-translate.active {
    transform: translateX(0%);
    transition: 0.4s; }

.fancybox-content {
  padding: 0; }
  .fancybox-content img {
    width: 100%; }

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