/*
primary #2775bb
secondary #22346d
*/
body,
html {
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  background: #f4f4f4;
  color: #454545;
  line-height: 130%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3 {
  font-weight: 900;
}
i.material-icons {
  font-size: 1em;
  position: relative;
  top: 4px;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1280px;
}
.danger-color {
  color: #ff4344;
}
.danger-color-dark {
  color: #cc0c12;
}
.warning-color {
  color: #ffbb33;
}
.warning-color-dark {
  color: #ff870a;
}
.success-color {
  color: #00c850;
}
.success-color-dark {
  color: #007e34;
}
.info-color {
  color: #32b5e5;
}
.info-color-dark {
  color: #0099cc;
}
.color-light {
  color: #f4f4f4;
}
.color-white {
  color: #ffffff;
}
.color-dark {
  color: #22346d;
}
.color-black {
  color: #232323;
}
.color-primary {
  color: #2775bb;
}
.blue-color{
    color: #21346E;
}
.grey-color{
    color: #808080;
}

.bg-light {
  background: #f4f4f4;
}

.bg-white {
  background: #ffffff;
}
.bg-dark {
  background: #22346d;
  color: #fff;
}
.bg-black {
  background: #232323;
  color: #fff;
}
.bg-primary {
  background-color: #2775bb !important;
  color: #fff;
}
.bg-light.added-background,
.bg-light.added-background *,
.bg-white.added-background,
.bg-white.added-background *,
.bg-dark.added-background,
.bg-dark.added-background *,
.bg-black.added-background,
.bg-black.added-background *,
.bg-primary.added-background,
.bg-primary.added-background * {
  position: relative;
  z-index: 2;
}
.bg-light.added-background:after,
.bg-white.added-background:after,
.bg-dark.added-background:after,
.bg-black.added-background:after,
.bg-primary.added-background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  content: "";
  opacity: 0.9;
}
.bg-light.added-background:after {
  background: #f4f4f4;
}
.bg-white.added-background:after {
  background: #ffffff;
}
.bg-dark.added-background:after {
  background: #22346d;
}
.bg-primary.added-background:after {
  background-color: #2775bb !important;
}
.bg-black.added-background:after {
  background: #232323;
}
.white {
  color: #fff !important;
}

.circle {
  background-color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid red;
  border-right: 1px solid white;
  transform: rotate(-45deg);
}
ul.list {
}
ul.list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
ul.list li:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "check";
  position: absolute;
  left: -25px;
}

.shadow {
  box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.2);
}
.py-6 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.11);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.lead {
  font-size: 1.3em;
  line-height: 145%;
}
.full-h {
  min-height: calc(100vh - 169px);
}
section:not(.home-hero) {
  padding: 60px 0;
}
#site-header {
}
#site-header .navbar {
  background: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
}
#site-header.navbar-shrink .navbar {
  background: #fff;
  box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.2);
  padding: 0;
}
#site-header .navbar .navbar-brand {
  padding: 0;
}
#site-header .navbar .navbar-brand img {
  transition: all 0.3s ease-in-out;
  filter: invert(1) brightness(10);
}
#site-header.navbar-shrink .navbar .navbar-brand img {
  filter: invert(0) brightness(1);
}
#site-header .navbar .nav-link {
  color: #454545;
  font-size: 0.9em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#site-header.navbar-shrink .navbar .nav-link {
  color: #454545;
}
#site-header .navbar .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
  width: 0px;
  height: 1px;
  background: #2775bb;
}
#site-header .navbar .nav-link:hover {
  color: #2775bb;
}
#site-header.navbar-shrink .navbar .nav-link:hover {
  color: #2775bb;
}
#site-header .navbar .nav-link:hover:before {
  width: 90%;
}

#site-header .navbar .nav-link.nav-link-cta,
.btn-cta {
  border-radius: 30px;
  display: inline-flex;
  background: #21346E;
  color: #ffffff;
  padding: 5px 20px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  position: relative;
}
#site-header .navbar .nav-link.nav-link-cta {
  margin-left: 15px;
}
#site-header .navbar .nav-link.nav-link-cta:before,
.btn-cta:before {
  content: none !important;
}
#site-header .navbar .nav-link.nav-link-cta:hover,
.btn-cta:hover {
  border: 2px solid #21346E;
  color: #21346E !important;
  background: #fff;
}
header,
main,
footer {
  flex-shrink: 0;
}

main {
  flex-grow: 1;
}
.btn-cta.btn-cta-empty {
  background: transparent;
  border: 2px solid #2775bb;
  color: #2775bb;
}
.menu-dropdown.show {
  top: calc(100% + 15px);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.05);
  color: #ffffff;
  border: none;
}
.menu-dropdown .dropdown-item {
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-dropdown .dropdown-item:last-of-type {
  border: none;
}
.menu-dropdown .dropdown-item:hover {
  color: #22346d;
}
.btn,
.btn-cta {
  border: 2px solid rgba(0, 0, 0, 0);
}
.btn-cta i.material-icons {
  font-size: 1.25em;
  top: 2px;
}
.btn-cta.btn-cta-icon {
  padding-right: 60px !important;
}
.btn-cta span {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute !important;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.btn-cta.btn-cta-icon span i {
  top: 0;
}
.btn-selector {
  display: inline-flex;
  width: 80%;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #f5c200;
  /* min-height: 100px; */
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  padding: 30px;
  text-shadow: rgba(0, 0, 0, 0.2) -1px -1px 0px;
}
.btn-selector span {
  font-size: 2em;
  text-shadow: rgba(0, 0, 0, 0.2) -1px -1px 0px;
}
.added-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.home-hero {
}
.home-hero,
.home-hero .carousel,
.home-hero .carousel .carousel-item {
  min-height: 85vh;
  align-items: center;
  display: flex;
  width: 100%;
}

.home-hero .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-hero .carousel-item * {
  position: relative;
  z-index: 2;
}
.home-hero .carousel-item:before {
  background-image: linear-gradient(to top, #2775bb 0%, #22346d 100%);
  background: #75cbe7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#75cbe7),
    to(#138fc2)
  );
  background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  content: "";
  opacity: 0.8;
}
.home-hero .carousel-item.no-overlay:before {
  content: none !important;
}
.home-hero .carousel-item.dark-overlay:before {
  background: rgba(0, 0, 0, 0.3);
}
.home-hero .carousel-item .carousel-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.home-hero .carousel-item h1,
.home-hero .carousel-item h2,
.home-hero .carousel-item p {
  color: #ffffff;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.home-hero .carousel-item.no-overlay h1,
.home-hero .carousel-item.no-overlay h2,
.home-hero .carousel-item.no-overlay p {
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}
.home-hero .carousel-item h1 {
  font-size: 5em;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.home-hero .carousel-item h2 {
  font-size: 2em;
  font-weight: 300;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.home-hero .carousel-item .btn-cta {
  text-shadow: none;
  font-size: 1em;
  padding: 10px 40px;
  box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.3);
}

.main-title {
  font-size: 3em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #21346E;
}
.sub-title {
  font-weight: 100;
  font-size: 1.4em;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sub-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 70px;
  height: 1px;
  display: block;
  background: #21346E;
}
.sub-title.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.services {
}
.services .service-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 20px;
  border-radius: 4px;
}
.services .service-box .icon {
  float: left;
  font-size: 4em;
  color: #21346E;
}
.services .service-box h3 {
  font-size: 1.2em;
  padding-left: 100px;
}
.services .service-box p {
  padding-left: 100px;
  font-size: 0.9em;
  line-height: 135%;
}

.contact i.material-icons {
  font-size: 4em;
  margin-bottom: 10px;
}
.contact h4 {
  font-size: 1.2em;
}

.footer-logo {
  max-height: 50px;
  /*filter: invert(1) brightness(10);*/
  background: #fff;
  border-radius: 4px;
  padding: 5px;
}

.card {
  border: none;
  border-radius: 4px;
}
.card-image,
.card .carousel {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.card .card-image,
.card .carousel-item {
  max-height: 260px;
}
.card-image img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.card-image:after,
.card .carousel:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  content: "";
  background-color: #000;
  opacity: 0.1;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.card:hover .card-image img {
  transform: scale(1.1);
}
.card:hover .card-image:after {
  opacity: 0;
}
.products .card {
  height: 100%;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute !important;
  z-index: 10 !important;
}
.card a.card-image.card-image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9 !important;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute !important;
  top: 0;
}

/*carousel with image thumbnails*/
.carousel-imagethumbs .carousel-indicators {
  position: static;
  flex-wrap: wrap;
  margin: 10px 0;
  justify-content: flex-start;
}
.carousel-imagethumbs .carousel-indicators li {
  height: auto;
  flex: 1 0 calc(25% - 0px);
  max-width: calc(25% - 0px);
  text-indent: inherit;
  margin: 0px 0;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.carousel-imagethumbs .carousel-indicators .active {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
/*footer*/
footer {
  font-size: 0.75em;
}
footer .row {
  align-items: center;
}
footer .footer-menu {
  display: flex;
}
footer .footer-menu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  padding: 0;
}
footer .footer-menu ul li a {
  color: #fff;

  display: inline-flex;
  padding: 5px;
}
footer .footer-arrow-wrap {
  display: inline-flex;
  background: #2776BB;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
}
footer .footer-arrow-wrap i.material-icons {
  top: 0;
}

/*pages*/
.page-container {
  margin-top: 94px;
}
.panel {
  background: #f6f6f6;
}
.panel .arrow {
  position: relative;
}
.panel .arrow:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  right: -20px;
  z-index: 2;
  background: #f6f6f6;
}
.panel .arrow.left:after {
  right: auto;
  left: -20px;
}
.panel .arrow.arrow-dark:after {
  background: #332d2e;
}
.image.bg-cover.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.image .h-100 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image .h-100.overlay {
  background: rgba(0, 0, 0, 0.5);
}
div.alert {
  position: absolute;
  top: 72px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem 1rem;
  z-index: 9999;
}

.site-error {
  padding: 100px 40px;
  color: #721c24;
  border-color: #f5c6cb;
}
