@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* .main-footer{
  background-color: #fff;
  width: 100%;
  padding: 5px 0px;
  height: 100vh;
} */
.main-footer {
  background-color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  /* z-index: 9999; */
  height: fit-content;
  max-width: fit-content;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  padding: 0 50px;
}

/* Upper Footer */

.upper-footer{
  border-radius: 1.25rem;
  max-width: 1250px;
  padding: 40px 40px 40px 40px;
  /* background-color: #00234b; */
  margin: auto;
  margin-bottom: 2rem;
}

.upper-footer .footer-row{
  display: flex;
  flex-wrap: nowrap;
}
.upper-footer .col{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.upper-footer .col-logo {
  display: flex;
  align-items: center;
    margin-right: 2rem;
}
.upper-footer .col-logo .footer-logo{
  width: 11rem;
  transform: scale(1.2);
  margin-bottom: 1rem;
}
.upper-footer .col h3{
  position: relative;
  margin-bottom: 20px;
  color: #00234b;
}

.upper-footer .col h3::before{
  content: '';
  position: absolute;
  background-color: #00234b;
  bottom: -7px;
  height: 2px;
  border-radius: 20px;
  width: 50px;
  box-sizing: border-box;
}
.upper-footer .col h1{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #00234b;
}
.upper-footer .col p{
  margin: 10px 0px;
  color: #00234b;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.upper-footer .col ul{
  list-style-type: none;
  padding: unset;
}
.upper-footer .col li{
  margin: 10px 0px;
  color: #00234b;
  width: fit-content;
}

.upper-footer .col li:hover{
  color: rgb(186, 186, 186);
  cursor: pointer;
}

.footer__link{
  color: #7d7d7d;
  font-weight: 500;
  text-decoration: none;
}
.footer__link:hover{
  color: #00234b;
  text-decoration: none;
}
.contact ul li{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact ul li p{
  margin: 0 !important;
}
.contact ul li i{
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  padding: 10px;
  color: #cccccc;
}

.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}

.social a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.social a img {
  /* width: 20px; */
  height: 20px;
}
.social a span {
  font-size: 17px;
  font-weight: 700;
  color: #00234b;
  vertical-align: middle;
  margin: 0 5px;
}

.line_divider {
  width: 90%;
  justify-self: anchor-center;
  border-color: #0000002e;
}
/* Bottom Footer */

.bottom-footer{
  max-width: 1110px;
  padding: 10px ;
  margin: auto;
  display: flex;
  align-content: center;
  align-items: center;
}

.bottom-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2rem;
}
.bottom-footer ul li {
  display: inline-block;
  margin-right: 15px;
}
.bottom__footer__link a {
  color: #00234b;
  text-decoration: none;
  margin: 0 10px;
  font-size: 15px
}
.bottom-footer .copyright {
  margin-left: auto;
  font-size: 15px
}




/* Media Queries */
@media (min-width: 1200px) {
  .upper-footer {
    max-width: 1280px;
  }
}
@media (min-width: 992px) {
  .upper-footer {
    max-width: 1300px;
  }
  .upper-footer .col{
    width: 50%;
    padding: 0px 15px;
  }
  .bottom-footer .row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  
}

@media (max-width:600px) {
  .upper-footer .row {
    flex-wrap: wrap;
  }
  .upper-footer .col{
    width: 100%;
    padding: 0px 15px;
    text-align: center;
  }
  .upper-footer .row {
    flex-wrap: nowrap;
    display: flex;
  }
  .upper-footer {
    /* border-radius: 0px; */
    padding: 20px 4px;
    /* margin: auto; */
    margin: 0 1rem;
    height: fit-content;
  }
  .upper-footer .footer-row{
    flex-direction: column;
  }
  .upper-footer .col p{
    text-align: center;
    font-size: 20px;
  }
  .upper-footer .col ul{
    align-self: center;
    display: flex
    ;
            flex-direction: column;
            align-items: center;
  }
  .upper-footer .col-logo .footer-logo {
    width: 225px;
    transform: scale(1);
    margin-bottom: 27px;
    margin-top: 2px;
  }
  .social a img {
    /* width: 18px; */
    height: 18px;
  }
  .social a {
    margin-bottom: 1.5rem;
  }
  .bottom-footer::before, .bottom-footer::after {
		display: none;
	}
  .footer__link { 
    font-size: 16px;
  }
	.bottom-footer {
    padding: 20px 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 1rem;
    text-align: center;
	}

  .bottom-footer p {
    color: #fff;
    text-align: center;
  }

  .bottom-footer .copyright {
    margin-left: unset;
  }
}