/* https://bootsnipp.com/snippets/qlkjR */

.header-font {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fd1506;
  }

  .fa-facebook{
      color:#3b5998;
      width: 5px;
  }
  .fa-linkedin{
      color:#0077B5;
  }
  .fa-twitter{
        display: block;
      color:#4099FF;
  }
  .fa-google{
      color:#d34836;
  }

  .bg-primary {
   background-color: olivedrab !important;
  }
  
  .bg-circle
  {
    display: inline-block;
    width: 20px;
    height: 60px;
    padding: 14px 4px;
    color: #ececec;
    text-align: center;
    border-radius: 50%;
  }
  
  .bg-circle-outline
  {
    width: 50px;
    height: 50px;
    color:smoke;
    padding: 2px 2px;
    border: 2px solid;
    border-color: smoke;
    border-radius: 50%;
    display: inline-block;
  }
  
  
  .bg-circle a, a:hover, .media a:focus
  {
    text-decoration: none !important;
    outline: none;
    color: #ececec;
  }

  .bg-circle-outline a, a:hover, .media a:focus
  {
    text-decoration: none !important;
    outline: none;
    color: #ececec;
  }

  .footer {
      /* background: #EDEFF1; */
      /* background: #EDEFE9; */
      background-color: #f3f5fa;
      height: auto;
      /* padding-bottom: 30px; */
      position: relative;
      width: 100%;
      /* border-bottom: 1px solid #CCCCCC; */
      /* border-top: 1px solid #DDDDDD; */
      border-top: 1px solid #00003B;
      margin-top: 50px;
  }
  .footer p {
      margin: 0;
  }
  .footer img {
      max-width: 100%;
  }

  .footer .footer-contact h3 {
      /* border-bottom: 1px solid #BAC1C8;
      color: #54697E;
      font-size: 18px;
      font-weight: 600;
      line-height: 27px;
      padding: 40px 0 10px;
      text-transform: uppercase; */
      font-size: 28px;
      margin: 0 0 10px 0;
      padding: 2px 0 2px 0;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 600;
      color: #37517e;
  }

  .footer h4{
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
}

.footer .footer-top{
    padding: 20px;
}

  .footer ul {
      font-size: 13px;
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
      margin-top: 15px;
      color: #7F8C8D;
  }
  .footer ul li a {
      padding: 0 0 5px 0;
      display: inline-block;
  }

  .footer a {
      /* color: #78828D */
  }

  .copyrightText{
      text-align: center;
    /* background-color: #00003B; */
    background-color: #37517e;
     color: white;
     padding: 10px;
    /* background-color: navy; */
  }

  .footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  /* #footer .footer-top  h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
} */

/*   
.footer{
    display: grid;
    justify-content: center;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    background-color: navajowhite;
}

.container{
    width: 100%;
    padding-right: var(--mdb-gutter-x,.75rem);
    padding-left: var(--mdb-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.footer2{
    background-color: #929fba;
    --mdb-text-opacity: 1;
    color: rgba(var(--mdb-white-rgb),var(--mdb-text-opacity))!important;
    text-align: center!important;
    box-sizing: border-box;
    display: block;
} */

/* 
.footer{
    text-align: center;
    margin-top: 10px;
    height: 10%;
} */

/* 
.footercontainer {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
} */

footer.ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

footer.ul.li{
    list-style-type: disc;
}

footer .row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex: 1 1 10%;
    flex-wrap: wrap;
}

footer .column{
    margin-left: 30px;
}

footer .column:not(first-child){
    margin-bottom: 30px;
}

footer .column:last-child{
    margin-right: 30px;
}