::selection
{
    background-color: #020175;
    color: white;
}
.hero-section
{
    background-color: #020175;
}

.bg-blue
{
    background-color: #020175;
}
.footer-top-shape
{
    height: 150px; 
    margin-top: -50px; 
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
}
.footer__bot_wrap .foot-icons
{
    color: #020175 !important;
    background-color: #c8d5e3;
}
.footer__bot_wrap .facebook:hover
{
    background-color: #3f6fb2;
    color: white !important;
}
.footer__bot_wrap .twitter:hover
{
    background-color: black;
    color: white !important;
}
.footer__bot_wrap .linkedin:hover
{
    background-color: #0a63bc;
    color: white !important;
}
.footer__bot_wrap .pinterest:hover
{
    background-color: #d23230;
    color: white !important;
}
.foot-btns
{
    color: white !important;
}
.foot-btns:hover
{
    text-decoration: underline !important;
}
.bg-beige
{
    background-color: #f6f5f0;
}
.img-outer
{
    overflow: hidden;
}
.builder-header-img:hover
{
    position: relative;
    transition: 2s ease-in;
    transform: scale(1.1);
}
.btn-yellow
{
    font-size: large !important;
    background-color: #ffc300 !important;
    color: #020175 !important;
}
.nav-card
{
    background-color: white;
}
.nav-card:hover
{
    background-color: #d2e9ec;
}
.menu-item .lh__1:hover
{
    color: #020175 !important;
    border-bottom: 2px solid #ff3e11;
}
.btn-hovered:hover
{
    margin-top: -10px;
    transition: 1s ease;
}
.btn-blue
{
    font-size: large !important;
    background-color: #020175 !important;
    color: white !important;
}
.btn-light-yellow
{
    font-size: large !important;
    background-color: #e5fabf !important;
    color: #020175;
}
.btn-light-yellow:hover
{
    color: #020175 !important;
}
.hero-shape
{
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px !important;
    margin-top: -100px !important;
}
.bg-yellow
{
    background-color: #ffc300;
}
.text-yellow
{
    color: #ffc300;
}
.bg-light-yellow
{
    background-color: #e5fabf;
}
.text-blue
{
    color: #020175;
}
.text-justify
{
    text-align: justify;
}
.bg-img
{
    background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
}
.resume-btn
{
    margin-top: 330px;
    display: none;
    opacity: 0;
}
.resume:hover .resume-btn{
    display: inline-block;
    opacity: 1;
    background-color: #020175;
    color: white;
    padding: 5px 20px;
}
.resume:hover{
    margin-top: -15px;
    transition: all 0.5s ease;
}

.tablink {
    background-color: #020175;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 17px;
  }
  
  .tablink:hover {
    background-color: white;
    color: #020175;
  }
  
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    display: none;
    height: 100%;
  }
  /* Active button style with bottom border */
  .tablink.active {
    background-color: white;
    color: #020175; 
  }
  .article-body a{
    color: #020175;
  }
  .article-body a:hover{
    color: #020175;
    text-decoration: underline !important;
  }
  .accordion{
    background-color: #e5fabf;
  }
.accordion:hover{
    background-color: white;
    color: #020175;
}
.create-resume
{
    border-radius: 80px 0 80px 0;
}
.builder img
{
    height: 200px;
}
.bg-light-green
{
    background-color: #e5fabf;
}
.border-designed
{
    border-radius: 50px 0px 50px 0px;
    border: 2px solid #ebe2d3;
}
.border-beige
{
    border: 2px solid #ebe2d3;
}
.splide__arrow {
    background-color: #00000a !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .splide__slide {
    background-size: cover;
    background-position: center;
  }

  .splide__arrow svg {
    fill: white !important;
    width: 16px;
    height: 16px;
  }

  .dashlink
  {
    background-color: white;
    color: #020175;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 17px;
  }
  .dashlink:hover {
    background-color: #e5fabf;
    color: #020175;
  }
 
  /* Active button style with bottom border */
  .dashlink.active {
    background-color: #e5fabf;
    color: #020175; 
  }
  .bg-dark-blue
  {
    background-color: #092347;
  }
  .editbtn
  {
    background-color: white;
    color: #020175;
    border: none;
    outline: none;
    width: 100%;
    padding: 10px;
    /* border-bottom: 1px solid rgb(236, 235, 235); */
    margin-top: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
  }
  .editbtn:hover {
    background-color: #e5fabf;
    color: #020175;
  }
 
  /* Active button style with bottom border */
  .editbtn.active {
    background-color: #e5fabf;
    color: #020175; 
  }
  .number
  {
    border-radius: 15px 0px 15px 0px;
    padding: 10px 0;
  }