@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;700&display=swap');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Comfortaa', cursive;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
саап  п   пап а  ааа   чччaudio:not([controls]) {
  display: none;
  height: 0;
} 

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1040;
    background: #FFF;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.15);
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    text-decoration: none;
    color: #4D4D4D;
    font-family: 'Comfortaa',cursive;
    text-transform: uppercase;
    display: block;
    padding: 7px 25px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    line-height: 1;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #E1490F;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}



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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 3rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

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

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
    color: #000;
    background-color: transparent;
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}



.navbar-brand img {
    max-width: 260px;
}

nav.navbar.navbar-expand-xl {
    display: flex;
    justify-content: space-between;
}

.contact-items {
    display: flex;
    margin-top: 10px;
}

.contact-items > div {
    margin-left: 15px;
}

.contact-items {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

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

.item-head-contact a {
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Comfortaa',cursive;
    text-decoration: none;
}

.navbar-nav li:last-child a {
    padding-right: 0px !important;
}

div#content {
    margin-top: 110px;
}

.home .row .col-md-6:first-child :not(.images):not(.image), .home section.content .row .col-md-6:last-child .images {
    margin-left: 30px;
}

p, ul li, ol li {
    font-size: 16px;
    font-weight: 300;
    color: #818181;
    line-height: 1.8em;
    font-style: normal;
}

b, strong {
    font-weight: bold;
    color: #000000;
}

.button {
    text-decoration: none;
    outline: none;
    border: 2px solid #E5E5E5;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-family: 'Comfortaa',cursive;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    padding: 18px 26px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
}

.button:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 0;
    -webkit-height: calc(100% + 4px);
    -moz-height: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background: #E1490F;
    border-color: #E1490F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.button:hover:after {
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
}

.button:hover {
    text-decoration: none;
    color: #FFF;
}

h2, .h2 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 36px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.button:hover span {
    color: #fff;
    position: relative;
    z-index: 9;
}

.button i {
    padding-left: 10px;
    color: #CCC;
}

.button:hover i, .button.button-color i {
    color: rgba(255,255,255,0.5);
}

section.references {
    background-size: cover;
    background-position: 50% 50%;
    font-size: 0;
    position: relative;
    text-align: center;
}

section.references {
    background-image: url(/wp-content/uploads/2021/06/home2.jpg);
}


section.references .single-reference {
    text-align: center;
    left: 75px;
    top: 0;
    font-size: 0;
}

section.references .single-reference p:not(.author) {
    font-size: 30px;
    font-family: 'Comfortaa',cursive;
    font-weight: 600;
    color: #FFF;
    line-height: 38px;
    margin-bottom: 15px;
}

section.references:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
}

i.fa.fa-quote-right {
    font-size: 72px;
    color: #E1490F;
    position: relative;
    top: -65px;
}

.single-reference-content {
    max-width: 970px;
    margin: auto;
}

section.references {
    padding-bottom: 93px;
    padding-top: 44px;
}

.images.height-images {
    height: 600px;
    position: relative;
    margin-left: 30px;
    margin-bottom: 45px;
}

.images .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.image-caption {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
    margin: 0!important;
}

.image-caption .image-caption-icon {
    width: 46px;
    height: 46px;
    background: rgba(19,42,60,0.82);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: -23px!important;
    margin-top: -23px;
    font-size: 16px;
    text-align: center;
    padding-top: 11px;
    color: #FFF;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.image:hover > .image-caption {
    opacity: 1;
}

.image:hover > .image-caption .image-caption-icon {
    top: 50%;
}


.presentation .images {
    height: 240px;
    position: relative;
}

h3.title {
    color: #E1490F;
    font-size: 34px;
}

section.presentation h3.title {
    text-align: center;
}

section.presentation {
    padding: 60px 0 75px;
}

h4, .h4 {
    font-size: 18px;
}
h2.title, h3.title {
    margin-bottom: 55px;
}

h4, h4 a {
    color: #000;
}

h4, h4 a:hover {
    color: #000;
    text-decoration: none;
}

section.faq-short {
    background-color: #EAEEF1;
    background-repeat: no-repeat;
}

section.faq-short {
    background-position: 150px bottom;
    background-size: auto 100%;
    padding: 75px 0;
}

section.faq-short .col-md-8.col-md-offset-4:before {
    width: 300px;
    content: '';
    position: absolute;
    left: -200px;
    z-index: 0;
    background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0,rgba(255,255,255,0)),color-stop(0.65,#eaeef1));
    background-image: -o-linear-gradient(right,rgba(255,255,255,0) 0%,#EAEEF1 65%);
    background-image: -moz-linear-gradient(right,rgba(255,255,255,0) 0%,#EAEEF1 65%);
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#EAEEF1 65%);
    background-image: -ms-linear-gradient(right,rgba(255,255,255,0) 0%,#EAEEF1 65%);
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#EAEEF1 65%);
}

section.faq-short .col-md-8.col-md-offset-4:before {
    height: -webkit-calc(100% + 150px);
    height: -moz-calc(100% + 150px);
    height: calc(100% + 150px);
    top: -75px;
}

section.faq-short .col-md-8.col-md-offset-4 {
    position: relative;
}

section.faq-short .col-md-8.col-md-offset-4 * {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
  .col-md-offset-4 {
      margin-left: 33.33333333%;
  }
}

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

footer .menu > li {
    display: block;
    line-height: 1.8em;
}

footer .menu li {
    font-size: 14px;
    font-weight: 300;
}

footer .menu > li > ul {
    display: inline-block;
    padding: 0;
}

p:last-child, ul:last-child, ol:last-child, ul li, ol li {
    margin-bottom: 0;
}

footer .menu > li > ul > li {
    display: inline-block;
}

footer .menu > li > ul > li > a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
}

footer .menu > li > ul > li:before {
    content: '\b7';
    display: inline-block;
    margin: 0 12px 0 10px;
    opacity: .4;
}

UL.footer_menu LI {
    float: right;
    text-align: center;
    list-style: none;
}

.footer_menu LI {
    width: 204px;
    padding-bottom: 7px;
    padding-top: 4px;
}

footer p {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

footer p a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
}

section.section-wrrap-text {
    padding: 75px;
}

section.slider-block {
    background-image: url(/wp-content/uploads/2021/06/slider1.jpg);
    margin-top: -25px;
    height: 600px;
    background-size: cover;
    position: relative;
}

.heading-slider-single-slide-content {
    background: rgba(19,42,60,0.92);
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 40px;
    max-width: 380px;
    position: relative;
    top: 100px;
    margin: auto;
}

.heading-slider-single-slide-content p {
    color: #87939C;
    font-weight: 600;
    font-size: 16px;
}

.button.button-color {
    border-color: #E1490F;
    background: #E1490F;
    color: #FFF;
}

.button.button-color span {
    color: #FFF;
}


section.images-header strong {
    margin-left: 0px !important;
}

h3, .h3 {
    font-size: 24px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

section.images-header .col-md-6:last-child .images {
    height: 700px;
}

section.content-box h2 {
    text-align: center;
}

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


h2.title {
    font-size: 42px;
}

section.content-box {
    padding: 75px 0;
}

section.gallery .isotope-grid .isotope-grid-item {
    position: relative;
    float: left;
    margin: 15px;
    padding: 0;
    font-size: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

section.gallery {
    padding: 75px 0;
    background: #FAFAFA;
}

section.gallery .isotope-grid {
    font-size: 0;
    margin: 0 -15px;
}

section.double-images .images {
    height: 450px;
    position: relative;
    margin-top: 30px;
}

p a {
    color: #000;
    text-decoration: underline;
}

section.contact-details h2 {
    text-align: center;
}

section.contact-details h2 {
    margin-bottom: 75px;
}

section.contact-details .contact-details-box {
    border: 4px solid #E1490F;
    padding: 35px;
}

section.contact-details .contact-details-box .contact-details-box-title {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #E1490F;
    font-family: 'Comfortaa',cursive;
    font-weight: 600;
    margin-top: -50px;
    margin-bottom: 25px;
}

section.contact-details .contact-details-box span.title {
    color: #AAA;
    font-family: 'Comfortaa',cursive;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}

section.contact-details .contact-details-box span.value {
    color: #000;
    font-family: 'Comfortaa',cursive;
    font-size: 17px;
    font-weight: 600;
    display: block;
}

section.contact-details .contact-details-box span.value.value-big {
    font-size: 24px;
}


section.contact-details .contact-details-box .contact-details-box-title span {
    background: #FFF;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

section.contact-form {
    position: relative;
}

section.contact-form .contact-form-background {
    background: #E3E6ED;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}

section.contact-form .contact-form-background-image {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    right: 0;
    top: 0;
}


section.contact-form .contact-form-box h3.title {
    margin-bottom: 30px;
}

h3.title {
    color: #E1490F;
    font-size: 34px;
}

form {
    font-size: 0;
    position: relative;
}

form p.two-fields-inline {
    font-size: 0;
    margin: 0;
}

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea {
    display: block;
    width: 100%;
    border: 2px solid #DEDEE4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 21px;
    height: 53px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    margin-bottom: 10px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form textarea {
    padding: 16px 21px;
}

form textarea {
    height: 150px;
}

section.contact-form {
    margin-top: 60px;
    margin-bottom: 20px;
}

section.gallery h3.title {
    text-align: center;
}

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

a.link-gal-image {
    flex-basis: calc(33.333% - 30px);
    margin: 15px;
}

img.pres-image-gal {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section.gallery.gallery-top-images {
    padding-top: 0px;
    margin-top: -5.5em;
}

.maps-block {
    margin-top: 50px;
    margin-bottom: -30px;
}

.menu-item-has-children:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.menu-item-has-children:hover .dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none;
}

ul.dropdown-menu li a {
    font-size: 12px;
    min-height: 42px;
    background: #E1490F !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    display: block;
    align-items: center;
    /* justify-content: center; */
    padding: 15px 16px;
    border-bottom: 1px solid #E85922 !important;
}

ul.dropdown-menu li a:hover {
    color: #fff;
}

div#slick-slide01 {
    left: 0 !important;
}

.slick-track {
    width: 100% !important;
    position: relative;
}

ul.slick-dot-btn button {
    display: none;
}

ul.slick-dot-btn {
    position: absolute;
    right: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0px !important;
    height: 10px;
}

ul.slick-dot-btn {
    list-style: none;
}

ul.slick-dot-btn li {
    width: 10px;
    height: 10px;
    background: transparent;
    margin: 10px 0px;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid #FFF;
}

li.slick-active {
    background: #fff !important;
}

.slick-slide {
    float: none;
    min-height: 1px;
    position: absolute !important;
    top: 10% !important;
    left: 0 !important;
    right: 0;
    height: auto !important;
}

.slick-list.draggable {
    position: absolute !important;
    bottom: 0;
    top: 0 !important;
    left: 0;
    right: 0;
}

.slick-track {
    height: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    top: 0 !important;
}

P.heading {
    color: #FFF !important;
    font-weight: 600 !important;
    font-size: 38px !important;
    font-family: 'Comfortaa', cursive !important;
    margin: 0 0 30px !important;
    line-height: 1 !important;
    letter-spacing: -1px !important;
}

.content-center {
    height: 100% !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


section.slider-block:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(42,42,42,0.2);
}

.navbar-light .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28225, 73, 15%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.visible-xs {
  display: none;
}

.wrapper-flex-blog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.wrapper-flex-blog article {
    flex-basis: 33.33%;
    padding: 1rem;
    transition: all 0.4s ease-in-out;
}

.wrapper-flex-blog article:first-child {
    flex-basis: 100%;
}

.post-thumbnail-image {
  position: relative;
  overflow: hidden;
}

.meta-posts {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 9;
}

a.link-thumbnail {
    position: relative;
    overflow: hidden;
}

.wrapper-flex-blog article:hover .link-thumbnail img {
    transform: scale(1.05);
}

.link-thumbnail img {
  transition: all 0.4s ease-in-out;
}

a.link-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    opacity: .5;
    z-index: 1;
}

.meta-posts svg {
    height: 13px;
    max-width: 20px;
    color: #fff;
    fill: #fff;
}

.meta-posts > div {
    font-size: 16px;
    margin: 0 18px 0 0;
}

.meta-posts .text-count {
    line-height: 34px;
    font-weight: 500;
    color: #fff !important;
    margin-left: 2px;
    position: relative;
    top: 1px;
}

.cat-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 15px;
}

.wrapper-flex-blog article:first-child .cat-title {
    font-size: 28px;
    margin-top: 15px;
}

.cat-title a {
    color: #4D4D4D;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 10px;
}

.content-category-block {
    margin-top: 10px;
}

.content-category-block p {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.wrapper-flex-blog article:hover {
    box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 20%);
}

.date-meta {
    color: #717171;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.column-wrapper {
    padding-top: 12px;
}

.head-wrapper-column {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inside-column-wrapper {
    /* background: #fcfcfc; */
}

a.item-wrapper-news {
    position: relative;
    z-index: 10;
    display: block;
    border: 0.1rem solid #F6F6F6;
    min-height: 100%;
    padding: 1rem 1rem 1.4rem;
    background: #fff;
    color: #343434;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: .25s;
    overflow: hidden;
    margin-bottom: -1px;
}

span.media__item-date {
    display: block;
    font-size: 14px;
    color: #afafaf;
    margin: 0 0 0.8rem;
    font-weight: 300;
    border-top: 1px solid #E4E7F0;
    margin-bottom: 0px;
    padding-top: 15px;
    margin-top: 15px;
}

h3.media__item-title u {
    text-decoration: none !important;
    border-bottom: 0.1rem solid #EBEFF8;
    font-size: 15px;
    margin-top: 0px;
}

h3.media__item-title {
    margin-top: 2px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 600;
}

.media__item-text {
    display: block;
    line-height: 1;
}

.media__item-text p {
    font-size: 13px;
    line-height: 1.3;
}

a.item-wrapper-news:hover {
    text-decoration: none;
}

.post-thumbnail-single {
    margin-top: 30px;
    max-height: 400px;
    overflow: hidden;
}

.post-thumbnail-single img {
    object-fit: cover;
    width: 100%;
    object-position: top;
    height: 100%;
    max-height: 400px;
}

h1.article__heading {
    font-size: 28px;
    font-weight: 600;
}

span.article__time {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    color: #ababab;
}

.article__group svg {
    height: 13px;
    max-width: 23px;
}

.article__group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.article__group .comment-meta-post {
    margin-right: 20px;
}

.editor {
    line-height: 1.4;
}

.editor p {
    line-height: 1.4;
    color: #000;
    font-size: 14px;
}

















@media (min-width: 1200px) {
  h2.title, h3.title {
      margin-bottom: 55px;
  }

section.contact-form .contact-form-box {
    padding: 45px 60px 45px 0;
}

  section.gallery {
    padding: 75px 0;
}

  section.content-with-image-on-right-side .content {
    padding: 30px 30px 30px 0;
}

section.gallery .isotope-grid .isotope-grid-item {
    width: 360px;
    height: 240px;
}

section.contact-form .contact-form-background, section.contact-form .contact-form-background-image {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
}


}


div#breadcrumbs {
    margin-top: 25px;
}





/*@media (min-width: 1200px) {
  section.references .references-slider, section.references .single-reference, section.references .middle-helper {
      height: 400px;
  }
}*/








@media (min-width: 992px) {
  .col-md-offset-3 {
      margin-left: 25%;
  }

  .col-md-5.col-md-offset-3 {
    margin-left: 20%;
}



}

@media (max-width: 991px) {
  .wrapper-flex-blog article {
    flex-basis: 100%;
}

.wrapper-flex-blog article:first-child .cat-title {
    font-size: 16px;
}
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

section.section-wrrap-text {
    padding: 0 0 75px;
}

div#content {
    margin-top: 40px;
}

button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 13px;
}

.home .row .col-md-6:first-child :not(.images):not(.image), .home section.content .row .col-md-6:last-child .images {
    margin-left: 0;
}

.contact-items {
    display: none;
}

section.references .single-reference p:not(.author) {
    font-size: 17px;
    line-height: 30px;
}

h3.title {
    color: #E1490F;
    font-size: 30px;
}

h2.title, h3.title {
    margin-bottom: 20px;
}

section.presentation {
    padding: 35px 0 75px;
}

section.presentation p:last-child {
    margin-bottom: 30px;
}

section.faq-short {
    background-position: -40px bottom;
    background-size: auto 270px;
    padding: 45px 0 290px;
}

section.faq-short .col-md-8.col-md-offset-4:before {
  display: none;
}

footer .menu > li > ul > li {
    display: block;
    text-align: center;
}

UL.footer_menu LI {
    float: none;
    text-align: center;
    list-style: none;
    width: 100%;
}

footer nav div {
    display: block;
    margin-bottom: 20px;
    width: 100% !important;
    height: 100%;
    text-align: center;
    list-style: none !important;
}

footer nav div ul {
    list-style: none;
    padding-left: 0px;
}

footer .menu > li > ul > li:before {
  display: none;

}

footer .menu li {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.col-md-12.vertical-align-middle p {
    text-align: center;
}

.col-md-6 {
    padding-top: 0px !important;
}

section.images-header .col-md-6:last-child .images {
    height: 250px;
    position: relative;
}
.col-md-offset-1 {
    margin-left: 0;
}

section.content-box {
    padding: 45px 15px;
}

h2.title {
    font-size: 30px;
}

.images {
    height: 260px !important;
    position: relative;
}

section.content-with-image-on-right-side .content {
    padding: 0px;
}

section.gallery .isotope-grid .isotope-grid-item {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 260px;
}

.isotope-grid {
    width: 100%;
    height: 1450px !important;
    display: block !important;
} 

.isotope-grid-item {
    position: unset !important;
    margin-left: 30px !important;
}

section.gallery {
    padding: 45px 0;
    background: #FAFAFA;
}

h1, .h1 {
    font-size: 32px;
}

ul.dropdown-menu {
    display: block !important;
}

ul.dropdown-menu li a {
    font-family: 'Comfortaa',cursive;
    text-transform: none;
    font-weight: 600;
    position: relative;
    line-height: 1;
    color: #D3D1E8;
    padding: 15px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #1C3142 !important;
    background: transparent !important;
}

a.link-gal-image {
    flex-basis: calc(100% - 30px);
    margin: 15px;
}

section.contact-details .contact-details-box span.value.value-big {
    font-size: 19px;
}

.contact-details-box {
    margin-top: 30px;
}

section.contact-form .contact-form-box {
    padding: 30px 60px;
    margin-top: 380px;
}

section.contact-form .contact-form-background-image {
    position: absolute;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    left: 45px;
    right: auto;
}

section.contact-form .contact-form-background {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    left: 45px;
    right: auto;
    top: 380px;
}

.contact-form-background-image {
    height: 450px !important;
}

.content-center {
    margin-top: 300px !important;
}

section.slider-block {
    background-image: url(/wp-content/uploads/2021/06/slider1.jpg);
    margin-top: -25px;
    height: 350px;
    background-size: cover;
    background-position: center;
    margin-bottom: 430px;
}

.heading-slider-single-slide-content {
    background: #132A3C;
  }

.slick-slide {
    float: none;
    min-height: 1px;
    position: absolute !important;
    top: 10% !important;
    /* left: -15px !important; */
    right: 15px !important;
    height: auto !important;
    width: 100% !important;
}

.slick-track {
    /* margin-left: 15px !important; */
    height: 100% !important;
    position: relative !important;
    bottom: 0 !important;
    top: 0 !important;
    margin-right: 15px !important;
}

ul.slick-dot-btn {
    position: absolute;
    right: 27px;
    top: -100px;
     bottom: auto; 
    margin: auto;
    padding: 0px !important;
    height: 10px;
}

.content-center {
    height: 130% !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div#main-nav {
  background: #132A3C;
    position: fixed;
    right: -230px;
    left: auto !important;
    width: 100%;
    max-width: 230px;
    height: 100%;
    display: block !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-family: 'Comfortaa',cursive;
    text-transform: none;
    font-weight: 600;
    position: relative;
    line-height: 1;
    color: #D3D1E8;
    padding: 15px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #1C3142;
}

ul.dropdown-menu {
    margin: 0px !important;
}

ul.dropdown-menu li a:before {
    content: "- ";
}

body.open-menu {
    margin-left: -190px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

body {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

body.open-menu div#main-nav {
    right: -15px;
    top: 0;
    transition: all 0.4s ease-in-out;
    overflow-y: scroll;
}

.open-menu header#masthead {
    margin-left: -205px;
    transition: all 0.4s ease-in-out;
}

header#masthead {
    margin-left: 0;
    transition: all 0.4s ease-in-out;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
}

.visible-xs {
  display: block;
}


}