/* ==========================================================================
   custom fonts
   general overwrite
   header and menu
   Page Content Style
   post archive style
   post single
   comments style
   sidear style
   Search form
   custom

   --------------------------
   main color: #004FBA
   hover darker color: #002D69
============================================================================= */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?50870371');
  src: url('../fonts/fontello.eot?50870371#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?50870371') format('woff2'),
       url('../fonts/fontello.woff?50870371') format('woff'),
       url('../fonts/fontello.ttf?50870371') format('truetype'),
       url('../fonts/fontello.svg?50870371#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50870371#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-list:before { content: '\e800'; } /* '' */
.icon-back:before { content: '\e804'; } /* '' */
.icon-next:before { content: '\e806'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */

/* ==========================================================================
   custom fonts
============================================================================= */

@font-face {
  font-family: 'Cloud';
  src: url('../fonts/Cloud-Light.otf');
}

@font-face {
  font-family: 'Brassica';
  src: url('../fonts/Brassica.otf');
}

html, body {
  font-family: 'Cloud', sans-serif;
  font-size: 20px;
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Brassica', cursive;
}

/* ==========================================================================
   general overwrite
============================================================================= */
.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p{
  font-size: 20px;
}

p:last-child {
  margin-bottom: 0px;
}

img {
  width: 100%;
  height: auto;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
      background-image: none;
  background-image: none;
  border: .05rem solid #bcc3ce;
  border-radius: .1rem;
  color: #3b4351;
  display: block;
  font-size: .8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: 0;
  padding: .25rem .4rem;
  position: relative;
  -webkit-transition: background .2s,border .2s,color .2s,-webkit-box-shadow .2s;
  transition: background .2s,border .2s,color .2s,-webkit-box-shadow .2s;
  transition: background .2s,border .2s,box-shadow .2s,color .2s;
  transition: background .2s,border .2s,box-shadow .2s,color .2s,-webkit-box-shadow .2s;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: .05rem solid #bcc3ce;
  border-radius: .1rem;
  color: inherit;
  font-size: .8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: 0;
  padding: .25rem .4rem;
  padding-right: 0.4rem;
  vertical-align: middle;
  width: 100%;
}

select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem;
  padding-right: 1.2rem;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  background-image: none;
  border: .05rem solid #bcc3ce;
  border-radius: .1rem;
  color: #3b4351;
  display: block;
  font-size: .8rem;
  height: auto;
  line-height: 1.2rem;
  max-width: 100%;
  outline: 0;
  padding: .25rem .4rem;
  position: relative;
  -webkit-transition: background .2s, border .2s, color .2s, -webkit-box-shadow .2s;
  transition: background .2s, border .2s, color .2s, -webkit-box-shadow .2s;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  transition: background .2s, border .2s, box-shadow .2s, color .2s, -webkit-box-shadow .2s;
  width: 100%;
}

.form-input.is-error, .form-select.is-error, .has-error input, .has-error textarea, .is-error {
  background: #fffaf7;
  border-color: #e85600;
}

.loader {
  height:100%;
  width:100%;
  background-color:white;
  position:fixed;
  z-index:1000
}

/* ==========================================================================
   header and menu
============================================================================= */
#masthead {
  padding-left: 20px;
  padding-right: 20px;
  background: white;
}

#masthead .navigation {
  max-width: 1280px;
  margin: auto;
}

.custom-logo {
  height: 70px;
  width: auto;
}

#masthead .nav-dropdown li {
  margin-top: 0px;
}

.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
  color: #004FBA;
}

.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #004FBA #004FBA transparent;
}

.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
  color: #004FBA;
}

.nav-menu > li > a {
  font-size: 16px;
}

.navigation-portrait .nav-menu > li {
  margin-top: 0px;
  padding: 10px 5px;
}

.navigation-portrait .nav-menu > li a{
  font-size: 18px;
  font-weight: bold;
}

.navigation-portrait .nav-menus-wrapper {
  background-image: url("../img/texture-bg-1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* page header */
.page-header-section {
  position: relative;
  padding: 40px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-header-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
}

.page-header-section .container {
  position: relative;
}

.page-header-section .page-title, .page-header-section p {
  color: white;
}

/* transparent */
#masthead.transparent {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 9;
  background: transparent;
}

#masthead {
  border-bottom: 1px solid rgba(214,214,214,0.61);
}

#masthead.transparent .navigation {
  background: transparent;
}

#masthead.transparent.no-fix.navigation-landscape .nav-menu > li > a {
  color: white;
}

#masthead.transparent .nav-menu > li > a:hover {
  text-decoration: none;
}

#masthead .nav-menu > li.active, #masthead .nav-menu > li {
  position: relative;
}

#masthead.navigation-landscape .nav-menu > li.active::after, #masthead.navigation-landscape .nav-menu > li:hover::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 20px;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 2px;
  background: white;
}

#masthead.transparent.no-fix .custom-logo-link {
  display: none;
}

#masthead.transparent.no-fix .transparent-logo-link {
  display: inline-block;
}

.custom-logo {
  height: 50px;
  margin-top: 10px;
}

.page-header-section {
  padding-top: 100px;
}

/* transparent fix header */
#masthead.fix-top-nav {
  position: fixed;
  background: rgba(255,255,255,0.98);
  background-image: url("../img/texture-bg-1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: none;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.23);
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.fix-slide-effect {
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}

#masthead.fix-top-nav .custom-logo-link {
  display: inline-block;
}

#masthead.fix-top-nav .transparent-logo-link {
  display: none;
}

#masthead.fix-top-nav .nav-menu > li.active::after, #masthead.fix-top-nav .nav-menu > li:hover::after {
  background: #004FBA;
}

.nav-overlay-panel, .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right{
  height: 100vh;
}

/* mobile */
#masthead.no-fix .nav-toggle::before {
  background-color: #fff;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

/* ==========================================================================
   Page Content Style
============================================================================= */

.padded-page {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

/* ==========================================================================
   post archive style
============================================================================= */
.post-thumbnail.bg {
  width: 100%;
  display: block;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.post-thumbnail.bg span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.9s ease-in-out;
}

.post-thumbnail.bg:hover span {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.9s ease-in-out;
}

.cat-links {
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

.cat-links a {
  padding: 5px 3px 3px;
  font-size: 15px;
  border: 1px solid #004FBA;
  border-radius: 2px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.cat-links a:hover, .cat-links a:focus, .cat-links a:active {
  text-decoration: none;
  background: #004FBA;
  color: white;
}

.blog-archive article {
  margin-bottom: 70px;
}

.blog-archive .entry-footer {
  margin-top: 30px;
}

.blog-archive .entry-footer .tags-links {
  display: block;
  margin-bottom: 20px;
}

.blog-archive .entry-footer .tags-links a{
  padding: 2px 7px;
  border: 1px solid #004FBA;
  border-radius: 50px;
  font-size: 13px;
}

.blog-archive .entry-footer .tags-links a:hover, .blog-archive .entry-footer .tags-links a:active, .blog-archive .entry-footer .tags-links a:focus {
  background: #004FBA;
  color: white;
  text-decoration: none;
}

.entry-footer .read-more-links {
  padding: 10px 20px 8px;
  background: #004FBA;
  color: white;
  border-radius: 50px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.entry-footer .read-more-links:hover, .entry-footer .read-more-links:focus, .entry-footer .read-more-links:active {
  background: #002D69;
  text-decoration: none;
}

.blog-archive article .edit-link .post-edit-link {
  margin-left: 30px;
}

.entry-meta {
  margin-bottom: 20px;
  font-size: 15px;
}

/* ==========================================================================
   post single
============================================================================= */
.post-navigation a {
  font-weight: bold;
}

.blog-single .entry-footer {
  margin-top: 30px;
}

.blog-single .entry-footer .tags-links {
  display: block;
  margin-bottom: 20px;
}

.blog-single .entry-footer .tags-links a{
  padding: 2px 7px;
  border: 1px solid #004FBA;
  border-radius: 50px;
  font-size: 13px;
}

.blog-single .entry-footer .tags-links a:hover, .blog-single .entry-footer .tags-links a:active, .blog-single .entry-footer .tags-links a:focus {
  background: #004FBA;
  color: white;
  text-decoration: none;
}

/* ==========================================================================
   comments style
============================================================================= */
#comments {
  padding-top: 30px;
  border-top: 2px dashed #004FBA;
  margin-top: 30px;
}

#commentform label {
  display: block;
}

.comment-navigation {
  height: auto;
}

.comment-navigation a {
  font-size: 12px;
  display: inline-block;
  background: #004FBA;
  color: white;
  padding: 5px 12px;
  border-radius: 50px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.comment-reply-link {
  font-size: 12px;
  padding: 2px 8px;
  border: 1px solid #004FBA;
  border-radius: 50px;
  margin-bottom: 20px;
  display: inline-block;
}

.comment-navigation a:hover, .comment-navigation a:focus, .comment-navigation a:active {
  background: #002D69;
  text-decoration: none;
}

.comment-reply-link:hover, .comment-reply-link:focus, .comment-reply-link:active {
  background: #004FBA;
  color: white;
  text-decoration: none;
}

#commentform #submit {
  cursor: pointer;
  display: inline-block;
  background: #004FBA;
  color: white;
  padding: 5px 12px;
  border: none;
  border-radius: 3px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

#commentform #submit:hover{
  background: #002D69;
}

#reply-title small {
  margin-top: 5px;
  display: block;
}

#reply-title small a {
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #004FBA;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#reply-title small a:hover, #reply-title small a:focus, #reply-title small a:active {
  background: #004FBA;
  color: white;
  text-decoration: none;
}

ol.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

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

#respond {
  margin-top: 30px;
}

ol.comment-list li {}

ol.comment-list li.alt {}

ol.comment-list li.bypostauthor {}

ol.comment-list li.byuser {}

ol.comment-list li.comment-author-admin {}

ol.comment-list li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em;
}

ol.comment-list li.comment div.comment-author {}

ol.comment-list li.comment div.vcard {
  font-size: 19px;
}

ol.comment-list li.comment div.vcard cite.fn {
  font-style: normal;
}

ol.comment-list li.comment div.vcard cite.fn a.url {}

ol.comment-list li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 1em 1em;
}

ol.comment-list li.comment div.vcard img.avatar-32 {}

ol.comment-list li.comment div.vcard img.photo {}

ol.comment-list li.comment div.vcard span.says {}

ol.comment-list li.comment div.comment-metadata {
  font-size: 12px;
}

ol.comment-list li.comment div.comment-meta {
  font-size: 9px;
}

ol.comment-list li.comment div.comment-meta a {
  color: #ccc;
}

ol.comment-list .comment-content {
  margin-top: 20px;
}

ol.comment-list li.comment p {
  font-size: 15px;
  margin: 0 0 1em;
}

ol.comment-list li.comment ul {
  font-size: 11px;
  list-style: square;
  margin: 0 0 1em 2em;
}

ol.comment-list li.comment div.reply {
  font-size: 11px;
}

ol.comment-list li.comment div.reply a {
  font-weight: bold;
}

ol.comment-list li.comment ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.comment-list li.comment ul.children li {}

ol.comment-list li.comment ul.children li.alt {}

ol.comment-list li.comment ul.children li.bypostauthor {}

ol.comment-list li.comment ul.children li.byuser {}

ol.comment-list li.comment ul.children li.comment {}

ol.comment-list li.comment ul.children li.comment-author-admin {}

ol.comment-list li.comment ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 .25em .25em;
}

ol.comment-list li.comment ul.children li.depth-5 {}

ol.comment-list li.comment ul.children li.odd {}

ol.comment-list li.even {
  background: #fff;
}

ol.comment-list li.odd {
  background: #f1f3ff;
}

ol.comment-list li.parent {
  border-left: 3px solid #004FBA;
}

ol.comment-list li.thread-alt {}

ol.comment-list li.thread-even {}

ol.comment-list li.thread-odd {}

/* ==========================================================================
   sidear style
============================================================================= */
.widget {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(98, 98, 98, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(98, 98, 98, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
}

.widget.widget_media_image {
  border-radius: 0px;
}

.widget.widget_media_image img {
  display: block;
}

.widget_text .textwidget, .widget .tagcloud{
  padding: 20px;
}

.widget_search {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  border-radius: 0px;
}

.widget .widget-title, .widget .widgettitle {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
  background: #f8f8f8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
}

.widget ul {
  list-style: none;
  margin: 0px;
}

.widget ul li {
  position: relative;
  padding: 12px 20px 12px 45px;
  margin: 0px;
  border-bottom: 1px solid #e7e7e7;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li a {
  color: #8f8f8f;
}

.widget ul li::before {
  content: '\f097';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 15px;
  color: #004FBA;
}

.widget ul li a:hover, .widget ul li a:active, .widget ul li a:focus {
  color: #004FBA;
  text-decoration: none;
}

.widget.widget_nav_menu .menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget.widget_nav_menu .menu .menu-item {
  padding: 0px 20px 0px 45px;
}

.widget.widget_nav_menu .menu .menu-item::before {
  content: '\f196';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  left: 20px;
  top: 5px;
}

.widget.widget_recent_comments ul li::before {
  content: '\f0e5';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.rss-widget-icon {
  width: auto;
}

.widget.widget_tag_cloud a{
  padding: 2px 7px;
  border: 1px solid #004FBA;
  border-radius: 50px;
}

.widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:active, .widget.widget_tag_cloud a:focus {
  background: #004FBA;
  color: white;
  text-decoration: none;
}

/* calendar */
.widget #calendar_wrap {
  padding: 20px;
}
.widget #wp-calendar {
  margin: auto;
  width: 100%;
}
.widget #wp-calendar tbody {
  text-align: center;
}

/* gallery */
.widget.widget_media_gallery .gallery.gallery-columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0px;
          column-gap: 0px;
}
.widget.widget_media_gallery .gallery.gallery-columns-3 {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0px;
          column-gap: 0px;
}

.widget.widget_media_gallery .gallery .gallery-item {
  margin: 0px;
}

.widget.widget_media_gallery .gallery .gallery-item img {
  display: block;
}

/* ==========================================================================
   Search form
============================================================================= */
.search-form {
  margin-bottom: 30px;
}

.search-form .search-submit {
  color: transparent;
  border: none;
  padding: 4px;
  width: 35px;
  display: inline-block;
  margin-left: -5px;
  background-color: #004FBA;
  background-image: url('../img/search-light.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px auto;
  cursor: pointer;
  border-radius: 0px;
  border-top-right-radius: .1rem;
  border-bottom-right-radius: 0.1em;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(98, 98, 98, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(98, 98, 98, 0.1);
}

.search-form .search-submit:hover {
  background-color: #002D69;
}

.search-form .search-field {
  display: inline-block;
  border-radius: 0px;
  border-top-left-radius: .1rem;
  border-bottom-left-radius: 0.1em;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(98, 98, 98, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(98, 98, 98, 0.1);
}

/* ==========================================================================
   footer
============================================================================= */
#colophon > .container {
  padding: 50px 20px;
}

#colophon .footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

#colophon .menu-footer {
  text-align: center;
}

#colophon .menu-footer li{
  list-style: none;
  display: inline-block;
}

#colophon .menu-footer li a {
  color: #00214E;
  padding: 5px;
}

#colophon .site-info {
  padding: 8px 20px;
  text-align: center;
  border-top: 1px solid #C4C4C4;
}

#colophon .site-info p, #colophon .site-info a {
  font-size: 12px;
}

/* ==========================================================================
   ninja form
============================================================================= */
#nf-form-1-cont {
  max-width: 461px;
  margin: auto;
}

.nf-form-fields-required {
  display: none;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  border: none;
  padding: 10px 10px 8px;
}

#nf-field-4 {
  cursor: pointer;
  border: 1px solid white;
  color: white;
  padding: 8px 25px 6px;
  background: transparent;
}

.nf-response-msg {
  background: #00f6ff;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 20px;
}

/* ==========================================================================
   custom
============================================================================= */

.map-flow {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

.hero-red-text {
  color: #B32318;
  font-size: 57px;
  line-height: 100% !important;
}

#rev_slider_1_1 #slide-1-layer-10 {
  /* background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(4,100,230,0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c70464e6',GradientType=1 ); */
  opacity: 0.7 !important;
}

.page-header-section::before {
  background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(4,100,230,0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c70464e6',GradientType=1 );
  opacity: 0.85;
}

#home-2-wave-section h2 {
  max-width: 65%;
  margin-right: 0px;
  display: inline-block;
  margin-bottom: 50px;
}

#wave-duo {
  position: absolute;
  width: 120%;
  -webkit-transform:translateY(-40%);
          transform:translateY(-40%);
  left: -10%;
}

.title-flag h4{
  position: relative;
  display: block;
  max-width: 350px;
  margin: auto !important;
  margin-bottom: 100px !important;
  line-height: 35px !important;
}

.title-flag .elementor-widget-container::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: url('../img/maple-leaf.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.commu-wave > .elementor-background-overlay {
  opacity: 1 !important;
  background-color: rgba(0,0,0,0) !important;
}

.commu-wave > .elementor-background-overlay::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% + 250px);
  background: url('../img/blue-wave.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  opacity: 0.8;
}

.equip-wave > .elementor-background-overlay {
  opacity: 1 !important;
  background-color: rgba(0,0,0,0) !important;
}

.equip-wave > .elementor-background-overlay::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% + 250px);
  background: url('../img/blue-wave-light.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

#service-grid .elementor-widget-wrap > section {
  border-bottom: 1px solid #D5D5D5;
}

#service-grid .elementor-widget-wrap > section:last-child {
  border-bottom: none;
}

#service-grid .elementor-widget-wrap > section .elementor-row > .elementor-element:nth-child(2) {
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(4,100,230,0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c70464e6',GradientType=1 );
  opacity: 0.85;
}

.contact-section {
  min-height: 700px;
}

.services-sec-pre .elementor-background-overlay{
  position: relative;
}

.services-sec-pre > .elementor-background-overlay::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 350px;
  background: url('../img/clouds-concrete.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* homepage svg */
.home-svg-container svg {
  height: 70px;
  width: auto;
}

/* contact map */
.gm-style-iw {
  padding: 20px 10px;
}

.gm-style-iw a {
  display: inline-block;
  padding: 8px 8px 6px;
  border: 1px solid #004FBA;
  border-radius: 3px;
}

.gm-style-iw h3 {
  font-size: 18px;
}

.map-open-arrow {
  display: inline-block;
  background: #B32318;
  color: white;
  cursor: pointer;
  padding: 10px 20px 8px;
  position: fixed;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 150px;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.map-close-arrow {
  display: none;
  background: #B32318;
  color: white;
  cursor: pointer;
  padding: 10px 20px 8px;
  position: fixed;
  top: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 150px;
  text-align: center;
  z-index: 10;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.map-open-arrow:hover, .map-close-arrow:hover{
  text-decoration: none;
  color: white;
  background: #871810;
}

#location-map {
  z-index: 9;
  position: fixed !important;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform:translateY(100%);
          transform:translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#location-map.show{
  -webkit-transform:translateY(0%);
          transform:translateY(0%);
}

.map-close-arrow.show{
  display: inline-block;
}

.elementor-21 .elementor-element.elementor-element-64e152f {
  margin: 10px !important;
}

@media (max-width: 1548px) {
  .commu-wave > .elementor-background-overlay::after, .equip-wave > .elementor-background-overlay::after {
    height: calc(100% + 150px);
  }
}

@media (max-width: 1192px) {
  .commu-wave > .elementor-background-overlay::after, .equip-wave > .elementor-background-overlay::after {
    height: calc(100% + 50px);
  }
}

@media (max-width: 970px) {
  .commu-wave > .elementor-background-overlay::after, .equip-wave > .elementor-background-overlay::after {
    height: 100%;
  }
}

@media (max-width: 762px) {
  .elementor-element.elementor-element-acd1cbd.commu-wave {
    padding: 200px 20px 200px 20px !important;
  }
}

@media (max-width: 767px) {
  .elementor-element-2024427 .elementor-column .elementor-column-wrap, .elementor-element-9a3dbf9 .elementor-column .elementor-column-wrap{
    max-width: 350px;
    margin: auto;
  }
  #service-grid .elementor-widget-wrap > section .elementor-row > .elementor-element:nth-child(2), #service-grid .elementor-widget-wrap > section {
    border: none;
  }
}

@media (max-width: 753px) {
  .equip-slider .item-slide {
    display: block !important;
  }
  .equip-slider .item-slide > div{
    width: 100% !important;
  }
  .equip-wave > .elementor-background-overlay::after {
    height: 70%;
  }
}

@media (max-width: 636px) {
  .elementor-element.elementor-element-acd1cbd.commu-wave {
    padding: 150px 20px 150px 20px !important;
  }
}

@media (max-width: 590px) {
  .elementor-21 .elementor-element.elementor-element-d3b98ae {
    padding: 200px 20px 100px 20px !important;
  }
}

@media (max-width: 530px) {
  .commu-wave > .elementor-background-overlay::after {
    height: 100%;
  }
}

@media (max-width: 472px) {
  #home-2-wave-section h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 415px) {
  .elementor-element-ee43ae5 a{
    display: block;
  }
}

@media (max-width: 400px) {
  .elementor-21 .elementor-element.elementor-element-d3b98ae {
    padding: 150px 20px 100px 20px !important;
  }
}

.title-lightbox{
  position: absolute;
  bottom: 0px;
  color: white;
}
