@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
footer {
  margin-top: 100px;
  position: relative;
  z-index: 1;
  background-color: #0E2746;
  color: white;
  padding-top: 30px;
}
footer .copyright_bar {
  text-align: center;
  background-color: #D52E2D;
  color: white;
  padding: 20px 0;
  font-size: 15px;
}
footer .disclaimer_section {
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 15px;
  background-color: #0E2746;
}
footer .disclaimer_section p {
  margin: 10px 0;
}
footer .disclaimer_section a {
  color: white;
}
footer .container .footer_col_wrapper {
  margin: 50px auto;
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container .footer_col_wrapper .footer_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 20%;
  margin: 0 10px;
}
footer .container .footer_col_wrapper .footer_col h3 {
  margin-bottom: 20px;
  color: white;
  font-size: 17px;
}
footer .container .footer_col_wrapper .footer_col h3 a {
  color: white;
  text-decoration: none;
}
footer .container .footer_col_wrapper .footer_col p a {
  color: white;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
footer .container .footer_col_wrapper .footer_col img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 210px;
  height: 80px;
}
footer .container .footer_col_wrapper .footer_col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .container .footer_col_wrapper .footer_col ul li {
  margin: 15px 0;
}
footer .container .footer_col_wrapper .footer_col ul li:first-of-type {
  margin-top: 0;
}
footer .container .footer_col_wrapper .footer_col ul li a {
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}
footer .container .footer_col_wrapper .footer_col ul.social_media_list li {
  display: inline-block;
}
footer .container .footer_col_wrapper .footer_col ul.social_media_list li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .container .footer_col_wrapper .footer_col ul.social_media_list li:hover a {
  background-color: white;
  color: #0E2746;
}
@media (max-width: 992px) {
  footer .container .footer_col_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  footer .container .footer_col_wrapper .footer_col {
    width: 23%;
    margin: 30px 1%;
  }
  footer .container .footer_col_wrapper .footer_col ul.social_media_list li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    margin: 0 1px;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col {
    width: 100%;
    background-color: #eee;
    color: #0E2746;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col a {
    color: #0E2746;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col h3 {
    margin-top: 0;
    margin-bottom: 0;
    width: 30%;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col p {
    width: 40%;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col img {
    display: inline-block;
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  footer .container .footer_col_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  footer .container .footer_col_wrapper .footer_col {
    width: 31%;
    margin: 30px 1%;
  }
  footer .container .footer_col_wrapper .footer_col ul.social_media_list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    margin: 0 1px;
  }
  footer .container .footer_col_wrapper .footer_col.first_col {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .container .footer_col_wrapper .footer_col.first_col ul {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
  footer .container .footer_col_wrapper .footer_col.first_col p {
    width: 60%;
    text-align: right;
  }
  footer .container .footer_col_wrapper .footer_col.first_col img {
    display: inline-block;
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  footer .container .footer_col_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  footer .container .footer_col_wrapper .footer_col {
    width: 100%;
    margin: 30px 0;
  }
  footer .container .footer_col_wrapper .footer_col h3 {
    text-align: center;
  }
  footer .container .footer_col_wrapper .footer_col ul {
    text-align: center;
  }
  footer .container .footer_col_wrapper .footer_col.first_col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  footer .container .footer_col_wrapper .footer_col.first_col ul {
    margin-top: 10px;
    width: 100%;
  }
  footer .container .footer_col_wrapper .footer_col.first_col p {
    width: 100%;
    text-align: center;
  }
  footer .container .footer_col_wrapper .footer_col.first_col img {
    display: block;
    width: 170px;
    margin: 20px auto 20px auto;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col h3,
  footer .container .footer_col_wrapper .footer_col.fifth_col p {
    width: 100%;
    text-align: center;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col h3 {
    margin-bottom: 20px;
  }
  footer .container .footer_col_wrapper .footer_col.fifth_col img {
    display: block;
    margin: 20px auto;
    width: 170px;
  }
}