
.footer_main_container {
  width: 100%;
  background-color: #080728;
  /* background-color: #08072859; */
  position: absolute;
}
.quick {
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #ff8e02;
}

.footer_sec {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  /* border-bottom: 1px solid #756e6e; */
  margin-bottom: 0.8em;
  align-items: center;
  flex-direction: column;
  position: relative;

  padding-top: 2em;
}

.copy_title {
  color: #ffff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 100%;
}
.footer_wrap {
  width: 25%;
}
.social_icons {
  display: flex;
}
.logo_title {
  color: #eee;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-size: 14px;
  opacity: 0.9;
  text-transform: capitalize;
}
.footer_top_sec {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
.footer_img_logo{
  width: 10.5rem;
  cursor: pointer;
  margin-left: -14px;
}
.social_media_icons{
  width: 50%;
min-width: 10rem;
margin-top: 15%;
}
  .footer_img_logo>img{
    width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .location_svg_footer {
    width: 1.4rem;
    height: 1.4rem;
  }
  .location_svg_footer >svg{
    width: 100%;
    height: 100%;
  }

.footer_title_caption {
  color: #fff;
  font-weight: bolder;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.link_fe {
  margin-right: 8px;
}
.brillic_link {
  color: #fff;
  font-weight: 600;
}
.social_svg {
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  height: 2rem;
  width: 2rem;
  margin-right: 8px;
  transition: all 0.6s;
}
.social_svg:hover{
  /* background-color: aliceblue; */
  scale: 1.1;
}
.social_svg:hover svg{
  fill: #fff;
}
.svg_ft {
  display: flex;
}
.contact_sec {
  /* margin-top: 1rem; */
  margin-bottom: 1rem;
}
.contact_sec svg{
  height: 18px;
  width: 18px;
}
.copyright {
  margin-bottom: 50px;
}
.svg_media {
  border: 1px solid #ffff;
}
.contact_us {
  display: flex;
  color: #eee;
  font-size: 14px;
  line-height: 200%;
  align-items: center;
  text-decoration: none;
  line-height: 2rem;
}

.address{
  margin: 1rem 0px;
}
.outer_all_course_sec {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.all_course_show_section {

  text-align: center;
  width: 89%;
 
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.links_item .links {
  color: #eee;
  display: inline-block;
  text-decoration:none;
  font-size: 14px;
   line-height: 200%;
  cursor: pointer;
  /* border: 1px solid; */
}
.links_item li{
   list-style: none;
}
.link_fe {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 200%;
  display: inline-block;
  border: 1px solid;
  padding: 0px 0.6em;
  margin: 0.4em;
  text-transform: capitalize;
  border-radius: 4px;
}
.link_fe:hover {
  color: #ffffff;
  text-shadow: 5px 2px 10px ;
}
.links {
  color: #666;
  display: inline-block;
  margin: 0;
  /* text-transform: uppercase; */
}
.links:hover {
  color: #ffa500;
  /* color: #0a0080; */
}

.link_fe:hover:after {
  transform: scaleX(1);
}

.link_fe:after {
  transform-origin: 0% 50%;
}

.links:after {
  display: block;
  content: "";
  border-bottom: solid 2px #ffa500;
  /* border-bottom: solid 2px #0a0080; */
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.links:hover:after {
  transform: scaleX(1);
}

.links:after {
  transform-origin: 0% 50%;
}

.follow_media {
  color: #fff;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.num {
  color: #eee;
  /* display: inline-block; */
  text-decoration: none;
  font-size: 14px;
  padding-left: 8px;
}
.logo_footer {
  height: 76px !important;
}
.footer_section_mobile {
  display: none;
}
.Location_wrapper{
  display: flex;
  line-height: 2rem;
}
.location_svg{
 height: 16px;
 width: 16px;
}
.bottom-address {
  font-size: 12px;
  background: #08072878;
  color: white;
  display: flex;
  text-align: justify;
  justify-content: space-evenly;
  word-spacing: 0px;
  align-items: center;
  padding: 0.3rem;
}

/* FOOTER CODE START SECTION */
@media (max-width: 990px) {
  .footer_main_container{
    display: none;
  }
  .social_svg{
    border: none;
  }
  .social_icons {
    display: flex;
    align-items: center;
  }
  .footer_section_mobile {
    display: block;
    background: #080728;
    /* background: #08072859; */
    width: 100%;
    margin: 0px 0px 8% 0px;
     /* padding-bottom: 3rem; */
  }

  /*  */
 .img-social-links {
   width: 100%;
   display:flex;
   align-items: center;
   justify-content: space-between;

 }


  .inner_footer_section_mobile {
    width: 90%;
    /* display: flex;
    justify-content: space-between; */
    margin: auto;
  }
  .show.inner_footer_tab_link_mb {
    display: block;
  }
  .course_section_footer_mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .coursename_mobile {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    list-style: none;
    padding: 5px 5px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
.footer_section_mobile .location .location_title{
  font-weight: 300;
  font-size: 12px;
  text-transform: capitalize;
  color: #ddd6f5;
  color: #fff;
  margin: 1.5rem 0px ;
  text-decoration: none;
  display: block;
  display: flex;
}
.footer_section_mobile .location .location_title svg{
  height: 18px;
  width: 27px;
  margin-right: 5px;
}
  .inner_footer_tab_link_mb {
    margin-top: 1rem;
    display: none;
  }
  .click_popup_footer {
    /* display: flex; */
    width: 96%;
    /* justify-content: flex-end; */
    padding: 0.2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    text-align: right;
    display: flex;
    margin-inline: auto;
  /* justify-content: flex-end; */
  }
  .copyright_mobile {
    text-align: center;
    /* font-size: 0.65rem; */
    font-size: 0.75rem;

    padding-bottom: 0.5em;
    width: 69%;
    margin: auto;
    color: #ddd6f5;
    font-family: "Readex Pro";
    margin-top: 1rem;
  }
  .footer_tab_link_mobile {
    height: 100%;
  }
  .see_more {
    cursor: pointer;
    font-family: "Readex Pro";
    font-size: 14px;
    /* font-weight: 600; */
    color: #ddd6f5;
    color: #fff;
    border: 1px solid;
    width: fit-content;
    padding: 6px 21px;
    border-radius: 4px;
    /* background: #33308b; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-end; */
    border: none;
    letter-spacing: 0.1px;
  }
  .title_item_link {
    font-family: "Readex Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
    color: #ddd6f5;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
  }
  .footer_tabs {
    width: 97%;
    display: flex;
    height: 2rem;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    justify-content: space-evenly;
    background-color: none;
  }

  .footer_tab_btn {
    text-align: center;
    background: #5e5e5e63;
    font-family: "Outfit";
    font-weight: 500;
    font-size: 0.7rem;
    text-transform: capitalize;
    width: 20%;
    height: 2rem;
    display: flex;
    position: relative;
    z-index: 8;
    align-items: center;
    justify-content: center;

    color: #fff;
    border-radius: 3px;
  }

  .active_footer_tab {
    background: #ddd6f5;
    color: #080728;
  }
  .contact_us_social_icons {
    width: 43%;
    display: flex;
    justify-content: flex-end;
  }
  .social_media_icons {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
  .social_svg {
    margin-right: 0.7rem;
    margin-right: 0.2rem;
  }
  .follow_media {
    font-family: "Readex Pro";
    font-size: 15px;
    color: #ddd6f5;
    margin-bottom: 0.8rem;
  }
  .footer_logo_img_wrapper {
   width: 40%;
    margin: 1.5rem 0px;
  }
  .footer_logo_link {
    height: 100%;
    width: 100%;
    display: inline-block;
  
  }
  .footer_image_logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer_logo_img_wrapper .headline{
    /* width: 9rem; */
    font-family: "Readex Pro";
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
    /* identical to box height */

    color: #ddd6f5;
  }
  .brillica_mobile_tag_line {
    color: #fff;
    width: 9rem;
    font-family: "Readex Pro";
    font-weight: 300;
    font-size: 12px;

    /* identical to box height */

    color: #ddd6f5;
  }
  .info_section_mobile {
    display: flex;
  }
  .footer_info_wrap {
    width: 90%;
    margin: auto;
    display: none;
    margin-top: 1rem;
    min-height: 100px;
    margin-left: 12%;
  }
  #fourTab .footer_wrap{
    width: 98%;
  }
  .num{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
    color: #ddd6f5;
    color: #fff;
    text-decoration: none;
    /* text-transform: capitalize; */
  }
}

@media (max-width: 768px) {
  .footer_info_section {
    justify-content: center;
  }
  .footer_section_mobile{
    margin: 0px 0px 10% 0px;
  }
  .bottom-address{
    flex-direction: column;
    padding: 1%  2%;
    text-align: left  ;
  }
  .bottom-address p:nth-child(1){
    width: 99%;
    margin: 10px 0px;
  }
  .bottom-address p:nth-child(2){
    width: 99% !important;
  }
}

@media (max-width: 480px) {
  .footer_section_mobile{
    margin: 0px 0px 13% 0px;
  }
  .see_more{
    font-size: 12px;
    padding: 4px 12px;
  }
}