@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #f7f8fc;
}

.text-gray {
  color: #9ea0a5;
}

.text-danger {
  color: #e02020;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow_drop_down_material.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.bg-offwhite {
  background-color: #F4F4F4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 16px;
  line-height: 1.8;
}

.fs-12 {
  font-size: 12px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease 0s;
  color: #346580;
}

.fs-14 {
  font-size: 14px;
}

.btn-primary {
  border-radius: 40px;
  background-color: #003F60;
  border-color: #003F60;
  height: 47px;
}

.btn-primary:hover {
  background-color: #346580;
}

.btn-outline-primary {
  border-radius: 40px;
  border-color: #003F60;
  color: #003F60;
  height: 47px;
}

.btn-outline-primary:hover {
  background-color: #346580;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.top-nav {
  background: #003F60;
}
.top-nav .container > div {
  min-height: 37px;
}
.top-nav ul.login-menu li {
  margin: 0 5px;
}
.top-nav ul.social-menu li {
  padding: 0 20px;
  border-left: 1px solid #346580;
}
.top-nav ul li {
  color: #FFF;
  float: left;
}
.top-nav ul li a {
  color: #FFF;
  font-weight: 300;
  font-size: 12px;
}

header {
  min-height: 97px;
}
header .navbar-brand {
  display: flex;
  align-items: center;
}
header .navbar-brand span {
  max-width: 135px;
  font-weight: 600;
  font-size: 10px;
  white-space: pre-wrap;
  display: inline-block;
}
header .navbar-nav li a {
  font-weight: 600;
  font-size: 12px;
  color: #000 !important;
}

.slider {
  background-image: url(../images/slider-img-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 544px;
}
.slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 63, 96, 0.6);
  z-index: 0;
  top: 0;
  left: 0;
}
.slider .container > * {
  z-index: 9;
  position: relative;
}
.slider .container h1 {
  color: #FFF;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  padding-top: 80px;
}
.slider .container p {
  text-align: center;
  font-size: 16px;
  color: #FFF;
}
.slider .container .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 49%;
}

section {
  padding-top: 66px;
  padding-bottom: 66px;
}

.about-sec {
  background-image: url(../images/about.png);
  background-position: right;
  background-repeat: no-repeat;
  min-height: 611px;
}

.dotted-menu {
  margin-left: 20px;
}
.dotted-menu li {
  list-style: disc !important;
}

.activities-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.activities-list li span {
  color: #757575;
}
.activities-list li a {
  font-size: 16px;
}
.activities-list li a img {
  margin-right: 10px;
}

.ordered-list li {
  list-style: decimal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ordered-list li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ordered-list li a span {
  font-size: 20px;
}

.unordered-list li {
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.unordered-list li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.unordered-list li a.disabled {
  color: #757575;
}
.unordered-list li a span {
  font-size: 20px;
}

.download-btn span {
  font-weight: bold;
  font-size: 18px !important;
  text-decoration: underline;
  margin: 0 0.5rem;
}

.form-group label {
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
}
.form-group .form-control {
  border-radius: 20px;
  min-height: 47px;
}

footer {
  background-color: #003F60;
  padding: 50px 0 15px 0;
}
footer hr {
  border-top: 1px solid #346580;
}
footer .logos-menu {
  float: left;
}
footer .logos-menu li {
  float: left;
  margin: 0 15px;
}
footer .footer-menu {
  float: right;
  line-height: 40px;
}
footer .footer-menu li {
  float: left;
  margin: 0 15px;
}
footer .footer-menu li a {
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}
footer .newsletter {
  padding-top: 5px;
}
footer .newsletter h3 {
  color: #FFF;
  font-size: 16px;
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}
footer .newsletter p {
  color: #346580;
  float: left;
  padding-top: 10px;
}
footer .newsletter div {
  float: right;
  border-radius: 30px;
  background-color: #FFF;
  padding: 5px;
}
footer .newsletter div input {
  border-radius: 30px;
  height: 40px;
  padding: 0 10px;
  border: 0;
}
footer .newsletter div input::placeholder {
  font-size: 10px;
}
footer .newsletter div input:focus {
  border: 0;
  outline: 0;
}
footer .newsletter div button {
  border-radius: 100%;
  background-color: #003F60;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 0;
}
footer .copyrights {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}

@media (max-width: 600px) {
  .slider h1 {
    font-size: 20px;
  }

  .activities-list li {
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
  }
  .activities-list li > * {
    margin-bottom: 10px;
  }

  .ordered-list li a {
    flex-direction: column;
    text-align: center;
  }

  .about-sec {
    background: none;
  }
}
.acts-list li {
  border-bottom: 1px solid #E4E5E6;
  margin-bottom: 20px;
  margin-top: 20px;
}
.acts-list li a {
  display: flex;
  flex-wrap: wrap;
}
.acts-list li .img-container {
  width: 178px;
  height: 181px;
  overflow: hidden;
  margin: 0 20px 20px;
}
.acts-list li div h2 {
  color: #346580;
}
.acts-list li div p span {
  color: #757575;
}

.nav-tabs li a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.nav-tabs li a.active {
  border: 0;
  background-color: transparent;
  color: #346580;
  border-bottom: 5px solid #346580 !important;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search {
  display: flex;
}
.search input {
  border: 0;
  background: none;
  border-bottom: 2px solid #346580;
  width: 90%;
}
.search input:focus {
  outline: 0;
}
.input-group {
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 25px;
  position: relative;
}
.input-group .input-group-text {
  background: none;
  border: 0;
}
.input-group input {
  border: 0;
  background: none;
}
.input-group input:focus {
  outline: 0;
  box-shadow: none;
  background: none;
}
.input-group .toggle-pw-btn {
  border: 0;
  position: absolute;
  right: 19px;
  top: 28%;
  background: none !important;
  z-index: 999;
}

#forgotPassword .modal-dialog {
  top: 25%;
}
#forgotPassword .modal-content {
  border-radius: 20px;
}
#forgotPassword .modal-header {
  border: 0 !important;
}
#forgotPassword .modal-header .modal-title {
  font-size: 32px;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
