* {
  box-sizing: border-box;
}
body {
  margin: 0px;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  color: #00196e;
}

.flex-container {
  display: flex;
}
.flex-center-child {
  justify-content: center;
  align-items: center;
}

.nav-redirector {
  width: 240px;
  height: 48px;
  line-height: 48px;
  transition: 200ms;
  text-align: center;
}
.nav-redirector:hover {
  color: #00196e;
  line-height: 44px;
  background-color: #e1e1de;
}

body,
html {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#body-iframe {
  width: 100vw;
}

/* header {
    position:fixed;
    width: 100%;
    background-color: #fff;
}  */
#footer {
  color: #00196e;
  font-size: 14px;
  background: #e1e1de;
}

#footer .container .row > :first-child {
  padding: 2%;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00196e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00196e;
  color: #fff;
  text-decoration: none;
}
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li + li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}
