/*--------------------------------------------------------------
# Hero-employer Section
--------------------------------------------------------------*/
#hero-employer {
  width: 100%;
  height: 100vh;
  background: url("../images/P1111771.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero-employer:before {
  content: "";
  background: rgb(0, 51, 124, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-employer .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

#hero-employer h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero-employer h2 {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 24px;
}


@media (min-width: 1024px) {
  #hero-employer
   {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-employer
   h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-employer
   h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
#-employer-information
--------------------------------------------------------------*/

.employer-information
 .content ul {
    list-style: none;
    padding: 0;
  }
  
.employer-information
   .content p:last-child {
    margin-bottom: 0;
  }
  
.employer-information
   .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }
  
  /*--------------------------------------------------------------
# authorized-information
--------------------------------------------------------------*/
.authorized-information
{
  background-color: var(--white);
}

.authorized-information
.content ul {
   list-style: none;
   padding: 0;
 }
 
 .authorized-information
  .content p:last-child {
   margin-bottom: 0;
 }
 
 .authorized-information
  .image {
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 400px;
 }

 .authorized-information a
 {
   color: #00337c;
   text-decoration: none;
   font-size: 20px;
   padding-top: 20px;
   padding-bottom: 20px;
 }
 
 .authorized-information a:hover
 {
   color: var(--mainGold);
 }

 /*--------------------------------------------------------------
# employer-services
--------------------------------------------------------------*/
.employer-services {
  background-color: #f9f9f9;
  padding:20px;
}


 /*--------------------------------------------------------------
# Button-authorized-information
--------------------------------------------------------------*/
.button-authorized-information {
  margin:0px;
  background: var(--mainBlue);
  color: var(--white);
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.button-authorized-information:hover {
  letter-spacing: 6px;
  color: var(--mainGold);
}

@media (max-width: 992px) 
{
  .button-authorized-information
 {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}
