/*
Theme Name: kadense Child
Author: ASF
Author URI: http://webgeniuslab.net
Description: -
Version: 2.0
Template: kadence
Text Domain:  thegov-child
*/
::selection {
  background-color: #313131;
}

ul li {
  list-style: none;
}

body div.widget ul li, body div ol li, body div ul li {
  line-height: normal;
}

.heading-spacer {
  margin: 0.4em 0 0.1em 0;
}

.txt-blanco {
  color: #fff;
}

.txt-center {
  text-align: center;
}

.boton-general {
  color: #fff;
  background-color: #313131;
  border-radius: 0;
  font-weight: bold;
}

.boton-general:hover {
  color: #313131;
  background-color: #fff;
  border: 1px solid #313131;
}



.elementor-widget .wgl-infobox .wgl-infobox_item_link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

/* ==================== ##Countdown ==================== */
.wgl-countdown .countdown-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px; }

.wgl-countdown .countdown-section {
  flex: 1;
  color: inherit;
  position: relative;
  margin-right: 15px;
  margin-left: 15px; }
  .wgl-countdown .countdown-section .countdown-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
    color: inherit;
    width: 1.7em;
    height: 1em;
    margin: 0 auto; }
  .wgl-countdown .countdown-section .countdown-period {
    display: block;
    margin-top: 1em;
    font-size: 0.165em;
    line-height: 1;
    font-weight: 700;
    color: inherit;
    text-transform: capitalize;
    text-align: center; }

.wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:before, .wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -15px;
  width: 0.09em;
  height: 0.09em;
  background: currentColor;
  border-radius: 50%;
  transform: translateX(50%); }

.wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:before {
  top: 50%;
  margin-top: -.15em; }

.wgl-countdown.show_separating .countdown-section:not(:last-child) .countdown-amount:after {
  top: 50%;
  margin-top: .15em; }

.wgl-countdown.cd_large {
  font-size: 110px; }

.wgl-countdown.cd_medium {
  font-size: 50px; }

.wgl-countdown.cd_small {
  font-size: 36px; }

.wgl-countdown.align_left {
  text-align: left; }
  .wgl-countdown.align_left .countdown-section {
    flex: 0; }

.wgl-countdown.align_center {
  text-align: center; }

.wgl-countdown.align_right {
  text-align: right; }
  .wgl-countdown.align_right .countdown-row {
    justify-content: flex-end; }
  .wgl-countdown.align_right .countdown-section {
    flex: 0; }

.wgl-countdown.custom_font .countdown-section {
  font-family: inherit; }

.wgl-countdown.custom_font .countdown-section .countdown-amount,
.wgl-countdown.custom_font .countdown-period {
  font-family: inherit;
  font-weight: inherit; }

@media only screen and (max-width: 992px) {
  .wgl-countdown.cd_large {
    font-size: 60px; }
  .wgl-countdown.cd_medium {
    font-size: 40px; }
  .wgl-countdown.cd_small {
    font-size: 36px; } }

@media only screen and (max-width: 768px) {
  .wgl-countdown.cd_large {
    font-size: 36px; }
  .wgl-countdown.cd_medium {
    font-size: 36px; }
  .wgl-countdown.cd_small {
    font-size: 36px; } }

@media only screen and (max-width: 480px) {
  .wgl-countdown.cd_large {
    font-size: 30px; }
  .wgl-countdown.cd_medium {
    font-size: 30px; }
  .wgl-countdown.cd_small {
    font-size: 30px; } }

@media only screen and (max-width: 420px) {
  .wgl-countdown.cd_large {
    font-size: 24px; }
  .wgl-countdown.cd_medium {
    font-size: 24px; }
  .wgl-countdown.cd_small {
    font-size: 24px; } }

@media only screen and (max-width: 360px) {
  .wgl-countdown.cd_large {
    font-size: 20px; }
  .wgl-countdown.cd_medium {
    font-size: 20px; }
  .wgl-countdown.cd_small {
    font-size: 20px; } }

/* ==================== ##Carousel Navigation ==================== */
/* Slick Arrows */
.wgl-carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0;
  border: unset;
  border-radius: unset;
  padding: 0;
  text-align: center;
  font-size: 0;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: 0;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  box-shadow: unset;
  transition: 0.4s;
  border-radius: 50%;
  background: #ffffff; }
  .wgl-carousel .slick-arrow:after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    font-family: Flaticon;
    font-size: 20px;
    line-height: 50px;
    color: inherit;
    transition: color 0.4s; }
  .wgl-carousel .slick-arrow:hover:after {
    color: #ffffff; }

.wgl-carousel .slick-prev {
  left: 55px;
  right: auto;
  transform: translate(0, -50%); }
  .wgl-carousel .slick-prev:after {
    content: "\f10a"; }

.wgl-carousel .slick-next {
  left: auto;
  right: 55px;
  transform: translate(0, -50%); }
  .wgl-carousel .slick-next:after {
    content: "\f108"; }

.wgl-carousel:hover .slick-prev {
  transform: translate(-20px, -50%); }

.wgl-carousel:hover .slick-next {
  transform: translate(20px, -50%); }

.wgl-carousel .thegov_carousel_list {
  overflow: hidden; }

.wgl-carousel.prev_next_pos_left .slick-arrow {
  top: auto;
  bottom: 0;
  left: auto;
  left: 70px;
  transform: translate(0, 0); }
  .wgl-carousel.prev_next_pos_left .slick-arrow:after {
    margin: 0; }

.wgl-carousel.prev_next_pos_left .slick-prev {
  left: 0; }

/* Slick Dots */
.wgl-carousel .slick-dots {
  padding: 0;
  margin: 30px 15px 0 15px;
  line-height: 0;
  font-size: 0;
  min-height: 50px; }
  .wgl-carousel .slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    list-style: none;
    padding: 5px;
    margin: 0;
    opacity: 1;
    cursor: pointer; }
    .wgl-carousel .slick-dots li button {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 0;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      border: 0;
      vertical-align: bottom; }
      .wgl-carousel .slick-dots li button:focus {
        outline: none; }
    .wgl-carousel .slick-dots li:before {
      display: none; }
    .wgl-carousel .slick-dots li:last-child {
      margin-right: 0; }

.wgl-carousel .vc_row {
  margin-left: 0;
  margin-right: 0; }

.wgl-carousel.pag_align_left .slick-dots {
  text-align: left; }

.wgl-carousel.pag_align_right .slick-dots {
  text-align: right; }

.wgl-carousel.pag_align_center .slick-dots {
  text-align: center; }

.wgl-carousel.pagination_circle .slick-dots li button {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  opacity: 0.3; }

.wgl-carousel.pagination_circle .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(2.5); }

.wgl-carousel.pagination_circle_border .slick-dots li {
  margin: 1px; }
  .wgl-carousel.pagination_circle_border .slick-dots li button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background: transparent !important; }
    .wgl-carousel.pagination_circle_border .slick-dots li button:before {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -2px;
      margin-left: -2px;
      border-radius: 50%; }

.wgl-carousel.pagination_square_border .slick-dots li {
  margin: 0px;
  padding: 0; }
  .wgl-carousel.pagination_square_border .slick-dots li button {
    border-radius: 0%;
    width: 31px;
    height: 31px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    background: transparent !important; }
    .wgl-carousel.pagination_square_border .slick-dots li button:before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -3px;
      margin-left: -3px;
      border-radius: 0%; }

.wgl-carousel.pagination_line .slick-dots li {
  margin: 0 5px;
  padding: 10px 0; }
  .wgl-carousel.pagination_line .slick-dots li button {
    width: 25px;
    height: 3px;
    opacity: 0.5;
    background: transparent; }
    .wgl-carousel.pagination_line .slick-dots li button:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      transition: all 0.3s; }
  .wgl-carousel.pagination_line .slick-dots li:hover button:before {
    height: 3px; }
  .wgl-carousel.pagination_line .slick-dots li.slick-active button {
    opacity: 1; }
    .wgl-carousel.pagination_line .slick-dots li.slick-active button:before {
      height: 3px; }

.wgl-carousel.pagination_square .slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  opacity: 0.3; }
  .wgl-carousel.pagination_square .slick-dots li.slick-active {
    opacity: 1; }

.wgl-carousel.pagination_line_circle .slick-dots li {
  margin: 0;
  padding: 10px 5px; }
  .wgl-carousel.pagination_line_circle .slick-dots li button {
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 6px; }
  .wgl-carousel.pagination_line_circle .slick-dots li:hover button {
    opacity: 1; }
  .wgl-carousel.pagination_line_circle .slick-dots li.slick-active button {
    opacity: 1;
    width: 25px; }

/* ==================== ##Clients ==================== */
.wgl-clients {
  display: flex;
  flex-wrap: wrap; }
  .wgl-clients .wgl-carousel_wrapper {
    width: 100%;
    overflow: visible; }
  .wgl-clients .clients_image {
    float: left;
    display: flex;
    transition: 0.4s;
    align-items: inherit; }
    .wgl-clients .clients_image .image_wrapper {
      display: flex;
      position: relative;
      z-index: 1;
      align-items: center;
      height: -webkit-max-content;
      height: max-content; }
    .wgl-clients .clients_image.slick-slide {
      display: flex; }
  .wgl-clients .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden; }
  .wgl-clients.items-1 > .clients_image {
    width: 100%; }
    .wgl-clients.items-1 > .clients_image:nth-child(2), .wgl-clients.items-1 > .clients_image:nth-child(n+3) {
      clear: left; }
  .wgl-clients.items-2 > .clients_image {
    width: 50%; }
    .wgl-clients.items-2 > .clients_image:nth-child(3), .wgl-clients.items-2 > .clients_image:nth-child(2n+5) {
      clear: left; }
  .wgl-clients.items-3 > .clients_image {
    width: 33.33333%; }
    .wgl-clients.items-3 > .clients_image:nth-child(4), .wgl-clients.items-3 > .clients_image:nth-child(3n+7) {
      clear: left; }
  .wgl-clients.items-4 > .clients_image {
    width: 25%; }
    .wgl-clients.items-4 > .clients_image:nth-child(5), .wgl-clients.items-4 > .clients_image:nth-child(4n+9) {
      clear: left; }
  .wgl-clients.items-5 > .clients_image {
    width: 20%; }
    .wgl-clients.items-5 > .clients_image:nth-child(6), .wgl-clients.items-5 > .clients_image:nth-child(5n+11) {
      clear: left; }
  .wgl-clients.items-6 > .clients_image {
    width: 16.66666%; }
    .wgl-clients.items-6 > .clients_image:nth-child(7), .wgl-clients.items-6 > .clients_image:nth-child(6n+13) {
      clear: left; }
  .wgl-clients img {
    transition: all 0.3s; }
  .wgl-clients.anim-zoom .clients_image img {
    transform: scale(0.95); }
  .wgl-clients.anim-zoom .clients_image:hover img {
    transform: scale(1); }
  .wgl-clients.anim-opacity .clients_image img {
    opacity: 0.5; }
  .wgl-clients.anim-opacity .clients_image:hover img {
    opacity: 1; }
  .wgl-clients.anim-grayscale .clients_image img {
    filter: grayscale(100%);
    opacity: 0.6; }
  .wgl-clients.anim-grayscale .clients_image:hover img {
    filter: grayscale(0);
    opacity: 1; }
  .wgl-clients.anim-contrast .clients_image:hover img {
    filter: contrast(300%); }
  .wgl-clients.anim-blur .clients_image:hover img {
    filter: blur(1px); }
  .wgl-clients.anim-invert .clients_image:hover img {
    filter: invert(100%); }
  .wgl-clients.anim-ex_images .hover_image {
    display: block;
    opacity: 0; }
  .wgl-clients.anim-ex_images .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible; }
    .wgl-clients.anim-ex_images .image_wrapper:hover .hover_image + .main_image {
      opacity: 0; }
  .wgl-clients.anim-ex_images_bg .hover_image {
    display: block;
    opacity: 0; }
  .wgl-clients.anim-ex_images_bg .clients_image:hover .hover_image {
    opacity: 1;
    visibility: visible; }
    .wgl-clients.anim-ex_images_bg .clients_image:hover .hover_image + .main_image {
      opacity: 0; }
  .wgl-clients.anim-ex_images_ver .image_wrapper {
    overflow: hidden; }
  .wgl-clients.anim-ex_images_ver .hover_image {
    display: block;
    transform: translateY(-100%); }
  .wgl-clients.anim-ex_images_ver .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%); }
    .wgl-clients.anim-ex_images_ver .image_wrapper:hover .hover_image + .main_image {
      transform: translateY(100%); }

/* ==================== ##Image Layers ==================== */
.wgl-image-layers {
  position: relative;
  line-height: 0;
  max-width: 100%; }
  .wgl-image-layers .img-layer_image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%; }
    .wgl-image-layers .img-layer_image-wrapper:not(:first-child) {
      position: absolute;
      left: 0;
      top: 0; }
    .wgl-image-layers .img-layer_image-wrapper .img-layer_image {
      transition: all 0.5s; }
    .wgl-image-layers .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
      opacity: 0;
      visibility: hidden; }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image {
      transform: translateY(100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image {
      transform: translateY(-100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image {
      transform: translateX(100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image {
      transform: translateX(-100%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image {
      transform: translateY(50%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image {
      transform: translateY(-50%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image {
      transform: translateX(50%); }
    .wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image {
      transform: translateX(-50%); }
    .wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image {
      transform: rotateX(-100deg); }
    .wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image {
      transform: rotateY(-100deg); }
    .wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
      transform: scale3d(0.2, 0.2, 0.2); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.fade_in .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    opacity: 1;
    visibility: visible; }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image {
    transform: translateY(0); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image {
    transform: translateX(0); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image, .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image {
    transform: rotate(0); }
  .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    transform: scale3d(1, 1, 1); }

/* ==================== ##Video Popup ==================== */
.wgl-video_popup {
  position: relative;
  z-index: 1; }
  .wgl-video_popup .videobox_content {
    display: flex;
    align-items: center; }
  .wgl-video_popup .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15); }
  .wgl-video_popup .title {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700; }
  .wgl-video_popup .videobox_link {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    display: block;
    background-color: #ffffff;
    transition: all .4s;
    cursor: pointer; }
  .wgl-video_popup .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%); }
  .wgl-video_popup.with_image .videobox_content {
    display: block; }
  .wgl-video_popup.with_image .videobox_link_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%; }
  .wgl-video_popup.button_align-left {
    text-align: left; }
    .wgl-video_popup.button_align-left .videobox_content,
    .wgl-video_popup.button_align-left .videobox_link_wrapper {
      justify-content: flex-start; }
    .wgl-video_popup.button_align-left.with_image .videobox_link_wrapper {
      left: 0;
      transform: translate(10%, -50%); }
    .wgl-video_popup.button_align-left.title_pos-right .videobox_content,
    .wgl-video_popup.button_align-left.title_pos-right .videobox_link_wrapper {
      justify-content: flex-end; }
    .wgl-video_popup.button_align-left.title_pos-top .videobox_content, .wgl-video_popup.button_align-left.title_pos-bot .videobox_content {
      align-items: flex-start; }
  .wgl-video_popup.button_align-center {
    text-align: center; }
    .wgl-video_popup.button_align-center .videobox_content,
    .wgl-video_popup.button_align-center .videobox_link_wrapper {
      justify-content: center; }
    .wgl-video_popup.button_align-center.with_image .videobox_link_wrapper {
      left: 50%;
      transform: translate(-50%, -50%); }
    .wgl-video_popup.button_align-center.title_pos-right .videobox_content,
    .wgl-video_popup.button_align-center.title_pos-right .videobox_link_wrapper {
      justify-content: center; }
  .wgl-video_popup.button_align-right {
    text-align: right; }
    .wgl-video_popup.button_align-right .videobox_content,
    .wgl-video_popup.button_align-right .videobox_link_wrapper {
      justify-content: flex-end; }
    .wgl-video_popup.button_align-right.with_image .videobox_link_wrapper {
      right: 0;
      transform: translate(-10%, -50%); }
    .wgl-video_popup.button_align-right.title_pos-top .videobox_content,
    .wgl-video_popup.button_align-right.title_pos-top .videobox_link_wrapper, .wgl-video_popup.button_align-right.title_pos-bot .videobox_content,
    .wgl-video_popup.button_align-right.title_pos-bot .videobox_link_wrapper {
      align-items: flex-end; }
  .wgl-video_popup.button_align-inline {
    display: inline-block; }
    .wgl-video_popup.button_align-inline.with_image .videobox_link_wrapper {
      left: 50%;
      transform: translate(-50%, -50%); }
  .wgl-video_popup.title_pos-right .videobox_content,
  .wgl-video_popup.title_pos-right .videobox_link_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start; }
  .wgl-video_popup.title_pos-top .videobox_content,
  .wgl-video_popup.title_pos-top .videobox_link_wrapper {
    flex-direction: column; }
  .wgl-video_popup.title_pos-bot .videobox_content,
  .wgl-video_popup.title_pos-bot .videobox_link_wrapper {
    flex-direction: column-reverse; }
  .wgl-video_popup .videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .wgl-video_popup.animation_circles .videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0.0s infinite;
    animation-play-state: paused; }
    .wgl-video_popup.animation_circles .videobox_animation.circle_2 {
      animation-delay: 1.3s; }
    .wgl-video_popup.animation_circles .videobox_animation.circle_3 {
      animation-delay: 2.6s; }
  .wgl-video_popup.animation_circles .videobox_link:hover .videobox_animation,
  .wgl-video_popup.animation_circles.always-run-animation .videobox_animation {
    animation-play-state: running; }
  .wgl-video_popup.animation_circles.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused; }

@keyframes circles {
  0% {
    transform: scale(1);
    opacity: 0; }
  20% {
    transform: scale(1.44);
    opacity: 0.5; }
  100% {
    transform: scale(3.2);
    opacity: 0; } }
  .wgl-video_popup.animation_ring_pulse .videobox_animation {
    z-index: -1;
    opacity: 0.1;
    background: inherit;
    animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation-play-state: paused; }
  .wgl-video_popup.animation_ring_pulse .videobox_link:hover .videobox_animation,
  .wgl-video_popup.animation_ring_pulse.always-run-animation .videobox_animation {
    animation-play-state: running; }
  .wgl-video_popup.animation_ring_pulse.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused; }

@keyframes pulse_ring {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.7); }
  100% {
    transform: scale(1); } }
  .wgl-video_popup.animation_ring_rotate .videobox_animation {
    z-index: -1;
    transform: scale(1.58); }
    .wgl-video_popup.animation_ring_rotate .videobox_animation .ring_1 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation: rotate_ring 4s linear infinite;
      animation-play-state: paused; }
  .wgl-video_popup.animation_ring_rotate .videobox_link:hover .videobox_animation .ring_1,
  .wgl-video_popup.animation_ring_rotate.always-run-animation .videobox_animation .ring_1 {
    animation-play-state: running; }
  .wgl-video_popup.animation_ring_rotate.always-run-animation .videobox_link:hover .videobox_animation .ring_1 {
    animation-play-state: paused; }

@keyframes rotate_ring {
  0% {
    transform: translate(-50%, -50%) rotate(0turn); }
  100% {
    transform: translate(-50%, -50%) rotate(1turn); } }

/* ==================== ##Pricing Table ==================== */
.wgl-pricing_plan {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .wgl-pricing_plan.hover-animation {
    padding-top: 20px; }
    .wgl-pricing_plan.hover-animation .pricing_plan_wrap {
      transform: translateY(0); }
    .wgl-pricing_plan.hover-animation:hover .pricing_plan_wrap {
      transform: translateY(-20px); }
  .wgl-pricing_plan .pricing_plan_wrap {
    transition: 0.5s;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1); }
    .wgl-pricing_plan .pricing_plan_wrap .pricing_content {
      font-weight: 400; }
  .wgl-pricing_plan .pricing_header {
    position: relative;
    z-index: 1;
    padding: 0 35px 46px;
    text-align: center;
    overflow: hidden; }
    .wgl-pricing_plan .pricing_header .pricing_title {
      display: inline-block;
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 28px;
      font-weight: 700;
      text-transform: uppercase;
      border: 2px solid currentColor;
      padding: 5px 20px;
      letter-spacing: 2px; }
    .wgl-pricing_plan .pricing_header .pricing_price_wrap {
      font-size: 70px;
      line-height: 0.01;
      font-weight: 700; }
    .wgl-pricing_plan .pricing_header:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 60px;
      height: 2px;
      bottom: 0;
      left: 50%;
      margin-left: -30px; }
  .wgl-pricing_plan .pricing_cur {
    display: inline-block;
    color: inherit;
    font-weight: 500;
    font-size: 0.9em;
    margin-left: 5px; }
  .wgl-pricing_plan .pricing_price {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 2px;
    font-family: inherit;
    font-size: inherit;
    line-height: 0.95;
    font-weight: inherit;
    color: inherit;
    vertical-align: baseline;
    text-decoration: inherit; }
    .wgl-pricing_plan .pricing_price .price_decimal {
      position: absolute;
      z-index: 1;
      top: 4px;
      left: 101%;
      padding-left: 0.15em;
      vertical-align: top;
      font-family: inherit;
      font-size: 0.45em;
      font-weight: inherit;
      color: inherit;
      text-decoration: inherit; }
  .wgl-pricing_plan .pricing_quantity-unit {
    display: block;
    font-size: 0.28em;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: inherit;
    margin-top: 6px; }
  .wgl-pricing_plan .pricing_desc {
    font-size: 14px;
    display: block;
    margin: 17px 15px 0;
    font-weight: 400; }
  .wgl-pricing_plan .pricing_content {
    margin: 38px 35px 18px;
    font-size: 18px; }
    .wgl-pricing_plan .pricing_content p {
      margin-bottom: 14px; }
    .wgl-pricing_plan .pricing_content ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 19px;
      font-size: 18px;
      word-break: break-word; }
      .wgl-pricing_plan .pricing_content ul li {
        display: inline-flex;
        margin-top: 12px; }
        .wgl-pricing_plan .pricing_content ul li[style*=color]:before {
          color: inherit; }
        .wgl-pricing_plan .pricing_content ul li i {
          margin-right: 10px; }
  .wgl-pricing_plan .pricing_footer {
    margin: 38px 35px 0px;
    padding-bottom: 45px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
    .wgl-pricing_plan .pricing_footer .wgl-button {
      padding: 21px 46px; }

/* ==================== ##Progress Bar ==================== */
.wgl-progress_bar .progress_wrap {
  display: block;
  border-radius: unset;
  transition: width 1.5s; }

.wgl-progress_bar .progress_label_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  line-height: 1;
  white-space: nowrap;
  transition: inherit;
  position: relative; }

.wgl-progress_bar .progress_bar_wrap {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 8px;
  border-radius: unset;
  background-color: #e4e4e4;
  transition: inherit; }

.wgl-progress_bar .progress_bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: inherit;
  border-radius: inherit;
  transition: inherit; }

.wgl-progress_bar .progress_label {
  font-size: 15px; }

.wgl-progress_bar .progress_value_wrap {
  position: relative;
  z-index: 0;
  margin-left: 5px;
  padding-top: 1px;
  line-height: inherit;
  font-size: 14px; }

.wgl-progress_bar .progress_bar_wrap-wrap {
  transition: inherit; }

.wgl-progress_bar .progress_label_wrap .progress_label,
.wgl-progress_bar .progress_label_wrap .progress_value_wrap {
  line-height: inherit;
  font-weight: 700; }

.wgl-progress_bar .progress_value,
.wgl-progress_bar .progress_units {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit; }

.wgl-progress_bar.dynamic-value .progress_label_wrap {
  width: 0; }

.wgl-progress_bar.dynamic-value .progress_value_wrap {
  padding: 6px 5px;
  position: absolute;
  bottom: -16px;
  z-index: 2;
  right: -5px; }

.wgl-tabs_headings {
  display: flex;
  align-items: stretch;
  position: relative;
  flex-direction: row; }
  .wgl-tabs_headings .wgl-tabs_header .wgl-tabs_title {
    font-weight: 500; }

.wgl-tabs_header {
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 20px;
  font-weight: 700;
  transition: 0.4s;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .wgl-tabs_header:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 5px;
    width: 100%;
    left: 0;
    bottom: -3px;
    transition: 0.4s; }

.wgl-tabs_content {
  display: block;
  border-top: 2px solid #edecec; }
  .wgl-tabs_content > .elementor {
    margin: 10px; }

.wgl-tabs_icon {
  line-height: 1;
  color: inherit;
  transition: 0.4s; }

.wgl-tabs_title {
  font-size: 16px;
  color: inherit;
  line-height: inherit; }

.wgl-tabs.icon_position-left .wgl-tabs_header {
  flex-direction: row-reverse; }

.wgl-tabs.icon_position-right .wgl-tabs_header {
  flex-direction: row; }

.wgl-tabs.icon_position-top .wgl-tabs_header {
  flex-direction: column-reverse; }

.wgl-tabs.icon_position-bottom .wgl-tabs_header {
  flex-direction: column; }

.wgl-tabs.tabs_align-left .wgl-tabs_headings {
  justify-content: flex-start; }
  .wgl-tabs.tabs_align-left .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0 !important; }

.wgl-tabs.tabs_align-right .wgl-tabs_headings {
  justify-content: flex-end; }
  .wgl-tabs.tabs_align-right .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0 !important; }

.wgl-tabs.tabs_align-center .wgl-tabs_headings {
  justify-content: center; }
  .wgl-tabs.tabs_align-center .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0 !important; }
  .wgl-tabs.tabs_align-center .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0 !important; }

.wgl-tabs.tabs_align-justify .wgl-tabs_header {
  flex: 1; }
  .wgl-tabs.tabs_align-justify .wgl-tabs_header:last-child {
    margin-right: 0 !important; }
  .wgl-tabs.tabs_align-justify .wgl-tabs_header:first-child {
    margin-left: 0 !important; }

/* ==================== ##Time Line Vertical ==================== */
.wgl-timeline-vertical {
  position: relative;
  z-index: 1;
  padding: 10px 0 10px;
  text-align: center; }
  .wgl-timeline-vertical .time_line-items_wrap {
    padding-bottom: 40px; }
  .wgl-timeline-vertical.appear_anim .time_line-item .time_line-content {
    transform: translateX(20%);
    opacity: 0; }
  .wgl-timeline-vertical.appear_anim .time_line-item:nth-child(odd) .time_line-content {
    transform: translateX(-20%); }
  .wgl-timeline-vertical .time_line-item {
    position: relative;
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
    margin-top: 100px; }
    .wgl-timeline-vertical .time_line-item:last-child {
      margin-bottom: 0; }
      .wgl-timeline-vertical .time_line-item:last-child .time_line-curve {
        height: 120px;
        width: 100px; }
        .wgl-timeline-vertical .time_line-item:last-child .time_line-curve svg {
          stroke-width: 4px; }
        .wgl-timeline-vertical .time_line-item:last-child .time_line-curve:before {
          content: '';
          position: absolute;
          z-index: 1;
          width: 15px;
          height: 15px;
          bottom: -10px;
          left: 20px;
          border-radius: 50%; }
    .wgl-timeline-vertical .time_line-item:nth-child(even) {
      flex-direction: row;
      text-align: left;
      padding-left: 31%; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
        right: 0;
        padding: 0 40px 0 65px; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
        left: 0;
        text-align: right; }
      .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-curve {
        right: 0;
        transform: scale(-1, 1); }
      .wgl-timeline-vertical .time_line-item:nth-child(even):last-child .time_line-curve {
        right: 40%; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd) {
      flex-direction: row-reverse;
      text-align: right;
      padding-right: 31%; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content {
        left: 0;
        padding: 0 65px 0 40px; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date {
        right: 0;
        text-align: left; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-curve {
        left: 0; }
      .wgl-timeline-vertical .time_line-item:nth-child(odd):last-child .time_line-curve {
        left: 40%; }
    .wgl-timeline-vertical .time_line-item.item_show .time_line-content, .wgl-timeline-vertical .time_line-item.item_show:nth-child(odd) .time_line-content {
      opacity: 1;
      transform: translateX(0); }
  .wgl-timeline-vertical .time_line-media {
    position: relative;
    z-index: 1;
    flex: 1 0 auto;
    background-size: cover;
    border-radius: 50%;
    border: 12px solid #ffffff;
    box-shadow: 0px 0px 0px 3px currentColor;
    margin: 3px;
    transition: 0.4s; }
  .wgl-timeline-vertical .time_line-title {
    font-size: 30px;
    line-height: 1.4;
    transition: 0.4s;
    margin-bottom: 8px; }
  .wgl-timeline-vertical .time_line-date {
    position: absolute;
    font-size: 150px;
    transition: 0.4s;
    max-width: 28%; }
  .wgl-timeline-vertical .time_line-content {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.4s; }
    .wgl-timeline-vertical .time_line-content p:last-child {
      margin-bottom: 0; }
    .wgl-timeline-vertical .time_line-content > * {
      color: inherit; }
  .wgl-timeline-vertical .time_line-curve {
    position: absolute;
    z-index: -1;
    top: 75%;
    height: 60%;
    width: 100%; }
    .wgl-timeline-vertical .time_line-curve svg {
      fill: #FFFFFF;
      stroke: #d7d7d7;
      stroke-width: 3;
      stroke-miterlimit: 10;
      position: absolute;
      width: 100%;
      height: 100%;
      left: -5%;
      top: 0; }
  .wgl-timeline-vertical .time_line-start_image {
    display: inline-block;
    position: relative; }
    .wgl-timeline-vertical .time_line-start_image .time_line-curve {
      width: 55px;
      height: 120px;
      transform: scale(-1, 1);
      left: 100%; }
      .wgl-timeline-vertical .time_line-start_image .time_line-curve svg {
        stroke-width: 4; }
  .wgl-timeline-vertical.start-custom .time_line-start_image img {
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block; }
  .wgl-timeline-vertical.start-def .time_line-start_image .time_line-curve:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 40px;
    top: -36px;
    right: -20px;
    background-image: url(../img/timeline-img.png);
    background-repeat: no-repeat; }
  .wgl-timeline-vertical.start-none .time_line-start_image .time_line-curve:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    top: -8px;
    right: 0;
    border-radius: 50%; }

@media only screen and (max-width: 1200px) {
  .wgl-timeline-vertical .time_line-item:nth-child(odd) {
    padding-right: 25%; }
  .wgl-timeline-vertical .time_line-item:nth-child(even) {
    padding-left: 25%; }
  .wgl-timeline-vertical .time_line-date {
    font-size: 100px;
    max-width: 22%; } }

@media only screen and (max-width: 992px) {
  .wgl-timeline-vertical .time_line-item:nth-child(odd),
  .wgl-timeline-vertical .time_line-item:nth-child(even) {
    flex-direction: row;
    padding-left: 10%;
    padding-right: 0;
    text-align: left; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd):last-child,
    .wgl-timeline-vertical .time_line-item:nth-child(even):last-child {
      margin-bottom: 0; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-content,
    .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
      margin-left: 0;
      margin-top: 0;
      padding: 20px; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date,
    .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
      font-size: 40px;
      line-height: 1;
      right: inherit;
      top: 50%;
      left: 0;
      transform-origin: 0% 0%;
      transform: rotate(-90deg) translate(-50%, 0%); }
    .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-curve,
    .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-curve {
      top: 85%;
      height: 60%;
      width: 50%;
      right: initial; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd):last-child .time_line-curve,
    .wgl-timeline-vertical .time_line-item:nth-child(even):last-child .time_line-curve {
      height: 120px;
      width: 100px; }
  .wgl-timeline-vertical .time_line-item:nth-child(odd):last-child .time_line-curve {
    left: 20%; }
  .wgl-timeline-vertical .time_line-item:nth-child(even):last-child .time_line-curve {
    right: 50%; }
  .wgl-timeline-vertical .time_line-start_image {
    display: block; }
    .wgl-timeline-vertical .time_line-start_image .time_line-curve {
      left: 30%; }
  .wgl-timeline-vertical.appear_anim .time_line-content {
    transform: translateX(20%) !important; }
  .wgl-timeline-vertical.appear_anim .time_line-item.item_show .time_line-content {
    transform: translateX(0) !important; }
  .wgl-timeline-vertical.start-custom .time_line-start_image img,
  .wgl-timeline-vertical.start-def .time_line-start_image,
  .wgl-timeline-vertical.start-none .time_line-start_image,
  .wgl-timeline-vertical .time_line-end_image {
    left: 0; } }

@media only screen and (max-width: 768px) {
  .wgl-timeline-vertical .time_line-item:nth-child(odd),
  .wgl-timeline-vertical .time_line-item:nth-child(even) {
    padding-left: 40px;
    margin-top: 30px; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-media,
    .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-media {
      border-width: 3px; }
    .wgl-timeline-vertical .time_line-item:nth-child(odd) .time_line-date,
    .wgl-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
      font-size: 30px; }
  .wgl-timeline-vertical .time_line-curve {
    display: none; } }

/* ==================== ##Striped Services ==================== */
.wgl-striped-services {
  display: flex;
  flex-direction: row; }
  .wgl-striped-services .service-item {
    width: 50%;
    height: 100%;
    transition: 0.5s;
    background-repeat: no-repeat; }
    .wgl-striped-services .service-item_title {
      font-size: 48px;
      line-height: 1.3; }
    .wgl-striped-services .service-item_subtitle {
      font-size: 15px;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: 5px;
      margin-top: 14px; }
    .wgl-striped-services .service-item_content {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-direction: column;
      height: 100%;
      width: 100%; }
    .wgl-striped-services .service-item_link {
      width: 100%;
      height: 100%; }
    .wgl-striped-services .service-item.active {
      width: 75%; }
    .wgl-striped-services .service-item .service-item_title {
      font-weight: 400; }
    .wgl-striped-services .service-item .service-item_subtitle {
      font-weight: 700; }
  .wgl-striped-services.onhover .service-item:not(.active) {
    width: 40%; }

@media only screen and (max-width: 1024px) {
  .wgl-striped-services {
    flex-direction: column; }
    .wgl-striped-services .service-item {
      width: 100%;
      height: 50%;
      display: flex;
      flex: 3; }
      .wgl-striped-services .service-item.active {
        width: 100%;
        height: 75%;
        flex: 5; }
    .wgl-striped-services.onhover .service-item:not(.active) {
      width: 100%;
      height: 40%;
      flex: 2; } }

/* ==================== ##Image Comparison ==================== */
.wgl-image_comparison.cocoen {
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 15px; }
  .wgl-image_comparison.cocoen img.comp-image {
    max-width: none;
    display: block;
    width: 100%; }
  .wgl-image_comparison.cocoen > div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%; }
  .wgl-image_comparison.cocoen .cocoen-drag {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1px;
    background: #fff;
    cursor: ew-resize; }
    .wgl-image_comparison.cocoen .cocoen-drag:before, .wgl-image_comparison.cocoen .cocoen-drag:after {
      font-family: flaticon;
      position: absolute;
      top: 50%;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      color: #232323;
      cursor: pointer;
      font-size: 14px;
      margin-top: -35px;
      border-radius: 50%; }
    .wgl-image_comparison.cocoen .cocoen-drag:before {
      z-index: 1;
      content: "\f117";
      left: 50%;
      margin-left: -35px;
      background: #ffffff;
      text-align: left;
      padding-left: 13px; }
    .wgl-image_comparison.cocoen .cocoen-drag:after {
      z-index: 2;
      content: "\f115";
      right: 50%;
      margin-right: -35px;
      text-align: right;
      padding-right: 13px;
      background: transparent !important; }

/* ==================== ##Info Box ==================== */
.wgl-services-2 .wgl-services_wrap {
  transition: 0.4s; }

.wgl-services-2 .wgl-services_media-wrap {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 45px;
  display: inline-block;
  border: 1px dashed CurrentColor;
  box-sizing: content-box;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s; }

.wgl-services-2 .wgl-services_title {
  font-size: 24px;
  line-height: 1.4;
  transition: 0.4s; }

.wgl-services-2 .wgl-services_circle-wrapper {
  position: absolute;
  z-index: -1;
  width: 78px;
  height: 78px;
  left: 16px;
  top: 16px; }
  .wgl-services-2 .wgl-services_circle-wrapper:nth-child(1) {
    transform: rotate(0deg);
    animation: service_hexagon_1 2s infinite linear;
    animation-play-state: paused; }
  .wgl-services-2 .wgl-services_circle-wrapper:nth-child(2) {
    transform: rotate(180deg);
    animation: service_hexagon_2 2s infinite linear;
    animation-play-state: paused; }

.wgl-services-2 .wgl-services_circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  transform: translate3d(-50%, -50%, 0); }

.wgl-services-2 .wgl-services_readmore {
  display: inline-block; }

.wgl-services-2 .wgl-services_item-link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.wgl-services-2 .elementor-icon {
  display: block;
  line-height: inherit;
  font-size: inherit; }
  .wgl-services-2 .elementor-icon i {
    display: inline; }

.wgl-services-2 .wgl-widget_wrapper.elementor-image-box-img {
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.wgl-services-2 .wgl-image-box_img > span {
  display: flex; }

.wgl-services-2:hover .wgl-services_circle-wrapper:nth-child(1), .wgl-services-2:hover .wgl-services_circle-wrapper:nth-child(2) {
  animation-play-state: running; }

@keyframes service_hexagon_1 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(450deg); } }

@keyframes service_hexagon_2 {
  0% {
    transform: rotate(-90deg); }
  100% {
    transform: rotate(270deg); } }

/* ==================== ##Services 3 ==================== */
.wgl-services-3 {
  padding-bottom: 60px; }
  .wgl-services-3 .wgl-services_image-wrap {
    overflow: hidden; }
  .wgl-services-3 .wgl-services_title-wrap {
    transition: 0.4s;
    position: absolute;
    width: 100%; }
  .wgl-services-3 .wgl-services_title {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    border: 3px solid;
    transition: 0.4s;
    width: calc(100% - 100px);
    transform: translateY(-50%); }
  .wgl-services-3 .wgl-services_wrap > .wgl-services_link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

/* ==================== ##Services 4 ==================== */
.wgl-services-4.services_left .wgl-services_media-wrap {
  margin-right: 20px; }

.wgl-services-4.services_right .wgl-services_wrap {
  flex-direction: row-reverse;
  text-align: right; }

.wgl-services-4.services_right .wgl-services_media-wrap {
  margin-left: 20px; }

.wgl-services-4.services_center .wgl-services_wrap {
  flex-direction: column;
  text-align: center; }

.wgl-services-4.services_center .wgl-services_media-wrap {
  margin-bottom: 20px; }

.wgl-services-4 .wgl-services_wrap {
  display: flex; }
  .wgl-services-4 .wgl-services_wrap i {
    font-size: 50px;
    line-height: 1; }

.wgl-services-4 .wgl-services_media-wrap {
  flex-shrink: 0; }

.wgl-services-4 .wgl-services_title {
  line-height: 42px;
  font-size: 30px;
  text-transform: uppercase;
  transition: 0.4s;
  margin-top: -13px;
  margin-bottom: 15px; }

.wgl-services-4 .wgl-services_link {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase; }
  .wgl-services-4 .wgl-services_link:hover {
    padding-left: 24px; }

/* ==================== ##Services 5 ==================== */
.wgl-services-5_right .wgl-services-5 .wgl-services_number {
  margin-left: auto; }

.wgl-services-5_right .wgl-services-5 .wgl-services_media-wrap {
  left: 0;
  right: initial; }

.wgl-services-5_center .wgl-services-5 .wgl-services_number {
  margin-left: auto;
  margin-right: auto; }

.wgl-services-5_center .wgl-services-5 .wgl-services_media-wrap {
  left: 50%;
  right: initial;
  transform: scale(1) translateX(-50%); }

.wgl-services-5_center .wgl-services-5:hover .wgl-services_media-wrap {
  transform: scale(1) translateX(-50%); }

.wgl-services-5 .wgl-services_wrap {
  transition: 0.4s;
  position: relative;
  z-index: 1; }

.wgl-services-5 .wgl-services_media-wrap {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  display: inline-block;
  box-sizing: content-box;
  border-radius: 50%;
  text-align: center;
  transition: 0.6s;
  padding: 13%;
  transform: scale(1); }

.wgl-services-5 .wgl-services_title {
  font-size: 24px;
  line-height: 1.5;
  transition: 0.4s;
  text-transform: uppercase; }

.wgl-services-5 .wgl-services_readmore {
  display: inline-block; }

.wgl-services-5 .wgl-services_item-link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.wgl-services-5 .wgl-services_number {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 800;
  transition: 0.4s; }

.wgl-services-5 .elementor-icon {
  display: block;
  line-height: inherit;
  font-size: inherit; }
  .wgl-services-5 .elementor-icon i {
    line-height: 1;
    font-size: 165px; }

.wgl-services-5 .wgl-widget_wrapper.elementor-image-box-img {
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.wgl-services-5 .wgl-image-box_img > span {
  display: flex; }

.wgl-services-5:hover .wgl-services_media-wrap {
  transform: scale(0.75); }

/* ==================== ##Services 4 ==================== */
.elementor-widget-icon-box.media-right .wgl-services_media-wrap {
  justify-content: flex-end; }
  .elementor-widget-icon-box.media-right .wgl-services_media-wrap .wgl-widget_wrapper:before {
    width: 200%;
    height: 200%;
    transform: translate(0%, -50%); }

.elementor-widget-icon-box.media-left .wgl-services_media-wrap {
  justify-content: flex-start; }
  .elementor-widget-icon-box.media-left .wgl-services_media-wrap .wgl-widget_wrapper:before {
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%); }

.elementor-widget-icon-box.media-center .wgl-services_media-wrap {
  justify-content: center; }
  .elementor-widget-icon-box.media-center .wgl-services_media-wrap .wgl-widget_wrapper:before {
    width: 100%;
    height: 100%;
    transform: translate(0%, 0%); }

.wgl-services-6 .wgl-services_wrap {
  transition: 0.4s;
  padding-bottom: 45px;
  box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1); }
  .wgl-services-6 .wgl-services_wrap .wgl-icon {
    font-size: 50px;
    line-height: 1;
    display: block; }

.wgl-services-6 .wgl-services_media-wrap {
  display: flex; }
  .wgl-services-6 .wgl-services_media-wrap .wgl-widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 25px 25px 45px 45px;
    margin-bottom: -10px; margin-right: initial; }
    .wgl-services-6 .wgl-services_media-wrap .wgl-widget_wrapper:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: #212121;
      transition: 0.4s; }

.wgl-services-6 .wgl-services_title {
  line-height: 1.3;
  font-size: 30px;
  transition: 0.4s;
  margin-bottom: 14px; }

.wgl-services-6 .wgl-services_text {
  margin-bottom: 10px;
  font-size: 18px;
  transition: 0.4s; }
  .wgl-services-6 .wgl-services_text a {
    color: inherit;
    transition: 0s; }

.wgl-services-6 .wgl-services_link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.wgl-services-6 .wgl-services_content-wrap {
  position: relative;
  z-index: 1; }
  .wgl-services-6 .wgl-services_content-wrap:after {
    content: '';
    width: 40px;
    height: 2px;
    background: rgba(214, 214, 214, 0.8);
    display: inline-block; }

.wgl-services-6:hover .wgl-services_media-wrap .elementor-icon, .wgl-services-6:hover .wgl-services_title {
  color: #ffffff; }

@media (max-width: 767px) {
  .wgl-services-6 .wgl-services_media-wrap .wgl-widget_wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/* ==================== ##Services 7 ==================== */
.wgl-services-7 .wgl-services_wrap {
  position: relative;
  z-index: 1; }
  .wgl-services-7 .wgl-services_wrap > .wgl-services_link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .wgl-services-7 .wgl-services_wrap:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s; }

.wgl-services-7 .wgl-services_image-wrap {
  overflow: hidden; }

.wgl-services-7 .wgl-services_title {
  font-size: 36px;
  line-height: 1.3;
  padding-top: 17px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .wgl-services-7 .wgl-services_title:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 2px;
    width: 10px;
    background-color: currentColor; }

.wgl-services-7 .wgl-services_text {
  color: #ffffff;
  transition: opacity 0.4s, visibility 0.4s, max-height 0.6s, margin 0.4s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.wgl-services-7 .wgl-services_content {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px; }

.wgl-services-7 .wgl-services_link-button {
  display: inline-block;
  margin-top: 15px; }
  .wgl-services-7 .wgl-services_link-button .wgl-services_link {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #ffffff;
    border: 1px solid #c2bdb8;
    border-radius: 50%; }
    .wgl-services-7 .wgl-services_link-button .wgl-services_link:before {
      content: "\f108";
      font-family: flaticon; }

.wgl-services-7 .wgl-services_wrap:hover .wgl-services_text {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  transition: max-height 2s; }

.wgl-services-7 .wgl-services_wrap:hover:before {
  opacity: 1; }

.wgl-services-7.aleft .wgl-services_title:before {
  left: 0;
  box-shadow: 10px 0px 0 0 currentColor, 20px 0px 0 0 currentColor, 30px 0px 0 0 currentColor, 50px 0px 0 0 currentColor; }

.wgl-services-7.acenter .wgl-services_title:before {
  left: 50%;
  margin-left: -40px;
  box-shadow: 20px 0px 0 0 currentColor, 30px 0px 0 0 currentColor, 40px 0px 0 0 currentColor, 50px 0px 0 0 currentColor, 70px 0px 0 0 currentColor; }

.wgl-services-7.aright .wgl-services_title:before {
  right: 0;
  box-shadow: -10px 0px 0 0 currentColor, -20px 0px 0 0 currentColor, -30px 0px 0 0 currentColor, -50px 0px 0 0 currentColor; }

/* ==================== ##Info Box ==================== */
.wgl-flipbox {
  position: relative;
  perspective: 1000px;
  height: 320px;
  width: 100%; }
  .wgl-flipbox_wrap {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; }
  .wgl-flipbox_title {
    font-size: 24px;
    line-height: 1.4; }
  .wgl-flipbox_content p:last-child {
    margin-bottom: 0; }
  .wgl-flipbox_item-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .wgl-flipbox_front, .wgl-flipbox_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(0);
    transition: 0.7s;
    box-shadow: 10px 8px 35px rgba(49, 49, 49, 0.08); }
  .wgl-flipbox_front {
    z-index: 2; }
  .wgl-flipbox.type_flip_right .wgl-flipbox_back {
    transform: rotateY(-180deg); }
  .wgl-flipbox.type_flip_right:hover .wgl-flipbox_wrap {
    transform: rotateY(180deg); }
  .wgl-flipbox.type_flip_left .wgl-flipbox_back {
    transform: rotateY(180deg); }
  .wgl-flipbox.type_flip_left:hover .wgl-flipbox_wrap {
    transform: rotateY(-180deg); }
  .wgl-flipbox.type_flip_top .wgl-flipbox_back {
    transform: rotateX(-180deg); }
  .wgl-flipbox.type_flip_top:hover .wgl-flipbox_wrap {
    transform: rotateX(180deg); }
  .wgl-flipbox.type_flip_bottom .wgl-flipbox_back {
    transform: rotateX(180deg); }
  .wgl-flipbox.type_flip_bottom:hover .wgl-flipbox_wrap {
    transform: rotateX(-180deg); }

/* ==================== ##Counter ==================== */
.wgl-counter_media-wrap {
  display: inline-block; }
  .wgl-counter_media-wrap .wgl-widget_container {
    display: flex; }

.wgl-counter_value-placeholder {
  position: relative;
  z-index: 1; }
  .wgl-counter_value-placeholder .value-placeholder {
    position: absolute;
    z-index: 1; }
  .wgl-counter_value-placeholder .wgl-counter_value:not(.value-placeholder) {
    visibility: hidden; }

.wgl-counter_value-wrap {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center; }

.wgl-counter_prefix {
  text-align: right; }

.wgl-counter_suffix {
  text-align: left; }

.wgl-counter_title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 700; }

.wgl-counter.aleft .wgl-counter_value-wrap {
  justify-content: flex-start; }

.wgl-counter.aright .wgl-counter_value-wrap {
  justify-content: flex-end; }

.wgl-counter.title-inline .wgl-counter_content-wrap {
  display: flex;
  align-items: center; }

/* ==================== ##Working Hours ==================== */
.wgl-working-hours .working-item {
  display: flex;
  align-items: baseline; }
  .wgl-working-hours .working-item_day {
    order: 1;
    margin-right: 13px; }
  .wgl-working-hours .working-item_hours {
    order: 3;
    margin-left: 13px; }
  .wgl-working-hours .working-item:after {
    content: '';
    width: 100%;
    height: 1px;
    flex: 1;
    order: 2;
    transform: translateY(1px); }

.wgl-working-hours .working-item .working-item_day {
  font-weight: 400; }

.wgl-working-hours .working-item .working-item_hours {
  font-weight: 600; }

/* ==================== ##Demo Item ==================== */
.wgl-demo-item {
  text-align: center; }
  .wgl-demo-item .demo-item_image-wrap {
    position: relative;
    z-index: 1; }
  .wgl-demo-item .demo-item_image-link {
    position: relative;
    z-index: 1;
    display: flex; }
    .wgl-demo-item .demo-item_image-link:before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      background: rgba(255, 255, 255, 0.9);
      transition: 0.4s; }
  .wgl-demo-item .demo-item_image {
    box-shadow: 7px 5px 30px rgba(0, 0, 0, 0.12); }
  .wgl-demo-item .demo-item_title-link {
    display: inline-block; }
  .wgl-demo-item .demo-item_title {
    font-size: 24px;
    line-height: 1.3;
    transition: 0.4s; }
  .wgl-demo-item .demo-item_label {
    font-size: 36px;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .wgl-demo-item .wgl-button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    white-space: nowrap; }
  .wgl-demo-item:hover .demo-item_image-link:before {
    opacity: 1; }
  .wgl-demo-item:hover .wgl-button {
    opacity: 1; }
  .wgl-demo-item.coming-soon {
    pointer-events: none; }
    .wgl-demo-item.coming-soon .demo-item_image-link:before {
      opacity: 1; }

/* ==================== ##Services 4 ==================== */
.elementor-element.item_col-2 .wgl-services_item {
  width: 33.333333%; }

.elementor-element.item_col-3 .wgl-services_item {
  width: 25%; }

.elementor-element.item_col-4 .wgl-services_item {
  width: 20%; }

.wgl-accordion-services {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -10px; }
  .wgl-accordion-services .wgl-services_item {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    display: flex; }
    .wgl-accordion-services .wgl-services_item.active .wgl-services_content-wrap {
      opacity: 1;
      visibility: visible;
      transition: 0.5s;
      transition-delay: 0.3s; }
    .wgl-accordion-services .wgl-services_item.active ~ .wgl-services_item {
      transform: translateX(100%); }
    .wgl-accordion-services .wgl-services_item.active .wgl-services_media-wrap:before {
      right: -80px !important;
      opacity: 0; }
  .wgl-accordion-services .wgl-services_media-wrap {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    width: calc(100% - 20px);
    height: 100%; }
    .wgl-accordion-services .wgl-services_media-wrap:before {
      content: "\f108";
      font-family: flaticon;
      display: block;
      text-align: center;
      width: 40px;
      height: 40px;
      line-height: 38px;
      color: #ffffff;
      border: 1px solid #c2bdb8;
      border-radius: 50%;
      position: absolute;
      bottom: 40px;
      right: 40px;
      transition: 0.5s; }
  .wgl-accordion-services .wgl-services_content-wrap {
    position: relative;
    z-index: 1;
    left: -10px;
    padding: 40px;
    box-shadow: 11px 10px 38px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #ffffff; }
  .wgl-accordion-services .wgl-services_icon-wrap {
    position: absolute;
    z-index: 1;
    width: 96px;
    height: 90px;
    right: 0;
    top: 0;
    overflow: hidden;
    text-align: right;
    color: #ffffff; }
    .wgl-accordion-services .wgl-services_icon-wrap:before {
      content: '';
      position: absolute;
      z-index: -1;
      width: 200%;
      height: 200%;
      top: 0;
      left: 0;
      border-radius: 50%;
      background: #212121;
      transform: translate(0%, -50%); }
  .wgl-accordion-services .wgl-services_title {
    font-size: 30px;
    line-height: 1.4; }
  .wgl-accordion-services .wgl-services_icon {
    font-size: 30px;
    transform: translate(-20px, 20px);
    display: inline-block;
    line-height: 1; }
  .wgl-accordion-services .wgl-services_text {
    margin-top: 10px; }
  .wgl-accordion-services .wgl-services_link {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #ffffff;
    border: 1px solid #c2bdb8;
    border-radius: 50%;
    margin-top: 30px; }
    .wgl-accordion-services .wgl-services_link:before {
      content: "\f108";
      font-family: flaticon; }

@media only screen and (max-width: 1300px) {
  .elementor-element.item_col-2 .wgl-services_item, .elementor-element.item_col-3 .wgl-services_item, .elementor-element.item_col-4 .wgl-services_item {
    width: 50%; }
  .elementor-element .wgl-services_item {
    transform: translateX(0) !important;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .elementor-element .wgl-services_item .wgl-services_content-wrap {
      opacity: 1;
      visibility: visible;
      transition: 0.5s;
      transition-delay: 0.3s;
      transform: translateX(0);
      width: calc(100% - 20px);
      left: 10px; }
    .elementor-element .wgl-services_item .wgl-services_media-wrap {
      min-height: inherit;
      height: auto;
      position: relative; }
      .elementor-element .wgl-services_item .wgl-services_media-wrap:before {
        opacity: 0; } }

@media only screen and (max-width: 768px) {
  .elementor-element.item_col-2 .wgl-services_item, .elementor-element.item_col-3 .wgl-services_item, .elementor-element.item_col-4 .wgl-services_item {
    width: 100%; }
  .elementor-element .wgl-services_item {
    transform: translateX(0) !important;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .elementor-element .wgl-services_item .wgl-services_content-wrap {
      opacity: 1;
      visibility: visible;
      transition: 0.5s;
      transition-delay: 0.3s;
      transform: translateX(0); }
    .elementor-element .wgl-services_item .wgl-services_media-wrap {
      min-height: inherit;
      height: auto;
      position: relative; }
      .elementor-element .wgl-services_item .wgl-services_media-wrap:before {
        opacity: 0; } }

/* ==================== ##Responsive ==================== */
@media only screen and (max-width: 1300px) {
  .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_6 .team-item {
    width: 25%; }
    .wgl_module_team.team-col_5 .team-item:nth-child(5n+1), .wgl_module_team.team-col_6 .team-item:nth-child(5n+1) {
      clear: none; }
    .wgl_module_team.team-col_5 .team-item:nth-child(4n+1), .wgl_module_team.team-col_6 .team-item:nth-child(4n+1) {
      clear: left; } }

@media only screen and (max-width: 1200px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 950px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row,
    .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-default .elementor-row {
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row,
    .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-narrow .elementor-row {
      width: calc(100% + 10px);
      margin-left: -5px;
      margin-right: -5px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row,
    .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-extended .elementor-row {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row,
    .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wide .elementor-row {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row,
    .wgl-container .elementor-section-boxed .elementor-container .elementor-column-gap-wider .elementor-row {
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-right: -30px; }
    body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-default {
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
    body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
      width: calc(100% + 10px);
      margin-left: -5px;
      margin-right: -5px; }
    body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
    body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; }
    body.elementor-page.single main .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    .wgl-container .elementor-section-full_width .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-right: -30px; }
  .wgl-container .elementor-section-boxed .elementor-container {
    width: 950px; }
  body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container {
    max-width: 950px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 950px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 950px;
      width: 100%; }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
    max-width: calc(950px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
    max-width: calc(950px + 10px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
    max-width: calc(950px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
    max-width: calc(950px + 40px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
    max-width: calc(950px + 60px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(950px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(950px + 10px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(950px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(950px + 40px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(950px + 60px); }
  body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-default,
  body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
  body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
  body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px; }
  body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
  body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
  body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
  body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }
  body.new-elementor.single main .wgl-container .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
  body.new-elementor .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px; }
  body.new-elementor main .wgl-container.wgl-content-sidebar,
  body.new-elementor.single main .wgl-container:not(.wgl-content-sidebar) {
    padding-right: 0;
    padding-left: 0; }
  .wgl_module_team.team-col_6 .team-item, .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
    width: 33.33333333%; }
    .wgl_module_team.team-col_6 .team-item:nth-child(4n+1), .wgl_module_team.team-col_5 .team-item:nth-child(4n+1), .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
      clear: none; }
    .wgl_module_team.team-col_6 .team-item:nth-child(3n+1), .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
      clear: left; }
  .row:after {
    clear: both; }
  .page_404_wrapper .main_404-wrapper {
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .row .wgl_col-12 {
    width: 100%; }
  .row .wgl_col-11 {
    width: 91.66666667%; }
  .row .wgl_col-10 {
    width: 83.33333333%; }
  .row .wgl_col-9 {
    width: 75%; }
  .row .wgl_col-8 {
    width: 66.66666667%; }
  .row .wgl_col-7 {
    width: 58.33333333%; }
  .row .wgl_col-6 {
    width: 50%; }
  .row .wgl_col-5 {
    width: 41.66666667%; }
  .row .wgl_col-4 {
    width: 33.33333333%; }
  .row .wgl_col-3 {
    width: 25%; }
  .row .wgl_col-1-5 {
    width: 20%; }
  .row .wgl_col-1-6 {
    width: 16.66%; }
  .row .wgl_col-2 {
    width: 16.66666667%; }
  .row .wgl_col-1 {
    width: 8.33333333%; } }

@media only screen and (max-width: 1024px) {
  .row .wgl_col-6,
  .row .wgl_col-5,
  .row .wgl_col-4,
  .row .wgl_col-3,
  .row .wgl_col-1-5,
  .row .wgl_col-1-6 {
    width: 50%; }
  .row .sidebar-container.wgl_col-3,
  .row .sidebar-container.wgl_col-4,
  .row #main-content.wgl_col-8,
  .row #main-content.wgl_col-9 {
    width: 100%; }
  .row .row .wgl_col-md-12 {
    width: 100%; }
  .footer .row .wgl_col-3 {
    margin-bottom: 30px; }
  .wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-8,
  .wgl-portfolio-single_item .wgl-portfolio-info_wrap > .wgl_col-4 {
    width: 100%; }
  .page_404_wrapper {
    background-image: none !important; } }

@media only screen and (max-width: 992px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 728px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 728px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 728px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 728px;
      width: 100%; }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
    max-width: calc(728px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
    max-width: calc(728px + 10px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
    max-width: calc(728px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
    max-width: calc(728px + 40px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
    max-width: calc(728px + 60px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(728px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(728px + 10px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(728px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(728px + 40px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(728px + 60px); }
  main .alignwide {
    width: auto;
    margin-left: 0;
    transform: translateX(0); }
  .page-header_content .page-header_title,
  .page-header_content .page-header_breadcrumb {
    display: block; }
  .page-header_align_left .page-header_breadcrumbs {
    text-align: left; }
  .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 125px;
    line-height: 0.24;
    margin-left: -74px; }
  .wgl_module_team.team-col_6 .team-item, .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item {
    width: 50%; }
    .wgl_module_team.team-col_6 .team-item:nth-child(3n+1), .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1), .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
      clear: none; }
    .wgl_module_team.team-col_6 .team-item:nth-child(2n+1), .wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1) {
      clear: left; }
  .single-team .single_team_page .team-single_wrapper {
    flex-direction: column;
    background-position: top left;
    background-size: contain; }
    .single-team .single_team_page .team-single_wrapper:before {
      width: auto;
      height: 100%;
      left: 20px;
      right: 20px;
      top: 0;
      bottom: 0; }
    .single-team .single_team_page .team-single_wrapper .team-image {
      margin: auto;
      position: relative; }
  .single-team .single_team_page .team-info_icons {
    left: 20px;
    border-radius: 50px;
    text-align: center; }
  .single-team .single_team_page .team-title:before {
    left: 50%;
    margin-left: -25px; }
  .single-team .single_team_page .team-info_wrapper {
    width: 100%;
    margin-left: unset;
    padding: 50px 30px;
    text-align: center; }
    .single-team .single_team_page .team-info_wrapper .team-title,
    .single-team .single_team_page .team-info_wrapper .team-info_item {
      text-align: center; }
  .single-team .single_team_page .team-image_wrap {
    padding: 0;
    align-self: center;
    padding-right: 0; }
  .single-team .single_team_page .wpb_content_element {
    text-align: justify; }
  .thegov_module_testimonials.type_author_bottom_inline .testimonials_item {
    padding-left: 15px; }
    .thegov_module_testimonials.type_author_bottom_inline .testimonials_item:before {
      display: none; }
  .page_404_wrapper {
    padding: 0 30px; }
    .page_404_wrapper .main_404-wrapper {
      margin-left: 0; }
    .page_404_wrapper .banner_404 {
      font-size: 16em; }
  .wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
    width: 750px; }
  .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_info {
    justify-content: flex-start; }
    .wgl-portfolio-single_wrapper.single_type-4 .wgl-portfolio-item_info .wgl-portfolio-item-info_desc {
      width: calc(50% - 70px); } }

@media only screen and (max-width: 768px) {
  .thegov_module_videobox.with_image.button_align-left .videobox_content {
    left: 60px; }
  .thegov_module_videobox.with_image.button_align-right .videobox_content {
    right: 60px; }
  .page-header_content .page-header_title + .page-header_breadcrumb {
    padding-top: 5px; }
  .page-header_content .breadcrumbs {
    white-space: normal; } }

@media only screen and (max-width: 767px) {
  .row .wgl_col-6,
  .row .wgl_col-5,
  .row .wgl_col-4,
  .row .wgl_col-3,
  .row .wgl_col-1-5,
  .row .wgl_col-1-6 {
    width: 100%; }
  .wpcf7 .call_to_action_1 .wgl_col-5,
  .wpcf7 .call_to_action_1 .wgl_col-2,
  .wpcf7 .choose-2 .wgl_col-5,
  .wpcf7 .choose-2 .wgl_col-2 {
    width: 100%; }
  .copyright {
    text-align: center; }
  .thegov-post-navigation .separator_post-nav {
    display: none; }
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 560px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 560px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 560px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 560px;
      width: 100%; }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
    max-width: calc(560px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
    max-width: calc(560px + 10px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
    max-width: calc(560px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
    max-width: calc(560px + 40px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
    max-width: calc(560px + 60px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(560px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(560px + 10px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(560px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(560px + 40px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(560px + 60px); }
  .footer_top-area .row [class*=wgl_col-] + [class*=wgl_col-] {
    margin-top: 35px; }
  .sidebar-container {
    padding-top: 35px; }
  #comments .commentlist .comment .stand_comment,
  #comments .commentlist .comment .children .stand_comment {
    padding-left: 80px; }
  #comments .commentlist .comment .children .comment {
    margin-left: 30px; }
  #comments .commentlist .comment .commentava,
  #comments .commentlist .comment .children .stand_comment .commentava {
    left: -60px;
    height: 40px;
    width: 40px; }
  .mobile_text_center,
  .mobile-acenter {
    text-align: center; }
  .format-standard .blog-post_wrapper,
  .format-audio .blog-post_wrapper,
  .format-quote .blog-post_wrapper,
  .format-link .blog-post_wrapper {
    padding: 24px 24px 24px 24px; }
  .standard.sticky-post,
  .format-standard.sticky-post .blog-post_wrapper {
    padding: 12px 12px 12px 12px;
    border-width: 12px; }
  .thegov_module_clients.items-3 .clients_image,
  .thegov_module_clients.items-4 .clients_image,
  .thegov_module_clients.items-5 .clients_image,
  .thegov_module_clients.items-6 .clients_image {
    width: 50%; }
  .resp_align_center {
    text-align: center !important; }
  .coming-soon.row .wgl_col-9 {
    width: 75%; }
  .coming-soon.row .wgl_col-3 {
    width: 25%; }
  .wgl_module_subtitle-wrapper .filter-after_subtite {
    text-align: left; }
  ul.wgl-products li .woo_product_image .group_button-woo,
  .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo {
    visibility: visible;
    opacity: 1; }
    ul.wgl-products li .woo_product_image .group_button-woo > *,
    .woocommerce .products ul.wgl-products li .woo_product_image .group_button-woo > * {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .thegov_module_pricing_plan.highlighter {
    margin-left: auto;
    margin-right: auto; }
  .wgl-tabs .wgl-tabs_headings {
    flex-direction: column; }
  .single_info-share_social-wpapper .share_social-wpapper {
    display: block !important; }
  .author-info_avatar {
    float: none;
    margin: 30px; }
  .author-info_content {
    margin-left: 30px;
    padding-right: 20px;
    margin-bottom: 25px; }
  .author-info_name {
    margin-top: 28px; }
  .wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
    width: 600px; } }

@media only screen and (max-width: 600px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 420px; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 420px; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 420px; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 420px;
      width: 100%; }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
    max-width: calc(420px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
    max-width: calc(420px + 10px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
    max-width: calc(420px + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
    max-width: calc(420px + 40px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
    max-width: calc(420px + 60px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(420px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(420px + 10px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(420px + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(420px + 40px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(420px + 60px); }
  div[id*=wpadminb] {
    top: -46px !important; }
  .banner_404 {
    font-size: 160px; }
  .thegov_module_ico_progress {
    padding: 15px !important; }
    .thegov_module_ico_progress .thegov_module_button > a {
      padding-left: 20px !important;
      padding-right: 20px !important; }
  #sb_instagram .sbi_photo {
    padding-bottom: 100%;
    height: 0 !important; }
  #sb_instagram #sbi_images .sbi_item {
    width: 33.3333% !important; }
  #sb_instagram #sbi_images .sbi_item:nth-child(even) {
    margin-top: 0 !important; }
  #sb_instagram .sbi_photo:after {
    font-size: 40px; }
  .single-team .single_team_page .team-info_item h5 + span {
    display: block;
    margin-left: unset; }
  .wgl_module_team.team-col_6 .team-item, .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item, .wgl_module_team.team-col_2 .team-item {
    width: 100%; }
    .wgl_module_team.team-col_6 .team-item:nth-child(2n+1), .wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1), .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
      clear: none; }
  #comments .commentlist .comment .stand_comment,
  #comments .commentlist .comment .children .stand_comment {
    padding-right: 20px; }
  #comments .commentlist .comment_info {
    padding-right: 10px; }
  .thegov_module_testimonials.type_author_bottom .wgl-carousel:not(.prev_next_pos_left) .wgl-carousel_slick {
    margin-left: 30px;
    margin-right: 30px; }
  .thegov_module_testimonials.type_author_bottom .wgl-carousel:not(.prev_next_pos_left) .testimonials_quote {
    font-size: 14px; }
  .page_404_wrapper .banner_404 {
    font-size: 14em; }
  .wgl-testimonials.type-inline_top .wgl-testimonials_image {
    position: relative;
    margin-left: 0;
    margin-top: 0; }
  .wgl-testimonials.type-inline_top .wgl-carousel_wrapper .wgl-testimonials-item_wrap {
    padding-left: 15px; }
  .wgl-testimonials.add_quote_icon .wgl-testimonials_item:after {
    display: none; }
  .wgl-portfolio_container .wgl-carousel .wgl-portfolio-list_item {
    width: 550px; } }

@media only screen and (max-width: 480px) {
  body.elementor-page.single main .wgl-container,
  .wgl-container {
    width: 90%; }
    body.elementor-page.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
  body.elementor-page.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    width: 100%; }
  body.elementor-page.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
  body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container,
  body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%; }
  body.elementor-page main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
  body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    width: 90%; }
    body.elementor-page main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
      width: 100%; }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-default {
    max-width: calc(90% + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow {
    max-width: calc(90% + 10px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-extended {
    max-width: calc(90% + 30px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wide {
    max-width: calc(90% + 40px); }
  body.new-elementor main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed > .elementor-column-gap-wider {
    max-width: calc(90% + 60px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-default,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    width: calc(90% + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-narrow,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
    width: calc(90% + 10px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-extended,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    width: calc(90% + 30px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wide,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
    width: calc(90% + 40px); }
  body.new-elementor.single main .wgl-container .elementor-container.elementor-column-gap-wider,
  body.new-elementor .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
    width: calc(90% + 60px); }
  .thegov_module_infobox.layout_top .infobox_wrapper {
    padding: 15px 15px 25px 20px; }
  .wgl_module_team .team-item_content:hover .team-item_excerpt {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px; }
  #comments .commentlist .comment_author_says {
    margin-bottom: 5px; }
  #comments .commentlist .comment .children .comment {
    margin-left: 15px; }
  #comments .comment-reply-link {
    position: relative; }
  .thegov_module_services_2 .services_logo {
    left: 10%; }
  .thegov_module_services_2 .services_title,
  .thegov_module_services_2 .services_subtitle {
    left: 21%;
    max-width: 75%; }
  .thegov_module_pricing_plan .pricing_header,
  .thegov_module_pricing_plan .pricing_content,
  .thegov_module_pricing_plan .pricing_footer {
    padding-left: 35px;
    padding-right: 35px; }
  .thegov_module_testimonials.type_author_top_inline .testimonials_meta_wrap {
    padding-left: 35px;
    padding-right: 35px; }
  .page_404_wrapper .banner_404 {
    line-height: 100px;
    font-size: 10.92em;
    margin-top: 40px; }
  .page_404_wrapper .banner_404_title {
    font-size: 35px;
    line-height: 1.5; }
  .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 95px;
    line-height: .3;
    margin-left: -26px; }
  .thegov_module_testimonials.type_author_bottom_inline .testimonials_name_wrap {
    flex-direction: column; }
  .thegov_module_videobox.title_pos-left .title {
    margin-right: 15px; }
  .thegov_module_videobox.title_pos-right .title {
    margin-left: 15px; }
  .coming-soon.row .wgl_col-9 {
    width: 60%; }
  .coming-soon.row .wgl_col-3 {
    width: 40%; }
  .single-team .single_team_page .team-single_wrapper {
    border: 0;
    box-shadow: none; }
  .single-team .single_team_page .team-title {
    margin-bottom: 25px; }
  .single-team .single_team_page .team-info_wrapper {
    margin-top: 40px;
    padding: 20px;
    font-size: 28px; }
  .single-team .single_team_page .team-info_item {
    margin-bottom: 12px; }
  #comments #respond {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 379px) {
  .page_404_wrapper .banner_404 {
    font-size: 8.92em; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #comments .commentlist .comment .children .stand_comment {
    padding-left: 90px; }
  #comments .commentlist .comment .children .stand_comment .commentava {
    left: -70px;
    width: 50px;
    height: 50px; } }

/* Custom Text Responsive */
@media only screen and (min-width: 1280px) {
  .text_desktop {
    font-size: inherit !important;
    line-height: inherit !important; } }

@media only screen and (min-width: 1024px) {
  .text_tablet {
    font-size: inherit !important;
    line-height: inherit !important; } }

@media only screen and (min-width: 799px) {
  .text_mobile {
    font-size: inherit !important;
    line-height: inherit !important; } }

@media only screen and (max-width: 1370px) {
  .wgl_portfolio_list-first {
    padding-left: 0;
    padding-top: 0; } }

@media only screen and (min-width: 768px) {
  .wgl_portfolio_list-first .thegov_module_double_headings.aleft {
    margin-bottom: 0.78vw; }
    .wgl_portfolio_list-first .thegov_module_double_headings.aleft .heading_bgtitle {
      font-size: 6.25vw !important;
      padding-top: 1.825vw; }
    .wgl_portfolio_list-first .thegov_module_double_headings.aleft .heading_subtitle {
      font-size: 1.15vw !important; }
    .wgl_portfolio_list-first .thegov_module_double_headings.aleft .heading_title {
      font-size: 2.1vw !important;
      margin-top: 0.54vw; }
  .wgl_portfolio_list-first > ul {
    font-size: 0.9vw;
    padding-bottom: 1vw; }
    .wgl_portfolio_list-first > ul li {
      line-height: 1.88vw; }
  .wgl_portfolio_list-first .thegov_module_button {
    margin-top: 0.78vw;
    line-height: 1.565vw; }
    .wgl_portfolio_list-first .thegov_module_button > a {
      font-size: 0.68vw;
      padding: 0.72vw 1.5vw;
      min-width: 8.05vw;
      line-height: 1.05vw; } }

.theme-gradient .banner-widget_button {
  border-width: 0px; }

.theme-gradient input[type="submit"],
.theme-gradient button {
  padding-top: 10px;
  padding-bottom: 10px; }

.theme-gradient input[type="submit"],
.theme-gradient .load_more_item,
.theme-gradient .thegov_404_button a,
.theme-gradient a.button.alt,
.theme-gradient .cart .button, .theme-gradient .woocommerce .cart input.button,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout),
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout),
.theme-gradient .woocommerce-message .button,
.theme-gradient #respond input#submit,
.theme-gradient ul.wgl-products li a.add_to_cart_button,
.theme-gradient ul.wgl-products li a.button,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward,
.theme-gradient div.product form.cart .button,
.theme-gradient .banner-widget_button,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount .button,
.theme-gradient .woocommerce form.checkout_coupon .form-row button.button,
.theme-gradient.woocommerce-page #payment #place_order {
  border-width: 0;
  color: #ffffff !important; }

.theme-gradient input[type="submit"]:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient #respond input#submit:hover,
.theme-gradient a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .thegov_404_button a:hover,
.theme-gradient ul.wgl-products li a.add_to_cart_button:hover,
.theme-gradient ul.wgl-products li a.button:hover,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover,
.theme-gradient div.product form.cart .button:hover,
.theme-gradient .banner-widget_button:hover,
.theme-gradient .blog-post_meta-categories a:hover,
.theme-gradient .wgl-portfolio-single_item .portfolio-category:hover,
.theme-gradient .banner-widget_button:hover,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount .button:hover,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout):hover,
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover,
.theme-gradient .woocommerce table.shop_table.cart input.button:hover,
.theme-gradient .woocommerce button.button[name="update_cart"]:hover,
.theme-gradient .wc-proceed-to-checkout a.checkout-button:hover,
.theme-gradient .woocommerce form.checkout_coupon .form-row button.button:hover,
.theme-gradient.woocommerce-page #payment #place_order:hover {
  background-position: 100% !important; }

.theme-gradient input[type="submit"]:hover {
  box-shadow: none !important; }

.theme-gradient .rev_slider .rev-btn.gradient-button {
  border-width: 0; }
  .theme-gradient .rev_slider .rev-btn.gradient-button:hover, .theme-gradient .rev_slider .rev-btn.gradient-button:active, .theme-gradient .rev_slider .rev-btn.gradient-button:focus {
    background-position: 100% !important;
    color: #fff; }


.load_more_wrapper a.load_more_item {
  padding: 5px 30px;
  text-transform: none;
  font-size: 19px;
  border-radius: 5px;
  font-weight: 400;
}

.header-accesibilidad {
  position: relative;
  right: -59px;
  padding-top: 10px;
}

.icon-svg {
  position: relative;
  width: 0;
  height: 0;
}

.icon-header {
  display: inline-block;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  padding: 5px;
}

.icon-header-pc {
  width: 3.5em;
  height: 3.5em;
  margin-bottom: -0.5em;
}

.header-social {
  display: inline;
  position: relative;
  top: 15px;
}

.header-actualizacion__container {
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  top: -7px;
}

.header-actualizacion__container span::first-letter {
  text-transform: capitalize;
}

.nav-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.links-main_icon {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: #fff;
  background: #313131;
  border-radius: 50%;
  padding: 5px;
}

.links-main:hover {
  transform: scale(1.2);
}

.links-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 120px;
  text-align: center;
  color: #313131;
  padding: 5px;
}


.links-main:hover .links-main_span,.links-main:focus .links-main_span, .links-main:active .links-main_span {
    color: #313131
}
.links-main_span {
  font-size: .9em;
  line-height: 1.2em;
  margin-top: 10px
}

.noticias-generales__wrap {
  display: inline-grid;
  grid-template-rows: 1fr;
  width: 33%;
  padding: 20px;
}

.noticias-generales__titulo, .noticia-post-list__date {
  font-size: 19px;
  line-height: 21px;
  text-align: center;
}

.noticias-generales__tag {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.noticias-generales__tag a {
  color: #fff;
  background-color: #313131;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
}

.noticias-generales__tag a:hover {
  color: #E3E4E0;
}

img.noticias-generales__img.wp-post-image {
  width: 100%;
  border-radius: 5px;
}

.widget-noticias {
  display: flex;
  padding: 0;
}

.widget-noticias img {
  margin: 5px;
  width: 80px;
  height: 80px;
}

.widget-noticias__texto span {
  display: block;
  word-break: break-all;
}

.widget-noticias__texto :nth-child(2) {
  color: rgba(18, 19, 20, 0.4);
}

.noticia-post-list {
	display: none;
}

.elementor-widget-container .noticia-post-list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 15px;
  column-gap: 10px;
}

.twitter-timeline,
.elementor-element-9b330a5{
	display: none;
}

.secretarias_ .twitter-timeline,
.secretarias_ .elementor-element-9b330a5{
	display: block;
}

.noticia-post-list__img {
  grid-row: span 3;
}

.noticia-post-list__heading {
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
}

.noticia-post-list__date {
  color: #6d6d6d;
  font-size: 16px;
}

.noticias-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.noticias-nav-btn {
  width: 165px;
  margin: 5px;
  padding: 0 20px 0 15px;
  border-radius: 5px;
  font-size: 22px;
  color: #fff;
}

.noticias-nav :nth-child(1) {
  background: #e9c26d;
  background: linear-gradient(110deg, #e9c26d 74%, #fff 74%, #fff 76%, #d8ac60 76%);
}

.noticias-nav :nth-child(2) {
  background: #cfa276;
  background: linear-gradient(110deg, #cfa276 74%, #fff 74%, #fff 76%, #b47d4d 76%);
}

.noticias-nav :nth-child(3) {
  background: #97be92;
  background: linear-gradient(110deg, #97be92 74%, #fff 74%, #fff 76%, #74a96a 76%);
}

.noticias-nav :nth-child(4) {
  background: #99a59a;
  background: linear-gradient(110deg, #99a59a 74%, #fff 74%, #fff 76%, #798e78 76%);
}

.noticias-nav :nth-child(5) {
  background: #c8ad7a;
  background: linear-gradient(110deg, #c8ad7a 74%, #fff 74%, #fff 76%, #aa905d 76%);
}

.noticias-nav-btn:hover {
  background: #313131;
  background: linear-gradient(110deg, #313131 74%, #fff 74%, #fff 76%, #313131 76%);
  color: #919191;
}

.noticias-nav-btn:hover {
  transform: scale(1.2);
}

.events-post-hero_thumb, .events-post.format-standard-image {
  border-radius: 20px;
}

footer .elementor-2097 ul li:before {
  display: none;
}

.footer-izquierda li, .footer-derecha-links li, .footer-derecha-descripcion {
  line-height: 20px;
}

.footer-derecha-links.links-directorios li {
  font-size: 20px;
}

.footer-derecha-links li {
  padding: 5px;
}

.footer-derecha-links li a, .footer-derecha-links li a:visited, .footer-derecha-links li a:active {
  color: #fff;
}

.footer-derecha-links li a:hover {
  color: #f4f2ef;
}

.footer-derecha-links ul {
  padding: 15px 0;
}

.footer-derecha-descripcion {
  font-size: 15px;
}

.transparencia__acordion_contenido {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.transparencia__acordion_contenido h3, .transparencia__acordion_contenido h3 a {
  font-size: 19px;
  line-height: 21px;
}

.transparencia__acordion_contenido h3 a:hover, .transparencia__acordion_contenido_sublista a:hover {
  background-color: #0079845e;
}

.transparencia__acordion_contenido ul li:before {
  display: none;
}

.transparencia__acordion_contenido_sublista li, .transparencia__acordion_contenido_sublista h4 {
  font-size: 19px;
  line-height: 21px;
  font-style: italic;
  font-weight: 400;
}

.transparencia__acordion_contenido_sublista a {
  color: #313131;
}

.transparencia__acordion_imagen {
  min-height: 190px;
}

.transparencia__acordion_imagen.punto-1 {
  background: url(./img/transparencia/bg-transparencia-1-min.jpg) no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-2 {
  background: url(./img/transparencia/bg-transparencia-2-min.jpg) no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-3 {
  background: url(./img/transparencia/bg-transparencia-3-min.jpg) no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-4 {
  background: url(./img/transparencia/bg-transparencia-4-min.jpg) no-repeat;
  background-position: 100% 90%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-5 {
  background: url(./img/transparencia/bg-transparencia-5-min.jpg) no-repeat;
  background-position: 100% 30%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-6 {
  background: url(./img/transparencia/bg-transparencia-6-min.jpg) no-repeat;
  background-position: 100% 40%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-7 {
  background: url(./img/transparencia/bg-transparencia-7-min.jpg) no-repeat;
  background-position: 100% 60%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-8 {
  background: url(./img/transparencia/bg-transparencia-8-min.jpg) no-repeat;
  background-position: 100% 10%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-9 {
  background: url(./img/transparencia/bg-transparencia-9-min.jpg) no-repeat;
  background-position: 60% 30%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-10 {
  background: url(./img/transparencia/bg-transparencia-10-min.jpg) no-repeat;
  background-position: 100% 30%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-11 {
  background: url(./img/transparencia/bg-transparencia-11-min.jpg) no-repeat;
  background-position: 100% 20%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-12 {
  background: url(./img/transparencia/bg-transparencia-12-min.jpg) no-repeat;
  background-position: 100% 40%;
  background-size: cover;
}

.transparencia__acordion_imagen.punto-13 {
  background: url(./img/transparencia/bg-transparencia-13-min.jpg) no-repeat;
  background-position: 100% 40%;
  background-size: cover;
}

.contacto-lista__items h3 {
  font-size: 19px;
  font-weight: bold;
}

.contacto-politicas_items {
  display: block;
}

.wgl-timeline-vertical .time_line-curve svg path {
  fill: #d7d7d700;
}

.noticia__social-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 0;
  border-bottom: #E3E4E0 1px solid;
}

.noticias__social-btn :nth-child(1) {
  margin-right: 10px;
}

.secretaria__nav__ul li:before {
  display: none;
}

.sitemap-item {
  list-style: none;
}

ul.simple-sitemap-page {
  margin-left: 0;
}

.simple-sitemap-page li::before {
  opacity: 0;
}
.simple-sitemap-page > li > a {
  font-weight: bold;
  font-size: 1.3em;
  display: inline-block;
  margin-top: 20px;
}
.simple-sitemap-page > li > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.simple-sitemap-page > li > ul > li {
  width: 95%;
  border-left: #313131 solid 10px;
  display: block;
  margin: 10px auto;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.simple-sitemap-page > li > ul > li > ul {
  margin: 0;
}
.simple-sitemap-page > li > ul > li > ul > li {
  margin: 10px 0;
  padding-left: 10px;
  border-left: #0079848c 6px solid;
}
.simple-sitemap-page li:last-child {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
  .elementor-section.elementor-top-section.elementor-element.elementor-element-6479b6c.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .widget-noticias img {
    width: 150px;
    height: auto;
  }

  .widget-noticias__texto :nth-child(1) {
    font-weight: 400;
    font-size: 20px;
  }
}
@media only screen and (max-width: 995px) {
  .noticias-nav {
    justify-content: center;
  }

  .simple-sitemap-page > li > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .footer-derecha-links {
    grid-template-columns: 1fr;
  }

  .footer-derecha-links li {
    padding: 0;
  }

  .widget-noticias img {
    width: 80px;
  }

  .widget-noticias__texto :nth-child(1) {
    font-weight: 600;
    font-size: 16px;
  }

  .simple-sitemap-page > li > ul {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) and (max-width: 1160px) {
  #main {
    padding-top: 0 !important;
  }
}

/* Theme customization starts here
-------------------------------------------------------------- */
.list-posts {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.first-post {
    width: 100%;
    margin-bottom: 20px;
    background-color: #F4F4F4;
    border-radius: 10px;
}
.first-post .post-1 .post-image-top img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.first-post .post-1 .post-content-bottom {
    padding: 0px 15px 15px 15px;
    margin-top: -13px;
}

.first-post .post-1 .post-content-bottom .post-category {
    background: #FCB92D;
    border-radius: 40px;
    padding: 3px 10px;
}
.first-post .post-1 .post-content-bottom .post-category a {
   color: #434343; 
}
.first-post .post-1 .post-content-bottom  h3 {
    color:#000;
    margin-top: 10px;
}
.first-post .post-1 .post-content-bottom p{
    margin-bottom: 20px;
}
.first-post .post-1 .post-content-bottom .read-more-btn {
    background: #ED3237;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    border-radius: 10px;

}
.last-posts {
    width: 100%;
}

.list-posts .last-posts .post-inner {
    display: flex;
    flex-direction: row;
    gap:15px;
    margin-bottom: 20px;
}
.list-posts .content-right .post-category {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.list-posts .content-right .post-category:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #FCB92D;
    border-radius: 100%;
    color: #434343;
    margin-right: 8px;

}
.list-posts .content-right .post-category a {
    color:#434343;
}
.list-posts .content-right h3 {
    font-size: 90%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}
.list-posts .content-right p {
    margin-bottom: 10px;

}
.list-posts .content-right a.read-more-btn {
    color: #0C49C3;
    text-decoration: underline;
    font-weight: 500;
}

.list-posts .image-left {
    flex: 0 0 30%;
}

.list-posts .image-left img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.content-right {
    flex: 1;
}



.post-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.post-excerpt {
    margin-bottom: 10px;
}



@media (min-width: 768px) {

    .first-post {
        width: 50%;
    }

    .last-posts {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .list-posts {
        flex-direction: column;
    }
    .last-posts .post-inner {
    display: flex;
    flex-direction: column;
}

}

body .secretaria__nav ul li {
    position: relative;
    z-index: 1;
    line-height: 38px;
    list-style: none;
}

.elementor-widget-wgl-double-headings.divider_yes .wgl-double_heading .dbl-title_wrapper {
    padding-bottom: 17px
}

.elementor-widget-wgl-double-headings.divider_yes .wgl-double_heading .dbl-title_wrapper:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 2px;
    width: 10px;
    background-color: currentColor
}

.elementor-widget-wgl-double-headings.divider_yes .wgl-double_heading.aleft .dbl-title_wrapper:before {
    left: 0;
    box-shadow: 10px 0 0 0 currentColor,20px 0 0 0 currentColor,30px 0 0 0 currentColor,50px 0 0 0 currentColor
}

.elementor-widget-wgl-double-headings.divider_yes .wgl-double_heading.acenter .dbl-title_wrapper:before {
    left: 50%;
    margin-left: -40px;
    box-shadow: 20px 0 0 0 currentColor,30px 0 0 0 currentColor,40px 0 0 0 currentColor,50px 0 0 0 currentColor,70px 0 0 0 currentColor
}

.elementor-widget-wgl-double-headings.divider_yes .wgl-double_heading.aright .dbl-title_wrapper:before {
    right: 0;
    box-shadow: -10px 0 0 0 currentColor,-20px 0 0 0 currentColor,-30px 0 0 0 currentColor,-50px 0 0 0 currentColor
}

.wgl-double_heading {
    display: flex;
    flex-direction: column
}

.wgl-double_heading .dbl-title_wrapper {
    line-height: 0;
    position: relative;
    z-index: 1
}

.wgl-double_heading .dbl-title {
    font-size: 36px;
    line-height: 56px;
    font-weight: inherit;
    color: inherit
}

.wgl-double_heading .dbl-subtitle {
    font-size: 18px;
    font-weight: 700
}

.wgl-double_heading .dbl-subtitle span {
    position: relative;
    z-index: 1
}
.acenter {
    text-align: center;
}
