/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Times New Roman";
  font-size: 1rem;
  line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Times New Roman";
}

h1, .h1 {
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

h2, .h2 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 600;
}

h3, .h3 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 600;
}

h4, .h4 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 600;
}

h5, .h5 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

h6, .h6 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
  --sufal-color-primary: #006838;
  --sufal-color-text-heading: #171717;
  --sufal-color-text-main: #091c14;
  --sufal-color-link: #081837;
  --sufal-color-link-hover: #8fc244;
  --sufal-color-white: #ffffff;
  --sufal-color-black: #000000;
  --sufal-body-bg: #e3f3e3;
  --sufal-footer-text-color: #dde9cb;
  --sufal-navbar-bg-color: #c4eed9;
  --sufal-navbar-link-color: #1d3121;
  --sufal-navbar-hover-color: #1baa1e;
}

html {
  font-size: 62.5%;
  /* Now 10px = 1rem! */
}

body {
  background: var(--sufal-body-bg);
  font-family: "Times New Roman";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
  }
}
.site {
  overflow: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  border-color: #dee2e6;
  margin-bottom: 1.5rem;
}
table > thead {
  vertical-align: bottom;
}
table > :not(:first-child) {
  border-top: 2px solid var(--thm-color-black);
}
table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table th {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Times New Roman";
}
table th a {
  color: var(--sufal-color-heading);
}
table td {
  font-family: "Times New Roman";
  font-size: 1.4rem;
  line-height: 2;
}
table .star-toggle {
  color: var(--sufal-color-text-main);
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--sufal-color-link-hover);
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.footer-main {
  color: #DDE9CB;
  font-family: "Times New Roman";
}

.footer-bg {
  background: var(--sufal-color-primary) url(../images/footer-bg.jpg) no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-size: cover;
}
.footer-bg.footer-spacing {
  padding: 4rem 2rem;
  border-radius: 1rem;
}

.footer-bottom {
  background: var(--sufal-color-white);
  padding: 3.5rem 0;
  font-family: "Times New Roman";
}

.footer-bottom-info {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  color: #1C182C;
}
.footer-bottom-info a {
  color: #1C182C;
}
@media (max-width: 991px) {
  .footer-bottom-info {
    text-align: center;
    margin-top: 2rem;
  }
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .footer-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-nav ul li {
  list-style: none;
}
.footer-nav ul li:not(:last-child) {
  margin-right: 1rem;
}
.footer-nav ul li a {
  color: #1C182C;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 600px) {
  .footer-nav ul li {
    margin-bottom: 1rem;
  }
}

.error-page {
  margin-bottom: 0;
}

.error-404 {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--sufal-color-primary);
  position: relative;
  z-index: 9;
  text-align: center;
  font-family: "Times New Roman";
}
.error-404 span {
  font-size: 30rem;
  line-height: 1;
  font-weight: 600;
}
.error-404 h1 {
  color: var(--sufal-color-text-heading);
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.error-404 a {
  background: var(--sufal-color-primary);
  color: var(--sufal-color-white);
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.error-404 a:hover {
  color: var(--sufal-color-text-heading);
}
@media (max-width: 768px) {
  .error-404 span {
    font-size: 15rem;
    line-height: 1;
    font-weight: 600;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#header {
  background-color: var(--sufal-body-bg);
}

.fixed-top {
  border-bottom: 1px solid var(--sufal-color-primary);
}

.sufal-brand-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .sufal-brand-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .sufal-brand-logos > div {
    max-width: 40px;
  }
}
.sufal-brand-logos > div:not(:last-child) {
  padding-right: 0.5rem;
}
@media (min-width: 1200px) {
  .sufal-brand-logos > div:not(:last-child) {
    border-right: 1px solid rgba(1, 47, 71, 0.2);
  }
}
.sufal-brand-logos > div:not(:first-child) {
  padding-left: 0.5rem;
}
.sufal-brand-logos img {
  max-width: 100%;
}

.navbar {
  background-color: var(--sufal-navbar-bg-color);
  border-bottom: 2px solid #261d1d;
}

.navbar-toggler {
  font-size: 1.5rem;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-nav .nav-item .nav-link {
  color: var(--sufal-navbar-link-color);
  font-family: "Times New Roman";
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    line-height: 2;
  }
}
@media (max-width: 991px) {
  .navbar-nav .nav-item .nav-link {
    line-height: 1;
  }
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  color: var(--sufal-navbar-hover-color);
}
.navbar-nav .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 1px solid #e7e7e7;
}
.navbar-nav .dropdown-menu .sub-menu {
  border: 0;
  padding-left: 1rem;
}
.navbar-nav .dropdown-menu .nav-item {
  padding: 0;
  margin: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: var(--sufal-color-primary);
  color: #fff;
}

.video-gallery-nav .img,
.photo-gallery-nav .img {
  padding: 0;
}
.video-gallery-nav .slick-arrow,
.photo-gallery-nav .slick-arrow {
  z-index: 99;
}
.video-gallery-nav .slick-arrow.slick-next, .video-gallery-nav .slick-arrow.slick-prev,
.photo-gallery-nav .slick-arrow.slick-next,
.photo-gallery-nav .slick-arrow.slick-prev {
  width: 68px;
  height: 68px;
  background-size: contain;
}
@media (max-width: 768px) {
  .video-gallery-nav .slick-arrow.slick-next, .video-gallery-nav .slick-arrow.slick-prev,
.photo-gallery-nav .slick-arrow.slick-next,
.photo-gallery-nav .slick-arrow.slick-prev {
    width: 40px;
    height: 40px;
  }
}
.video-gallery-nav .slick-arrow.slick-next:before, .video-gallery-nav .slick-arrow.slick-prev:before,
.photo-gallery-nav .slick-arrow.slick-next:before,
.photo-gallery-nav .slick-arrow.slick-prev:before {
  display: none;
}
.video-gallery-nav .slick-arrow.slick-next,
.photo-gallery-nav .slick-arrow.slick-next {
  background: url(../images/btn-next.png) no-repeat;
  background-size: contain;
  right: 0;
}
.video-gallery-nav .slick-arrow.slick-prev,
.photo-gallery-nav .slick-arrow.slick-prev {
  background: url(../images/btn-prev.png) no-repeat;
  background-size: contain;
  left: 0;
}

.video-gallery-slider .slick-arrow {
  z-index: 99;
}
.video-gallery-slider .slick-arrow.slick-next, .video-gallery-slider .slick-arrow.slick-prev {
  width: 80px;
  height: 84px;
  background-size: contain;
}
@media (max-width: 768px) {
  .video-gallery-slider .slick-arrow.slick-next, .video-gallery-slider .slick-arrow.slick-prev {
    width: 40px;
    height: 40px;
  }
}
.video-gallery-slider .slick-arrow.slick-next:before, .video-gallery-slider .slick-arrow.slick-prev:before {
  display: none;
}
.video-gallery-slider .slick-arrow.slick-next {
  background: url(../images/right.png) no-repeat;
  background-size: contain;
  right: -10rem;
}
@media (max-width: 1340px) {
  .video-gallery-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.video-gallery-slider .slick-arrow.slick-prev {
  background: url(../images/left.png) no-repeat;
  left: -10rem;
  background-size: contain;
}
@media (max-width: 1340px) {
  .video-gallery-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

#to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  cursor: pointer;
  display: none;
}
#to-top i {
  background: var(--sufal-color-primary);
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .dropdown-toggle::after {
    float: right;
  }
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .pagination-wrap {
    margin: 5rem 0;
  }
}
.pagination-wrap .page-numbers {
  font-size: 1.5rem;
  line-height: 0;
  font-weight: 400;
  text-align: center;
  padding: 1.6rem;
  border-radius: 5px;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.8rem;
  color: var(--sufal-color-text-main);
  text-decoration: none;
  border: 1px solid var(--sufal-color-primary);
}
.pagination-wrap .page-numbers.current {
  color: var(--sufal-color-white);
  background: var(--sufal-color-primary);
}
.pagination-wrap .page-numbers i {
  font-size: 1.4rem;
  line-height: 0;
}
.pagination-wrap a {
  color: var(--sufal-color-text-main);
}
.pagination-wrap a:hover {
  color: var(--sufal-color-white);
  background: var(--sufal-color-primary);
}

.post-navigation {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
}
@media (max-width: 480px) {
  .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post-navigation .post-previous {
  padding-right: 1.6rem;
}
@media (max-width: 480px) {
  .post-navigation .post-previous {
    padding-right: 0;
  }
}
.post-navigation .post-next {
  padding-left: 1.6rem;
  text-align: right;
  border-left: 1px solid #eee;
}
@media (max-width: 480px) {
  .post-navigation .post-next {
    margin-top: 1.6rem;
    border-left: 0;
    padding-left: 0;
  }
}
.post-navigation .post-previous,
.post-navigation .post-next {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    width: auto;
  }
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
  text-decoration: none;
}
.post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
  color: var(--sufal-color-text-heading);
  font-size: 2.4rem;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  word-wrap: break-word;
}
.post-navigation .post-previous a h3:hover,
.post-navigation .post-next a h3:hover {
  color: var(--sufal-color-primary);
}
@media (max-width: 480px) {
  .post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.post-navigation .post-previous a span,
.post-navigation .post-next a span {
  color: var(--sufal-color-text-main);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.post-navigation .post-previous a span:hover,
.post-navigation .post-next a span:hover {
  color: var(--sufal-color-primary);
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    text-align: center;
  }
}

.page-links span,
.page-links a {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.page-links span {
  background: var(--sufal-color-light-bg);
}
.page-links a {
  background: var(--sufal-color-secondary);
  color: var(--sufal-color-white);
}
.page-links a:hover {
  color: var(--sufal-color-white);
  background: var(--sufal-color-primary);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.main-content-wrapper {
  margin: 2rem 0 2rem;
}
@media (max-width: 768px) {
  .main-content-wrapper {
    margin: 6rem 0;
  }
}
@media (max-width: 540px) {
  .main-content-wrapper {
    margin: 3rem 0;
  }
}

.page .page, .search .notice,
.search .tender,
.search .post,
.search .page, .single .post, .archive .post, .archive .events, .blog .post {
  background-color: var(--sufal-color-white);
  padding: 1rem;
  border-radius: 1rem;
}
.page .page .post-thumbnail, .search .notice .post-thumbnail,
.search .tender .post-thumbnail,
.search .post .post-thumbnail,
.search .page .post-thumbnail, .single .post .post-thumbnail, .archive .post .post-thumbnail, .archive .events .post-thumbnail, .blog .post .post-thumbnail {
  text-align: center;
}
.page .page .post-thumbnail img, .search .notice .post-thumbnail img,
.search .tender .post-thumbnail img,
.search .post .post-thumbnail img,
.search .page .post-thumbnail img, .single .post .post-thumbnail img, .archive .post .post-thumbnail img, .archive .events .post-thumbnail img, .blog .post .post-thumbnail img {
  border-radius: 1rem;
  max-width: 100%;
}
.page .page .entry-title, .search .notice .entry-title,
.search .tender .entry-title,
.search .post .entry-title,
.search .page .entry-title, .single .post .entry-title, .archive .post .entry-title, .archive .events .entry-title, .blog .post .entry-title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Times New Roman";
}
.page .page .entry-title a, .search .notice .entry-title a,
.search .tender .entry-title a,
.search .post .entry-title a,
.search .page .entry-title a, .single .post .entry-title a, .archive .post .entry-title a, .archive .events .entry-title a, .blog .post .entry-title a {
  color: var(--sufal-color-text-heading);
}
.page .page .entry-title a:hover, .search .notice .entry-title a:hover,
.search .tender .entry-title a:hover,
.search .post .entry-title a:hover,
.search .page .entry-title a:hover, .single .post .entry-title a:hover, .archive .post .entry-title a:hover, .archive .events .entry-title a:hover, .blog .post .entry-title a:hover {
  color: var(--sufal-color-primary);
}
.page .page .entry-meta, .search .notice .entry-meta,
.search .tender .entry-meta,
.search .post .entry-meta,
.search .page .entry-meta, .single .post .entry-meta, .archive .post .entry-meta, .archive .events .entry-meta, .blog .post .entry-meta {
  color: var(--sufal-color-text-main);
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.page .page .entry-meta a, .search .notice .entry-meta a,
.search .tender .entry-meta a,
.search .post .entry-meta a,
.search .page .entry-meta a, .single .post .entry-meta a, .archive .post .entry-meta a, .archive .events .entry-meta a, .blog .post .entry-meta a {
  color: var(--sufal-color-primary);
}
.page .page .entry-meta a:hover, .search .notice .entry-meta a:hover,
.search .tender .entry-meta a:hover,
.search .post .entry-meta a:hover,
.search .page .entry-meta a:hover, .single .post .entry-meta a:hover, .archive .post .entry-meta a:hover, .archive .events .entry-meta a:hover, .blog .post .entry-meta a:hover {
  color: var(--sufal-color-primary);
}
.page .page .entry-content, .search .notice .entry-content,
.search .tender .entry-content,
.search .post .entry-content,
.search .page .entry-content, .single .post .entry-content, .archive .post .entry-content, .archive .events .entry-content, .blog .post .entry-content,
.page .page .entry-summary,
.search .notice .entry-summary,
.search .tender .entry-summary,
.search .post .entry-summary,
.search .page .entry-summary,
.single .post .entry-summary,
.archive .post .entry-summary,
.archive .events .entry-summary,
.blog .post .entry-summary {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.blog .post {
  padding: 0;
}
.blog .post .entry-thumbnail {
  text-align: center;
}
.blog .post .entry-header {
  padding: 0 2rem;
  margin: 2rem 0 1rem;
}
.blog .post .entry-title {
  word-break: break-all;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.blog .post .entry-content {
  padding: 0 2rem 2rem;
  position: relative;
}
.blog .post .entry-footer {
  padding: 0 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .post .entry-footer .entry-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .post .entry-footer .entry-author .avatar {
  border-radius: 50%;
}
.blog .post .entry-footer .entry-author .avatar img {
  margin-right: 1rem;
}
.blog .post .entry-footer a {
  color: var(--sufal-color-text-heading);
}
.blog .post .entry-footer a:hover {
  color: var(--sufal-color-primary);
}

.archive .events {
  padding: 0;
}
.archive .events .entry-thumbnail {
  text-align: center;
}
.archive .events .entry-header {
  padding: 0 2rem;
  margin: 2rem 0 1rem;
}
.archive .events .entry-title {
  word-break: break-all;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.archive .events .entry-content {
  padding: 0 2rem 2rem;
  position: relative;
}
.archive .events .entry-footer {
  padding: 0 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive .events .entry-footer .entry-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive .events .entry-footer .entry-author .avatar {
  border-radius: 50%;
}
.archive .events .entry-footer .entry-author .avatar img {
  margin-right: 1rem;
}
.archive .events .entry-footer a {
  color: var(--sufal-color-text-heading);
}
.archive .events .entry-footer a:hover {
  color: var(--sufal-color-primary);
}

.archive .post {
  margin-bottom: 2rem;
}
.archive .post .single-post-thumbnail {
  text-align: center;
  margin-bottom: 1rem;
}
.archive .post .entry-title {
  margin-bottom: 1rem;
}

.single .post .single-post-thumbnail {
  position: relative;
}
.single .post .single-post-thumbnail .date-meta {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1rem;
  border-radius: 1rem;
  color: #fff;
  background: #0e250e;
  border: 2px solid #bdf0c5;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
}
.single .post .entry-title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Times New Roman";
  margin: 2rem 0 1rem;
}
.single .post .entry-meta {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .single .post .entry-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single .post .entry-meta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .single .post .entry-meta-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.single .post .entry-meta-left > div i {
  margin-right: 0.6rem;
}
.single .post .entry-meta-left > div:first-child {
  margin-right: 1.2rem;
}
.single .notice .entry-title,
.single .tender .entry-title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Times New Roman";
  margin: 2rem 0 1rem;
}

.search .notice,
.search .tender,
.search .post,
.search .page {
  margin: 0 0 1.5em;
}
.search .notice .entry-summary,
.search .tender .entry-summary,
.search .post .entry-summary,
.search .page .entry-summary {
  margin-top: 1rem;
}

.page .page .entry-header {
  margin-bottom: 0;
}

.page-header {
  margin-bottom: 2rem;
}
.page-header .page-title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--sufal-color-white);
  background-color: var(--sufal-color-primary);
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0;
  font-family: "Times New Roman";
}

.single-site-main {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.post-grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 991px) {
  .post-grid-3 {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .post-grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.notice-archive,
.tender-archive {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
}
.notice-archive .tender-item,
.tender-archive .tender-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 576px) {
  .notice-archive .tender-item,
.tender-archive .tender-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.notice-archive .tender-item:not(:last-child),
.tender-archive .tender-item:not(:last-child) {
  margin-bottom: 2rem;
}
.notice-archive .tender-link,
.notice-archive .tender-meta,
.tender-archive .tender-link,
.tender-archive .tender-meta {
  background: #c3eed5;
  padding: 1rem;
  border-radius: 0.5rem;
}
.notice-archive .tender-link,
.tender-archive .tender-link {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .notice-archive .tender-link,
.tender-archive .tender-link {
    margin-right: 1rem;
  }
}
.notice-archive .tender-link p,
.tender-archive .tender-link p {
  margin-bottom: 0;
  color: var(--sufal-color-primary);
  cursor: pointer;
}
.notice-archive .tender-link p:hover,
.tender-archive .tender-link p:hover {
  color: var(--sufal-color-text-heading);
}
.notice-archive .tender-meta,
.tender-archive .tender-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice-archive .tender-meta .exp-date,
.tender-archive .tender-meta .exp-date {
  margin-right: 1rem;
}
.notice-archive .tender-meta .exp-date p,
.tender-archive .tender-meta .exp-date p {
  margin-bottom: 0;
  padding: 1rem;
  background-color: #091c14;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.notice-archive .tender-meta .download .btn-download,
.tender-archive .tender-meta .download .btn-download {
  padding: 1rem;
  background-color: var(--sufal-color-primary);
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice-archive .tender-meta .download .btn-download i,
.tender-archive .tender-meta .download .btn-download i {
  margin-right: 0.5rem;
}
.notice-archive a,
.tender-archive a {
  color: #90c344;
  background: #c3eed5;
  border-radius: 0.5rem;
  padding: 1rem;
}
.notice-archive a:not(:last-child),
.tender-archive a:not(:last-child) {
  margin-bottom: 2rem;
}
.notice-archive a:hover,
.tender-archive a:hover {
  color: var(--sufal-color-text-heading);
}

.archive-page-title {
  margin-bottom: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  padding: 1.25rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.wpcf7-form textarea {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 0.8rem 1.25rem;
}
.wpcf7-form textarea:placeholder {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.wpcf7-form input[type=submit] {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  padding: 1.25rem 2rem;
  border: 0;
  background: var(--sufal-color-primary);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.wpcf7-form input[type=submit]:hover {
  background: #10d77b;
}
@media (max-width: 768px) {
  .wpcf7-form input[type=submit] {
    margin-top: 1.5rem;
  }
}
.wpcf7-form .form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 5rem;
}

.comments-title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 3rem;
}

.comment-list {
  margin: 0;
}
.comment-list > li {
  list-style: none;
  margin-bottom: 5rem;
}
.comment-list .children {
  margin: 0;
}
.comment-list .children li {
  margin-bottom: 5rem;
  list-style: none;
}
.comment-list .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.comment-list .comment-body .comment-avatar {
  margin-right: 1.5rem;
}
.comment-list .comment-body .comment-avatar img {
  border-radius: 50%;
}
.comment-list .comment-body .comment-content {
  display: block;
  width: 100%;
}
.comment-list .comment-body .comment-content a.url {
  color: var(--sufal-color-text-heading);
  font-family: "Times New Roman";
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.comment-list .comment-body .comment-content .comment-date {
  font-family: "Times New Roman";
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1rem;
}
.comment-list .comment-body .comment-content .comment-text p {
  margin-bottom: 1rem;
  word-wrap: break-word;
}
.comment-list .comment-body .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-list .comment-body .comment-content .comment-text a {
  color: var(--sufal-color-heading);
}

.comment-form-area {
  margin-bottom: 8rem;
}

.sufal-comment-form input[type=text],
.sufal-comment-form input[type=email] {
  padding: 1rem;
  font-family: "Times New Roman";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  width: 100%;
  color: var(--sufal-color-text-heading);
}
@media (max-width: 768px) {
  .sufal-comment-form input[type=text],
.sufal-comment-form input[type=email] {
    margin-bottom: 1rem;
  }
}
.sufal-comment-form input[type=text]::-webkit-input-placeholder, .sufal-comment-form input[type=email]::-webkit-input-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form input[type=text]::-moz-placeholder, .sufal-comment-form input[type=email]::-moz-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form input[type=text]:-ms-input-placeholder, .sufal-comment-form input[type=email]:-ms-input-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form input[type=text]::-ms-input-placeholder, .sufal-comment-form input[type=email]::-ms-input-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form input[type=text]::placeholder,
.sufal-comment-form input[type=email]::placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form textarea {
  padding: 1rem;
  font-family: "Times New Roman";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  width: 100%;
}
.sufal-comment-form textarea::-webkit-input-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form textarea::-moz-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form textarea:-ms-input-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form textarea::-ms-input-placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form textarea::placeholder {
  color: var(--sufal-color-text-heading);
}
.sufal-comment-form input[type=submit] {
  color: var(--sufal-color-white);
  background: var(--sufal-color-primary);
  border-color: var(--sufal-color-primary);
  padding: 1rem 2rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
}

.comment-form-cookies-consent {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .comment-form-cookies-consent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.comment-form-cookies-consent label {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .comment-form-cookies-consent label {
    line-height: 1.4;
  }
}
.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 1rem;
}

/* Widgets
--------------------------------------------- */
.widget-area .widget {
  background-color: var(--sufal-color-white);
  padding: 2rem;
  border-radius: 1rem;
}

.widget-area .widget .wp-block-group .wp-block-group__inner-container h2 {
  font-family: "Times New Roman";
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1baa1e;
  position: relative;
}
.widget-area .widget .wp-block-group .wp-block-group__inner-container h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(177deg, rgb(255, 255, 255) 0%, rgb(27, 169, 29) 50%, rgb(255, 255, 255) 100%);
}

.widget-area .widget ul,
.widget-area .widget ol {
  margin: 0;
  padding: 0;
}
.widget-area .widget ul li,
.widget-area .widget ol li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Times New Roman";
  color: var(--sufal-color-text-main);
}
.widget-area .widget ul li:not(:last-child),
.widget-area .widget ol li:not(:last-child) {
  margin-bottom: 1rem;
}
.widget-area .widget ul li a,
.widget-area .widget ol li a {
  text-decoration: none;
  color: var(--sufal-color-text-main);
}
.widget-area .widget ul li a:hover,
.widget-area .widget ol li a:hover {
  color: var(--sufal-color-link-hover);
}

.widget-area .widget_search.widget form.wp-block-search label {
  display: none;
}
.widget-area .widget_search.widget form.wp-block-search .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.widget-area .widget_search.widget form.wp-block-search .wp-block-search__inside-wrapper input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  background-color: #e7e7e7;
  border: 0;
  border-radius: 0.5rem 0 0 0.5rem;
}
.widget-area .widget_search.widget form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  font-family: "Times New Roman";
  color: var(--sufal-color-white);
  background-color: var(--sufal-color-primary);
  border-radius: 0 0.5rem 0.5rem 0;
}

.widget-area .widget {
  margin: 0 0 2rem;
}
.widget-area .widget select {
  max-width: 100%;
}

footer .wp-block-group a {
  color: #DDE9CB;
}

.footer-main {
  margin-bottom: 5rem;
}

footer .widget {
  background-color: transparent;
  margin-bottom: 2rem;
}
footer .widget:last-child {
  margin-bottom: 0;
}
footer .widget .widget-title {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2rem;
}
footer .widget p {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
footer .widget p:last-child {
  margin-bottom: 0;
}
footer .widget ul {
  margin: 0;
  padding: 0;
}
footer .widget ul li {
  list-style: none;
}
footer .widget ul li:not(:last-child) {
  margin-bottom: 1px;
}
footer .widget ul li a {
  color: #DDE9CB;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.member-card {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
  text-align: center;
}
.member-card header {
  margin-bottom: 4rem;
}
.member-card .title {
  background-color: var(--sufal-color-primary);
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
.member-card article {
  margin-bottom: 2.5rem;
}
.member-card .member-name {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem;
}
.member-card .ministry-name {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.member-card footer a {
  background-color: #006838;
  padding: 1rem 2.5rem;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  display: inline-block;
}

.implink ul {
  list-style-position: outside;
}

.implink {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
}
.implink header {
  margin-bottom: 2rem;
}
.implink .title {
  background-color: var(--sufal-color-primary);
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.implink ul {
  padding: 0 0 0 2rem;
}
.implink ul li {
  list-style: disc;
}
.implink ul li a {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #081837;
}
.implink ul li a:hover {
  color: var(--sufal-color-link-hover);
}

.address-card {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
  text-align: center;
}
.address-card header {
  margin-bottom: 2rem;
}
.address-card .title {
  background-color: var(--sufal-color-primary);
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}

.extlink {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
  text-align: center;
}
.extlink header {
  margin-bottom: 2rem;
}
.extlink .title {
  background-color: var(--sufal-color-primary);
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
.extlink footer a {
  background-color: #006838;
  padding: 1rem 2.5rem;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  display: inline-block;
}

.feature-box {
  background: #fff;
  padding: 2rem 3.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
  text-align: center;
}
.feature-box article h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #081837;
  margin-bottom: 2rem;
}
.feature-box article p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature-box footer a {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  color: #8743fd;
}

.pdf-card,
.menu-card {
  background-color: #e3f3e3;
  border-radius: 1rem;
  overflow: hidden;
}
.pdf-card header,
.menu-card header {
  margin-bottom: 0rem;
}
.pdf-card h3,
.menu-card h3 {
  background-color: var(--sufal-color-primary);
  color: #fff;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
.pdf-card article,
.menu-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdf-card article figure,
.menu-card article figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pdf-card article figure img,
.menu-card article figure img {
  margin-right: 1rem;
}
.pdf-card article main,
.menu-card article main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}
.pdf-card article main ul,
.menu-card article main ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style-position: outside;
}
.pdf-card article main ul li,
.menu-card article main ul li {
  list-style: disc;
}
.pdf-card article main ul li a,
.menu-card article main ul li a {
  color: #081837;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
}
.pdf-card article main ul li:hover a,
.menu-card article main ul li:hover a {
  color: var(--sufal-color-primary);
}
.pdf-card article main ul li:hover:before,
.menu-card article main ul li:hover:before {
  background-color: var(--sufal-color-primary);
}

.post-item {
  background-color: var(--sufal-color-white);
  padding: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
}
.post-item .entry-thumbnail {
  text-align: center;
  margin-bottom: 1rem;
}
.post-item .entry-thumbnail img {
  border-radius: 1rem;
  max-width: 100%;
}
.post-item .entry-title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.post-item .entry-title a {
  color: var(--sufal-color-text-heading);
}
.post-item .entry-title a:hover {
  color: var(--sufal-color-primary);
}
.post-item .entry-meta {
  color: var(--sufal-color-text-main);
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.post-item .entry-meta a {
  color: var(--sufal-color-primary);
}
.post-item .entry-meta a:hover {
  color: var(--sufal-color-primary);
}
.post-item .entry-summary {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.post-item .entry-footer {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-item .entry-footer .entry-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-item .entry-footer .entry-author .avatar {
  border-radius: 50%;
}
.post-item .entry-footer .entry-author .avatar img {
  margin-right: 1rem;
}
.post-item .entry-footer a {
  color: var(--sufal-color-text-heading);
}
.post-item .entry-footer a:hover {
  color: var(--sufal-color-primary);
}

.notices,
.tenders {
  background: #fff;
  padding: 4rem 2rem 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
}
.notices ul,
.tenders ul {
  margin: 0;
  padding: 0;
}
.notices ul li,
.tenders ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .notices ul li,
.tenders ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.notices ul li > div,
.tenders ul li > div {
  background: #c3eed5;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.notices ul li .notice-link,
.notices ul li .tender-link,
.tenders ul li .notice-link,
.tenders ul li .tender-link {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .notices ul li .notice-link,
.notices ul li .tender-link,
.tenders ul li .notice-link,
.tenders ul li .tender-link {
    margin-right: 1rem;
  }
}
.notices ul li .notice-link p,
.notices ul li .tender-link p,
.tenders ul li .notice-link p,
.tenders ul li .tender-link p {
  margin-bottom: 0;
  color: var(--sufal-color-primary);
}
.notices ul li .notice-meta,
.notices ul li .tender-meta,
.tenders ul li .notice-meta,
.tenders ul li .tender-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notices ul li .notice-meta .exp-date,
.notices ul li .tender-meta .exp-date,
.tenders ul li .notice-meta .exp-date,
.tenders ul li .tender-meta .exp-date {
  margin-right: 1rem;
}
.notices ul li .notice-meta .exp-date p,
.notices ul li .tender-meta .exp-date p,
.tenders ul li .notice-meta .exp-date p,
.tenders ul li .tender-meta .exp-date p {
  margin-bottom: 0;
  padding: 1rem;
  background-color: #091c14;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.notices ul li .notice-meta .download .btn-download,
.notices ul li .tender-meta .download .btn-download,
.tenders ul li .notice-meta .download .btn-download,
.tenders ul li .tender-meta .download .btn-download {
  padding: 1rem;
  background-color: var(--sufal-color-primary);
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notices ul li .notice-meta .download .btn-download i,
.notices ul li .tender-meta .download .btn-download i,
.tenders ul li .notice-meta .download .btn-download i,
.tenders ul li .tender-meta .download .btn-download i {
  margin-right: 0.5rem;
}
.notices ul li:not(:last-child),
.tenders ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.notices ul li a,
.tenders ul li a {
  color: #90c344;
}
.notices ul li a:hover,
.tenders ul li a:hover {
  color: #091c14;
}
.notices footer,
.tenders footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
@media (max-width: 350px) {
  .notices footer,
.tenders footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
}
.notices footer .count,
.tenders footer .count {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 350px) {
  .notices footer .count,
.tenders footer .count {
    display: block;
    margin-bottom: 2rem;
  }
}
.notices footer a.btn-all,
.tenders footer a.btn-all {
  color: #fff;
  background: #091c14;
  padding: 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
}
.notices footer a.btn-all:hover,
.tenders footer a.btn-all:hover {
  color: #90c344;
}

.video-gallery-for,
.photo-gallery-for {
  background: #fff;
  padding: 4rem 2rem 2rem;
  border-radius: 1rem 1rem 0 0;
}
.video-gallery-for .lg-img,
.photo-gallery-for .lg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-gallery-for .lg-img img,
.photo-gallery-for .lg-img img {
  border-radius: 1rem;
}

.video-gallery-nav,
.photo-gallery-nav {
  background: #fff;
  padding: 0 2rem 2rem;
  border-radius: 0 0 1rem 1rem;
}
.video-gallery-nav .slick-slide .img,
.photo-gallery-nav .slick-slide .img {
  padding: 0 0.5rem;
}
.video-gallery-nav .slick-slide .img img,
.photo-gallery-nav .slick-slide .img img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
}
.video-gallery-nav .slick-slide .img-title,
.photo-gallery-nav .slick-slide .img-title {
  padding: 0.4rem;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #fff;
  background: var(--sufal-color-primary);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  height: 28px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-gallery-nav .slick-slide.slick-current .img-title,
.photo-gallery-nav .slick-slide.slick-current .img-title {
  color: #fff;
  background: #000;
}

.video-thumbnail {
  position: relative;
  z-index: 0;
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.video-thumbnail img {
  border-radius: 1rem !important;
}
.video-thumbnail .video-hover {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.video-thumbnail .video-hover a {
  position: relative;
  top: 50%;
  margin-top: -50px;
  display: block;
  left: 50%;
  margin-left: -50px;
}
.video-thumbnail .video-hover a i {
  font-size: 10rem;
  color: #fff;
}

.video-gallery-slider .video-thumbnail {
  position: relative;
  z-index: 0;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.video-gallery-slider .video-thumbnail img {
  border-radius: 1rem;
}
.video-gallery-slider .video-thumbnail .video-hover {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.video-gallery-slider .video-thumbnail .video-hover a {
  position: relative;
  top: 50%;
  margin-top: -50px;
  display: block;
  left: 50%;
  margin-left: -50px;
}
.video-gallery-slider .video-thumbnail .video-hover a i {
  font-size: 10rem;
  color: #fff;
}
.video-gallery-slider .video-content {
  background: var(--sufal-color-primary);
  color: #fff;
  margin: 2rem 3rem 0;
  text-align: center;
  border-radius: 0 3rem 3rem;
  padding: 1rem;
}
.video-gallery-slider .video-content h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
}
.video-gallery-slider .video-content p {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}

.photo-gallery-posts {
  text-align: center;
}
.photo-gallery-posts .gallery-image img {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.video-gallery-post .video-thumbnail {
  position: relative;
  z-index: 0;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.video-gallery-post .video-thumbnail img {
  border-radius: 1rem;
}
.video-gallery-post .video-thumbnail .video-hover {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.video-gallery-post .video-thumbnail .video-hover a {
  position: relative;
  top: 50%;
  margin-top: -50px;
  display: block;
  left: 0;
  margin-left: 0;
}
.video-gallery-post .video-thumbnail .video-hover a i {
  font-size: 10rem;
  color: #fff;
}
.video-gallery-post .video-content {
  background: var(--sufal-color-primary);
  color: #fff;
  margin: 2rem 3rem 0;
  text-align: center;
  border-radius: 0 3rem 3rem;
  padding: 1rem;
}
.video-gallery-post .video-content h3 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
}
.video-gallery-post .video-content p {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}

.acme-news-ticker-box ul li {
  white-space: nowrap;
}
.acme-news-ticker-box ul li a {
  white-space: nowrap;
}

.site-title h1 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .site-title h1 {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.dropdown-toggle::after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

/*
.video-gallery-post .video-thumbnail .video-hover a{
  top: 70%;
}

!* multilevel navigation *!
ul.dropdown-menu li > ul.dropdown-menu {
  left: 100%;
  top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
  display: block;
}*/
/*.dropdown-menu.depth_0.show{
  li.dropdown-menu{
    display: block !important;
    position: static !important;
    width: 100%;
  }
  ul.dropdown-menu{
    position: static !important;
  }

  .dropdown-menu.sub-menu.depth_1{
    display: block !important;
  }
}

.dropdown-menu.depth_0{
  li{
    min-width: 300px;
  }

  .dropdown-toggle::after{
    float: right;
  }
}

.dropdown-menu.sub-menu.depth_1{
  display: block;
  position: static;
  li{
    min-width: 200px;
    width: auto;
  }
}

.dropdown-menu.sub-menu.depth_1.show{

}*/
.navbar-nav .nav-item .nav-link {
  font-size: 1.7rem;
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    line-height: 2;
  }
}
.navbar-nav .dropdown-menu {
  border-bottom: 0 none;
  border: 0 none !important;
}

/*@media (max-width: 991px){
  .dropdown-menu.depth_0{
    .dropdown-toggle:after {
      display: none !important;
    }
  }

  .dropdown-menu.sub-menu.depth_1{
    display: block !important;
  }

}*/
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--sufal-color-primary);
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: #4169e1 !important;
}

@media (min-width: 992px) {
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover {
    position: relative;
  }
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover .dropdown-menu.depth_0 {
    position: absolute !important;
    display: block !important;
    max-width: 500px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover .dropdown-menu.depth_0 > li {
    display: block !important;
    position: static !important;
    overflow-wrap: break-word;
    width: 500px;
  }
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover .dropdown-menu.depth_0 > li a {
    white-space: pre-wrap;
  }
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover .dropdown-menu.depth_0 > li .dropdown-toggle::after {
    float: right;
    margin-left: 10px;
  }
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover .dropdown-menu.depth_0 > li:hover {
    position: relative !important;
  }
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover .dropdown-menu.depth_0 > li:hover .dropdown-toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #menu-main-menu .menu-item-depth-0.menu-item-has-children:hover .dropdown-menu.depth_0 > li:hover .dropdown-menu.depth_1 {
    display: block !important;
    left: 100%;
    border-left: 1px solid #ccc !important;
    top: 0px;
    width: 200px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }

  /*#menu-main-menu .menu-item-depth-1.menu-item-has-children:hover{
    position: relative;
    .dropdown-menu.depth_1{
      position: static !important;
      display: block !important;

      max-width: 500px;

      > li {
        display: block !important;
        position: static !important;

        .dropdown-toggle::after {
          float: right;
        }
      }
    }
  }*/
  /*.dropdown  > .dropdown-menu.depth_1.show1 {
    position: static !important;
  }
  .dropdown > .dropdown-menu.show1 {
    position: absolute !important;
    display: block !important;

    max-width: 500px;

    > li {
      display: block !important;
      position: static !important;

      .dropdown-toggle::after {
        float: right;
      }
    }

  }*/
}
/*ul.depth_1 {
  left: 100%;
  top: 0;
}
@media(max-width: 991px) {
  ul.depth_1 {
    display:block;
  }
}*/
@media (max-width: 991px) {
  .dropdown > .dropdown-menu.show1 {
    position: static !important;
    display: block !important;
    max-width: 100%;
    width: 100%;
  }
  .dropdown > .dropdown-menu.show1 > li {
    display: block !important;
    position: static !important;
  }
  .dropdown > .dropdown-menu.show1 > li a {
    white-space: pre-wrap;
  }
  .dropdown > .dropdown-menu.show1 > li .dropdown-toggle::after {
    float: right;
    margin-left: 10px;
  }
}
/*# sourceMappingURL=sufal.css.map */