:root {
  --bs-primary: #00619d;
  --bs-secondary: #00a2b1;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #a6b2bf;
  --bs-dark: #212529;
}

html, body, .tooltip, .popover {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-style: normal;
  color: #647589;
  font-size: 1rem;
}
code, kbd, pre, samp, .text-monospace {
  font-family: 'Open Sans', sans-serif;
}
button, input, optgroup, select, textarea {
  font-family: inherit
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1,
.display-6, .display-5, .display-4, .display-3, .display-2, .display-1 {
  font-family: 'Open Sans', sans-serif;
  color: #212529;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.slick-slider h6,
.slick-slider h5,
.slick-slider h4,
.slick-slider h3,
.slick-slider h2,
.slick-slider h1  {
  font-weight: 800;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.085em;
}

ol, ul {
  padding-left: 1rem;
  letter-spacing: 0.085em;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}

.text-primary {
  color: #00619d !important;
}

.bg-primary,
.btn-primary {
  background-color: #00619d !important;
}

.text-secondary {
  color: #00a2b1 !important;
}

.bg-secondary,
.btn-secondary {
  background-color: #00a2b1 !important;
}

/*.form-floating input:focus,
.form-floating textarea:focus {
  box-shadow: none;
}
.form-floating label {
  padding: 1.25rem 1rem;
  color: #6c757d;
}*/
#mainNav {
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}
#mainNav .navbar-brand {
  font-weight: 800;
}
#mainNav .navbar-toggler {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem;
  text-transform: uppercase;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
  font-size: 0.90rem;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    color: #647589;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #0085A1;
  }
}
@media (min-width: 992px) {
  #mainNav {
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -120px;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #647589 ;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085A1;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #647589 
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085A1;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    transform: translate3d(0, 100%, 0);
  }
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #fff;
}
.bg-img-start {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.bg-img-end {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center
}

.bg-img-center {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.gradient-y-sm-primary {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(55, 125, 255, .075))
}

.gradient-y-gray {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(231, 234, 243, .5))
}

.gradient-y-lg-white {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.gradient-y-three-sm-primary {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(55, 125, 255, .075) 50%, rgba(255, 255, 255, 0))
}

.gradient-x-three-sm-primary {
	background-image: linear-gradient(to right, rgba(55, 125, 255, .03), rgba(9, 165, 190, .05) 50%, rgba(245, 202, 153, .05))
}

[class*=gradient-x-overlay-],
[class*=gradient-y-overlay-],
[class*=gradient-y-three-overlay-],
[class*=gradient-t-overlay-],
[class*=gradient-b-overlay-] {
	position: relative;
	z-index: 1
}

[class*=gradient-x-overlay-]::before,
[class*=gradient-y-overlay-]::before,
[class*=gradient-y-three-overlay-]::before,
[class*=gradient-t-overlay-]::before,
[class*=gradient-b-overlay-]::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: ""
}

[class*=gradient-x-overlay-].card::before,
[class*=gradient-y-overlay-].card::before,
[class*=gradient-y-three-overlay-].card::before {
	border-radius: .5rem
}

.gradient-x-overlay-lg-theme::before {
	background-image: linear-gradient(to right, rgba(33, 50, 91, .95) 0, rgba(33, 50, 91, .95) 100%)
}

.gradient-x-overlay-sm-primary::before {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(55, 125, 255, .05))
}

.gradient-x-overlay-sm-dark::before {
	background-image: linear-gradient(to right, rgba(33, 50, 91, .25) 0, rgba(30, 32, 34, .25) 100%)
}

.gradient-x-overlay-lg-dark::before {
	background-image: linear-gradient(to right, rgba(33, 50, 91, .9) 0, rgba(33, 50, 91, .9) 100%)
}

.gradient-t-overlay-lg-theme::before {
	background-image: linear-gradient(to top, rgba(33, 50, 91, 0) 0, rgba(33, 50, 91, .95) 100%)
}

.gradient-t-overlay-lg-dark::before {
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgba(12, 13, 14, .6))
}

.gradient-b-overlay-lg-dark::before {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(12, 13, 14, .6))
}

.gradient-y-overlay-lg-white::before {
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .9))
}

.gradient-y-overlay-sm-gray-900::before {
	background-image: linear-gradient(to bottom, rgba(30, 32, 34, .3), rgba(33, 50, 91, .2))
}


.gradient-radial-sm-primary {
	background-image: radial-gradient(50% 50% at 50% 50%, rgba(55, 125, 255, .1) 0, rgba(255, 255, 255, 0) 100%)
}

.gradient-y-lg-dark {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #132144)
}
/*.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .card {
    min-height: 350px;
  }
}
@media (max-width: 420px) {
  .card {
    min-height: 300px;
  }
}
.card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}
.card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);
}
.card .card-footer {
  background: none;
  border-top: none;
}
.card .card-footer .media img {
  border: solid 3px rgba(234, 95, 0, 0.3);
}
.card .card-meta {
  color: orange;
}
.card .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover .card-body {
  margin-top: 30px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #f3f3f3;
  background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #ffffff 100%);
}
*/

a {
	text-decoration: none
}

:focus,
a:focus,
button:focus {
	outline-color: rgba(55, 125, 255, .5)
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-10 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.btn-icon {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .875rem;
	font-weight: 600;
	width: 2.625rem;
	height: 2.625rem;
	padding: 0
}

.btn-icon>svg {
	width: .875rem;
	height: auto
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
	font-size: .875rem;
	width: 2.40625rem;
	height: 2.40625rem
}

.btn-group-sm>.btn-icon.btn>svg,
.btn-icon.btn-sm>svg {
	width: .875rem;
	height: auto
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
	font-size: 1rem;
	width: 3.36875rem;
	height: 3.36875rem
}

.btn-group-lg>.btn-icon.btn>svg,
.btn-icon.btn-lg>svg {
	width: 1rem;
	height: auto
}

.bg-theme {
  background-color: #21325bf2;
}

.m-n1 {
	margin: -.25rem!important
}

.m-n2 {
	margin: -.5rem!important
}

.m-n3 {
	margin: -1rem!important
}

.m-n4 {
	margin: -1.5rem!important
}

.m-n5 {
	margin: -2rem!important
}

.m-n6 {
	margin: -2.5rem!important
}

.m-n7 {
	margin: -3rem!important
}

.m-n8 {
	margin: -3.5rem!important
}

.m-n9 {
	margin: -4rem!important
}

.m-n10 {
	margin: -4.5rem!important
}

.mx-n1 {
	margin-right: -.25rem!important;
	margin-left: -.25rem!important
}

.mx-n2 {
	margin-right: -.5rem!important;
	margin-left: -.5rem!important
}

.mx-n3 {
	margin-right: -1rem!important;
	margin-left: -1rem!important
}

.mx-n4 {
	margin-right: -1.5rem!important;
	margin-left: -1.5rem!important
}

.mx-n5 {
	margin-right: -2rem!important;
	margin-left: -2rem!important
}

.mx-n6 {
	margin-right: -2.5rem!important;
	margin-left: -2.5rem!important
}

.mx-n7 {
	margin-right: -3rem!important;
	margin-left: -3rem!important
}

.mx-n8 {
	margin-right: -3.5rem!important;
	margin-left: -3.5rem!important
}

.mx-n9 {
	margin-right: -4rem!important;
	margin-left: -4rem!important
}

.mx-n10 {
	margin-right: -4.5rem!important;
	margin-left: -4.5rem!important
}

.my-n1 {
	margin-top: -.25rem!important;
	margin-bottom: -.25rem!important
}

.my-n2 {
	margin-top: -.5rem!important;
	margin-bottom: -.5rem!important
}

.my-n3 {
	margin-top: -1rem!important;
	margin-bottom: -1rem!important
}

.my-n4 {
	margin-top: -1.5rem!important;
	margin-bottom: -1.5rem!important
}

.my-n5 {
	margin-top: -2rem!important;
	margin-bottom: -2rem!important
}

.my-n6 {
	margin-top: -2.5rem!important;
	margin-bottom: -2.5rem!important
}

.my-n7 {
	margin-top: -3rem!important;
	margin-bottom: -3rem!important
}

.my-n8 {
	margin-top: -3.5rem!important;
	margin-bottom: -3.5rem!important
}

.my-n9 {
	margin-top: -4rem!important;
	margin-bottom: -4rem!important
}

.my-n10 {
	margin-top: -4.5rem!important;
	margin-bottom: -4.5rem!important
}

.mt-n1 {
	margin-top: -.25rem!important
}

.mt-n2 {
	margin-top: -.5rem!important
}

.mt-n3 {
	margin-top: -1rem!important
}

.mt-n4 {
	margin-top: -1.5rem!important
}

.mt-n5 {
	margin-top: -2rem!important
}

.mt-n6 {
	margin-top: -2.5rem!important
}

.mt-n7 {
	margin-top: -3rem!important
}

.mt-n8 {
	margin-top: -3.5rem!important
}

.mt-n9 {
	margin-top: -4rem!important
}

.mt-n10 {
	margin-top: -4.5rem!important
}

.me-n1 {
	margin-right: -.25rem!important
}

.me-n2 {
	margin-right: -.5rem!important
}

.me-n3 {
	margin-right: -1rem!important
}

.me-n4 {
	margin-right: -1.5rem!important
}

.me-n5 {
	margin-right: -2rem!important
}

.me-n6 {
	margin-right: -2.5rem!important
}

.me-n7 {
	margin-right: -3rem!important
}

.me-n8 {
	margin-right: -3.5rem!important
}

.me-n9 {
	margin-right: -4rem!important
}

.me-n10 {
	margin-right: -4.5rem!important
}

.mb-n1 {
	margin-bottom: -.25rem!important
}

.mb-n2 {
	margin-bottom: -.5rem!important
}

.mb-n3 {
	margin-bottom: -1rem!important
}

.mb-n4 {
	margin-bottom: -1.5rem!important
}

.mb-n5 {
	margin-bottom: -2rem!important
}

.mb-n6 {
	margin-bottom: -2.5rem!important
}

.mb-n7 {
	margin-bottom: -3rem!important
}

.mb-n8 {
	margin-bottom: -3.5rem!important
}

.mb-n9 {
	margin-bottom: -4rem!important
}

.mb-n10 {
	margin-bottom: -4.5rem!important
}

.ms-n1 {
	margin-left: -.25rem!important
}

.ms-n2 {
	margin-left: -.5rem!important
}

.ms-n3 {
	margin-left: -1rem!important
}

.ms-n4 {
	margin-left: -1.5rem!important
}

.ms-n5 {
	margin-left: -2rem!important
}

.ms-n6 {
	margin-left: -2.5rem!important
}

.ms-n7 {
	margin-left: -3rem!important
}

.ms-n8 {
	margin-left: -3.5rem!important
}

.ms-n9 {
	margin-left: -4rem!important
}

.ms-n10 {
	margin-left: -4.5rem!important
}

#map iframe{
  width: 100%;
  height: 487px;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted!important;
}

.border-double {
  border-style: double!important;
}

.border-groove {
  border-style: groove!important;
}

.border-ridge {
  border-style: ridge!important;
}

/*.slick-dots {
  bottom: 0px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 1;
  }
  .slick-dots li button:before{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;

  }
  .slick-dots li.slick-active button:before {
    background-color: #fff;
  }*/

/* SLICK */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    transition: .3s;

    color: #10111e;
    border: none;
    outline: none;
    background: #ffffff;

    opacity: 0;
	  visibility: hidden;
    z-index: 2;
}

.slick-prev:hover,
.slick-next:hover
{
    color: #ffffff;
    outline: none;
    background: #00619d;
}

/*.slick-prev:focus,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: #ffffff;
}
/*.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}*/
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-slider:hover .slick-prev{
  left: 95px;
}
.slick-slider:hover .slick-next{
  right: 95px;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

/*.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.slick-prev
{
    left: 90px;
}

.slick-prev:before
{
    
}

.slick-next
{
    right: 90px;
}

.slick-next:before
{

}

/* Dots */
.slick-dots
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: inline;

    width: 20px;
    padding: 0;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
  content: ' ';
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.slick-dots li.slick-active button:before
{
    background: #ffffff;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: none;
}

.scrolldiv {
  scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110pxx;
  /*Adds margin to the bottom of the viewport*/
}

.praxis {
  position: relative;
}

@media (min-width: 992px) {
  .praxis {
    position: absolute;
  }
}
