/* START Generic */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

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

.covid-19 {
  color: #000 !important;
}

.covid-19 a {
  text-decoration: none;
}

.covid-19 a:hover {
  text-decoration: underline;
  color: red;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-quote {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 800;
  font-size: 18px;
}

.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.covid-19 {
  color: black;
  font-size: 1.6em;
  font-weight: 800;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert {
  padding: 15px;
  margin: 20px 15px 20px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.text-centered {
  text-align: center;
}

/* END Generic */

/* START Topbar*/

.topbar {
  padding: 1rem;
  background: #2a2a2a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topbar div {
  margin: 0.5rem;
}

.topbar a {
  text-decoration: none;
}

.topbar .tel-numbers {
  display: flex;
  flex-direction: column;
}

.tel-numbers a {
  color: #fff;
}

.topbar .tel-numbers div {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.topbar-lable {
  color: #ccc;
}

.insta-display {
  display: inline;
}

.tiktok-display {
  display: inline;
}

.insta-tik {
  display: none;
}

@media screen and (min-width: 375px) {
  .topbar .tel-numbers {
    flex-direction: row;
  }

  .topbar .tel-numbers div {
    margin: 0 0.5rem 0 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  .topbar {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .topbar:first-child {
    order: 1;
  }

  .insta-display {
    display: none;
  }

  .tiktok-display {
    display: none;
  }

  .insta-tik {
    display: inline;
  }
}

.fb {
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
}

.tiktok {
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
}

.insta {
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
}

.blue {
  color: #1d439b;
}

.quote {
  font-weight: 700;
  font-size: 1.1em;
}

/* END Topbar*/

/*NAV*/

nav {
  background: #1d439b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  border-top: 1px solid #e7e7e7;
}

nav ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 0.7rem;
}

nav li a {
  color: #fff;
  text-decoration: none;
}

nav .nav-list {
  width: 100%;
  transition: 0.6s;
  max-height: 0;
  overflow: hidden;
}

.expand-nav {
  transition: 0.6s;
  max-height: 100rem !important;
}

.dropdown a {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  transition: 0.6s;
  max-height: 0;
  overflow: hidden;
  border: none;
  z-index: 999;
}

.expand-dropdown-menu {
  transition: 0.6s;
  max-height: 40rem !important;
}

.dropdown-menu li {
  text-transform: none;
}

.logo {
  padding: 1rem;
  width: 235px;
}

.hamburger-container {
  align-self: flex-end;
  padding: 1rem;
}

.hamburger {
  width: 2rem;
  height: 0.2rem;
  background-color: white;
  margin: 0.3rem 0;
}

@media screen and (min-width: 970px) {
  nav {
    justify-content: space-around;
    flex-direction: row;
    align-items: stretch;
  }

  nav ul {
    display: flex;
    flex-direction: row;
    border: none;
  }

  nav ul li {
    align-self: center;
    border: none;
    height: 100%;
    padding: 0;
  }

  nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.7rem;
  }

  nav ul li a:hover {
    border-top: 1px solid #e7e7e7;
  }

  nav .nav-list {
    height: auto;
    max-height: 10rem;
    width: auto;
  }

  .nav-heading {
    padding: 1em;
    max-width: 6em;
    text-align: center;
  }

  .active a {
    border-top: 1px solid #e7e7e7;
  }

  .dropdown-menu {
    display: none;
    max-height: 40rem;
    flex-direction: column;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #1d439b;
    margin-top: -2.22rem;
    opacity: 0.8;
  }

  .dropdown-menu li {
    border-bottom: 1px solid #e7e7e7;
  }

  .dropdown-menu li a:hover {
    background-color: #fff;
    color: #1d439b;
  }

  .dropdown:hover .dropdown-menu {
    position: absolute;
    display: block;
    color: #fff;
    font-weight: 600;
  }

  .dropdown:hover .dropdown-menu a {
    display: block;
    text-align: left;
    opacity: 1;
  }

  .hamburger-container {
    display: none;
  }

  nav .arrow-right {
    display: none;
  }
}

/*END OF NAV*/

/* START OF FOOTER */

footer {
  background-color: #1d439b;
}

footer li {
  color: #fff;
}

footer li a {
  color: #fff;
}

footer div {
  padding: 0.3rem;
}

@media screen and (min-width: 400px) {
  footer div {
    padding: 1rem;
  }
}

footer img {
  width: 100%;
}

footer h2 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: normal;
}

footer h2::after {
  display: block;
  position: relative;
  top: 0.8rem;
  height: 1px;
  width: 50px;
  content: " ";
  background: #fff;
}

footer p {
  color: #e1e3e7;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer li {
  margin-bottom: 8px;
}

footer i {
  color: #fff;
  width: 30px;
  height: 23px;
  font-size: 14px;
  padding-top: 7px;
  text-align: center;
  background: #353535;
  display: inline-block;
  margin-right: 5px;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

.footer-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-content-container div {
  width: 320px;
}

footer .useful li {
  padding: 12px 0px;
  border-bottom: solid 1px #333;
}

footer .useful li:hover a {
  color: #bbb;
}

footer .copyright {
  background-color: #202020;
  display: flex;
  justify-content: center;
}

footer .copyright p {
  color: #bbb;
  font-size: 0.8rem;
}

footer .copyright p a {
  color: #777;
}

footer .copyright p a:hover {
  color: #bbb;
}

/* END OF FOOTER */

/* Start Arrows */

/*.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid black;
}
*/

.arrow-down {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.4rem solid white;
}

.arrow-right {
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.4rem solid white;
}

/*.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 

  border-right:10px solid blue; 
}*/

/* END Arrows */

/* START SLIDESHOW */

.slider-container {
  perspective: 2000px;
  background: black;
  position: relative;
  padding-top: min(51%, 600px);
  max-height: 600px;
  overflow: hidden;
}

.slider-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-container img {
  position: absolute;
  width: 100%;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
}

/* END SLIDESHOW */

/* START HOME */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

h2 {
  font-size: 26px;
  line-height: 33px;
}

h3 {
  font-size: 20px;
  line-height: 27px;
}

/*p, li, li a, label {
    color: #555;
}*/

.text-centered {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-40 {
  padding-top: 40px;
}

.heading {
  text-align: center;
}

.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important;
}

.heading-v1 h2:before,
.heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  color: #ffffff;
}

.heading h2:before {
  right: 100%;
}

.heading h2:before,
.heading h2:after {
  content: " ";
  width: 26%;
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}

@media screen and (min-width: 500px) {
  .heading h2:before,
  .heading h2:after {
    width: 70%;
  }
}

.heading-v1 h2:before,
.heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  color: #ffffff;
}

.heading h2:after {
  left: 100%;
}

.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-color-light {
  background-color: #f7f7f7 !important;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 40px;
  margin-left: 40px;
}

.services-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 2rem;
}

.service-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service-container img {
  display: block;
  width: 100%;
  border: solid 1px #eee;
  transition-duration: 0.2s;
}

.service-container img:hover {
  opacity: 0.8;
  transform: scale(1.2);
}

.image-link {
  background-color: #1d439b;
  overflow: hidden;
}

.service-lable {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: #1d439b;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.service-lable:hover {
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
  .services-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .service-container {
    width: 45%;
  }

  .service-lable {
    margin-top: 1rem;
  }
}

.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle;
}

.quote-banner {
  background-color: #1d439b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.quote-banner h3 {
  margin: 0 0 1rem 0;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.quote-banner a {
  color: #fff;
  padding: 7px 18px;
  font-size: 17px;
  text-decoration: none;
  border: solid 2px #fff;
}

.quote-banner a:hover {
  color: #555;
  transition-duration: 0.3s;
  background-color: #fff;
}

@media screen and (min-width: 700px) {
  .quote-banner {
    flex-direction: row;
    padding: 2rem 1.5rem;
  }

  .quote-banner h3 {
    margin: 0;
    text-align: left;
  }
}

@media screen and (min-width: 760px) {
  .quote-banner {
    padding: 2rem;
  }

  .quote-banner h3 {
    font-size: 18px;
  }

  .quote-banner a {
    font-size: 18px;
  }
}

/* END HOME */

.cta-container {
  background-color: #1d439b;
}

.cta-container h2 {
  color: #fff;
}

