






@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/vendors/fonts/open-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/vendors/fonts/open-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/vendors/fonts/open-sans-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('/assets/vendors/fonts/open-sans-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/vendors/fonts/raleway-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/vendors/fonts/raleway-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}






:root {
	--custom-highcontrast-color: #EF8204;
	--custom-brand-color: #0066CC;
	--custom-text-color: #4a4a4a;
	--custom-accent-text-color: #497D92;
	--custom-title-color: #003063;
	--custom-primary-button-color: #85b0be;
	--custom-primary-button-border-color: #456872;
	--custom-primary-button-color-hover: #6a9fb0;
	--custom-dark-background-color: #002242;
	--custom-light-background-1-color: #CFD3D6;
	--custom-light-background-2-color: #E6E6E7;
	--custom-light-grey-1: #ccc;

	--bs-link-color: var(--custom-title-color);
    --bs-link-hover-color: #3082A0;

	--custom-max-width: 2048px;  
}





html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: var(--custom-text-color);
  line-height: 1.8;
  max-width: var(--custom-max-width);
  min-width: 360px;
  margin: 0 auto;
}

p {
    margin: 0 0 0.8em;
}

hr {
	opacity: 1;
	border-color: #eaeaea;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 5px;
  font-family: "Raleway", sans-serif;
  color: var(--custom-title-color);
  font-weight: bold;
}

h1 { font-size: 2rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

section {
  overflow: hidden;
  margin-bottom: 60px;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--bs-link-hover-color);
  text-decoration: none;
}






a:focus-visible,
button:focus-visible,
.btn:focus-visible,
[role="button"]:focus-visible,
.nav-link:focus-visible,
.dropdown-toggle:focus-visible,
.dropdown-item:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #FFC000;
  outline-offset: 2px;
  border-radius: 3px;
  box-shadow: none;
}


a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: 0;
}






.text-accent-color {
  color: var(--custom-title-color);
}

.font-body {
  font-size: 1rem;
  color: var(--custom-text-color);
  line-height: 1.8;
}

.lead {
  color: var(--custom-accent-text-color);
  margin-bottom: 1.25em;
  font-size: 1.5em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 1.4em;
  }
}

.lead-bolder {
	font-weight: 500;
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

.font-xs  { font-size: 0.5em; }
.font-sm  { font-size: 0.75em; }
.font-lg  { font-size: 1.5em; }
.font-xl  { font-size: 2em; }
.font-xxl { font-size: 3em; }

.line-height-default {
	line-height: 1.8 !important;
}
.line-height-compact {
	line-height: 1.5 !important;
}






.wrapper {
  background: #fff;
}

.container { max-width: 92%; }

.widget {
  margin-bottom: 40px;
}

.widget-title {
  font-size: 18px;
}

.page-content {
  margin: 40px 0;
}

.section-top-padding    { padding: 80px 0 0 0; }
.section-bottom-padding { padding: 0 0 80px 0; }
.section-full-padding   { padding: 80px 0; }
.section-half-padding   { padding: 40px 0; }

.section-bg {
  background-color: #f6f9fa;
}

.section-article {
	line-height: 1.8;
}

.section-heading {
  margin-bottom: 20px;
  font-size: 22px;
}
.section-heading:after {
  display: block;
  content: '......';
  
  font-weight: 400;
}
.section-heading.panel-title:after {
  display: none;
}

.sub-section .btn {
  border-radius: 4px;
  padding: 4px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
}

.margin-bottom-30px {
  margin-bottom: 30px !important;
}

.margin-bottom-footer {
  margin-bottom: 0.625em !important;
}

@media screen and (min-width: 1600px) {
	.adaptative-main-col {
		width: 90%;
		margin: auto;
	}
}





.icon-facebook,  a .icon-facebook  { color: #1877f2; }
.icon-linkedin,  a .icon-linkedin  { color: #1666c5; }
.icon-twitter,   a .icon-twitter   { color: #1b95e0; }
.icon-instagram, a .icon-instagram { color: #e1306c; }
.icon-pdf,       a .icon-pdf       { color: #b92825; }






.btn {
	font-family: "Raleway", sans-serif;
}

.text-info {
    color: var(--custom-accent-text-color) !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:active {
    background-color: var(--custom-primary-button-color);
    border-color: var(--custom-primary-button-color);
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--custom-primary-button-color-hover);
  border-color: var(--custom-primary-button-color-hover);
}

.btn-outline-primary {
    color: var(--custom-primary-button-color);
    border-color: var(--custom-primary-button-color);
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--custom-primary-button-color-hover);
    border-color: var(--custom-primary-button-color-hover);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(106 159 176 / 50%);
}

.carousel-item {
  transition: transform 1s ease;
}

.carousel-caption .lead {
  color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2em;
  height: 2em;
  border-radius: 25%;
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
	display: flex;
}
@media screen and (max-width: 991px) {
	.nav-tabs { display: none; }
}
.nav-tabs > li > button {
  font-size: 1.125em;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  background-color: #EEE;
}
.nav-tabs .nav-link:focus {
  background-color: transparent;
}
.nav-tabs .nav-link.active:hover {
  color: #495057;
  background-color: #fff;
  border-color: #ccc #ccc #fff;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination > li > a,
.pagination > li > span {
   color: #888;
   font-weight: 600;
   margin-left: .25em;
   margin-right: .25em;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: #888;
}
.pagination > li.active > a, .pagination > li.active > a:hover {
	color: #FFF;
	background-color: var(--bs-link-hover-color);
	border-color: var(--bs-link-hover-color);
}

.list-inline > li {
  display: inline-block;
  padding-right: 0.5em;
}

.dropdown .dropdown-item.disabled, .dropdown .dropdown-item:disabled {
	color: #85b0be;
}
.dropdown .dropdown-item.active, .dropdown .dropdown-item:active {
	color: #888;
}






.credit-attribution {
   font-size: 0.65rem;
   color: #aaa;
}

p.pullquote {
	margin-left: 2em;
	margin-right: 2em;
    font-size: 1.2em;
}

.round-icon {
  display: inline-block;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  padding-top: 0.65em;
  margin-top: -0.3em;
  line-height: 1;
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  background-color: #eee;
}

.large-icon {
  font-size: 3rem;
  color: #85b0be;
  margin-top: -1.3rem;
  min-width: 7rem;
}

.icon-textbox {
  margin-left: 6em;
}






#header {
  z-index: 997;
  transition: all 0.5s;
  background: var(--custom-dark-background-color);
  padding: 0.75rem 0;
  max-width: var(--custom-max-width);
  min-width: 360px;
  margin: 0 auto;
}
#header.header-transparent {
  background: none;
}
#header.header-scrolled {
  background: var(--custom-dark-background-color);
  padding: 0.75rem 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 2.5rem;
}
#header .logo > img {
  height: auto;
  width: auto;
  padding-right: 0.625em;
  max-width: 240px;
  max-height: none;
}
@media screen and (max-width: 1200px) {
	#header .logo > img {
		max-width: 200px;
	}
}
@media screen and (max-width: 1100px) {
  #header .logo > img {
	max-width: 175px;
  }
}






.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: .75rem;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .disabled, .navbar .active:focus, .navbar li:hover > a {
  color: #85b0be;
}

.navbar .dropdown a:hover {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0;
  min-width: auto;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #212529;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown-header {
  color: #85b0be;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
}
.navbar .dropdown ul a {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 500;
  color: #fff;
}
.navbar .dropdown ul a i {
  font-size: 1rem;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #212529;
}
.navbar .dropdown ul a:focus, .navbar .dropdown ul li:focus > a {
  color: #212529;
}
.navbar .dropdown ul a.disabled:hover, .navbar .dropdown ul li:hover > a.disabled {
  color: #888;
}


.navbar .dropdown:hover > ul,
.navbar .dropdown:focus-within > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul,
.navbar .dropdown .dropdown:focus-within > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #212529;
  opacity: 0.9;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #000;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.2rem;
  color: #fff;
}
.navbar-mobile .dropdown a {
	display: block;
}
.navbar-mobile .dropdown a:hover,
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #85b0be;
}
.navbar-mobile .dropdown .dropdown-item.disabled, .navbar-mobile .dropdown .dropdown-item:disabled {
	color: #85b0be;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #666;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 0.75rem;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #273439;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}






#footer {
  background-size: cover;
  background-color: #052c3f;
  color: #fff;
  font-size: 0.875rem;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 11, 16, 0.8);
  z-index: 1;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}
#footer .footer-top h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 0.9375rem;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}
#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 0.9375rem;
  margin-top: 30px;
}
#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px 6px 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 1rem;
  padding: 0 20px;
  background: #85b0be;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #6a9fb0;
}
#footer .footer-top .social-links {
  margin-top: 30px;
}
#footer .footer-top .social-links a {
  font-size: 1.125rem;
  display: inline-block;
  background: #85b0be;
  color: #fff;
  line-height: 1;
  padding: 0.6rem 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #649aac;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
#footer .credits {
  text-align: center;
  font-size: 0.8125rem;
}

.wrapper > footer {
  font-size: 0.875em;
}

footer {
  background-color: #052138;
  
  background: url("/assets/img/footer-bg.jpg") top center no-repeat;
  
  background: image-set(
      url('/assets/img/footer-bg.avif') type('image/avif'),
      url('/assets/img/footer-bg.jpg') type('image/jpeg')
    ) top center no-repeat;
  background-size: cover;
  font-weight: 400;
  color: #eaeaea;
}
footer .overlay {
    background-color: rgba(1, 11, 16, 0.8);
}
footer .container {
    padding-top: 1.25em;
    padding-bottom: 0;
}
footer .col-md-4 {
  padding-bottom: 1.25em;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: underline;
}
footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .logo {
  width: 11em;
  height: auto;
}
footer .social-icons.light-icons a {
  background-color: #3c3c3e;
}
footer .social-icons.light-icons a:hover {
  background-color: #353536 !important;
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 30px 15px;
  }
}

.footer-heading {
	color: white;
	font-size: 1.25em;
	line-height: 1;
	margin: 0.75em 0 0.75em 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.footer-nav > li {
  margin-bottom: 10px;
}

.copyright {
  padding: 1em 0;
  background-color: #051A2B;
  font-size: 0.75em;
  font-weight: 400;
  color: #aaa;
}

.footer-minimal .copyright {
  border: none !important;
  font-size: 11px;
  padding-bottom: 0;
  background-color: transparent;
}





.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #85b0be;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 1.75rem;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #a0c1cc;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}







.call-to-action {
  background-color: var(--custom-light-background-1-color);
  padding: 25px 0;
  margin-bottom: 0;
}
.call-to-action-lighter {
  background-color: var(--custom-light-background-2-color);
  padding: 25px 0;
  margin-bottom: 0;
}
.call-to-action .section-heading {
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: var(--custom-title-color);
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4;
}
.call-to-action .section-heading:after {
  display: none;
}
.call-to-action span {
	position: relative;
	top: 0.125em;
    font-size: 1.125em;
	color: var(--custom-title-color);
}
@media screen and (max-width: 480px) {
	.call-to-action img {
		width: 75%;
	}
}
@media screen and (max-width: 768px) {
  .call-to-action .pull-left, .call-to-action .pull-right {
    width: 100%;
    float: none !important;
  }
  .call-to-action .btn {
    margin-top: 10px;
  }
  .call-to-action span {
    top: 7px;
  }
}


.portfolio-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.portfolio-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(20, 20, 20, 0.5);
}
.portfolio-item .info {
  top: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
}
.portfolio-item .media-wrapper {
  overflow: hidden;
}
.portfolio-item .title {
  font-family: inherit;
  color: #fff;
  padding-bottom: 1rem;
}
.portfolio-item .brief-description {
  font-weight: 400;
}
.portfolio-item .overlay, .portfolio-item .info {
  transition: all 200ms ease-out;
  opacity: 1;
}
.portfolio-item img {
  max-width: 100%;
}
.portfolio-item:hover img {
  transform: scale(1, 1);
}
.portfolio-item:hover .overlay, .portfolio-item:hover .info {
  opacity: 1;
  z-index: 1;
}
.portfolio-item a, .portfolio-item a:hover, .portfolio-item a:focus {
  color: #fff;
}
.portfolio-item .btn {
 	background-color: rgba(0,0,0,0.5);
	 border: 1px solid #fff;
	 color : #fff;
}
.portfolio-item .btn:hover, .portfolio-item .btn:focus {
  color: #fff;
  background-color: var(--custom-primary-button-color-hover);
  opacity: 0.8;
}


.social-share a {
  font-size: 1.4rem;
  display: inline-block;
  background: #85b0be;
  color: #fff;
  line-height: 1;
  padding: 0.75rem 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 2.8rem;
  height: 2.8rem;
  transition: 0.3s;
}
.social-share a:hover {
  background: #649aac;
  color: #fff;
  text-decoration: none;
}


.form-aux {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}





html.fullscreen,
html.fullscreen body,
html.fullscreen .wrapper {
  height: 100%;
}

.hero-inherit-vcenter {
  top: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-button {
	font-family: "Raleway", sans-serif;
}


.hero-unit-slider {
	margin-top: 4rem;
}
.hero-unit-slider .carousel-inner > .item {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.hero-unit-slider .carousel-caption {
  bottom: auto;
  top: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  background-color: rgba(25, 25, 25, 0.6);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hero-unit-slider .carousel-caption p {
	margin: 0;
}
.hero-unit-slider .hero-heading {
  margin-top: 5px;
  font-family: "Raleway", sans-serif;
  color: var(--custom-title-color);
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .hero-unit-slider .hero-heading { font-size: 2.5rem; }
}
.hero-unit-slider .hero-button {
  border: 3px solid #fff;
  color: #fff;
}
.hero-unit-slider .hero-button:hover, .hero-unit-slider .hero-button:focus {
  background: #406da4;
  color: #fff;
}
.hero-unit-slider .carousel-indicators {
  bottom: 0;
}
.hero-unit-slider .carousel-control {
  background: rgba(0, 0, 0, 0.2);
}
.hero-unit-slider .carousel-control:hover {
  background: rgba(0, 0, 0, 0.3);
}


.hero-unit-fullscreen {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  min-height: 600px;
  
  background: url('/assets/img/fullscreen-bg.jpg') no-repeat center center fixed;
  
  background: image-set(
      url('/assets/img/fullscreen-bg.avif') type('image/avif'),
      url('/assets/img/fullscreen-bg.jpg') type('image/jpeg')
    ) no-repeat center center fixed;
  background-size: cover;
  position: relative;
  height: 100%;
}
.hero-unit-fullscreen .overlay {
  opacity: 0.7;
  background-color: #1D3758;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-unit-fullscreen .container {
  position: relative;
}
.hero-unit-fullscreen .hero-heading {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.hero-unit-fullscreen .lead {
	color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
 .hero-unit-fullscreen .hero-heading { font-size: 3rem; }
 .hero-unit-fullscreen .lead { font-size: 2rem; }
}
.hero-unit-fullscreen .hero-button {
  padding: 15px 30px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
	.hero-unit-fullscreen .hero-button {
		font-size: 1rem;
		line-height: 1;
	}
}
.hero-unit-fullscreen .hero-button:hover, .hero-unit-fullscreen .hero-button:focus {
  background-color: #4E98F3;
  border-color: #4E98F3;
}
.hero-unit-fullscreen .down-arrow {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .hero-unit-fullscreen .down-arrow {
    display: block;
    bottom: 1em;
  }
}
.hero-unit-fullscreen .down-arrow a {
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.2s ease-out;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: 2px solid #fff;
}
.hero-unit-fullscreen .down-arrow a:hover, .hero-unit-fullscreen .down-arrow a:focus {
  opacity: 0.8;
}


img.hero-img {
	max-width: fit-content;
}
@media screen and (min-width: 900px) {
  img.hero-img {
    width: 100%;
	max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  img.hero-img-blog {
    width: auto;
  }
}







.testimonials {
  padding: 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.testimonials .testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 0.875rem;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.625rem;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #85b0be;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


.breadcrumbs {
  margin-top: 5rem;
  padding: 1.75rem 0;
  min-height: 2.5rem;
  background: #f2fafe;
}
.breadcrumbs h2 {
  font-size: 1.625rem;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 0.875rem;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #094d6e;
  content: "/";
}


.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
}
.contact .info i {
  font-size: 1.25rem;
  color: #85b0be;
  float: left;
  width: 2.75rem;
  height: 2.75rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 3.75rem;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #052c3f;
}
.contact .info p {
  padding: 0 0 0 3.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #0d6e9e;
}
.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 0.8125rem;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875rem;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #85b0be;
}
.contact .php-email-form input {
  height: 2.75rem;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #85b0be;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #6a9fb0;
}


#specsheet {
  border-collapse: collapse;
  width: 100%;
}
#specsheet td, #specsheet th {
  border: 1px solid #bbb;
  padding: 8px;
  text-align: center;
}
#specsheet tr:hover { background-color: #ddd; }
#specsheet th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #052c3f;
  color: white;
}







.aboutus hr.tab-hr { display: none; }
@media screen and (max-width: 991px) {
	.aboutus .tab-content > .tab-pane {
		display: block;
		opacity: 1;
	}
	.aboutus hr.tab-hr { display: block; }
}

.team-member {
  margin-bottom: 60px;
}
.team-member.media {
  margin-top: 2.5em;
  margin-bottom: 0px;
}
.team-member.media > .pull-left {
  margin-right: 30px;
  padding-right: 0;
}
.team-member .team-name {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 1.6;
  color: #fff;
  background-color: #406da4;
}
.team-member strong {
  display: block;
  font-size: 0.9em;
}
.team-member hr {
  width: 50px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-left: 0;
}
.team-member .social-icon > li {
  padding-right: 12px;
}
.team-member .social-icon > li > a {
  color: #989898;
  font-size: 18px;
}
.team-member .social-icon > li > a:hover, .team-member .social-icon > li > a:focus {
  color: #797979;
}
@media screen and (max-width: 480px) {
  .team-member {
    text-align: left;
  }
  .team-member.media > .pull-left {
    display: inline;
    float: none !important;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .team-member hr {
    float: none !important;
  }
  .team {
    padding-bottom: 0;
  }
}


.blog h2 {
    font-size: 1.75em;
}
.blog hr {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.blog a:hover, .blog a:focus {
  text-decoration: none;
}
.blog .entry-title a {
  color: inherit;
}
.blog .entry-title a:hover, .blog .entry-title a:focus {
  color: #406da4;
}
.blog .entry-header {
  margin-bottom: 20px;
}
.blog .meta-line {
	color: #595959;
}
.blog .meta-line span {
  margin-right: 15px;
}
.blog .meta-line .post-comment {
  margin-right: 0;
}
.blog .meta-line a {
  color: inherit;
  font-weight: 600;
}
.blog .meta-line a:hover, .blog .meta-line a:focus {
  color: #406da4;
}
.blog .featured-video,
.blog .featured-image {
  margin-bottom: 20px;
}
.blog .featured-image img {
  max-width: 100%;
}
.blog .featured-video iframe {
  border: none;
}
.blog .featured-video .post-date-info {
  z-index: 9999;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper {
  position: relative;
  height: 0;
  padding-top: 1px !important;
  padding-bottom: 70%;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .blog .meta-line > div {
    display: block;
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .blog .post-tags {
    display: none;
  }
}


.blog-body {
   line-height: 1.8;
}
.blog-body h2, .blog-body h1 {
    margin-top: 1em;
    margin-bottom: 0.8em;
}
.blog-body p {
    margin: 0 0 1.5em;
}


.blogposts, .recent-comments {
  margin-bottom: 0;
}
.blogposts li, .recent-comments li {
  margin-bottom: 20px;
}
.blogposts li:last-child, .recent-comments li:last-child {
  margin-bottom: 0;
}
.blogposts .post-title {
  margin-bottom: 0;
  font-family: inherit;
  line-height: 1.2;
  font-size: 0.9rem;
}
.blogposts span {
  font-size: 0.75em;
}

.blog-post-padding {
  padding-right: 1.875em;
}


.blog.single .section-heading {
  margin-top: 0;
  font-family: inherit;
  font-size: 21px;
  font-weight: 600;
}


.reference-list {
	line-height: 1.5em;
}
.reference-list ol {
	padding-left: 2em;
}
.reference-list .card-body li {
	margin-bottom: 2em;
}
.reference-title {
	font-weight: 600;
	font-style: italic;
}
.reference-abstract {
	color: #707070;
	font-size: 1rem;
	margin-top: 0.5em;
}

.blog-author {
  padding-top: 20px;
}
.blog-author .author-name {
  font-weight: 700;
}
.blog-author em {
  display: block;
  line-height: 1.0;
}


@media screen and (min-width: 1650px) {
	.blog-container {
		width: 85%;
		margin: auto;
	}
}
@media screen and (max-width: 1199px) {
	.blogtextbox {
		border-bottom: 1px solid #DDD;
		padding-bottom: 1rem;
	}
}
@media screen and (min-width: 1200px) {
	.blog-wrapper {
	   background-color: #EEE;
	}
	.blogtextbox {
		background-color: #FFF;
		box-shadow: 0px 0px 0.125em #888;
		padding: 1.5rem;
		border-radius: 0.3rem;
	}
	.blogsidebox {
		background-color: #FFF;
		box-shadow: 0px 0px 0.125em #888;
		padding: 1rem;
		border-radius: 0.3rem;
	}
}


.legal {
	line-height: 1.5;
	
	padding-top: 6rem;
}
.legal h1 { color: var(--custom-title-color); }
.legal h1, .legal h2, .legal h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.legal h2, .legal h3 {
    font-size: 1.5rem;
	color: var(--custom-text-color);
}
.legal li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}


.page-error {
  padding: 2em 0 6em 0;
}
.page-error h1, .page-error h2 {
  font-size: 6em;
  line-height: 1;
}


.page-theme h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
}





@keyframes animate-loading {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
