/*!
Theme Name: Artifice
Theme URI: http://underscores.me/
Author: ArtificeCreative
Author URI: http://www.artificecreative.co.uk
Description: Here you will see a purpose built created by the team at Artifice Creative. Visit us as www.artificecreative.co.uk or contact us via hello@artificecreative.co.uk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artifice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Artifice is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries


	
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3; }

/* cal-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cal Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cal-sans/cal-sans-v2-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/cal-sans/cal-sans-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/cal-sans/cal-sans-v2-latin-regular.woff2") format("woff2"), url("fonts/cal-sans/cal-sans-v2-latin-regular.woff") format("woff"), url("fonts/cal-sans/cal-sans-v2-latin-regular.ttf") format("truetype"), url("fonts/cal-sans/cal-sans-v2-latin-regular.svg#CalSans") format("svg");
  /* Legacy iOS */ }

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/poppins/poppins-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Regular"), local("Poppins-Regular"), url("fonts/poppins/poppins-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/poppins-v5-latin-regular.woff2") format("woff2"), url("fonts/poppins/poppins-v5-latin-regular.woff") format("woff"), url("fonts/poppins/poppins-v5-latin-regular.ttf") format("truetype"), url("fonts/poppins/poppins-v5-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/poppins/poppins-v5-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Bold"), local("Poppins-Bold"), url("fonts/poppins/poppins-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/poppins-v5-latin-700.woff2") format("woff2"), url("fonts/poppins/poppins-v5-latin-700.woff") format("woff"), url("fonts/poppins/poppins-v5-latin-700.ttf") format("truetype"), url("fonts/poppins/poppins-v5-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url("fonts/poppins/poppins-v5-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("fonts/poppins/poppins-v5-latin-800.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/poppins-v5-latin-800.woff2") format("woff2"), url("fonts/poppins/poppins-v5-latin-800.woff") format("woff"), url("fonts/poppins/poppins-v5-latin-800.ttf") format("truetype"), url("fonts/poppins/poppins-v5-latin-800.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat/montserrat-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/montserrat/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("fonts/montserrat/montserrat-v12-latin-regular.woff") format("woff"), url("fonts/montserrat/montserrat-v12-latin-regular.ttf") format("truetype"), url("fonts/montserrat/montserrat-v12-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat/montserrat-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/montserrat/montserrat-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat/montserrat-v12-latin-600.woff2") format("woff2"), url("fonts/montserrat/montserrat-v12-latin-600.woff") format("woff"), url("fonts/montserrat/montserrat-v12-latin-600.ttf") format("truetype"), url("fonts/montserrat/montserrat-v12-latin-600.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'just_sundayregular';
  src: url("fonts/just-sunday/just-sunday-webfont.eot");
  src: url("fonts/just-sunday/just-sunday-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/just-sunday/just-sunday-webfont.woff2") format("woff2"), url("fonts/just-sunday/fonts/just-sunday/just-sunday-webfont.woff") format("woff"), url("fonts/just-sunday/just-sunday-webfont.ttf") format("truetype"), url("fonts/just-sunday/just-sunday-webfont.svg#just_sundayregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-hw {
  font-family: "just_sundayregular", cursive !important; }

.font-main {
  font-family: "Montserrat", sans-serif !important; }

.ss-inline-share-wrapper .ss-social-share-label span, .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a {
  font-family: "Montserrat", sans-serif !important; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Cal Sans", sans-serif; }

.h6 {
  font-size: 13px; }

.display-1 {
  font-size: 3.7rem;
  font-size: 9.7rem;
  line-height: 4rem; }
  @media (min-width: 768px) {
    .display-1 {
      font-size: 14.7rem;
      line-height: 12rem; } }
  @media (min-width: 1000px) {
    .display-1 {
      font-size: 15.2rem;
      line-height: 176px; } }
  @media (min-width: 1441px) {
    .display-1 {
      font-size: 17.2rem;
      line-height: 226px; } }

.display-2 {
  font-size: 9.5rem;
  line-height: 0.9; }
  @media (min-width: 1000px) {
    .display-2 {
      font-size: 13.2rem;
      line-height: 121px; } }
  @media (min-width: 1441px) {
    .display-2 {
      font-size: 14.2rem;
      line-height: 141px; } }

.display-4 {
  font-size: 6.5rem; }
  @media (min-width: 1000px) {
    .display-4 {
      font-size: 7.2rem;
      line-height: 129px; } }

.h1, h1 {
  font-size: 2.3rem; }

.h2 {
  font-size: 1.9rem; }

.font-heading {
  font-family: "Cal Sans", sans-serif; }

.heading-title::after, .gen-title::after {
  content: " ";
  width: 200px;
  height: 1px;
  background: #ccc;
  margin: auto;
  position: relative;
  float: none;
  display: block;
  margin-top: 20px; }

.gen-title {
  margin-bottom: 15px; }
  .gen-title::after {
    margin-top: 15px; }

.bord-title {
  width: 100%;
  height: 12px;
  border-top: 2px solid #03103c;
  border-bottom: 2px solid #03103c; }

p {
  font-size: 14px;
  margin-bottom: 1rem;
  line-height: 22px; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.text-upper {
  text-transform: uppercase !important; }

.text-bold {
  font-weight: 700; }

.font-main {
  font-family: "Montserrat", sans-serif; }

.set-spacing {
  letter-spacing: 12px; }

.set-spacing-s {
  letter-spacing: 3px; }

.content-general ol {
  padding-left: 30px; }
  .content-general ol li {
    padding-bottom: 20px;
    border-bottom: #03103c 2px solid;
    padding-top: 20px; }
    .content-general ol li:last-child {
      border-bottom: none;
      padding-bottom: 20px;
      padding-bottom: 20px; }

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_slide {
  background-color: #fff; }

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #03103c !important; }

.wp-block-media-text__content h2, .wp-block-media-text__content h3 {
  font-weight: bold; }

.content-general .wp-block-list {
  margin-left: -10px; }
  .content-general .wp-block-list li {
    font-size: 14px;
    margin-bottom: 9px; }
    .content-general .wp-block-list li:last-child {
      margin-bottom: 0px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.blog-items .block-banner .blog-tit {
  padding-bottom: 0px;
  transition: all 0.3s ease-in-out; }

.blog-items .block-banner::before {
  transition: all 0.3s ease-in-out;
  background-color: rgba(184, 100, 96, 0.4); }

.blog-items .block-banner:hover::before {
  background-color: rgba(184, 100, 96, 0.8); }

.blog-items .block-banner:hover .blog-tit {
  padding-bottom: 7px; }

.home .minus-l-title {
  margin-bottom: 0px; }

.developed a {
  transition: 0.3s ease-in-out; }
  .developed a:hover {
    color: #fff !important; }

.video-opts {
  list-style: none; }
  .video-opts li {
    border-bottom: 1px solid #a87327;
    border-bottom: 0.5px solid #a87327; }
    .video-opts li:last-child {
      border-bottom: none !important; }
    .video-opts li a {
      padding-top: 5px;
      padding-bottom: 11px;
      display: block; }
  .video-opts a span {
    transition: 0.3s ease-in-out; }
  .video-opts a:hover span {
    color: #fff !important; }

.list-quick h6 {
  transition: 0.3s ease-in-out; }

.list-quick a:hover h6 {
  color: #fff !important; }

.set-social i, .socials i {
  transition: 0.3s ease-in-out; }

.set-social a:hover i, .socials a:hover i {
  color: #fff !important; }

@media (max-width: 439.98px) {
  .set-social a.h4, .socials a.h4 {
    font-size: 1.9rem; } }

.work-pad {
  padding-left: 100px; }
  @media (max-width: 991.98px) {
    .work-pad {
      padding-left: 0px; } }

.signature {
  height: 100px; }
  .signature .sig-x {
    margin-left: 82px;
    margin-top: -100px;
    margin-bottom: -20px;
    display: block; }

@media (min-width: 768px) {
  .container {
    width: 85%;
    max-width: 1000px; } }

@media (min-width: 1000px) {
  .container {
    max-width: 1000px; } }

@media (min-width: 1441px) {
  .container {
    max-width: 1180px; } }

.circle-play i {
  font-size: 50px; }

.circle-play a:focus {
  outline: none; }

.circle-play::before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  content: " ";
  position: absolute;
  top: -22px;
  left: -32px; }

.lity {
  background: rgba(255, 255, 255, 0.8); }
  .lity .lity-close {
    color: #03103c;
    text-shadow: none !important;
    right: 4px;
    top: 5px;
    font-size: 47px; }

.single-my-work .bord-table .col-6 {
  padding-top: 11.5px !important;
  padding-bottom: 11.5px !important; }

.card-columns.gal-columns .card {
  border: none; }

.owl-new .owl-nav {
  display: none; }

.let-space {
  letter-spacing: 4px;
  font-size: 10px; }

.set-list li {
  border: none;
  margin-bottom: 4px; }

.set-line {
  height: 3px;
  width: 70px; }
  .set-line-s {
    width: 30px; }

@media (max-width: 767.98px) {
  .sect-clients .label-holder {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    margin-left: -120px;
    margin-bottom: 20px;
    top: 0px;
    position: relative; } }

.label-holder {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .label-holder .row {
    min-width: 400px; }
  .label-holder.label-cont {
    bottom: -50px;
    left: 48px; }

.bord-table {
  border-left: 2px solid #f6f7f8;
  border-top: 2px solid #f6f7f8; }
  .bord-table div {
    border-right: 2px solid #f6f7f8;
    border-bottom: 2px solid #f6f7f8;
    padding: 10px 10px !important; }
    .bord-table div img {
      width: 90%;
      display: block;
      margin: auto; }

.minus-l-title {
  margin-left: 0px;
  margin-bottom: -11px; }
  @media (min-width: 992px) {
    .minus-l-title {
      margin-left: -100px; } }
  @media (min-width: 1000px) {
    .minus-l-title {
      width: calc(100% + 100px); } }
  @media (min-width: 1441px) {
    .minus-l-title {
      width: calc(100% + 200px);
      margin-left: -100px; } }

.block-banner::before {
  content: " ";
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  position: absolute;
  background-color: rgba(184, 100, 96, 0.6); }

.block-banner .row {
  position: relative;
  z-index: 4; }

.block-banner .blog-tit {
  width: 80%;
  cursor: pointer; }

html {
  box-sizing: border-box; }

.back-shad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.trans-label {
  background: rgba(255, 255, 255, 0.2); }

.revealOnScroll, .wp-block-gallery {
  opacity: 0; }

.display-1.minus-b {
  margin-bottom: -4px; }
  @media (min-width: 768px) {
    .display-1.minus-b {
      margin-bottom: -41px; } }

.minus-b {
  margin-bottom: -60px; }
  .minus-b-s {
    margin-bottom: -35px; }
    @media (min-width: 768px) {
      .minus-b-s {
        margin-bottom: -15px; } }

.minus-l-s {
  margin-left: 0px; }
  @media (min-width: 768px) {
    .minus-l-s {
      margin-left: -30px; } }

.img-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: all 0.2s linear; }

.work-item:hover .img-fill {
  filter: grayscale(0); }

.work-item:hover .label-holder .set-line {
  transition-delay: 0.4s;
  width: 100px; }

.work-item:hover .label-holder .h4 {
  color: #fff; }

.work-item .label-holder .set-line {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s; }

.work-item .label-holder .h4 {
  color: #fff;
  transition: all 0.2s linear; }

.link-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 50; }

.mt-6 {
  margin-top: 120px; }

.my-6 {
  margin-top: 120px;
  margin-bottom: 120px; }

.mb-6 {
  margin-bottom: 120px; }

#cookie-law-info-bar, #cookie-law-info-again {
  background-image: url(images/set-sprinkle.png) !important;
  background-size: 513px auto !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px; }

@media (max-width: 1440.98px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 20% !important; }
    #sb_instagram #sbi_images .sbi_item:nth-child(6) {
      display: none; } }

@media (max-width: 991.98px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 25% !important; }
    #sb_instagram #sbi_images .sbi_item:nth-child(5), #sb_instagram #sbi_images .sbi_item:nth-child(6) {
      display: none; } }

@media (max-width: 439.98px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 50% !important; }
    #sb_instagram #sbi_images .sbi_item .sbi_photo {
      height: 177px !important; }
    #sb_instagram #sbi_images .sbi_item:nth-child(5), #sb_instagram #sbi_images .sbi_item:nth-child(6) {
      display: none; } }

@media (max-width: 767.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 3%; } }

.carousel-test .test-inner {
  opacity: 0.4;
  margin-top: 20px;
  transition: all 0.2s ease-in-out; }

.carousel-test .owl-item.center .test-inner {
  opacity: 1;
  margin-top: 0px; }

.carousel-test .owl-nav {
  text-align: center; }
  .carousel-test .owl-nav button .fa {
    font-size: 52px;
    padding: 10px;
    color: #03103c; }

.site.container-fluid {
  margin-bottom: -18px; }

.pattern-bg {
  background-image: url(images/set-sprinkle.png) !important;
  background-size: 513px auto !important; }

.link-curve::before {
  background-image: url(images/link-curve.svg) !important;
  background-size: auto 107px !important;
  content: " ";
  height: 107px;
  width: 112px;
  right: 0;
  bottom: 0px;
  position: absolute; }

.single-post .ss-inline-share-wrapper {
  margin-bottom: 0px !important; }

.set-bord {
  position: absolute;
  z-index: 400;
  width: 100%;
  z-index: 0;
  left: 0; }
  .set-bord-top {
    top: -1px; }
  .set-bord-bot {
    bottom: -1px;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    z-index: 2; }
    .set-bord-bot-add {
      bottom: -8px; }
  .set-bord-small {
    background-image: url(images/border-divide-1.svg) !important;
    height: 56px;
    background-size: auto 17px !important; }
    @media (min-width: 576px) {
      .set-bord-small {
        background-size: auto 30spx !important; } }
    @media (min-width: 768px) {
      .set-bord-small {
        background-size: 100% auto !important; } }
    @media (min-width: 1000px) {
      .set-bord-small {
        background-size: 120% auto !important; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 720px; } }

.w-100 {
  width: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

header {
  z-index: 100;
  position: relative; }

body {
  background: #03103c;
  /* Fallback for when there is no custom background color defined. */ }

.break-word {
  word-break: break-all; }

.wp-caption-text {
  font-size: 11px; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.text-upper {
  text-transform: uppercase; }

.grid-sizer,
.grid-item {
  width: 100%; }
  @media (min-width: 500px) {
    .grid-sizer,
    .grid-item {
      width: calc( 100% / 2); } }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: calc( 100% / 3); } }

/* 2 columns */
.grid-item--width2 {
  width: 100%; }
  @media (min-width: 992px) {
    .grid-item--width2 {
      width: 66.6666%; } }

.grid-item--width3 {
  width: 100%; }

/*

Elements:
>Footer List

*/
.owl-carousel .owl-dots {
  margin-top: 10px; }
  .owl-carousel .owl-dots button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #03103c !important;
    margin-left: 2px;
    margin-right: 2px; }
    .owl-carousel .owl-dots button.active {
      background: #03103c; }

.work-opts .work-item {
  height: 430px;
  margin-bottom: 35px; }
  @media (max-width: 767.98px) {
    .work-opts .work-item .label-holder.label-cont {
      bottom: -26px; }
      .work-opts .work-item .label-holder.label-cont .set-line {
        width: 40px; }
    .work-opts .work-item .h4 {
      font-size: 20px; }
    .work-opts .work-item .img-fill {
      background-position: top center !important; } }
  @media (min-width: 768px) {
    .work-opts .work-item {
      height: 450px;
      margin-bottom: 0px; } }
  @media (min-width: 1000px) {
    .work-opts .work-item {
      height: 550px; } }
  .work-opts .work-item:last-child {
    margin-bottom: 0px; }

ul, ol {
  margin: 0 0 1.5em 0em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.social-circle {
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 50px;
  border: 2px solid #03103c;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 7px !important;
  text-align: center; }
  .social-circle i {
    font-size: 28px;
    line-height: 46px; }

@media (min-width: 768px) {
  .list-quick a {
    border-right: 1px solid #03103c; } }

.list-quick a:last-child {
  border-right: none; }

.list-social a {
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 50px;
  border: 2px solid #03103c;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 7px !important; }
  .list-social a i {
    font-size: 28px;
    line-height: 46px; }

/*--------------------------------------------------------------
## Footer List
--------------------------------------------------------------*/
.site-footer .footer-links .h5 {
  margin-bottom: 33px; }

.site-footer .footer-links p {
  margin-bottom: 10px; }

.site-footer .footer-links :last-child {
  margin-bottom: 0px; }

/*--------------------------------------------------------------
## News articles
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .last-art {
    display: none !important; } }

/*--------------------------------------------------------------
## Event Reports
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .block-reports h6 {
    font-size: 1.00rem; }
  .block-reports p small {
    line-height: 1.2em;
    font-size: 10px; }
  .block-reports p {
    line-height: 1.1em; } }

/*--------------------------------------------------------------
## Event Tabs
--------------------------------------------------------------*/
.sp-tab-menu-item-active a, .sp-tab-menu-item-active a:hover {
  color: #03103c !important;
  border-bottom-color: #03103c !important; }

/*--------------------------------------------------------------
## Instafeed
--------------------------------------------------------------*/
#instafeed {
  margin: 0 0.5em; }
  #instafeed a {
    margin: 0;
    overflow: hidden;
    transition: all .3s;
    background-size: cover;
    border: 4px solid #fff;
    height: 140px; }
    @media (min-width: 350px) {
      #instafeed a {
        height: 170px; } }
    @media (min-width: 440px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 576px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 768px) {
      #instafeed a {
        height: 230px; } }
    @media (min-width: 992px) {
      #instafeed a {
        height: 260px; } }

/*--------------------------------------------------------------
## history/ timeline
--------------------------------------------------------------*/
.home-hist .row:nth-child(1) .block-result-date, .home-hist .row:nth-child(1) .block-hist-info {
  padding-top: 70px !important; }

.home-hist .row:nth-child(3) .block-result-date, .home-hist .row:nth-child(3) .block-hist-info {
  padding-bottom: 20px !important; }

.timeline .tl-inner {
  border-left: 4px dashed #fff;
  margin-top: 120px;
  margin-bottom: 120px; }
  .timeline .tl-inner::before, .timeline .tl-inner::after {
    content: " ";
    width: 50%;
    height: 100px;
    position: absolute;
    border-right: 4px dashed #fff; }
  .timeline .tl-inner::before {
    border-bottom: 4px dashed #fff;
    bottom: 100%; }
  .timeline .tl-inner::after {
    border-top: 4px dashed #fff;
    top: 100%; }
  .timeline .tl-inner .set-divide::after {
    margin-left: 0px; }
  .timeline .tl-inner .circle {
    left: -35px !important;
    z-index: 300; }
    .timeline .tl-inner .circle::before {
      height: 105px;
      content: " ";
      width: 50px;
      position: absolute;
      top: -3px;
      right: 0px;
      z-index: 0;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      border: 4px solid #a87327;
      border-left: none; }

.list-gen {
  list-style: none;
  padding-left: 10px; }
  .list-gen li {
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px; }
    .list-gen li:nth-child(even) {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 10px;
      border-top-left-radius: 15px; }
    .list-gen li:nth-child(odd) {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 15px;
      border-top-right-radius: 20px;
      border-top-left-radius: 22px; }
    .list-gen li.h5 {
      font-size: 1.1rem; }

.list-honours img {
  width: 100%; }

@media (max-width: 991.98px) {
  .block-timeline {
    display: none !important; } }

.site-label {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }
  .site-label span {
    display: inline-block; }
  @media (max-width: 991.98px) {
    .site-label {
      display: none; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/*a:hover, a:focus, a:active {
    color: inherit !important;
}
a{
	color:inherit !important;
}*/
.over-hide {
  overflow: hidden; }
  @media (max-width: 319.98px) {
    .over-hide-mob {
      overflow: hidden; } }

@media (max-width: 319.98px) {
  .hide-mob-xs {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hide-mob {
    display: none !important; } }

@media (max-width: 439.98px) {
  .hide-mob-s {
    display: none !important; } }

@media (max-width: 499.98px) {
  .hide-mob-l {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hide-tab-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hide-tab-up {
    display: none !important; } }

@media (min-width: 768px) {
  .hide-desk-up {
    display: none !important; } }

.wp-block-quote {
  padding: 30px !important;
  position: relative;
  border: 8px solid #03103c;
  /*
	&::before{
		content:'"';
		position: absolute;
		left: 0px;
		top: 0px;
		color: $col_prim;
		line-height: 0.9em;
		font-size: 140px;
	}*/ }
  .wp-block-quote p {
    margin-bottom: 18px !important; }
  .wp-block-quote::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid #fff; }
  .wp-block-quote cite {
    color: #03103c; }

.block-content h1, .block-content h2, .block-content h3, .block-content h4, .block-content h5, .block-content h6 {
  margin-top: 0px;
  color: #03103c; }

.block-content p:last-child {
  margin-bottom: 5px; }

.block-content p {
  line-height: 1.4em; }

.block-content a {
  color: #03103c !important; }
  .block-content a:hover {
    color: #d8ac53 !important; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.z-2 {
  z-index: 200; }

.z-5 {
  z-index: 500; }

.z-set-2 {
  z-index: 2; }

.w-100 {
  width: 100%; }

.pos-rel {
  position: relative; }

.label-abs {
  z-index: 300 !important; }

.cover {
  position: relative; }
  .cover::after, .cover-alt::after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 240px;
    transition: height 0.4s ease-in-out;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(79%, rgba(0, 0, 0, 0.59)), color-stop(100%, rgba(0, 0, 0, 0.71)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .cover-alt::after {
    height: 100px;
    opacity: 0.5; }
  .cover-flat::before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
    background: #000; }
  .cover-flat::after {
    height: 450px; }

.block-banner.cover:hover::after {
  height: 40%; }

.cover-match::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  height: 100%;
  background: rgba(195, 14, 26, 0.73);
  background: -moz-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195, 14, 26, 0.73)), color-stop(100%, #c30e1a));
  background: -webkit-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -o-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: -ms-linear-gradient(top, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  background: linear-gradient(to bottom, rgba(195, 14, 26, 0.73) 0%, #c30e1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30e1a', endColorstr='#c30e1a', GradientType=0 ); }

.item-attributes {
  display: table;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e4e4e4;
  font-weight: 700;
  font-style: normal; }
  .item-attributes .item-attributes__item {
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    color: #828282;
    font-size: 0.933em; }
  .item-attributes .item-attributes__item:last-child {
    border: none; }

.bord-top {
  border-top: 10px solid #03103c; }
  .bord-top-red {
    border-color: #03103c; }
  .bord-top-twit {
    border-color: #55acee; }

.bord-bot {
  border-bottom: 2px solid #03103c; }

.label-blog {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200; }

.label-blog-holder {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200; }
  .label-blog-holder div {
    background: rgba(255, 255, 255, 0.5); }

@media (max-width: 767.98px) {
  .label-bg {
    background: #a87327; } }

.label-l {
  position: relative; }
  .label-l::after {
    content: "";
    left: 100%;
    top: 0px;
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-bottom: 56px solid #03103c;
    border-right: 59px solid transparent; }

.label-r {
  padding-left: 55px !important; }
  @media (min-width: 992px) {
    .label-r {
      padding-left: 70px !important; } }

@media (min-width: 768px) {
  .label-minus {
    margin-top: -56px; } }

.label-abs {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50; }
  .label-abs::after {
    content: "";
    border-left: none !important;
    border-bottom: none !important;
    border-top: 56px solid #03103c;
    border-right: 59px solid transparent; }
  .label-abs.bac-twit::after {
    border-top-color: #55acee; }

.label-minus-bord {
  top: -8px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
  font-size: 1.5rem; }

/*--------------------------------------------------------------
## site tables
--------------------------------------------------------------*/
.sp-event-results.sp-data-table, .sp-event-details.sp-data-table {
  font-family: "Poppins", "Helvetica", sans-serif;
  border: none !important; }
  .sp-event-results.sp-data-table thead th, .sp-event-details.sp-data-table thead th {
    font-weight: bold !important;
    text-transform: uppercase;
    color: #03103c !important;
    font-size: 16px !important;
    padding: 20px 5px !important; }
  .sp-event-results.sp-data-table thead tr, .sp-event-details.sp-data-table thead tr {
    background-color: #0b1822 !important; }
  .sp-event-results.sp-data-table tr, .sp-event-results.sp-data-table td, .sp-event-details.sp-data-table tr, .sp-event-details.sp-data-table td {
    border: none !important; }
  .sp-event-results.sp-data-table tr, .sp-event-details.sp-data-table tr {
    transition: all 0.2s ease-in-out; }
    .sp-event-results.sp-data-table tr:nth-child(odd), .sp-event-details.sp-data-table tr:nth-child(odd) {
      background-color: #8a8a8a !important; }
    .sp-event-results.sp-data-table tr a, .sp-event-results.sp-data-table tr .dashicons, .sp-event-details.sp-data-table tr a, .sp-event-details.sp-data-table tr .dashicons {
      color: #000 !important; }
    .sp-event-results.sp-data-table tr a, .sp-event-results.sp-data-table tr .dashicons, .sp-event-results.sp-data-table tr td, .sp-event-details.sp-data-table tr a, .sp-event-details.sp-data-table tr .dashicons, .sp-event-details.sp-data-table tr td {
      transition: all 0.2s ease-in-out; }
    .sp-event-results.sp-data-table tr td, .sp-event-details.sp-data-table tr td {
      padding: 14px 5px !important;
      font-size: 13px !important;
      color: #000 !important; }
      .sp-event-results.sp-data-table tr td.data-article a, .sp-event-results.sp-data-table tr td.data-article .dashicons, .sp-event-details.sp-data-table tr td.data-article a, .sp-event-details.sp-data-table tr td.data-article .dashicons {
        color: #ccac00 !important; }

.block-image {
  z-index: 20;
  min-height: 250px; }
  @media (max-width: 767.98px) {
    .block-image {
      margin-top: -30px; } }

/*--------------------------------------------------------------
## margins paddings
--------------------------------------------------------------*/
.minus-l {
  margin-left: -10px; }
  @media (min-width: 576px) {
    .minus-l {
      margin-left: -30px; } }

.minus-r {
  margin-left: 10px; }
  @media (min-width: 576px) {
    .minus-r {
      margin-right: -30px;
      margin-left: 0px; } }

/*--------------------------------------------------------------
## Side nav
--------------------------------------------------------------*/
.widget .widget-title {
  font-size: 1.5rem;
  font-family: "Cal Sans", sans-serif;
  font-weight: 700;
  color: #fff; }

.widget_recent_entries {
  padding: 20px;
  background: #19074c; }
  .widget_recent_entries ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .widget_recent_entries ul li {
      padding: 7px 0px;
      color: #fff;
      border-bottom: 1px solid #4c6d8e;
      border-bottom: 0.5px solid #4c6d8e; }
      .widget_recent_entries ul li a {
        font-size: 12px; }
      .widget_recent_entries ul li:last-child {
        border-bottom: none; }

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.gen-back {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

/*--------------------------------------------------------------
## Page transitions and preloader
--------------------------------------------------------------*/
.blog-block {
  display: block;
  width: 100%;
  height: 200px; }

.page-cover {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: #03103c; }

.dj-loader {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.show-loader {
  opacity: 1;
  top: 0px; }

@media (max-width: 767.98px) {
  .block-wed .block-banner .h4 {
    font-size: 1.8rem; }
  .block-wed .block-banner .h6 {
    font-size: 18px; } }

#lightcase-overlay {
  background: #fff; }

.vbox-overlay {
  background: rgba(255, 255, 255, 0.85) !important; }

.vbox-close {
  top: -11px;
  right: 7px;
  width: 50px;
  height: 53px;
  font-size: 40px;
  color: #03103c !important; }
  @media (max-width: 767.98px) {
    .vbox-close {
      top: -13px;
      right: 7px;
      width: 50px;
      height: 73px;
      font-size: 61px; } }

/*--------------------------------------------------------------
## Min Heights
--------------------------------------------------------------*/
.min-h-xxs {
  min-height: 150px; }

.min-h-xs {
  min-height: 250px; }

.min-h-s {
  min-height: 200px; }
  @media (min-width: 576px) {
    .min-h-s {
      min-height: 300px; } }

.min-h-m {
  min-height: 330px; }
  @media (min-width: 576px) {
    .min-h-m {
      min-height: 400px; } }

.min-h-l {
  min-height: 500px; }

/*--------------------------------------------------------------
## Accordion Tabs
--------------------------------------------------------------*/
.block-tabs .card {
  border-left: 0px !important;
  border-top: none !important;
  border-right: 0px !important;
  border-bottom: 2px solid #8a8a8a !important;
  border-width: 2px; }

.block-tabs .card-header {
  border-bottom: 0px;
  border-top: 0px !important;
  background: transparent; }

.block-tabs .but-tab {
  position: relative; }
  .block-tabs .but-tab::before, .block-tabs .but-tab::after {
    content: " ";
    right: 0px;
    top: 20px;
    height: 3px;
    width: 15px;
    background: #d8ac53;
    position: absolute;
    transition: 0.2s ease-in-out; }
  .block-tabs .but-tab::after {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari 3-8 */
    transform: rotate(0deg); }
  .block-tabs .but-tab.collapsed::after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari 3-8 */
    transform: rotate(90deg); }
  .block-tabs .but-tab.collapsed::after, .block-tabs .but-tab.collapsed::before {
    background: #000; }
  .block-tabs .but-tab h5 {
    color: #d8ac53;
    transition: 0.2s ease-in-out; }
  .block-tabs .but-tab.collapsed h5 {
    color: #000; }

/*--------------------------------------------------------------
## Out links
--------------------------------------------------------------*/
.block-outlinks .cover::after {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(21%, rgba(0, 0, 0, 0.32)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 21%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  height: 165px; }

.img-dj {
  margin-top: -6px;
  margin-right: -6px;
  margin-bottom: -6px; }

/*--------------------------------------------------------------
## Block bordered
--------------------------------------------------------------*/
.block-border {
  border: 6px solid #000; }
  .block-border-gld {
    border-color: #e5c100; }
  .block-border-sec {
    border-color: #d8ac53; }
  .block-border-blk {
    border-color: #000; }
  .block-border-gry {
    border-color: #8a8a8a; }
  .block-border-prim {
    border-color: #03103c; }
  .block-border-ter {
    border-color: #a87327; }

/*--------------------------------------------------------------
## Block social
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .social-holder {
    border-bottom: 0.5px solid #dad9d9; } }

.site-footer .social-select {
  width: 100%;
  max-width: 230px; }
  @media (min-width: 768px) {
    .site-footer .social-select {
      width: 216px; } }
  .site-footer .social-select .col-4 {
    border-color: #dad9d9;
    border-right: 1px solid #dad9d9;
    border-right: 0.5px solid #dad9d9;
    border-top: 1px solid #dad9d9;
    border-top: 0.5px solid #dad9d9; }
    .site-footer .social-select .col-4:first-child {
      border-left: 1px solid #dad9d9;
      border-left: 0.5px solid #dad9d9; }

.block-social a, .img-insta a {
  color: #cacaca;
  transition: all 0.2s ease-in-out; }

.block-social:hover a, .img-insta:hover a {
  color: #fff; }

.block-social::before, .img-insta::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: red;
  height: 65%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.block-social:hover::before, .img-insta:hover::before {
  opacity: 1;
  height: 100%; }

.block-social.social-face::before, .img-insta.social-face::before {
  background: #3b5998; }

.block-social.social-twit::before, .img-insta.social-twit::before {
  background: #55acee; }

.block-social.social-insta::before, .img-insta.social-insta::before {
  background: #7232bd; }

.block-social.social-link::before, .img-insta.social-link::before {
  background: #3b5998; }

.block-social.social-spot::before, .img-insta.social-spot::before {
  background: #1db954; }

.img-insta::before {
  background: rgba(215, 35, 89, 0.7);
  background: -moz-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215, 35, 89, 0.7)), color-stop(100%, #d72359));
  background: -webkit-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -o-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: -ms-linear-gradient(top, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  background: linear-gradient(to bottom, rgba(215, 35, 89, 0.7) 0%, #d72359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72359', endColorstr='#d72359', GradientType=0 ); }

.img-insta .cont-insta {
  transition-delay: 0s;
  transition: 0.2s ease-in;
  opacity: 0.3; }

.img-insta:hover .cont-insta {
  transition-delay: 0.4s;
  opacity: 1; }

/*--------------------------------------------------------------
## Block sponsors
--------------------------------------------------------------*/
.block-sponsors .block-logo {
  width: calc(100% / 4) !important; }
  @media (min-width: 768px) {
    .block-sponsors .block-logo {
      width: calc(100% / 6) !important; } }
  @media (max-width: 767.98px) {
    .block-sponsors .block-logo:nth-child(n+5) {
      display: none !important; } }
  @media (max-width: 991.98px) {
    .block-sponsors .block-logo:nth-child(n+7) {
      display: none !important; } }

@media (max-width: 767.98px) {
  .block-sponsors img {
    max-width: 80%; } }

.block-main-sponsors .col-md-auto {
  width: 20% !important; }
  .block-main-sponsors .col-md-auto:nth-child(even) {
    background: #19074c; }

.spons-title {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
  height: auto; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 10things
--------------------------------------------------------------*/
.thing-img {
  height: 550px;
  margin-left: -60px;
  margin-bottom: -100px;
  margin-right: 60px; }

.thing-img.order-2 {
  margin-right: -60px;
  margin-left: 60px; }

.thing-title {
  font-size: 200px;
  margin-top: -120px;
  color: #e5c100;
  margin-bottom: -18px; }

.thing-hover-img {
  position: absolute;
  height: 190px;
  width: 280px;
  bottom: -30px;
  right: -50px;
  background: red;
  border: 8px solid #fff; }
  @media (max-width: 767.98px) {
    .thing-hover-img {
      display: none; } }
  .thing-hover-img.thing-hover-img-alt {
    right: auto;
    left: -50px; }

.thing-float .thing-hover-img {
  left: -50px;
  right: auto; }

/*--------------------------------------------------------------
## Hover Block
--------------------------------------------------------------*/
.cover-hover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  background: red;
  position: absolute; }

.block-banner:hover .cover-hover {
  transform: scale(1.1); }

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.9); }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background: #03103c;
  color: #000; }

.lg-toolbar .lg-icon:hover {
  color: #000; }

.lg-sub-html {
  font-weight: bold;
  background: #fff;
  color: #000;
  font-family: "Cal Sans", sans-serif, Arial, Helvetica, sans-serif; }

.lg-toolbar {
  font-weight: bold;
  background: #fff;
  color: #03103c; }

#lg-counter {
  color: #03103c;
  font-weight: bold; }

.lg-toolbar .lg-icon {
  color: #03103c; }

.lg-download {
  display: none  !important; }

/*--------------------------------------------------------------
## News Page
--------------------------------------------------------------*/
.set-divide::after {
  content: " ";
  width: 40px;
  height: 5px;
  background: #d8ac53;
  display: block;
  margin-top: 15px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto; }

.news-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: 20; }

.block-news-art .news-img::after, .block-news-art .news-img::before {
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  transition: 0.5s ease-in-out;
  opacity: 0; }

.block-news-art .news-img::after {
  bottom: 0px;
  right: 0px;
  border-right: 5px solid #03103c;
  border-bottom: 5px solid #03103c; }

.block-news-art .news-img::before {
  top: 0px;
  left: 0px;
  border-top: 5px solid #03103c;
  border-left: 5px solid #03103c; }

.block-news-art .news-art-title a {
  transition: all 0.5s ease-in-out; }

.block-news-art:hover .news-img::after, .block-news-art:hover .news-img::before {
  opacity: 1;
  height: 100%;
  width: 100%; }

.block-news-art:hover .news-art-title a {
  color: #d8ac53 !important; }

/*--------------------------------------------------------------
## Circle
--------------------------------------------------------------*/
.circ {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 6px solid #a87327; }

.circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin: auto;
  float: none;
  position: relative;
  display: block;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  @media (min-width: 576px) {
    .circle {
      height: 60px;
      width: 60px; } }
  .circle i {
    transition: 0.2s ease-in;
    transition-delay: 0s;
    z-index: 10; }
  .circle-prim::before {
    background: #03103c; }
  .circle-ter::before {
    background: #a87327; }
  .circle-gld::before {
    background: #e5c100; }
  .circle:hover i {
    color: #fff;
    transition: 0.2s ease-in;
    transition-delay: 0.2s; }
  .circle.circle-l {
    height: 120px;
    width: 120px; }

@media (max-width: 349.98px) {
  .block-banner .row {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

/*--------------------------------------------------------------
## Testimonial / quote / Newsletter
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .newsletter-home .newsletter-input {
    margin-bottom: 0px; } }

.newsletter-sidebar .col-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.newsletter-sidebar input {
  text-align: center; }

.newsletter-home input, .newsletter-sidebar input {
  padding: 10px !important;
  background-color: #E7B6C3; }
  .newsletter-home input[type="text"], .newsletter-home input[type="email"], .newsletter-sidebar input[type="text"], .newsletter-sidebar input[type="email"] {
    color: #fff;
    border: none;
    border-radius: 0; }
  .newsletter-home input[type="submit"], .newsletter-sidebar input[type="submit"] {
    font-size: 18px;
    background-color: #03103c;
    text-transform: uppercase;
    color: #d8ac53;
    border: none;
    font-style: italic;
    padding: 11px 17px !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .newsletter-home input[type="submit"]:hover, .newsletter-sidebar input[type="submit"]:hover {
      background-color: #03103c;
      color: #a87327; }

.quote-block::before {
  content: " ";
  width: calc( 100% + 8px);
  height: calc( 100% + 8px);
  top: -4px;
  left: -4px;
  border: 2px solid #fff;
  position: absolute; }

@media (min-width: 576px) {
  .block-quote {
    padding-left: 60px; } }

@media (min-width: 768px) {
  .block-quote {
    padding-left: 90px; } }

@media (min-width: 576px) {
  .block-quote .block-quote-inner {
    padding-right: 40px !important; } }

@media (min-width: 768px) {
  .block-quote .block-quote-inner {
    padding-right: 70px !important; } }

.quote {
  position: absolute;
  top: -30px;
  font-size: 40px; }
  @media (min-width: 768px) {
    .quote {
      font-size: 70px; } }
  .quote-l {
    left: -5px; }
    @media (min-width: 768px) {
      .quote-l {
        left: -20px; } }
  .quote-r {
    right: -5px; }
    @media (min-width: 768px) {
      .quote-r {
        right: -10px; } }

/*--------------------------------------------------------------
## jb elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
.form-red input, .form-red textarea {
  background: #d8ac53;
  color: #fff !important; }

.form-red span.wpcf7-not-valid-tip {
  color: #ccac00; }

.form-red .wpcf7-submit {
  background: #ccac00;
  color: #000 !important; }

.form input, .form textarea {
  width: 100%;
  border: none !important;
  padding: 13px !important; }

.form p {
  margin-bottom: 0px; }

.form label {
  display: none; }

.form br {
  display: none; }

.form span.wpcf7-not-valid-tip {
  margin-top: 5px; }

.form .wpcf7-submit {
  width: auto;
  font-weight: bold;
  border: none !important;
  border-radius: 0px;
  font-size: 24px; }

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
.card-pricing.card-4 .card {
  margin-left: 2px;
  margin-right: 2px; }

.card-pricing.card-4 .card-body {
  padding: 0.8rem; }

.card-pricing .card {
  border: 10px solid #03103c;
  margin-left: 8px;
  margin-right: 8px; }

.card-pricing .card-body {
  border: 5px solid #d8ac53;
  border-top: none; }

.card-pricing .card-gold {
  border-color: #e5c100; }
  .card-pricing .card-gold .card-body {
    border-color: #ccac00 !important;
    background: #e5c100; }
  .card-pricing .card-gold .btn {
    background: #ccac00;
    color: #000; }
  .card-pricing .card-gold .card-header {
    background: #ccac00;
    color: #000; }
    .card-pricing .card-gold .card-header .card-header-title {
      color: #000; }
  .card-pricing .card-gold .card-title, .card-pricing .card-gold p {
    color: #000; }
  .card-pricing .card-gold .text-muted {
    color: #000 !important; }
  .card-pricing .card-gold ul {
    color: #000; }

.card-pricing .text-muted {
  color: #fff !important;
  opacity: 0.7;
  display: block;
  font-size: 14px; }

/*--------------------------------------------------------------
## Twitter feed
--------------------------------------------------------------*/
.block-tweets .user img {
  display: none !important; }

.block-tweets .tweet {
  color: #fff; }

.block-tweets li {
  font-size: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #4c6d8e; }
  .block-tweets li .timePosted a {
    color: #4c6d8e; }
  .block-tweets li:last-child {
    border-bottom: none !important;
    margin-bottom: 2px; }

.block-tweets a span, .block-tweets a {
  color: #55acee; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.post-img {
  height: 400px;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden; }

.cont-dets {
  word-break: break-all; }

.footer-links .block-links h5 {
  color: #ccac00; }

.footer-links .block-links p {
  color: #4c6d8e;
  transition: all 0.2s ease-in-out;
  padding-left: 0px; }
  .footer-links .block-links p:hover {
    color: #fff;
    padding-left: 5px; }

.site-footer .footer-links .h5 {
  color: #03103c;
  font-weight: bold; }

.site-footer .display-2 {
  font-size: 8.5rem; }
  @media (min-width: 576px) {
    .site-footer .display-2 {
      font-size: 12.5rem; } }
  @media (min-width: 1441px) {
    .site-footer .display-2 {
      font-size: 16.5rem; } }

.site-info {
  border-top: 1px solid #4c6d8e; }
  .site-info a {
    transition: all 0.2s ease-in-out; }
    .site-info a:hover {
      color: #fff; }

.block-banner {
  background: black;
  min-height: 200px; }

.block-xl {
  min-height: 250px; }
  @media (min-width: 768px) {
    .block-xl {
      min-height: 410px; } }
  @media (min-width: 992px) {
    .block-xl {
      min-height: 350px; } }
  @media (min-width: 1000px) {
    .block-xl {
      min-height: 380px; } }
  @media (min-width: 1441px) {
    .block-xl {
      min-height: 450px; } }

.block-wed .block-banner {
  height: 370px; }
  @media (min-width: 350px) {
    .block-wed .block-banner {
      height: 430px; } }
  @media (min-width: 440px) {
    .block-wed .block-banner {
      height: 410px; } }
  @media (min-width: 992px) {
    .block-wed .block-banner {
      height: 430px; } }
  @media (min-width: 1000px) {
    .block-wed .block-banner {
      height: 400px; } }
  @media (min-width: 1441px) {
    .block-wed .block-banner {
      height: 480px; } }

.block-wed .block-intro {
  height: 360px; }

.block-wed.list-more .block-banner {
  max-height: 330px;
  min-height: 150px; }

.block-wed.latest-news .block-banner {
  min-height: 200px;
  max-height: 280px; }
  @media (min-width: 350px) {
    .block-wed.latest-news .block-banner {
      max-height: 300px; } }
  @media (min-width: 440px) {
    .block-wed.latest-news .block-banner {
      max-height: 380px; } }

.block-wed.latest-news.latest-news-l .block-banner {
  max-height: 440px; }

/*--------------------------------------------------------------
## Una Vita
--------------------------------------------------------------*/
.set-arrow i {
  transition: all 0.2s ease-in-out; }
  .set-arrow i:hover {
    color: #d8ac53; }

.content-general h1, .content-general h2, .content-general h3, .content-general h4, .content-general h5, .content-general h6 {
  color: #fff;
  font-weight: normal; }
  .content-general h1 strong, .content-general h2 strong, .content-general h3 strong, .content-general h4 strong, .content-general h5 strong, .content-general h6 strong {
    font-weight: normal; }

.content-general a {
  color: #d8ac53 !important; }
  .content-general a:hover {
    color: #fff !important; }

.dial::before {
  content: " ";
  left: 0;
  top: -100%;
  bottom: -130%;
  position: absolute;
  height: 800px;
  width: 20vw;
  margin: auto;
  background-image: url(images/dial.png) !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden; }

.dial-r::before {
  content: " ";
  right: 0;
  top: -100%;
  bottom: -130%;
  position: absolute;
  height: 800px;
  width: 25vw;
  margin: auto;
  background-image: url(images/dial.png) !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden; }

.block-pro-2.hover {
  background: #d8ac53; }

.block-pro-3 {
  transition-delay: 0s; }
  .block-pro-3.hover {
    background: #d8ac53;
    transition-delay: 0.3s; }

.block-pro-2, .block-pro-3 {
  cursor: pointer; }
  .block-pro-2 .item-serv-text, .block-pro-3 .item-serv-text {
    transition: all 0.2s ease-in-out;
    opacity: 0.5; }
  .block-pro-2.hover .item-serv-text, .block-pro-3.hover .item-serv-text {
    opacity: 1; }

p.p-small {
  line-height: 1.1em; }

.text-approach {
  position: absolute;
  bottom: 40px;
  left: -40px;
  display: inline-block;
  max-width: 90%; }

.img-s {
  width: 150px; }

.padding-def-b {
  padding-bottom: 7em; }

.padding-def-t {
  padding-top: 7em; }

.serv-num {
  top: 40px;
  position: absolute;
  left: -70px; }

.icon-m {
  width: 60px !important; }

.item-services {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.76);
  overflow: hidden; }

.owl-services .item {
  width: 350px; }

.owl-test .item {
  width: 400px; }

.bord-radius {
  border-radius: 5px; }

.block-process {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  background: #03103c;
  position: relative;
  width: 100%;
  height: 300px; }
  .block-process::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03103c;
    opacity: 0.3; }
  .block-process::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(61% - 1px);
    background: #03103C;
    background: -webkit-linear-gradient(3deg, #03103c 12%, rgba(3, 16, 60, 0.59) 48%, rgba(0, 0, 0, 0) 86%);
    background: -moz-linear-gradient(3deg, #03103c 12%, rgba(3, 16, 60, 0.59) 48%, rgba(0, 0, 0, 0) 86%);
    background: linear-gradient(3deg, #03103c 12%, rgba(3, 16, 60, 0.59) 48%, rgba(0, 0, 0, 0) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#03103C", endColorstr="#000000", GradientType=0 ); }

.serv-line {
  width: 30%;
  height: 30px;
  background: #d8ac53;
  top: 0;
  bottom: 0;
  float: none;
  margin: auto;
  display: inline-block;
  position: absolute;
  left: 0px;
  transition: all 0.2s ease-in-out; }
  .serv-line.serv-line-2 {
    width: 50% !important; }
  .serv-line.serv-line-3 {
    width: 70% !important; }

.text-hl {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  color: #03103c; }
  .text-hl::before {
    content: " ";
    position: absolute;
    background: #fff;
    height: calc(100% + -3px);
    width: calc(100% + 27px);
    left: -15px;
    right: -15px;
    bottom: -10px;
    top: -10px;
    float: none;
    margin: auto;
    z-index: -1; }

.max-w-l {
  max-width: 800px; }

.max-w-m {
  max-width: 450px; }

.owl-test .owl-item.highlighted .item-test {
  opacity: 1 !important; }

.owl-test .owl-item .item-test {
  opacity: 0.5 !important;
  transition: all 1s ease-in-out; }

/*--------------------------------------------------------------
## Colours
--------------------------------------------------------------*/
.col-prim {
  color: #03103c; }

.col-sec {
  color: #d8ac53; }

.col-ter {
  color: #a87327; }

.col-alt-1 {
  color: #1a3b68; }

.col-alt-2 {
  color: #19074c; }

.col-alt-3 {
  color: #4c6d8e; }

.col-gld {
  color: #ccac00; }

.col-gld-alt {
  color: #e5c100; }

.col-gry {
  color: #f6f7f8; }

.col-gry-d {
  color: #8a8a8a; }

.col-gry-alt {
  color: #dad9d9; }

.col-wht {
  color: #fff; }

.col-blk {
  color: #000; }

.col-blk-alt {
  color: #020616; }

.col-twit {
  color: #55acee; }

.col-spot {
  color: #1db954; }

.col-insta-alt {
  color: #ffdc7d; }

.bac-prim {
  background: #03103c; }

.bac-sec {
  background: #d8ac53; }

.bac-ter {
  background: #a87327; }

.bac-ter-trans {
  background: rgba(10, 22, 31, 0.6); }

.bac-alt-1 {
  background: #1a3b68; }

.bac-alt-2 {
  background: #19074c; }

.bac-alt-3 {
  background: #4c6d8e; }

.bac-gld {
  background: #ccac00; }

.bac-gld-alt {
  background: #e5c100; }

.bac-gry {
  background: #f6f7f8; }

.bac-gry-d {
  background: #8a8a8a; }

.bac-wht {
  background: #fff; }

.bac-blk {
  background: #000; }

.bac-blk-alt {
  background: #020616; }

.bac-twit {
  background: #55acee; }

.bac-face {
  background: #3b5998; }

.bac-insta {
  background: #7232bd; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* CSS Document */
.zigzag-bg {
  background-size: 200px auto !important; }

.marg-minus-home {
  margin-top: -45px; }
  @media (min-width: 768px) {
    .marg-minus-home {
      margin-top: -17px; } }

.ban-add {
  position: absolute;
  bottom: 0px;
  left: 0px; }

.blog-items .block-banner {
  min-height: 200px; }
  @media (max-width: 1440.98px) {
    .blog-items .block-banner {
      min-height: 170px; } }

.ban-home {
  padding-top: 65px; }
  @media (max-width: 439.98px) {
    .ban-home {
      padding-bottom: 0px;
      margin-bottom: 51px; }
      .ban-home .container {
        padding: 0px;
        margin-bottom: 0px !important;
        padding-bottom: 40px; } }
  @media (max-width: 998.98px) {
    .ban-home .container {
      width: 100%;
      max-width: none; } }
  .ban-home .container .display-2 {
    font-size: 14.2rem;
    line-height: 130px; }
    @media (min-width: 1000px) {
      .ban-home .container .display-2 {
        line-height: 145px;
        font-size: 14.2rem; } }
    @media (min-width: 1441px) {
      .ban-home .container .display-2 {
        line-height: 190px;
        font-size: 18.2rem; } }

.banner-img {
  max-width: 250px; }
  .banner-img .text-approach {
    bottom: 0px;
    max-width: 70%; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(32%, rgba(0, 0, 0, 0.4)), color-stop(57%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0)), color-stop(83%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 32%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.04) 83%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }

.single .banner-cta {
  margin-top: -90px; }

.bord-col-prim {
  fill: #03103c !important; }

.page-about .banner-gen.banner-alt {
  margin-bottom: 0px; }

.owl-set-height .owl-stage-outer, .owl-set-height .owl-stage, .owl-set-height .owl-item {
  height: 100%; }

.owl-set-height .owl-item {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .owl-set-height .owl-item .inner-slide {
    width: 100%; }

.banner-post {
  min-height: 250px;
  height: 55vh;
  max-height: 500px; }

.banner-gen {
  min-height: 200px;
  /*&::before{
		content: " ";
		height: 100%;
		width: 100%;
		background: rgba(18,39,55,0.8);
		top: 0px;
		left: 0px;
		position: absolute;
	}
	
	&::after{
		content: " ";
		height: 70%;
		width: 100%;
		background: $col_ter;
		bottom: 0px;
		left: 0px;
		opacity: 1;
		position: absolute;

		background: rgba(18,39,55,0);
		background: -moz-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,39,55,0)), color-stop(69%, rgba(18,39,55,0.77)), color-stop(85%, rgba(18,39,55,1)), color-stop(100%, rgba(18,39,55,1)));
		background: -webkit-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -o-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: -ms-linear-gradient(top, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		background: linear-gradient(to bottom, rgba(18,39,55,0) 0%, rgba(18,39,55,0.77) 69%, rgba(18,39,55,1) 85%, rgba(18,39,55,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122737', endColorstr='#122737', GradientType=0 );
		
		

	}*/ }
  @media (min-width: 992px) {
    .banner-gen {
      padding-top: 144px; } }
  .banner-gen.banner-alt {
    padding-bottom: 30px;
    padding-top: 120px; }
    @media (max-width: 767.98px) {
      .banner-gen.banner-alt {
        padding-top: 55px;
        padding-bottom: 40px; } }
  .banner-gen.banner-minus-bot {
    margin-bottom: -32px; }
    @media (min-width: 768px) {
      .banner-gen.banner-minus-bot {
        margin-bottom: -240px; } }
  .banner-gen.banner-home {
    min-height: 200px;
    height: 500px; }
    @media (max-width: 998.98px) {
      .banner-gen.banner-home .container {
        max-width: none !important;
        width: 100%; } }
    @media (min-width: 350px) {
      .banner-gen.banner-home {
        height: 550px; } }
    @media (min-width: 440px) {
      .banner-gen.banner-home {
        min-height: 580px;
        height: auto; } }
    @media (min-width: 768px) {
      .banner-gen.banner-home {
        min-height: 450px;
        height: 80vh;
        max-height: 640px; } }
    @media (min-width: 1000px) {
      .banner-gen.banner-home {
        height: 90vh;
        max-height: 960px; } }
    .banner-gen.banner-home .banner-cont {
      opacity: 0.7;
      transition: opacity 0.2s ease-in-out;
      max-width: 512px !important; }
      .banner-gen.banner-home .banner-cont .display-4 {
        font-size: 3em; }
        @media (max-width: 1440.98px) {
          .banner-gen.banner-home .banner-cont .display-4 {
            font-size: 2.5em; } }
        @media (max-width: 767.98px) {
          .banner-gen.banner-home .banner-cont .display-4 {
            font-size: 2.8em; } }
    .banner-gen.banner-home .owl-item.center .banner-cont, .banner-gen.banner-home .owl-item:hover .banner-cont {
      opacity: 1; }
    .banner-gen.banner-home .owl-item.center .cover-flat::before, .banner-gen.banner-home .owl-item:hover .cover-flat::before {
      opacity: 0.1; }
    @media (max-width: 767.98px) {
      .banner-gen.banner-home .banner-sub {
        font-size: 6rem; } }
    .banner-gen.banner-home .block-ban-test::after {
      content: " ";
      top: -20px;
      left: -20px;
      width: calc( 100% + 40px);
      height: calc( 100% + 40px);
      border: 3px solid #03103c;
      position: absolute;
      z-index: -1; }
    .banner-gen.banner-home .block-ban-test::before {
      content: " ";
      top: -13px;
      left: -13px;
      width: calc( 100% + 26px);
      height: calc( 100% + 26px);
      border: 3px solid #03103c;
      position: absolute;
      z-index: -1; }
    .banner-gen.banner-home .owl-nav {
      height: 40px;
      position: absolute;
      top: 0;
      z-index: 999999;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc((100% / 3) + 40px);
      vertical-align: middle;
      float: none;
      margin: auto;
      display: inline; }
      @media (max-width: 998.98px) {
        .banner-gen.banner-home .owl-nav {
          display: none !important; } }
      .banner-gen.banner-home .owl-nav button {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        background: #d8ac53;
        color: #03103c;
        transition: 0.2s ease-in-out;
        text-align: center; }
        .banner-gen.banner-home .owl-nav button.owl-next {
          float: right; }
        .banner-gen.banner-home .owl-nav button span {
          font-size: 61px;
          line-height: 0.45em;
          font-weight: bold; }
        .banner-gen.banner-home .owl-nav button:hover {
          background: #fff;
          color: #03103c; }

.full-cover::before {
  content: " ";
  height: 100%;
  width: 100%;
  background: rgba(18, 39, 55, 0.8);
  top: 0px;
  left: 0px;
  position: absolute; }

.full-cover-red::before {
  background: rgba(220, 28, 41, 0.8); }

.home-ban-holder .lSSlideWrapper, .home-ban-holder .home-ban-slider {
  height: 100%; }

.home-ban-holder .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  top: 0;
  z-index: 400;
  bottom: 0px;
  float: none;
  margin: auto !important;
  vertical-align: middle;
  height: 240px;
  display: inline-block;
  left: 10px; }

.home-ban-holder .lSSlideOuter .lSPager.lSpg > li {
  margin-bottom: 9px;
  display: block; }
  .home-ban-holder .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 0;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.4) !important; }
  .home-ban-holder .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #03103c !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .wpcf7-submit,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-radius: 0px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  font-weight: bold; }

.wpcf7-submit {
  padding: 15px 20px !important;
  font-size: 1.25rem !important;
  border-color: #a87327;
  border-width: 3px; }

.form-general .wpcf7-submit {
  background: #a87327 !important;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-bottom: none; }
  .form-general .wpcf7-submit:hover {
    background: #fff !important;
    color: #03103c; }

.btn-primary {
  border: none !important; }

.btn, .form-submit input, .wpcf7-submit {
  transition: 0.2s ease-in-out all; }
  .btn.bac-sec, .form-submit input.bac-sec, .wpcf7-submit.bac-sec {
    color: #03103c !important; }
    .btn.bac-sec:hover, .form-submit input.bac-sec:hover, .wpcf7-submit.bac-sec:hover {
      color: #fff !important;
      background: #1a3b68 !important; }
  .btn i, .form-submit input i, .wpcf7-submit i {
    margin-top: -2px; }
  .btn span, .form-submit input span, .wpcf7-submit span {
    position: relative;
    z-index: 10;
    transition: 0.2s ease-in-out all;
    transition-delay: 0s;
    color: #000; }
  .btn:hover span, .form-submit input:hover span, .wpcf7-submit:hover span {
    color: #fff;
    transition-delay: 0.2s; }
  .btn:hover::before, .form-submit input:hover::before, .wpcf7-submit:hover::before {
    height: 100%;
    opacity: 1;
    transition: 0.2s ease-in-out all; }

.btn-group-lg > .btn, .btn-lg {
  border-radius: 0px; }

.comments-area .form-submit input {
  border-color: #03103c;
  color: #03103c;
  background: #fff;
  transition: 0.3s ease-in-out; }
  .comments-area .form-submit input:hover {
    color: #fff;
    background: #03103c; }

.btn-outline-primary:hover, .btn-outline-primary {
  border-color: #fff;
  color: #fff; }

.btn {
  position: relative;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: "Cal Sans", sans-serif;
  padding: 10px 20px; }
  .btn span {
    font-family: "Cal Sans", sans-serif; }
  .btn i {
    padding-left: 8px; }

.btn-outline-primary, .form-submit input {
  overflow: hidden;
  position: relative;
  padding: 9px 19px;
  border-width: 3px; }
  .btn-outline-primary.but-gld, .form-submit input.but-gld {
    border-color: #e5c100; }
    .btn-outline-primary.but-gld::before, .form-submit input.but-gld::before {
      background: #e5c100; }
  .btn-outline-primary.but-ter, .form-submit input.but-ter {
    border-color: #a87327; }
    .btn-outline-primary.but-ter::before, .form-submit input.but-ter::before {
      background: #a87327; }
  .btn-outline-primary.but-sec, .form-submit input.but-sec {
    border-color: #d8ac53; }
    .btn-outline-primary.but-sec::before, .form-submit input.but-sec::before {
      background: #d8ac53; }
  .btn-outline-primary.but-prim, .form-submit input.but-prim {
    border-color: #03103c; }
    .btn-outline-primary.but-prim span, .form-submit input.but-prim span {
      color: #03103c; }
    .btn-outline-primary.but-prim:hover span, .form-submit input.but-prim:hover span {
      color: #fff; }
    .btn-outline-primary.but-prim::before, .form-submit input.but-prim::before {
      background: #03103c; }
  .btn-outline-primary.but-wht, .form-submit input.but-wht {
    border-color: #fff;
    background: transparent; }
    .btn-outline-primary.but-wht span, .btn-outline-primary.but-wht i, .form-submit input.but-wht span, .form-submit input.but-wht i {
      color: #fff; }
    .btn-outline-primary.but-wht:hover, .form-submit input.but-wht:hover {
      border-color: #1a3b68;
      background: #1a3b68 !important; }
      .btn-outline-primary.but-wht:hover span, .btn-outline-primary.but-wht:hover i, .form-submit input.but-wht:hover span, .form-submit input.but-wht:hover i {
        color: #fff; }
  .btn-outline-primary.but-hover-ter:hover span, .form-submit input.but-hover-ter:hover span {
    color: #a87327; }
  .btn-outline-primary:hover, .form-submit input:hover {
    background: transparent !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.wpcf7-response-output {
  color: #fff; }

.wpcf7-submit {
  cursor: pointer; }

.form-red .wpcf7-submit:hover {
  background: #000;
  color: #fff !important; }

.form-general p {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .form-general p {
      margin-bottom: 4px; } }
  @media (min-width: 768px) {
    .form-general p {
      margin-bottom: 15px; } }

.form-general input, .form-general textarea, .form-general select {
  width: 100%;
  max-width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  border-bottom: 2px solid #a87327;
  font-size: 14px;
  color: #fff; }
  @media (min-width: 768px) {
    .form-general input, .form-general textarea, .form-general select {
      padding: 9px 0; } }
  @media (min-width: 1441px) {
    .form-general input, .form-general textarea, .form-general select {
      padding: 15px 0; } }
  .form-general input:focus, .form-general textarea:focus, .form-general select:focus {
    outline: none;
    border-bottom-color: #fff; }
  .form-general input::placeholder, .form-general textarea::placeholder, .form-general select::placeholder {
    color: #a87327; }
  .form-general input.wpcf7-submit, .form-general textarea.wpcf7-submit, .form-general select.wpcf7-submit {
    margin-top: -10px;
    width: auto;
    padding: 13px 18px !important;
    font-size: 18px !important; }

.form-general .block-field {
  margin-bottom: 10px; }

.form-general .wpcf7-textarea {
  height: 134px; }

.form-general span.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: 7px; }

.wpcf7-mail-sent-ok {
  color: #00b300; }

.comment-respond .comment-reply-title {
  font-size: 1rem; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
  border: none;
  background: #03103c;
  padding: 10px; }

div.wpcf7-mail-sent-ok {
  color: #fff;
  background: #56db85; }

div.wpcf7-response-output {
  margin-top: 5px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.top.scroll-top {
  display: none !important; }

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px; }

.navbar.navbar-expand-md .navbar-nav .nav-link.active {
  color: #a87327; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

.img-holder {
  position: absolute;
  top: 0px; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.dis-scroll {
  overflow-y: hidden; }

.site-header {
  transition: all 0.3s ease-in-out;
  transition-delay: 1s !important;
  height: 80px; }
  @media (min-width: 576px) {
    .site-header {
      height: auto; } }
  @media (max-width: 991.98px) {
    .site-header {
      overflow: hidden; } }

.site-header.menu-expand {
  background: #fff !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s !important;
  overflow: hidden; }

.site-branding {
  position: relative !important;
  top: auto !important;
  padding-bottom: 0px; }

.site-header {
  min-height: 20px;
  width: 100%;
  z-index: 300;
  position: absolute;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  background: transparent; }
  @media (max-width: 767.98px) {
    .site-header {
      top: 0;
      position: absolute;
      left: 0px;
      min-height: 115px; } }
  .site-header.is-sticky {
    background: rgba(23, 23, 23, 0); }
  .site-header::after {
    height: 10px;
    width: 100%;
    background-size: auto !important;
    background-image: none !important;
    background-repeat: repeat !important;
    border-bottom: 1px solid #fff;
    display: none !important; }

@media (max-width: 991.98px) {
  .navbar.navbar-expand-md {
    flex-flow: wrap; } }

@media (max-width: 991.98px) {
  .navbar.navbar-expand-md .navbar-nav {
    flex-direction: column; } }

.navbar.navbar-expand-md .navbar-nav .nav-link.active {
  background: transparent !important; }

.navbar-collapse {
  transition-delay: 0s; }
  @media (max-width: 991.98px) {
    .navbar-collapse {
      margin-top: -40px !important;
      max-width: 580px;
      width: 100%;
      display: block !important;
      margin-top: auto !important;
      margin-bottom: auto !important;
      flex-basis: 100% !important;
      flex-grow: 1 !important;
      left: 0 !important; } }
  @media (min-width: 992px) {
    .navbar-collapse {
      -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
      -ms-flex-align: flex-start !important;
      align-self: flex-start !important; } }

.navbar-collapse.show {
  margin-top: 0px !important;
  transition-delay: 0.4s; }

.site-branding {
  top: -14px;
  padding-top: 0px;
  position: absolute;
  padding: 10px 0;
  padding: 5px;
  margin-right: 0px; }
  .site-branding img {
    width: 179px;
    position: relative; }
    @media (min-width: 768px) {
      .site-branding img {
        width: 210px; } }
  @media (max-width: 767.98px) {
    .site-branding {
      padding: 10px; } }

.navbar-light {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%; }

.navbar-nav {
  font-family: "Cal Sans", sans-serif; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 49px;
    transition: 0.2s ease-in-out;
    transition-delay: 0.2s !important;
    opacity: 0; }
    .navbar-collapse.show {
      margin-top: 49px;
      opacity: 1; } }

.navbar-light .navbar-toggler {
  border: none !important; }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-toggler {
      display: block; } }

.navbar-toggler.main span {
  color: #03103c !important; }

.navbar-toggler span {
  transition: all 0.2s ease-in-out; }

.navbar-expand-md .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 16px 13px;
  font-size: 13px; }
  @media (min-width: 1000px) {
    .navbar-expand-md .navbar-nav .nav-link {
      padding: 16px 11px; } }
  @media (max-width: 767.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 30px; } }
  @media (max-width: 991.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 40px; } }
  @media (max-width: 439.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
      font-size: 22px; } }
  .navbar-expand-md .navbar-nav .nav-link.active {
    background: #a87327 !important; }

.dropdown-menu {
  top: 91%;
  border-radius: 0px; }

.pre-header p {
  font-size: 12px;
  border-left: 2px solid #a87327; }

/*--------------------------------------------------------------
## General navigation
--------------------------------------------------------------*/
.scroll-stop {
  overflow-y: hidden; }

@media (max-width: 998.98px) {
  #bs4navbar {
    display: none; } }

@media (min-width: 992px) {
  #bs4navbar {
    display: inline; } }

.menu-mob {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .menu-mob.menu-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
    .menu-mob.menu-open .menu-mob-inner li a {
      opacity: 1; }
    .menu-mob.menu-open .menu-mob-inner li:nth-child(1) a {
      transition-delay: 0.2s; }
    .menu-mob.menu-open .menu-mob-inner li:nth-child(2) a {
      transition-delay: 0.4s; }
    .menu-mob.menu-open .menu-mob-inner li:nth-child(3) a {
      transition-delay: 0.6s; }
    .menu-mob.menu-open .menu-mob-inner li:nth-child(4) a {
      transition-delay: 0.8s; }
    .menu-mob.menu-open .menu-mob-inner li:nth-child(5) a {
      transition-delay: 1.0s; }
    .menu-mob.menu-open .menu-mob-inner li:nth-child(6) a {
      transition-delay: 1.2s; }
    .menu-mob.menu-open .menu-mob-inner li:nth-child(7) a {
      transition-delay: 1.4s; }
  .menu-mob .menu-mob-inner {
    background: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .menu-mob .menu-mob-inner li {
      border-bottom: 2px solid #f6f7f8;
      color: #03103c; }
      .menu-mob .menu-mob-inner li:last-child {
        border-bottom: none; }
      .menu-mob .menu-mob-inner li a {
        font-size: 1.75rem;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0;
        transition-delay: 0.4s;
        transition: 0.3s ease-in all; }
        .menu-mob .menu-mob-inner li a.nav-link {
          padding: 19px 0px !important;
          font-size: 21px;
          letter-spacing: 5px; }

.navbar-nav .menu-item.active .nav-link::after {
  opacity: 1;
  width: 100%; }

.navbar-nav .menu-item:hover .nav-link::after {
  opacity: 1;
  width: 100%; }

.navbar-nav .nav-link {
  padding: 10px  0px !important;
  margin-left: 10px;
  margin-right: 10px;
  position: relative; }
  .navbar-nav .nav-link::after {
    content: " ";
    transition: 0.5s ease-in-out;
    height: 3px;
    width: 20px;
    background: #a87327;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0; }
  .navbar-nav .nav-link:hover::after {
    width: 100%;
    opacity: 1; }

.navbar-expand-md .navbar-nav .nav-link.active {
  background: transparent; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.nav-numbered .nav-links {
  font-size: 1.5rem;
  color: #4c6d8e;
  margin: auto; }
  .nav-numbered .nav-links .current {
    font-weight: 700;
    color: #fff; }
  .nav-numbered .nav-links .page-numbers {
    margin-left: 10px;
    margin-right: 10px; }
  .nav-numbered .nav-links a.next, .nav-numbered .nav-links a.prev {
    font-size: 1rem; }

.page-pagination .page-numbers {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center; }
  .page-pagination .page-numbers.current {
    color: #03103c;
    padding: 30px;
    position: relative;
    font-size: 27px;
    font-weight: bold; }
    .page-pagination .page-numbers.current::before {
      content: " ";
      height: 55px;
      width: 55px;
      background: #d8ac53;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      float: none;
      margin: auto;
      display: inline-block;
      position: absolute;
      vertical-align: middle;
      z-index: -1;
      border-radius: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  color: #fff; }

.pag-gen .navigation {
  margin-bottom: 0px;
  width: 100%; }
  .pag-gen .navigation .nav-previous, .pag-gen .navigation .nav-next {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #fff;
    border-top: 2px solid #fff;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .pag-gen .navigation .nav-previous, .pag-gen .navigation .nav-next {
        width: 48%;
        margin-bottom: 0px; } }
    .pag-gen .navigation .nav-previous::before, .pag-gen .navigation .nav-next::before {
      width: 100%;
      display: block;
      font-size: 1rem;
      font-family: "Cal Sans", sans-serif;
      font-weight: 700;
      color: #03103c; }
  .pag-gen .navigation .nav-previous::before {
    content: "Previous"; }
  .pag-gen .navigation .nav-next::before {
    content: "Next"; }

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 2 */
#nav-icon2 {
  transform: scale(0.7); }
  #nav-icon2.open span {
    background: #03103c; }

button.navbar-toggler:focus {
  outline: none; }

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 0; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Image options
--------------------------------------------------------------*/
.img-50 {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .img-50 {
      width: 50%;
      float: left;
      margin-right: 30px; } }

.img-spons {
  max-width: 130px; }
  @media (max-width: 991.98px) {
    .img-spons {
      max-width: 85%; } }

.img-emblem {
  max-width: 120px; }

.img-gen {
  width: 70%;
  min-width: 280px;
  max-width: 350px; }
  @media (min-width: 1441px) {
    .img-gen {
      width: 80%;
      min-width: 280px;
      max-width: 410px; } }
  @media (max-width: 767.98px) {
    .img-gen {
      min-width: 200px;
      max-width: 240px; } }
  .img-gen-l {
    width: 80%;
    min-width: 280px;
    max-width: 450px; }
    @media (max-width: 767.98px) {
      .img-gen-l {
        max-width: 300px;
        width: 100%; } }

@media (max-width: 319.98px) {
  .wp-block-media-text.img-l > figure > img {
    max-width: 410px !important; } }

@media (max-width: 1440.98px) {
  .wp-block-media-text.img-l > figure > img {
    max-width: 410px !important; } }

.wp-block-media-text figure > img {
  margin: auto;
  display: block; }

/*--------------------------------------------------------------
## Image options
--------------------------------------------------------------*/
@media (max-width: 319.98px) {
  .block-images .min-h-xs {
    min-height: 180px; } }

@media (max-width: 319.98px) {
  .block-images .min-h-s {
    min-height: 230px; } }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .banner-img {
    max-width: 400px; }
    .banner-img .text-approach {
      bottom: 0px;
      max-width: 70%; }
  .ban-home {
    padding-top: 115px; } }

@media (min-width: 992px) {
  .padding-def-b {
    padding-bottom: 10em; }
  .padding-def-t {
    padding-top: 10em; }
  p {
    line-height: 24px; }
  .banner-img {
    max-width: 100%; }
    .banner-img .text-approach {
      bottom: 0px;
      max-width: 70%; } }

@media (min-width: 1000px) {
  .h1 {
    font-size: 3.3rem; }
  .h2 {
    font-size: 2rem; }
  .h3 {
    font-size: 2.2rem; }
  .ban-home {
    padding-top: 120px; }
  .container.container-extend {
    max-width: 1400px; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1200px; } }

@media (max-width: 767.98px) {
  .block-pro-2 .item-serv-text, .block-pro-3 .item-serv-text {
    opacity: 1; }
  .block-process {
    transition: all 0.2s  ease-in-out;
    height: 250px; }
  .serv-line {
    top: 170px;
    bottom: auto; }
  .owl-services .item {
    width: 280px; }
  .owl-test .item {
    width: 250px !important; }
    .owl-test .item .font-main {
      font-size: 1.3rem; }
  .site-footer p.p-small {
    line-height: 1.1em;
    font-size: 11px; } }
