@charset "UTF-8";
/*
Theme Name: Admission Hub 3
Theme URI: https://wordpress.org/themes/
Author: Aya Matsubara
Author URI: http://tanty-portfolio.000webhostapp.com/
Description: Third edition of Admission Hub Theme.
Version: 3.0.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  one-column, right-sidebar, custom-header, custom-footer, blog, custom-logo, custom-menu, featured-images, posts-widgets, responsive-layout
Text Domain: admissionhub3
*/
/*  Theme common styles  */
/* 'loading...' message */
div#site-loading {
  opacity: 1 !important;
}
div#site-loading div#site-loading-message-container p#site-loading-message {
  animation: loadingBlinking 2.7s ease-in-out 0s infinite normal;
}

div#site-loading.site-loaded {
  opacity: 0 !important;
  display: none !important;
}

@keyframes loadingBlinking {
  0% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/*  @media screen definitions =================== */
/* Must be same size with "theme-main.js" & "slick-carousel-init.js" */
/*  Colors definitions =================== */
/*  Grayscale colors  */
/*  Text color  */
/*  Theme colors  */
/*  Side menu for mobile  */
/*  Theme Common Styles =================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: top;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100vh;
}

body {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  min-height: 100vh;
  color: #111111;
}

html,
body,
#site,
#site-inner,
#site-header,
#site-header-inner,
#main,
#footer {
  position: relative;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

html, body,
.font_family_for_paragraph,
.font_family_for_global_header_nav,
.font_family_for_footer_nav,
.font_family_for_title,
.font_family_for_caption,
.font_family_for_contact_btn,
.each-post-meta-primary:before,
.each-post-meta-secondary:before,
.each-post-meta-thirdary:before,
.each-post-meta-forthary:before,
#global-header-nav li a,
.contact-button a,
.lang-button,
.sub-mn-lg a,
.cat-name {
  color: #152f42;
}

/* Whole Site Content */
div#whole-site-content {
  width: 100%;
}

div#whole-site-content-inner {
  width: 100%;
}
div#whole-site-content-inner #whole-site-content-main {
  padding-top: 100px;
}

/*  Box sizing  */
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

h1, h2, h3, h4, strong {
  font-weight: bold;
}

h1 {
  text-align: left;
  font-size: 2rem;
}

h2 {
  font-size: 2em;
  margin: 0 0 35px 0;
}

h3 {
  font-size: 1.5em;
}

#footer-nav-bar ul,
#global-header-top ul,
.related-post-container ul,
.sidebar-container ul{
  padding: 0;
  margin: 0;
}

#footer-nav-bar li,
#global-header-top li,
.related-post-container li {
  list-style: none;
  padding: 0;
}

.fas *:before,
.fas *:after {
  font-family: "Font Awesome 5 Free";
}

button,
input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

a, a:hover {
  text-decoration: none;
}

a:hover {
  color: #1d76bb;
}

em {
  font-style: italic;
}

/*  Webkit Scroll Bar  */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  box-shadow: 0 0 4px 0 rgba(35, 35, 35, 0.75) inset;
  border-radius: 10px;
  background: rgba(35, 35, 35, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  box-shadow: 0 0 6px 0 #232323 inset;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
  box-shadow: 0 0 4px 0 rgba(35, 35, 35, 0.75) inset;
  background: rgba(17, 17, 17, 0.2);
}

::-webkit-scrollbar-track {
  background: rgba(219, 219, 219, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

@media screen and (max-width: 576px) {
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }

  ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
}
/*  Widget Sidebar  */
.widget-title {
  text-transform: uppercase;
}

/*  Clear float  */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* Breadcrumb */
#global-header-breadcrumb {
  padding: 1rem 4rem 0;
}
#global-header-breadcrumb #global-header-breadcrumb-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
#global-header-breadcrumb #global-header-breadcrumb-list * {
  font-size: 20px;
  font-weight: bold;
  color: #152f42;
  margin: 5px;
}
#global-header-breadcrumb #global-header-breadcrumb-list li:nth-child(-n+2) {
  display: none;
}

/* Header =================== */
#global-header-top {
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-shadow: 2px 2px 5px #0000001c;
  background: #fff;
  /* Header nav design */
}
#global-header-top #global-header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  padding: 0 30px;
}
#global-header-top #global-header-title .site-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-header-top #global-header-title .site-logo img {
  max-height: 42px;
  width: auto;
  margin: 10px;
}
#global-header-top #global-header-title .site-logo .slogan {
  display: inline-block;
  color: #1d76bb;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.5;
}
#global-header-top #global-header-title .header-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* Contact button */
  /* Language button */
}
#global-header-top #global-header-title .header-inner .line-icon:hover {
  opacity: 0.7;
}
#global-header-top #global-header-title .header-inner .line-icon, #global-header-top #global-header-title .header-inner .contact-button, #global-header-top #global-header-title .header-inner .lang-button {
  margin: 10px;
}
#global-header-top #global-header-title .header-inner .contact-button a {
  background: #ff2f4f;
  border: 1px solid #ff2f4f;
  border-radius: 3px;
  padding: 6px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  height: 100%;
  display: inline-block;
  padding: 0 16px;
}
#global-header-top #global-header-title .header-inner .contact-button a:hover {
  background: #fff;
  color: #ff2f4f;
}
#global-header-top #global-header-title .header-inner .lang-button, #global-header-top #global-header-title .header-inner .sub-mn-lg {
  background: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
#global-header-top #global-header-title .header-inner .lang-button {
  border: 1px solid #1d76bb;
  padding: 8px;
  display: flex;
  align-items: center;
  width: 93px;
}
#global-header-top #global-header-title .header-inner .lang-button i {
  margin: 4px;
}
#global-header-top #global-header-title .header-inner .lang-button .select-lg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#global-header-top #global-header-title .header-inner .lang-button .triangle-icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  margin-left: 5px;
}
#global-header-top #global-header-title .header-inner .lang-button .sub-mn-lg {
  display: none;
  position: absolute;
  top: 50px;
  right: 15px;
  text-align: left;
  padding: 0;
  width: 120px;
  z-index: 1000;
}
#global-header-top #global-header-title .header-inner .lang-button .sub-mn-lg li {
  position: relative;
  width: 120px;
  height: 35px;
}
#global-header-top #global-header-title .header-inner .lang-button .sub-mn-lg a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 12px;
}
#global-header-top #global-header-title .header-inner .lang-button .sub-mn-lg a:hover {
  background: #1d76bb;
  color: #fff;
}
#global-header-top #global-header-title .header-inner .lang-button .sub-mn-lg li + li {
  border-top: 1px solid #dfeef9 !important;
}
#global-header-top #global-header-title .header-inner .lang-button .sub-mn-lg .lg-flag img {
  width: 25px;
  height: 25px;
}
#global-header-top #global-header-title .header-inner .lang-button .sub-mn-lg .lg-flag small {
  padding-top: 3px;
  display: inline-block;
}
#global-header-top #global-header-title .header-inner .lang-button:hover .sub-mn-lg {
  display: block;
}
#global-header-top #global-header-nav {
  padding: 0;
  width: 100%;
}
#global-header-top #global-header-nav .mega-sub-menu {
  box-shadow: 2px 2px 5px #0000001c !important;
}

/* Footer =================== */
#site-footer {
  background: #1d76bb;
  padding: 2rem 0 1rem;
  z-index: 100;
  /* Footer contact info */
  /* Footer copyright */
}
#site-footer #footer-fixed, #site-footer .contact-button {
  display: none;
}
#site-footer .line-icon, #site-footer .contact-button {
  margin: 10px;
}
#site-footer .line-icon a, #site-footer .contact-button a {
  display: block;
  background: #ff2f4f;
  border: 1px solid #ff2f4f;
  border-radius: 3px;
  padding: 6px 16px;
  color: #fff;
  font-size: 14px;
}
#site-footer .line-icon a:hover, #site-footer .contact-button a:hover {
  background: #fff;
  color: #ff2f4f;
}
#site-footer #footer-area-container {
  display: flex;
  justify-content: center;
  /* Footer nav */
}
#site-footer #footer-area-container #contact-info, #site-footer #footer-area-container #menu-footer-menu-container {
  margin: 10px 20px 20px 0;
}
#site-footer #footer-area-container #contact-info {
  max-width: 300px;
}
#site-footer #footer-area-container #contact-info .about-company {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#site-footer #footer-area-container #contact-info .phone, #site-footer #footer-area-container #contact-info .location {
  display: flex;
  justify-content: flex-start;
}
#site-footer #footer-area-container #contact-info .phone i, #site-footer #footer-area-container #contact-info .location i {
  margin: 12px;
}
#site-footer #footer-area-container #footer-nav-bar .menu {
  font-weight: bold;
  margin: 0 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
#site-footer #footer-area-container #footer-nav-bar #menu-footer-menu > li {
  margin: 20px;
}
#site-footer #footer-area-container #footer-nav-bar .sub-menu {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
#site-footer #footer-area-container .menu-footer-menu-container > .menu > li,
#site-footer #footer-area-container .sub-menu li:first-child {
  margin-left: 0;
}
#site-footer .social-media {
  display: flex;
  justify-content: flex-start;
}
#site-footer .social-media i {
  font-size: 34px;
  margin: 10px;
  color: #fff;
}
#site-footer .social-media i:hover, #site-footer .social-media > a:hover {
  opacity: 0.7;
}
#site-footer .national-flags {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}
#site-footer .national-flags a {
  text-align: center;
}
#site-footer .national-flags a img {
  width: 40px;
  margin: 0 15px;
}
#site-footer .national-flags span {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  bottom: 0;
  display: block;
  margin: -5px auto;
}
#site-footer .footer-credits {
  margin: 10px auto;
  text-align: center;
}
#site-footer .footer-text-design,
#site-footer #menu-footer-menu a {
  color: #fff !important;
  font-size: 14px;
  margin-top: 5px;
}
#site-footer .footer-text-design p {
  line-height: 1.5;
}
#site-footer #footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #edf7ff;
  justify-content: space-around;
  z-index: 999;
}

/*  All Page Common Styles  */
main#site-main {
  width: 100%;
  min-height: 1200px;
}
main#site-main div#site-main-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/*  All Pages Common Styles  */
main.each-page {
  position: static;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  main.each-page {
    padding: 0 15% 0 5%;
  }
}
main.each-page.main-sidebar-open div.each-page-each div.each-page-each-inner {
  width: calc(100% - 300px);
  border-radius: 20px 0 0 20px;
  transition: width 0.4s ease-in 0.2s, border-radius 0.4s ease-in 0.2s;
}
@media screen and (max-width: 1100px) {
  main.each-page.main-sidebar-open div.each-page-each div.each-page-each-inner {
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 480px) {
  main.each-page.main-sidebar-open div.each-page-each div.each-page-each-inner {
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width: 480px) {
  main.each-page div.each-page-each {
    width: 100%;
  }
}
main.each-page div.each-page-each div.each-page-each-inner {
  width: 100%;
  transition: width 0.4s ease-in 0.2s, border-radius 0.4s ease-in 0.2s;
}

/*  Message if there is no proper template to show content =================== */
section.nothing-exists {
  width: 80%;
  margin: 60px auto;
  text-align: center;
}
section.nothing-exists hr:first-child {
  display: none;
}
section.nothing-exists P {
  margin: 15px 0;
}
section.nothing-exists div {
  margin: 60px 0;
}
section.nothing-exists div form {
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.75);
}
section.nothing-exists div form input[type=search] {
  width: 240px;
  padding: 15px 10px 15px 20px;
  border-radius: 15px 0 0 15px;
}
section.nothing-exists div form input[type=submit] {
  padding: 15px 20px 15px 20px;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
}
section.nothing-exists div form input[type=submit]:hover {
  background-color: rgba(0, 255, 136, 0.5);
}
section.nothing-exists div form input[type=submit]:active {
  background-color: rgba(0, 136, 72, 0.5);
}

/* Limit width of each section */
.main-section-limited-width {
  max-width: 1140px;
  margin: auto;
}

/* Default space between sections */
section {
  padding: 4rem 0;
}

section:first-child {
  padding: 0;
}

/* Remove the space between sections */
.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}

/* Hide page titles */
.page .entry-title {
  display: none;
}

/* Single page settings */
#single-page-main-inner {
  max-width: 70%;
  margin: 0;
}

#single-page .contents-main {
  padding: 0 !important;
}

#single-page .each-post-header-inner img {
  width: 100%;
}

/*   Styles for page.php  */
div.each-page-each div.each-page-each-inner main {
  width: 100%;
}
div.each-page-each div.each-page-each-inner main header.contents-header {
  text-align: center;
}
div.each-page-each div.each-page-each-inner main header.contents-header h1.page-title {
  margin: 20px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  div.each-page-each div.each-page-each-inner main header.contents-header h1.page-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main header.contents-header h1.page-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main header.contents-header h1.page-title {
    font-size: 1.2rem;
  }
}
div.each-page-each div.each-page-each-inner main header.contents-header div {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
div.each-page-each div.each-page-each-inner main header.contents-header div hr {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  width: 100%;
  margin: 10px 0 0 10px;
  border: none;
  border-top: 1px solid #a3a3a3;
}
div.each-page-each div.each-page-each-inner main header.contents-header div hr:first-child {
  margin: 10px 10px 0 0;
}
div.each-page-each div.each-page-each-inner main header.contents-header div h3.page-subtitle {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.2rem;
  vertical-align: top;
  white-space: nowrap;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper {
  width: 100%;
  height: 260px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper {
    height: 130px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 320px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper {
    height: 320px;
    padding: 30px 15px;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article {
    flex-direction: column;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st {
  flex-basis: 30%;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 320px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st {
    flex-basis: 50%;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-img-wrapper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-img-wrapper {
    height: 100%;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-img-wrapper a {
  width: 100%;
  height: 100%;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-img-wrapper a div.each-post-bg-img {
  width: 100%;
  height: 100%;
  background-color: #cecece;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-img-wrapper a div.each-post-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-img-wrapper a div.each-post-bg-img img:hover {
  opacity: 0.5;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 72px;
}
@media screen and (max-width: 880px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper {
    flex-direction: column;
    max-height: unset;
  }
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper {
    flex-direction: row;
    max-height: 55px;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p {
  flex-basis: 50%;
  margin: 0;
  padding: 4px 8px;
  border-top: solid 2px #ffffff;
  font-size: 0.7rem;
  line-height: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p {
    max-height: 40px;
  }
}
@media screen and (max-width: 960px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p {
    max-height: 55px;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p a {
  color: #666666;
  font-weight: bold;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p.each-post-1st-metainfo-cat {
  background-color: lightsalmon;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p.each-post-1st-metainfo-tag {
  background-color: #ce7aff;
  border-left: solid 2px #ffffff;
}
@media screen and (max-width: 880px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p.each-post-1st-metainfo-tag {
    border-left: none;
  }
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-metainfos-wrapper p.each-post-1st-metainfo-tag {
    border-left: solid 2px #ffffff;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  transform: translate(-3px, -3px);
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper {
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper {
    height: 24px;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper span {
  display: inline-block;
  height: 100%;
  float: left;
  margin: 0;
  padding: 8px 10px;
  border: solid 2px white;
  border-left: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  box-shadow: 3px 3px 3px -2px black;
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper span {
    padding: 6px 8px;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper span {
    padding: 4px 6px;
    font-size: 0.6rem;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper span.each-post-1st-new-icon {
  color: #ffffe4;
  background-color: #000000;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-1st div.each-post-1st-icon-wrapper span.sticky-post {
  font-weight: bold;
  text-shadow: 0 0 3px white;
  background-color: #ffe134;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd {
  flex-basis: 70%;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px 30px;
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd {
    flex-basis: 60%;
    padding: 2px 0 2px 10px;
  }
}
@media screen and (max-width: 320px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd {
    flex-basis: 50%;
    padding: 10px;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date {
  display: flex;
  flex-wrap: wrap-reverse;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a:first-child, div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a:nth-child(2) {
  display: inline-block;
  height: 1rem;
  line-height: 0.8rem;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a span {
  margin-right: 15px;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #666666;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a span:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a:nth-child(2) {
    display: none;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a.each-post-date-modified {
  pointer-events: none;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a.each-post-date-modified span:before {
  content: "";
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a.each-post-date-published {
  pointer-events: none;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a.each-post-date-published span:before {
  content: "";
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a.post-edit-link {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 0 auto;
  padding: 0px 8px;
  border: 2px solid #f27378;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #dbdbdb;
  cursor: pointer;
  background: linear-gradient(to bottom, #ed454b 0%, #ed454b 32%, #ec353c 34%, #ba1218 66%, #ba1218 100%, #ba1218 100%);
  opacity: 0.75;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a.post-edit-link:hover {
  border: 2px solid #f6a2a5;
  color: white;
  opacity: 1;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd time.each-post-2nd-date a.post-edit-link:active {
  color: #ededed;
  box-shadow: 2px 2px 8px #232323 inset;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title {
  margin: 10px 0 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 880px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title {
    margin: 5px 0 0 0;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 320px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd h3.each-post-2nd-title a {
  color: #3a3a3a;
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-content p {
  margin: 10px 0;
  height: 4rem;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-content p {
    margin: 5px 0;
    font-size: 0.75rem;
    height: 2.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-content p {
    font-size: 0.7rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-content p {
    height: 2.2rem;
    font-size: 0.6rem;
    line-height: 1.6;
    transform: translateX(-5%) scale(0.9);
    width: 110%;
  }
}
@media screen and (max-width: 320px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-content p {
    height: 3rem;
    transform: translateX(0) scale(1);
    width: 100%;
  }
}
div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-details-link {
  width: 100%;
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
  padding: 5px 40px 5px 30px;
  background-color: white;
}
@media screen and (max-width: 600px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-details-link {
    padding: 5px 10px 0px 10px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-details-link {
    padding: 5px 20px;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 480px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-details-link {
    padding: 5px 0 0 5px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article div.each-post-2nd div.each-post-2nd-details-link {
    padding: 10px 0 0 5px;
    font-size: 0.75rem;
  }
}

/*   Styles for Pages with a Sidebar  */
/* CSS for page template 'page-sidebar' */
#sidebar-page-wrapper {
  max-width: 1100px;
  margin: 30px auto 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#sidebar-page-wrapper #sidebar-page-content {
  width: 100%;
  max-width: 100%;
}
#sidebar-page-wrapper #sidebar {
  width: 300px;
  min-width: 300px;
  margin: 20px 0 20px 20px;
}
#sidebar-page-wrapper #sidebar .sidebar-content > * {
  padding: 5px 0 !important;
}
#sidebar-page-wrapper #sidebar .sidebar-content a, #sidebar-page-wrapper #sidebar .sidebar-content h4 {
  color: #152f42;
}
#sidebar-page-wrapper #sidebar .sidebar-content .mc-details {
  padding: 0 !important;
}
#sidebar-page-wrapper #sidebar .widget-title {
  background: #152f42;
  color: #fff !important;
  padding: 5px;
  margin-bottom: 5px;
}
#sidebar-page-wrapper #sidebar .sidebar-recent-post-container {
  display: block;
  font-weight: 100;
  letter-spacing: 2px;
  color: #a1b7c7;
  margin: 5px 0;
  border-bottom: 1px solid;
}
#sidebar-page-wrapper #sidebar .sidebar-recent-post-container a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
}
#sidebar-page-wrapper #sidebar .sidebar-recent-post-container:last-child {
  border-bottom: none;
}
#sidebar-page-wrapper #sidebar .sidebar-recent-post-container .post-date {
  font-size: 12px;
}
#sidebar-page-wrapper #sidebar .sidebar-recent-post-text {
  margin: 0 5px 5px;
}
#sidebar-page-wrapper #sidebar .sidebar-recent-post-text h4 {
  letter-spacing: normal;
}

/*   Styles for Front Page  */
/* Front page: Top banner area */
.hero-banner-container .elementor-row {
  display: flex;
  justify-content: flex-end;
}

.hero-banner .elementor-element-populated,
.hero-banner-small .elementor-element-populated,
.hero-banner-small .elementor-widget,
.section-reasons-mobile .elementor-element-populated {
  padding: 0 !important;
  margin: 0 !important;
}

.hero-banner-large img {
  position: absolute !important;
  top: 0;
  left: 0;
}

/* Front page: Show an underline in the headings */
.section-reasons h3:before,
.section-reasons .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text:before,
.section-study-style h3:before,
.section-testimonials h3:before,
.section-youtube .elementor-icon-list-text:before,
.section-contact h3:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 3px solid #1c76bb;
}

/* Front page: Center icons in the section 2 */
.section2-box .elementor-icon-list-icon i {
  line-height: 28px;
}

/* Front page: Design for the 3 images on the right */
.hero-banner-small {
  padding: 10px;
  background: #fff;
}
.hero-banner-small section {
  padding: 0;
  margin: 0;
}
.hero-banner-small .elementor-widget-wrap {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.hero-banner-small img:hover {
  cursor: pointer;
}

/* Front Page: Callout design */
.banner-selected {
  box-shadow: 3px 3px 5px #ccc;
}
.banner-selected img {
  border: 8px solid #03b9cf !important;
  background: #03b9cf;
  position: relative;
}

/* Front Page: Design for the section 1: Blue box area */
.elementor-icon-box-description {
  text-align: left;
}

.blue-box .elementor-widget-container {
  height: 300px;
}

/* Front _age: Design for the section 2: Boxes with images */
.section2-box .elementor-widget-wrap {
  height: 550px;
  box-shadow: 5px 5px 10px #0e00002b;
  background: #fff;
}
.section2-box .elementor-widget-wrap img {
  width: 100%;
}

/* Styles for Blog Page */
/*
* CSS for blog-top.php
*/
/* Blog Page: Design for the featured blog posts */
#blogs-featured {
  margin-top: 50px;
  background: -webkit-linear-gradient(#fff 30%, #ecf7ff 30%);
  background: linear-gradient(#fff 30%, #ecf7ff 30%);
}

#blogs-featured h3,
#blogs-recent h3 {
  text-align: center;
}

.blog-title {
  color: #152f42;
  font-weight: bold;
}

.post-date {
  font-weight: 400;
  letter-spacing: 2px;
  color: #4f6779;
}

#blogs-featured-container,
.blog-categories,
#blogs-recent {
  margin: 20px 0;
}

#blogs-featured-container {
  padding-bottom: 50px;
}

#blogs-featured-container,
#blogs-recent-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

#blogs-featured-container img,
#blogs-recent-container img,
.blog-img-wrapper {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

#blogs-featured-container img:hover,
#blogs-recent-container img:hover {
  transform: scale(1.1);
  filter: brightness(0.8);
  transition: all 0.2s ease-out;
}

#blogs-featured-container .blog-featured,
#blogs-recent-container .blog-recent {
  max-width: 360px;
  width: 30%;
  margin: 10px 5px 30px;
}

#blogs-featured-container .featured-tag,
#blog-latest-container .new-tag {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 12px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
  margin: -40px -15px 0;
}

#blog-latest-container .new-tag {
  color: #fff;
  background: #152f42;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  margin: -8px;
}

/* Design for the blog category buttons */
.category-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
}

.blog-categories,
.blog-category-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  flex-wrap: wrap;
  text-align: center;
}

.blog-categories .blog-category-icons img {
  width: 100%;
}
.blog-categories a {
  width: 90px;
  height: 90px;
  min-width: 60px;
  min-width: 60px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}
.blog-categories a:hover {
  filter: brightness(0.7);
}
.blog-categories .category-heading {
  margin: 10px;
}

/* Design for the recent posts */
#blogs-featured-container,
#blogs-recent-container {
  flex-wrap: wrap;
}

#blogs-recent-container .category-icon-small {
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: 100;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
}

#blogs-featured-container .blog-excerpt,
#blogs-recent-container .blog-excerpt,
#blog-latest-container .blog-excerpt {
  height: 3rem;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #152f42;
  margin: 10px 0 0;
}

#blog-latest-container .blog-excerpt {
  height: 7rem;
}

/* Search button */
.category-header .searchform {
  margin: 10px;
  border: 2px solid;
  position: relative;
}
.category-header .searchform input:first-child {
  padding: 10px;
  min-width: 260px;
}
.category-header .searchform input:nth-child(2) {
  background-color: #152f42;
  color: #fff;
  height: 100%;
  padding: 0 10px;
  margin: 0 0 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Pagination */
.page-num {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  /* Pagination buttons */
}
.page-num > * {
  color: #152f42;
  margin: 5px;
  font-size: 1.2rem;
}
.page-num > .current {
  opacity: 0.6;
}
.page-num > .page-numbers:not(.current):not(.dots):hover {
  color: #1d76bb;
}
.page-num .pagination-wrapper {
  background-color: #152f42;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.page-num .pagination-wrapper:hover {
  background-color: #1d76bb;
}
.page-num .prev-blog-page, .page-num .next-blog-page {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 14px solid #fff;
  vertical-align: middle;
}
.page-num .next-blog-page {
  border-right: none;
  border-left: 14px solid #fff;
}

/* Blog category page */
#blog-latest-container {
  position: relative;
  margin: auto 20px;
}
#blog-latest-container:before, #blog-latest-container:after {
  content: "";
  border: 1px solid #152f42;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.1;
}
#blog-latest-container:after {
  bottom: 5px;
}
#blog-latest-container .blog-recent {
  display: flex;
  justify-content: center;
  padding: 40px;
}
#blog-latest-container .blog-recent .blog-text-container {
  margin: 20px 0 0 20px;
  max-width: 400px;
  height: auto;
  overflow: hidden;
}
#blog-latest-container .blog-img-wrapper {
  max-width: 600px;
  width: auto;
  height: auto;
}
#blog-latest-container .blog-img-wrapper img {
  max-width: 600px;
  min-width: 300px;
  width: 100%;
  height: auto;
}
#blog-latest-container .read-more {
  background-color: #152f42;
  width: 120px;
  text-align: center;
  padding: 8px;
  color: #fff;
  margin-top: 10px;
}
#blog-latest-container .read-more:hover {
  background-color: #1d76bb;
}

/* Indivisual blog page */
#posts-loop-single .each-post-bg-img {
  height: auto !important;
}
#posts-loop-single .each-post-bg-img img {
  object-fit: cover !important;
}

.each-post-info .each-post-date-modified,
.each-post-meta-thirdary {
  display: none;
}

.each-post-main ul {
  margin-left: 30px;
}
.each-post-main ul li {
  list-style: disc;
}

#posts-loop-single {
  padding: 1rem;
}

.pagination-single {
  margin: 0 30px !important;
  padding: 0 !important;
}
.pagination-single p span a {
  font-family: inherit !important;
  color: inherit !important;
  font-size: inherit;
}

.single-post-bottom-nav p span {
  font-size: inherit !important;
  font-weight: 500;
}

#single-page .contents-header {
  margin-left: 1rem;
}
#single-page h2 {
  margin: 35px 0;
  background: #eef4fb;
  border-left: 5px solid #152f42;
  padding: 5px;
	font-size: 1.5rem;
	line-height: 2;
}
#single-page #single-page-main {
  margin: 30px auto;
}

#search-page .each-post-1st-icon-wrapper {
  display: none;
}

#toc_container {
  margin: 30px 0;
  font-weight: 500;
  border: 1px solid #1d76bb;
  box-shadow: 3px 3px #152f42;
  padding: 20px;
  width: 70%;
  min-width: 280px;
}

@media only screen and (max-width: 768px) {
  #blogs-featured-container,
#blogs-recent-container {
    max-width: 680px;
  }

  #blog-latest-container .blog-recent {
    flex-direction: column;
    padding: 40px 0 40px 0;
  }
  #blog-latest-container .blog-recent .blog-text-container {
    max-width: 100%;
  }

  .blog-categories .category-heading {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #blogs-featured-container {
    background: #ecf7ff;
  }

  main.each-page {
    padding: 0;
  }

  .blog-categories .blog-category-icons {
    flex-wrap: nowrap;
    width: 100%;
    margin: 10px;
  }
  .blog-categories .blog-category-icons a {
    border: solid 1px #fff;
    margin: 0;
    width: 60px;
    height: 60px;
  }

  #blogs-featured-container .blog-featured,
#blogs-recent-container .blog-recent {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 30px;
  }

  #global-header-breadcrumb {
    padding: 1rem 0 0;
  }

  /* CSS setting for Search result page */
  div.each-page-each div.each-page-each-inner main header.contents-header h1.page-title {
    margin: 10px !important;
  }
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper {
    height: auto !important;
  }
  div.each-page-each div.each-page-each-inner main div.posts-loop-wrapper article {
    flex-direction: column;
    padding: 10px;
  }

  .each-page-inner .posts-loop-wrapper {
    height: auto;
  }

  .each-post-2nd-content {
    display: none;
  }
}
/* Styles for Responsive View */
@media only screen and (max-width: 890px) {
  #global-header-top #global-header-title .site-logo .slogan {
    display: none;
  }

  .blue-box .elementor-widget-container {
    height: 350px;
  }

  #site-footer #footer-area-container .menu-footer-menu-container {
    margin: 0 40px 20px;
  }

  #site-footer #footer-area-container #footer-nav-bar .menu {
    margin: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .blue-box .elementor-widget-container,
.section2-box .elementor-widget-wrap {
    height: auto;
  }

  /* Front Page: Hide the green arrow in the top banner */
  .banner-selected {
    box-shadow: none;
  }
  .banner-selected img {
    border: 0 !important;
    border-radius: 0 !important;
  }

  .hero-banner-small img {
    margin: 10px auto;
  }

  #sidebar-page-wrapper #sidebar {
    display: none;
  }

  #single-page-main-inner,
#sidebar #sidebar-page-content {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  #global-header-top #global-header-title {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  div#whole-site-content-inner #whole-site-content-main {
    padding-top: 60px;
  }

  #global-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    /* Center the sub menus when the hamburger menu is open */
  }
  #global-header-top #global-header-title {
    display: inline-block;
    width: auto;
    z-index: 1;
  }
  #global-header-top #global-header-nav {
    width: 100%;
    position: absolute;
  }
  #global-header-top #global-header-nav .mega-menu-open + ul {
    position: absolute !important;
    width: 100% !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    z-index: 1000;
  }

  #site-footer {
    margin-bottom: 3rem;
  }
  #site-footer #footer-area-container {
    flex-direction: column;
  }
  #site-footer #footer-area-container #contact-info,
#site-footer #footer-area-container #contact-info .social-media {
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }
  #site-footer #footer-area-container .menu-footer-menu-container,
#site-footer #footer-area-container #contact-info {
    margin: 0 auto 10px;
  }
  #site-footer #footer-fixed {
    display: flex;
    justify-content: center;
  }
  #site-footer .contact-button {
    display: inline;
  }
  #site-footer .footer-logo img {
    display: block;
    margin: auto;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #fff;
  }

  #global-header-top #global-header-title .header-inner,
.footer-hide {
    display: none;
  }
}

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