/*!
Theme Name: Dullani
Theme URI: https://www.ar-themes.com/items/dullani
Author: AR Themes
Author URI: https://www.ar-themes.com/
Description: Directory Listing Theme for WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dullani
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Hero Area
.. 05. Modules
.. 06. Footer
.. 07. Comments
.. 08. Widgets Styling
.. 09. WordPress defaults
.. 10. Mobile Menu
.. 11. External Plugins
.. 12. Grid Effects
.. 13. Utilities
.. 14. Global Mediaqueries
*/

@keyframes rot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

/* -----------------------------------------
	01. General
----------------------------------------- */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: inherit;
}

*::before,
*::after {
  box-sizing: inherit;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[hidden] {
  display: none !important;
}

/* Basic Typography
=================================== */

body {
  font-family: 'IBM Plex Sans Arabic', sans-serif;  
  line-height: 1.71429;
  font-size: 14px;
  background-color: #f6f7f8;
  color: #20303d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: 400;
  margin: 0 0 20px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  font-weight: 700;
}

p {
  margin: 0 0 20px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  color: #459fed;
  text-decoration: none;
}

a:hover {
  color: #74b7f2;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted #459fed;
}

.group::after {
  content: "";
  display: table;
  clear: both;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #dfe3e6;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(32, 48, 61, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
}

/* Various */

address {
  margin: 0 0 15px;
  font-style: normal;
  line-height: inherit;
}

abbr,
abbr[title] {
  text-decoration: none;
  border: 0;
}

mark {
  color: inherit;
  font: inherit;
  background: none;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
  border: 0;
}

p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
  margin-bottom: 0;
}

/* General Form Styling
=================================== */

label,
.label {
  display: block;
  margin: 0 0 4px;
  font-weight: normal;
}

input,
textarea,
select {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 8px 12px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #dfe3e6;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  outline: none;
  border-color: #459fed;
}

input[type="file"] {
  height: auto;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.select-alt {
  height: 40px;
  border: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  height: auto;
  resize: vertical;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  min-width: 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  font-weight: normal;
  opacity: .8;
}

:-moz-placeholder {
  font-weight: normal;
  opacity: .8;
}

::-moz-placeholder {
  font-weight: normal;
  opacity: .8;
}

:-ms-input-placeholder {
  font-weight: normal;
  opacity: .8;
}

/* Buttons
=================================== */

.btn,
input[type="submit"],
input[type="reset"],
button[type="submit"] {
  display: inline-block;
  font-weight: 700 !important;
  margin: 0;
  line-height: normal;
  border: 0;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: .18s background-color ease, .18s color ease, .18s border-color ease;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background-image: none;
  text-transform: none;
  color: #fff;
  background-color: #459fed;
  border-radius: 3px;
  border: 0;
  padding: 17px 30px;
  font-size: 14px;
}

.btn.disabled,
.btn:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2e93eb;
}

.btn:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(69, 159, 237, 0.7);
}

.btn-sm {
  padding: 10px 18px;
  font-size: 14px;
}

.btn-lg {
  padding: 18px 38px;
  font-size: 16px;
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid #459fed;
  color: #459fed;
}

.btn-transparent:hover {
  color: #fff;
  border-color: #459fed;
  background-color: #459fed;
}

.btn-block {
  min-width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-round {
  border-radius: 25px;
}

.btn-alt {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  color: #20303d;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-loading {
  cursor: not-allowed;
  pointer-events: none;
  text-indent: -999em;
  position: relative;
}

.btn-loading::before {
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  transition: opacity .18s ease;
}

.btn-load-more.btn-loading::before {
  border-top-color: #459fed;
}

.btn-long {
  min-width: 260px;
  height: 40px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Magnific Popup Overrides
=================================== */

.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #fff;
}

.mfp-preloader a {
  color: #fff;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  background-color: transparent;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: 0;
  opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
}

.mfp-arrow {
  line-height: .3;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: 0;
}

.mfp-arrow::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 70px;
  color: #fff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

.nav {
  display: block;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.navigation-main::after {
  content: "";
  display: table;
  clear: both;
}

.head-mast [class^="col-lg-12"] .navigation-main {
  margin-top: 10px;
}

.navigation-main li {
  position: relative;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transform: translate(0, 10px);
  margin-left: 12px;
}

.navigation-main ul ul {
  top: -12px;
  left: 100%;
  margin: 0;
  transform: translate(-10px, 0);
}

.navigation-main > li:first-child ul {
  margin-left: 0;
}

.navigation-main li:hover > ul {
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
  transform: translate(0, 0);
}

.navigation-main > .nav-open-left ul {
  right: 0;
}

.navigation-main > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main ul {
  padding: 12px 20px;
  list-style: none;
  background-color: #fff;
  min-width: 170px;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

.navigation-main a {
  position: relative;
  color: #fff;
}

.navigation-main > li > a {
  padding: 10px 0;
  margin: 0 12px;
}

.navigation-main > li:first-child > a {
  margin-left: 0;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a {
  color: #459fed;
}

.navigation-main li li a {
  padding: 8px 0;
  font-size: 12px;
  color: #20303d;
  border-bottom: 1px solid rgba(223, 227, 230, 0.4);
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a {
  border-color: #459fed;
}

.navigation-main .menu-item-has-children > a::after {
  content: "\f078";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 8px;
  position: relative;
  top: -2px;
  right: -6px;
  line-height: normal;
}

.navigation-main li .menu-item-has-children > a {
  padding-right: 25px;
}

.navigation-main li .menu-item-has-children > a::after {
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation-main .nav-button > a {
  border: 2px solid currentColor;
  border-radius: 20px;
  padding: 7px 28px;
  margin-left: 10px;
}

.navigation-main .nav-button > a::before {
  display: none;
}

.navigation-main .nav-button:last-child > a {
  margin-right: 0;
}

.navigation-main .mega-menu > ul {
  display: flex;
}

.navigation-main .mega-menu > ul > li > a {
  font-weight: 700;
  font-size: 1.05em;
}

.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > a:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > a,
.navigation-main .mega-menu > ul > li.current-menu-parent > a,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > a {
  background-color: transparent;
  color: initial;
}

.navigation-main .mega-menu > ul ul {
  display: block;
  opacity: 1;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  background: none;
  min-width: 180px;
  transform: translate(0, 10px);
}

.navigation-main .mega-menu > ul a::after {
  display: none;
}

.navigation-main .mega-menu:hover ul ul {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.navigation-main-right {
  text-align: right;
}

.navigation-main-right > li:last-child ul {
  right: 0;
}

.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.navigation-main-right > li:last-child .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.header {
  z-index: 20;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-static {
  position: relative;
}

.site-logo {
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-size: 30px;
  margin: 0;
  font-weight: 900;
  line-height: 1;
}

.site-logo a {
  display: block;
  line-height: 1;
  color: #fff;
}

.site-logo a img {
  position: relative;
  top: -3px;
}

.site-tagline {
  font-size: 13px;
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.head-intro {
  font-size: 13px;
  margin-bottom: 10px;
}

.head-intro a {
  color: inherit;
}

.head-intro-info span {
  margin-right: 15px;
}

.head-intro-addons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.head-search {
  display: flex;
  align-items: center;
}

.head-search:not(:only-child)::before {
  content: "\007c";
  margin: 0 15px;
  opacity: .5;
}

.head-search-form {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  transform: translateY(-100%);
  transition: transform .25s ease;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  z-index: 25;
}

.head-search-form.head-search-expanded {
  max-width: 100%;
  transform: translateY(0);
}

.head-search-input {
  height: 56px;
}

.head-mast {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.head-sticky {
  transform: translateZ(0);
}

.head-sticky.is-stuck {
  z-index: 99;
}

/* -----------------------------------------
	04. Hero Area
----------------------------------------- */

/* Basic Styles
=================================== */

.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 40px 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  height: 250px;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.slick-initialized .page-hero {
  display: flex;
}

.page-hero .btn {
  margin-top: 25px;
}

.page-hero-lg {
  height: 500px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 100px;
}

.page-hero-slideshow .page-hero-lg {
  height: 100%;
}

.page-hero-align-center {
  text-align: center;
}

.page-hero-align-left {
  text-align: left;
}

.page-hero-align-right {
  text-align: right;
}

.page-hero-align-top {
  align-items: flex-start;
}

.page-hero-align-middle {
  align-items: center;
}

.page-hero-align-bottom {
  align-items: flex-end;
}

.page-hero-content {
  position: relative;
  z-index: 15;
  line-height: 1.2;
}

.page-hero-content .btn {
  margin-top: 30px;
}

.page-hero-title {
  color: inherit;
  margin: 0 0 5px;
  font-size: 34px;
  line-height: 1.2;
}

.page-hero-lg .page-hero-title {
  font-size: 42px;
}

.page-hero-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.page-hero-lg .page-hero-subtitle {
  font-size: 20px;
}

/* Video Backgrounds
=================================== */

.dullani-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.dullani-video-wrap.visible .dullani-video-background {
  opacity: 1;
}

.dullani-video-wrap.visible::before {
  display: none;
}

.dullani-video-wrap::before {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  bottom: 50px;
  z-index: 1000;
  left: 50%;
  margin-left: -20px;
}

.dullani-video-background {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s ease;
  height: 300%;
  top: -100%;
}

.dullani-video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Slideshow
=================================== */

.page-hero-slideshow {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
  height: 100%;
}

.page-hero-slideshow .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.dullani-slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  font-size: 36px;
  padding: 0;
  text-align: center;
  line-height: normal;
  background: none;
}

.dullani-slick-slider .slick-arrow:hover {
  color: #fff;
}

.dullani-slick-slider .slick-next {
  right: 15px;
}

.dullani-slick-slider .slick-next .fa {
  position: relative;
  left: 2px;
}

.dullani-slick-slider .slick-prev {
  left: 15px;
}

.dullani-slick-slider .slick-prev .fa {
  position: relative;
  right: 1px;
}

.dullani-slick-slider .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
  bottom: 40px;
}

.dullani-slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.dullani-slick-slider .slick-dots button {
  position: relative;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.dullani-slick-slider .slick-dots button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity .18s ease;
}

.dullani-slick-slider .slick-dots .slick-active button::before {
  opacity: 1;
}

/* -----------------------------------------
	05. Modules
----------------------------------------- */

/* General Layout
=================================== */

.main {
  padding: 60px 0;
}

.sidebar {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}

/* Sections
=================================== */

.widget-sections {
  padding: 0;
}

.widget-section {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.widget-section:not(.widget-section-padded) + .widget-section:not(.widget-section-padded) {
  margin-top: -120px;
}

.widget-section.widget-section-no-pad-bottom {
  padding-bottom: 0;
}

.footer-widget-sections .widget-section:first-child:not(.widget-section-padded) {
  padding-top: 0;
}

.widget-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.widget-section-parallax {
  background-attachment: fixed;
}

.section-heading {
  margin-bottom: 35px;
  text-align: center;
}

.section-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.section-subtitle {
  margin: 0;
  font-size: 14px;
  opacity: .7;
}

.section-subtitle a {
  color: #20303d;
}

/* Entry Styles
=================================== */

.box-content-wrap {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.entry {
  margin: 0 0 30px;
}

.entry-header {
  margin-bottom: 20px;
}

.entry-title {
  font-size: 24px;
  margin-bottom: 0;
}

.entry-meta {
  font-size: 13px;
  color: #9c9c9c;
  line-height: normal;
  margin-bottom: 15px;
}

.entry-meta-item {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}

[class^="col-sm-6"] .entry-meta-item,
[class^="col-lg-4"] .entry-meta-item {
  display: flex;
  margin: 5px 0;
}

.entry-meta-item i {
  font-size: 13px;
  color: #459fed;
  display: inline-block;
  margin-right: 5px;
}

.entry-date i {
  color: currentColor;
}

.entry-thumb {
  position: relative;
  margin: 0;
}

.entry-thumb img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
  margin-top: 0;
}

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 20px 0 15px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
  margin: 40px 0;
}

.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}

.entry-content blockquote {
  font-size: 20px;
  position: relative;
  padding-left: 50px;
  border: 0;
}

.entry-content blockquote::before {
  content: "\00201C";
  font-size: 5em;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 40px;
  opacity: .35;
}

.entry-content img {
  border-radius: 3px;
}

.entry-content-intro {
  font-size: 18px;
  line-height: 1.5;
}

.entry-more-btn {
  margin-top: 10px;
}

.entry-tags {
  margin-top: 20px;
}

.entry-author-box {
  display: flex;
}

.entry-author-thumbnail {
  width: 100px;
  flex: none;
  margin-right: 30px;
}

.entry-author-thumbnail img {
  border-radius: 50%;
}

.entry-author-title {
  margin-bottom: 15px;
}

.entry-author-subtitle {
  margin: -15px 0 15px;
  opacity: .7;
}

.entry-author-desc p:last-child {
  margin-bottom: 0;
}

.entry-section {
  margin-bottom: 30px;
}

.entry-section:last-child {
  margin-bottom: 0;
}

.entry-section-subtitle {
  margin-top: -20px;
  margin-bottom: 20px;
  opacity: .8;
}

.entry-navigation {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.entry-nav {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 15px;
  font-size: 13px;
  line-height: normal;
}

.entry-nav-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  flex: none;
  margin-right: 15px;
  border: 2px solid #dfe3e6;
  border-radius: 50%;
  color: #20303d;
  font-size: 26px;
  text-align: center;
}

.entry-next .entry-nav-arrow {
  text-indent: 2px;
  order: 1;
  margin-right: 0;
  margin-left: 15px;
}

.entry-next {
  text-align: right;
  margin-left: auto;
}

.entry-nav-desc {
  display: block;
  font-size: 16px;
  color: #20303d;
  margin-bottom: 5px;
}

.entry-sharing {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dfe3e6;
}

.entry-sharing-label {
  margin-right: 10px;
  font-size: 16px;
}

.entry-share {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}

.entry-share .fa-facebook {
  color: #3a599a;
}

.entry-share .fa-twitter {
  color: #00adf1;
}

.entry-share .fa-linkedin {
  color: #0078b7;
}

.entry-share .fa-envelope {
  color: #484848;
}

/* Single business listing
=================================== */

.entry-thumb-featured-tag {
  position: absolute;
  top: 0;
  left: 30px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
  background-color: #459fed;
  color: #fff;
  padding: 2px 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.entry-rating-totals {
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.entry-item .entry-rating-totals {
  margin: 0 0 15px;
}

.entry-rating-score {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.entry-rating-score i {
  color: #eeb835;
  font-size: 16px;
  margin-right: 5px;
}

.comment-body .entry-rating-score {
  color: #20303d;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dfe3e6;
}

.entry-rating-score-no-reviews i {
  color: #9c9c9c;
  opacity: .35;
}

.entry-rating-total-comments {
  color: #9c9c9c;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dfe3e6;
}

.entry-extra-info {
  margin: 30px 0;
}

.entry-extra-info-group {
  border-top: 1px dashed #dfe3e6;
  padding: 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.entry-extra-info-group:last-child {
  border-bottom: 1px dashed #dfe3e6;
}

.entry-item .entry-extra-info-group {
  border-bottom: 0;
  padding: 20px 0 0;
  margin-bottom: 0;
  display: block;
}

.entry-extra-info-group li {
  display: inline-flex;
  max-width: 33.3333%;
  flex-basis: 33.3333%;
  margin-bottom: 13px;
  line-height: normal;
}

.entry-item .entry-extra-info-group li {
  display: flex;
  max-width: 100%;
  margin-bottom: 8px;
}

.entry-item .entry-extra-info-group li:last-child {
  margin-bottom: 0;
}

.entry-extra-info-group li i {
  color: #eeb835;
  flex: none;
  margin-right: 10px;
  font-size: 16px;
  position: relative;
  top: 3px;
  width: 20px;
  text-align: center;
}

/* Breadcrumb
=================================== */

.dullani-breadcrumb {
  font-size: 13px;
  margin-bottom: 30px;
  color: #9c9c9c;
}

/* Star Rating
=================================== */

.star-rating-wrap {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.star-rating-wrap input {
  display: none;
}

.star-rating-wrap input:checked ~ label {
  color: #eeb835;
}

.star-rating-wrap label {
  cursor: pointer;
  color: #dfe3e6;
  margin-right: 2px;
}

.star-rating-wrap label span {
  display: none;
}

.star-rating-wrap label::before {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  content: "\f005";
  font-weight: 900;
  font-size: 20px;
}

.star-rating-wrap .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.8em;
}

.star-rating-wrap .star-cb-clear + label:before {
  width: .8em;
}

/* Listing Filters
=================================== */

.form-filters {
  background-color: #fff;
  padding: 30px 0;
}

.item-labels-wrap {
  margin-bottom: 40px;
}

.item-labels-label {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.item-labels-array {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.item-labels-array .item-label {
  flex-basis: 25%;
  padding: 0 15px;
  margin-bottom: 10px;
}

.checkbox-filter {
  position: absolute;
  left: -9999px;
}

.checkbox-filter:checked + label::before {
  background-color: #459fed;
}

.checkbox-filter:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

.checkbox-filter-label {
  margin: 0;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}

.checkbox-filter-label::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  display: inline-block;
  border-radius: 2px;
  transition: background-color .1s ease;
  margin-right: 12px;
}

.checkbox-filter-label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 12px;
  color: #fff;
  transform: scale(0);
  opacity: 0;
  transition: opacity .1s ease, transform .1s ease;
}

.header-listing {
  display: flex;
  margin-bottom: 30px;
}

.header-listing-sort {
  flex: none;
  margin-left: auto;
  padding-left: 20px;
  min-width: 120px;
}

.header-listing-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 10px;
}

.header-listing-results {
  color: #9c9c9c;
  font-size: 14px;
}

/* Items & Item Listings
=================================== */

.row-items {
  margin-bottom: -30px;
}

.row-items.no-gutters {
  margin-bottom: 0;
}

.entry-item-listing,
ul.job_listings {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  list-style: none;
  margin-bottom: -30px;
  position: relative;
}

.entry-item-listing > li,
ul.job_listings > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
}

.entry-item-listing::after,
ul.job_listings::after {
  border: 6px solid rgba(69, 159, 237, 0.35);
  border-top-color: rgba(69, 159, 237, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  margin: 0 0 0 -20px;
  z-index: 11;
  display: none;
}

.entry-item-listing::before,
ul.job_listings::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
  opacity: .6;
  display: none;
}

.entry-item-listing.is-loading::after,
.entry-item-listing.is-loading::before,
ul.job_listings.is-loading::after,
ul.job_listings.is-loading::before {
  display: block;
}

.entry-item {
  margin-bottom: 30px;
}

.entry-item-content {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.job_listings .entry-item-content {
  padding: 20px 0 0;
  background: none;
}

.entry-item-extra-info {
  margin-top: 20px;
}

.entry-item-excerpt p:last-child {
  margin-bottom: 0;
}

.widget_ci-home-latest-post-type .entry-item-excerpt {
  display :none;
}
.entry-item-title {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 15px;
}

.entry-media-sm {
  display: flex;
  margin-bottom: 17px;
  line-height: normal;
}

.entry-media-sm-thumb {
  width: 65px;
  flex: none;
  margin-right: 15px;
}

.entry-media-sm-thumb img {
  border-radius: 3px;
}

.entry-media-sm-title {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.entry-media-sm-subtitle {
  opacity: .6;
  font-size: 13px;
}

/* WP Job Dashboard specifics
=================================== */

.entry-item-listing .no_job_listings_found,
ul.job_listings .no_job_listings_found {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.entry-no-content-found {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  display: block;
  text-align: center;
}

.job-type {
  color: #20303d !important;
}

.job_filters {
  margin-bottom: 30px;
}

ul.job_listings {
  border: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

/* Map Module
=================================== */

.listing-map {
  height: 500px;
  margin-bottom: 30px;
}

.listing-map .gm-style .gm-style-iw {
  background: #fff;
}

.listing-map .infoBox {
  position: relative;
}

.listing-map .infoBox > img {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 20;
}

.listing-map-top-wrap + .main {
  padding-top: 0;
}

.listing-map-top-wrap .listing-map {
  margin-top: 0;
}

.infobox {
  background: #fff;
  border-radius: 3px;
  padding: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  position: relative;
}

.infobox img {
  max-width: 100% !important;
}

.infobox::after {
  border: 10px solid transparent;
  border-top-color: #459fed;
}

.infobox-thumb {
  margin: 0;
  display: block;
}

.infobox-title {
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px;
}

.infobox-location {
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 0;
  padding: 0 0 10px 10px;
  opacity: .8;
}

.infobox-location i {
  color: #eeb835;
  font-size: 10px;
  margin-right: 3px;
}

/* Pagination
=================================== */

.btn-load-more {
  margin-top: 40px;
}

.navigation {
  margin: 40px 0 0;
}

.navigation a,
.navigation .page-numbers {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px !important;
  margin-bottom: 3px;
  border: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  color: #20303d;
  background: #fff;
}

.navigation a:hover,
.navigation .current {
  border-color: #459fed;
  color: #fff;
  background-color: #459fed;
}

.navigation .nav-links::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .nav-previous {
  float: left;
}

.navigation .nav-next {
  float: right;
}

.comment-navigation {
  margin: 30px 0;
}

.page-links {
  margin: 35px 0;
}

.page-links .page-number {
  display: inline-block;
  padding: 4px 14px;
  font-size: 14px !important;
  margin-bottom: 3px;
  border: 1px solid #20303d;
  color: #20303d;
  background: none;
}

.page-links .page-number:hover {
  border-color: #459fed;
  color: #fff;
  background-color: #459fed;
}

.page-links > .page-number {
  border-color: #459fed;
  color: #fff;
  background-color: #459fed;
}

.page-links > a:first-child,
.page-links > span:first-child {
  margin-left: 10px;
}

/* Social Icons
=================================== */

.list-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-social-icons li {
  display: inline-block;
  margin: 3px 5px;
}

.social-icon {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}

.social-icon:hover {
  color: #459fed;
}

.header .social-icon {
  color: inherit;
  font-size: inherit;
}

/* Responsive embeds
=================================== */

.dullani-responsive-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.dullani-responsive-embed iframe,
.dullani-responsive-embed object,
.dullani-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------
	06. Footer
----------------------------------------- */

.footer-widgets {
  background-color: #fff;
  padding: 120px 0 80px;
}

.footer-info {
  padding: 15px 0;
  font-size: 14px;
  background-color: #459fed;
  color: #fff;
}

.footer-info a {
  color: currentColor;
}

.footer-info a:hover {
  color: currentColor;
}

.footer-copy {
  margin-bottom: 0;
}

/* -----------------------------------------
	07. Comments
----------------------------------------- */

.comments-area {
  margin: 0;
}

.comments-title,
.comment-reply-title {
  margin-bottom: 25px;
}

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-list ol {
  list-style: none;
  padding-left: 100px;
}

.comment-list ol ol {
  padding-left: 0;
}

.comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}

.comment-list > .comment:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author .fn {
  font-size: 16px;
  font-weight: normal;
}

.bypostauthor .comment-author .fn {
  font-weight: bold;
}

.comment-author .avatar {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 25px 15px 0;
  overflow: visible;
  border-radius: 50%;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
}

.comment-metadata {
  font-size: 14px;
  margin: 0 0 5px;
  color: #9c9c9c;
  display: flex;
  align-items: center;
}

.comment-metadata a {
  color: currentColor;
}

.comment-metadata time {
  display: inline-flex;
  align-items: center;
}

.comment-metadata time::before {
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

.comment-metadata .edit-link {
  margin-left: 10px;
}

.comment-reply-link {
  margin-left: 105px;
  height: auto;
  width: auto;
}

.comment-respond {
  margin-top: 50px;
}

.comment-respond:only-child {
  margin-top: 0;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  opacity: .75;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  border: 1px solid #dfe3e6;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-subscription-form {
  margin-top: 15px;
  margin-bottom: 5px;
}

/* -----------------------------------------
	08. Widgets Styling
----------------------------------------- */

.widget {
  margin: 0 0 40px;
  font-size: 13px;
  line-height: 1.538461538;
  /* Nullify bottom margin for last elements in widgets and sidebars */
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget p:last-child {
  margin-bottom: 0;
}

.widget select {
  width: 100%;
  height: 30px;
}

.widget-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

/* WIDGET: Theme - Hero Homepage Widget
========================================= */

.widget-section-hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.widget-section-hero.widget-section-hero-right {
  align-items: flex-end;
  text-align: right;
}

.widget-section-hero.widget-section-hero-left {
  align-items: flex-start;
  text-align: left;
}

.widget-section-hero .section-heading {
  text-align: inherit;
  margin-bottom: 40px;
}

.widget-section-hero .section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: currentColor;
}

.widget-section-hero .section-subtitle {
  max-width: 900px;
  font-size: 16px;
  margin: 0 auto;
  opacity: 1;
  color: currentColor;
}

.widget-section-hero .btn {
  color: currentColor;
}

/* WIDGET: Theme - Contact Widget
========================================= */

.ci-contact-widget-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 15px;
}

.ci-contact-widget-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ci-contact-widget-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  font-size: 14px;
}

.ci-contact-widget-item i {
  text-align: center;
  min-width: 26px;
  font-size: 16px;
  color: #eeb835;
  margin-right: 10px;
}

/* WIDGET: #Company Info Widget
========================================= */

.card-info-media {
  margin-bottom: 20px;
}

.card-info-media::after {
  content: "";
  display: table;
  clear: both;
}

.card-info-title {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 2px;
}

.card-info-link {
  font-size: 12px;
  margin-bottom: 5px;
}

.card-info-socials {
  font-size: 14px;
  margin: 0;
}

.card-info-socials a {
  display: inline-block;
  margin-right: 5px;
}

/* WIDGET: Theme - Opening Hours
========================================= */

.ci-schedule-widget-intro {
  margin-bottom: 20px;
}

.ci-schedule-widget-table {
  text-align: left;
}

.ci-schedule-widget-table th,
.ci-schedule-widget-table td {
  padding: 7px 0;
}

.ci-schedule-widget-table tr {
  border-bottom: 1px solid #dfe3e6;
}

/* WIDGET: List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
  line-height: normal;
  display: block;
  position: relative;
  font-size: 14px;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a {
  display: inline-block;
  margin-bottom: 10px;
}

.widget_meta li a::before,
.widget_pages li a::before,
.widget_categories li a::before,
.widget_archive li a::before,
.widget_nav_menu li a::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #dfe3e6;
  font-size: 14px;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.entry-tags a,
.tag-cloud-link {
  display: inline-block;
  padding: 4px 14px;
  font-size: 12px !important;
  border-radius: 20px;
  border: 1px solid #20303d;
  color: #20303d;
  margin-bottom: 3px;
}

.entry-tags a:hover,
.tag-cloud-link:hover {
  border-color: #459fed;
  background-color: #459fed;
  color: #fff;
}

/* WIDGET: #WP Job Board Recent & Featured Listings
========================================= */

.widget_recent_jobs ul.job_listings,
.widget_featured_jobs ul.job_listings {
  display: block;
  margin: 0 !important;
}

.widget_recent_jobs ul.job_listings li.job_listing,
.widget_featured_jobs ul.job_listings li.job_listing {
  max-width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.widget_recent_jobs ul.job_listings li.job_listing.job_position_featured a,
.widget_featured_jobs ul.job_listings li.job_listing.job_position_featured a {
  padding: 1em 15px;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  padding: 0 20px;
  color: #459fed;
}

.searchform .searchsubmit:hover {
  background: none;
  color: currentColor;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: Theme (home) - Business Map
========================================= */

.widget_ci-home-business-map .listing-map {
  margin: 0;
}

/* -----------------------------------------
	09. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin: 40px 0;
}

.gallery:first-child {
  margin-top: 0;
}

.gallery:last-child {
  margin-bottom: 0;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
  max-width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity .18s ease;
}

.gallery-caption::before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* Provide sticky styles if necessary */
}

/* -----------------------------------------
	09a. WordPress Defaults
----------------------------------------- */

/* -----------------------------------------
Gutenberg general style resets
----------------------------------------- */

.entry-content > [class^="wp-block-"],
.entry > [class^="wp-block-"],
.wp-block-column > [class^="wp-block-"] {
  margin-bottom: 30px;
}

.entry-content .wp-block-audio {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-audio audio {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-audio figcaption {
  color: inherit;
  opacity: .7;
}

.entry-content .wp-block-video {
  margin-bottom: 1.5em;
}

.entry-content .wp-block-video video {
  width: 100%;
  margin: 0;
}

.entry-content .wp-block-video figcaption {
  color: inherit;
  opacity: .7;
}

/* Embed blocks
=================================== */

.wp-block-embed iframe {
  margin: 0;
}

.wp-block-embed figcaption {
  color: inherit;
  opacity: .7;
}

/* Image Block
=================================== */

.wp-block-image figcaption {
  color: inherit;
  opacity: .7;
}

/* Separator Block
=================================== */

.wp-block-separator {
  margin: 30px 0;
}

/* Latest Comments Block
=================================== */

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  padding: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: inherit;
  opacity: .7;
}

/* Latest Posts Block
=================================== */

.wp-block-latest-posts {
  list-style: none;
  padding: 0;
}

.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: inherit;
  opacity: .7;
}

/* Gallery Block
=================================== */

.wp-block-gallery li::before {
  display: none;
}

.wp-block-gallery li a {
  border: 0;
  box-shadow: none;
}

/* Columns Block
=================================== */

.wp-block-column :last-child {
  margin-bottom: 0;
}

/* Quote Block
=================================== */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  background: none;
  font-style: normal;
}

.wp-block-quote.is-large::before,
.wp-block-quote.is-large::after,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-style-large::after {
  display: none;
}

/* Pull Quote Block
=================================== */

.wp-block-pullquote {
  padding: 0;
  font-style: normal;
}

.wp-block-pullquote blockquote {
  font-style: normal;
  padding: 0;
  border: 0;
}

/* -----------------------------------------
	10. Mobile menu
----------------------------------------- */

.mobile-nav-open {
  overflow: hidden;
}

.navigation-mobile-wrap {
  background-color: #f6f7f8;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease;
}

.mobile-nav-open .navigation-mobile-wrap {
  opacity: 1;
  visibility: visible;
}

.admin-bar .navigation-mobile-wrap {
  top: 46px;
}

.navigation-mobile {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #20303d;
}

.navigation-mobile li {
  list-style: none;
  width: 100%;
  position: relative;
}

.navigation-mobile li ul {
  display: none;
}

.navigation-mobile .menu-item-expanded > ul {
  display: block;
}

.navigation-mobile .menu-item-expanded > .menu-item-sub-menu-toggle::before {
  display: inline-block;
  transform: rotate(180deg);
}

.navigation-mobile a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #dfe3e6;
  padding: 15px 45px 15px 0;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #dfe3e6;
  padding: 14px;
  text-align: right;
  font-weight: 700;
  color: currentColor;
}

.navigation-mobile-dismiss:hover {
  color: currentColor;
}

.navigation-mobile-dismiss::after {
  content: "\00d7";
  font-size: 1.5rem;
  margin-left: 5px;
}

.menu-item-sub-menu-toggle {
  height: auto;
  width: auto;
  background: none;
  box-shadow: none;
  display: block;
  flex: none;
  padding: 15px 15px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #20303d;
}

.menu-item-sub-menu-toggle:focus {
  outline: 1px dotted currentColor;
}

.menu-item-sub-menu-toggle::before {
  display: inline-block;
  font-weight: 900;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  transition: transform .18s ease;
}

/* Mobile Triggers
=================================== */

.mobile-nav-trigger {
  float: right;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
  color: #fff;
}

.mobile-nav-trigger:hover {
  color: #fff;
}

/* -----------------------------------------
	11. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.instagram-pics li {
  width: 33.33333333333%;
}

.instagram-pics li a {
  display: block;
  color: #20303d;
}

.widget-section .instagram-pics {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-section .instagram-pics li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Select2
===================================== */

.form-filters .select2-container .select2-selection,
.search_categories .select2-container .select2-selection,
.job-manager-form .select2-container .select2-selection {
  border: 1px solid #dfe3e6;
}

.form-filters .select2-container .select2-selection .select2-selection__placeholder,
.search_categories .select2-container .select2-selection .select2-selection__placeholder,
.job-manager-form .select2-container .select2-selection .select2-selection__placeholder {
  opacity: 0.8;
  color: #20303d;
}

.form-filters .select2-container .select2-selection.select2-selection--single,
.search_categories .select2-container .select2-selection.select2-selection--single,
.job-manager-form .select2-container .select2-selection.select2-selection--single {
  height: 50px;
}

.form-filters .select2-container .select2-selection.select2-selection--single .select2-selection__rendered,
.search_categories .select2-container .select2-selection.select2-selection--single .select2-selection__rendered,
.job-manager-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  padding: 8px 20px 8px 12px;
  color: #20303d;
}

.form-filters .select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear,
.search_categories .select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear,
.job-manager-form .select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
  margin-right: 10px;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple,
.search_categories .select2-container .select2-selection.select2-selection--multiple,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple {
  line-height: 1em;
  padding: 6px 25px 6px 12px;
  min-height: 50px;
  position: relative;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple::after,
.search_categories .select2-container .select2-selection.select2-selection--multiple::after,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 50px;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
.search_categories .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear,
.search_categories .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  margin: 2px 5px 0 0;
  line-height: 32px;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
.search_categories .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #20303d;
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px 20px 6px 10px;
  background: #dfe3e6;
  border: 0;
  position: relative;
  margin: 5px 0 3px 5px;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.search_categories .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 3px;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple .select2-search__field,
.search_categories .select2-container .select2-selection.select2-selection--multiple .select2-search__field,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-search__field {
  margin: 0;
  height: 32px;
}

.form-filters .select2-container .select2-selection.select2-selection--multiple .select2-search--inline,
.search_categories .select2-container .select2-selection.select2-selection--multiple .select2-search--inline,
.job-manager-form .select2-container .select2-selection.select2-selection--multiple .select2-search--inline {
  margin-top: 0;
}

.form-filters .select2-container .select2-selection__arrow::before,
.search_categories .select2-container .select2-selection__arrow::before,
.job-manager-form .select2-container .select2-selection__arrow::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
  position: relative;
  top: 11px;
}

.form-filters .select2-container .select2-selection__arrow b,
.search_categories .select2-container .select2-selection__arrow b,
.job-manager-form .select2-container .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-results {
  font-size: 15px;
  line-height: 1em;
}

.select2-container .select2-results .select2-results__option--highlighted {
  background: #459fed;
}

/* -----------------------------------------
	12. Grid Effects
----------------------------------------- */

.row-effect {
  position: relative;
}

.row-effect::before {
  border: 6px solid rgba(32, 48, 61, 0.35);
  border-top-color: rgba(32, 48, 61, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -20px;
}

.row-effect.row-images-loaded::before {
  display: none;
}

.row-effect > [class^="col"] {
  opacity: 0;
}

.row-effect > [class^="col"].ci-grid-shown {
  opacity: 1;
}

/* Fade In
========================================= */

@keyframes ci-fade-in {
  0% {

  }

  100% {
    opacity: 1;
  }
}

.row-effect-fade-in .ci-grid-animate {
  animation: ci-fade-in .65s ease forwards;
}

/* Move Up
========================================= */

@keyframes ci-move-up {
  0% {

  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.row-effect-move-up .ci-grid-animate {
  transform: translateY(200px);
  animation: ci-move-up .65s ease forwards;
}

/* Scale Up
========================================= */

@keyframes ci-scale-up {
  0% {

  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.row-effect-scale-up .ci-grid-animate {
  transform: scale(0.6);
  animation: ci-scale-up .65s ease-in-out forwards;
}

/* Fall Perspective
========================================= */

@keyframes ci-fall-perspective {
  0% {

  }

  100% {
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}

.row-effect-fall-perspective {
  perspective: 1300px;
}

.row-effect-fall-perspective .ci-grid-animate {
  transform-style: preserve-3d;
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  animation: ci-fall-perspective .8s ease-in-out forwards;
}

/* Fly Up
========================================= */

@keyframes ci-fly-up {
  0% {

  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

.row-effect-fly-up {
  perspective: 1300px;
}

.row-effect-fly-up .ci-grid-animate {
  transform-style: preserve-3d;
  transform-origin: 50% 50% -300px;
  transform: rotateX(-180deg);
  animation: ci-fly-up .8s ease-in-out forwards;
}

/* Flip
========================================= */

@keyframes ci-flip {
  0% {

  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

.row-effect-flip {
  perspective: 1300px;
}

.row-effect-flip .ci-grid-animate {
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform: rotateX(-80deg);
  animation: ci-flip .8s ease-in-out forwards;
}

/* Pop Up
========================================= */

@keyframes ci-pop-up {
  0% {

  }

  70% {
    transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.row-effect-pop-up {
  perspective: 1300px;
}

.row-effect-pop-up .ci-grid-animate {
  transform-style: preserve-3d;
  transform: scale(0.4);
  animation: ci-pop-up .8s ease-in forwards;
}

/* -----------------------------------------
	13. Utilities
----------------------------------------- */

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xl-down {
  display: none !important;
}

/* -----------------------------------------
  Jobs Plugin Customization
----------------------------------------- */
.fieldset-remote_position {
  display: none;
}
/* -----------------------------------------
	14. Global Mediaqueries
----------------------------------------- */

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .entry-item-listing,
  ul.job_listings {
    margin-right: -15px;
    margin-left: -15px;
  }

  .entry-item-listing > li,
  ul.job_listings > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .entry-content-column-split {
    columns: 2;
  }

  .entry-item-listing,
  ul.job_listings {
    margin-right: -15px;
    margin-left: -15px;
  }

  .entry-item-listing > li,
  ul.job_listings > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 940px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .page-hero-subtitle {
    max-width: 50%;
  }

  .text-center .page-hero-subtitle {
    margin: 0 auto;
  }

  .text-right .page-hero-subtitle {
    margin-left: auto;
  }

  .entry-item-listing,
  ul.job_listings {
    margin-right: -15px;
    margin-left: -15px;
  }

  .entry-item-listing > li,
  ul.job_listings > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1170px;
    max-width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .header-fullwidth .container {
    width: 1600px;
  }

  .entry-item-listing,
  ul.job_listings {
    margin-right: -15px;
    margin-left: -15px;
  }

  .entry-item-listing > li,
  ul.job_listings > li {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-fullwidth .container {
    width: 1600px;
  }

  .gallery {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-columns-1 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-2 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-3 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-4 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-5 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-6 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-7 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-8 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gallery-columns-9 .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .dullani-video-wrap::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .nav {
    display: none;
  }

  .head-mast {
    padding: 15px;
  }

  .head-sticky.is-stuck {
    position: static !important;
    width: 100% !important;
  }

  .stuck {
    display: none;
  }

  .page-hero-lg {
    height: 500px;
  }

  .page-hero-align-top {
    align-items: center;
  }

  .page-hero-align-bottom {
    align-items: center;
  }

  .page-hero-title {
    font-size: 34px;
  }

  .page-hero-lg .page-hero-title {
    font-size: 34px;
  }

  .page-hero-slideshow {
    height: 500px;
  }

  .main {
    padding: 50px 0;
  }

  .sidebar {
    margin-top: 80px;
  }

  .widget-section {
    padding: 80px 0;
  }

  .widget-section:not(.widget-section-padded) + .widget-section:not(.widget-section-padded) {
    margin-top: -80px;
  }

  .entry-author-thumbnail {
    width: 100px;
    margin-right: 15px;
  }

  .entry-extra-info-group li {
    max-width: 100%;
    flex-basis: 100%;
  }

  .form-filters input,
  .form-filters select,
  .form-filters .chosen-container,
  .form-filters .select2-container {
    margin-bottom: 10px;
  }

  .listing-map {
    margin-top: 40px;
  }

  .footer-widgets {
    padding: 80px 0 40px;
  }

  .widget {
    margin-bottom: 40px;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-9 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mobile-nav-trigger {
    display: inline-block;
  }

  .widget-section .instagram-pics {
    margin: 0;
  }

  .widget-section .instagram-pics li {
    padding: 0;
    margin: 0;
  }

  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .head-intro {
    text-align: center;
  }

  .head-intro-info span {
    margin: 0 3px;
  }

  .head-intro-addons {
    justify-content: center;
  }

  .page-hero-lg {
    height: 440px;
    padding-bottom: 40px;
  }

  .page-hero-title {
    font-size: 30px;
  }

  .page-hero-subtitle {
    font-size: 16px;
  }

  .page-hero-slideshow {
    height: 440px;
  }

  .dullani-slick-slider .slick-arrow {
    display: none !important;
    visibility: hidden;
  }

  .main {
    padding: 45px 0;
  }

  .sidebar {
    padding: 20px;
  }

  .widget-section {
    padding: 40px 0;
  }

  .widget-section:not(.widget-section-padded) + .widget-section:not(.widget-section-padded) {
    margin-top: -40px;
  }

  .box-content-wrap {
    padding: 20px;
  }

  .entry-content .alignleft,
  .entry-content .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .item-labels-wrap {
    margin-bottom: 20px;
  }

  .item-labels-array .item-label {
    flex-basis: 33.3333%;
  }

  .header-listing {
    display: block;
  }

  .header-listing-sort {
    padding-left: 0;
    margin: 15px 0 0;
    display: block;
  }

  .header-listing-sort select {
    padding-left: 15px;
  }

  .entry-item-content {
    padding: 20px;
  }

  .entry-no-content-found {
    padding: 20px;
  }

  .footer-widgets {
    padding: 40px 0 10px;
  }

  .comment-list ol {
    margin: 0;
    padding: 0;
  }

  .comment-reply-link {
    margin: 0;
  }

  .widget {
    margin-bottom: 30px;
  }

  .widget-section-hero .section-title {
    font-size: 28px;
  }

  .gallery-columns-1 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-5 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-6 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-7 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-8 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-columns-9 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .widget-section .instagram-pics li {
    width: 50%;
  }

  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 575px) {
  input,
  textarea,
  select {
    width: 100%;
  }

  .page-hero .container {
    width: 100%;
  }

  .item-labels-array .item-label {
    flex-basis: 50%;
  }

  .entry-item-listing > li,
  ul.job_listings > li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .comment-author .avatar {
    display: none;
  }

  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .page-hero-lg .dullani-video-background {
    height: 100%;
    top: 0;
    width: 300%;
    left: -100%;
  }
}