.page {
  height: 100%;
}

.jumbotron {
  background-color: #fbfbfb !important;
  text-decoration-color: #2a3e53;
  margin: 10px 0px;
  padding: 50px 10px 65px !important;
}

.center {
  text-align: center;
}

img {
  bottom: 0;
}

.inner-card {
  padding-bottom: 10px;
}

.abt-btns {
  padding-top: 15px;
  margin: 0px;
  text-align: center;
}

.btn-primary {
  background-color: #748ea3;
  border-color: #748ea3;
  color: #f3f5f7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #2a3e53;
}

.navbar-default {
  background-color: #e7ecf0;
  background-image: none;
  background-repeat: no-repeat;
  text-decoration-color: #2a3e53;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}

.navbar-brand {
  padding-left: 10px;
}

.abt-2 {
  padding: 70px 10px 70px !important;
}

.carousel-card {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.bg-2 {
  background-color: #e7ecf0;
}

.page-header {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

.section-header {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}


footer {
  color: #9db3c1;
  background-color: #2a3e53;
}

footer a,
.email {
  color: #e7ecf0;
}

footer a:hover {
  color: #748ea3;
}

.alert {
  display: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #a3b7c2;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container {
  margin-top: 72px;
  height: 100%;
}

.flex-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flex-item-summary {
  flex: none;
  margin: 15px;
  width: 50%;
}

.flex-item-img {
  flex: none;
  margin: 15px;
  width: 75%;
}

.min-100 {
  min-height: 100%;
}

li:first-child {
  margin-left: 0px !important;
}

.card {
  padding: 10px;
  height: 100%;
  display: block;
}

.card > h4 {
  margin: 5px 0px 20px;
}
/* .carousel-control-prev,
.carousel-control-next {
  width: auto;
} */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;

}
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }