/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #616971;
  background-color: #0f0c34;
}

/*========== HOME HTML PAGE ==========*/


/*===== TOP BAR =====*/

.top-bar {
  /* background: #1EBBA3; */
  background: #03306d;
  height: 2.5rem;
  padding: .5rem 0;
}
.top-bar a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}
.top-bar a:hover {
  color: #f8f9f9;
  font-weight: bolder;
}
.btn-group-sm button {
  font-size: .6rem;
  color: white;
}
.btn-group-sm button:hover {
  color: white;
}
.btn-group-sm a {
  font-size: .6rem;
  color: black;
}
.btn-group-sm a:hover {
  font-size: 1rem;
  font-weight: bolder;
  color: #3366ff;
}
.top-bar img {
  margin-left: 10px;
  border: 1.2px solid lightgray;
  border-radius: 6px;
}



/*===== NAVIGATION BAR =====*/

.navbar img {
  height: 4rem;
}
.navbar {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgb(2, 66, 155)!important;
  z-index: 1;
  /* background: rgba(250, 250, 250, .5)!important; */
  /* background: rgb(255, 255, 255)!important; */
  background: rgb(15, 12, 52)!important;
  opacity: 1 !important;
}
#navbarResponsive .nav-link {
    color: #f8f2f2;   /* change to any color */
}
.nav-item {
  padding: .5rem;
}
.nav-link {
  color: #5b5555;
}
.nav-link:hover {
  color: #02439B!important;
}
.dropdown-menu a {
  font-size: .8rem;
  color: black;
}
.dropdown-menu a:hover {
  font-size: 1rem;
  font-weight: bold;
  color: #02439B;
}
.fa-home, .fa-envelope, .fa-newspaper {
  margin-right: 2px;
}
#navbarResponsive .active {
  color: rgba(0, 0, 0, 0.812);
  font-weight: bolder;
  /* text-shadow: 4px 2px lightgray; */
  /* box-shadow: 8px 8px 5px gray; */
}
#navbarResponsive .nav-link.active {
  color: rgb(17, 17, 19); /* your custom blue */
  font-weight: bold;
  /* background-color: rgba(240, 240, 240, 1); optional highlight background */
  /* border-radius: 5px; optional rounded effect */
}


/*===== LATEST-NEWS =====*/

#latestnewspics {
  box-shadow: 0 1rem 1rem rgba(2, 66, 155, .2);
}
.container h5{
  color: white;
}

#latestnewspics {
  background-image: url(../img/career.webp);
  background-size: cover;
  background-attachment: fixed;
  width: auto!important;
  height: auto!important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


/*===== NEW-HIRING-POSTING =====*/

.fa-user-tie {
  color: #02439B;
  font-size: 2rem;
  margin-right: 1rem;
}
.fa-ellipsis-v {
  color: #02439B;
  font-size: 1rem;
  margin-right: 1rem;
}
#borderbox1 {
  border-radius: 15px 70px 15px;
  border: 6px solid #02439B;
  padding: 15px; 
  width: auto;
  height: auto; 
}
#borderbox1 p {
  font-display: center;
  color: white;
}
.bgcolor {
  background: rgba(15, 12, 52, 0.8);
  border-radius: 15px;
}
.applybtn a {
  display: inline-block;
  border-radius: 15px;
  background-color:#02439B;
  border: none;
  box-shadow: 4px 4px 2px gray;
  color: white;
  text-align: center;
  font-size: 17px;
  font-style: italic;
  padding: 10px;
  width: 190px;
  transition: all 0.3s;
  cursor: pointer;
}
.applybtn a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.applybtn a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  text-shadow: 2px 2px gray;
  font-weight: bolder;
}
.applybtn a:hover span {
  padding-right: 25px;
  text-shadow: 2px 2px gray;
  font-weight: bolder;
}
.applybtn a:hover span:after {
  opacity: 1;
  right: 0;
}


/*===== OLD-HIRING-POSTING =====*/

#borderbox2 {
  border-radius: 15px 65px 15px;
  border: 6px solid  #f0f3f6;
  padding: 15px; 
  width: auto;
  height: auto; 
}



/*===== NEW-ACTIVITY =====*/

.fa-gift, .fa-candy-cane {
  color: #02439B;
  font-size: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.activitypics {
  transition: .3s ease-in-out;
  width: 25%;
  padding: 5px;
}
.activitypics img {
  opacity: 0.5;
  cursor: pointer;
  border: 3px solid white;
  border-radius: 4px;
  box-shadow: 6px 6px gray;
}
.activitypics img:hover {
  opacity: 1;
}




/*===== 1st COLUMN FOOTER =====*/

footer {
  background-color: #090231;
  color: white;
  padding: 1.5rem 1rem 1rem;
}
footer img{
    width: 120px;
    margin-top: 43px;
}
footer span{
    margin-top: 25px;
}
footer h6{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 50px;
}
footer .col-3{
    padding-left: 35px;
}
footer a{
    text-decoration: none;
    transition: 0.5s;
    color: white;
}
footer a:hover{
    /* color: #1e6fbb; */
    color: #02439B;
}
footer .fa-whatsapp{
    margin-right: 5px;
}
.copyright{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    height: 45px;
    background-color: #242424;
    padding-top: 15px;
}
.footer-container{
    display: flex;
}
.social {
    display: flex;
    align-items: center;
    margin-top: 13px;
    padding-left: 5px;
}
.social i {
    color: #fff;
    font-size: 17px;
    margin-right: 15px;
}
@media only screen and (max-width: 600px) {
footer .col-3{
     padding-left:0;
 }
 .footer-container{
      flex-direction: column;
  }
  .footer-container .col-3{
      width: 100% !important;
  }
  .copyright {
        font-size: 11px;
    }
}



/*===== SOCKET =====*/

.socket {
  /* background-color: #222222; */
  /* border-top: .15rem solid #1ebba3; */
  background-color: black;
  border-top: .15rem solid #02439B;
  letter-spacing: 1.5px;
}
.socket a {
  color: white;
  text-decoration: none;
}
.socket a:hover {
  font-size: 1rem;
  font-weight: bolder;
  /* color: #1ebba3; */
  color: #02439B;

}
/* .socket p:hover {
  font-size: 1rem;
  font-weight: bolder;
  color: #1ebba3;
} */





/*===== MEDIA QUERIES =====

/* Devices under 1200px (xl) */
@media (max-width: 1199.98px) {

}


/* Devices under 992px (lg) */
@media (max-width: 991.98px) {

}


/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}


/* Devices under 768px (sm) */
@media (max-width: 576px) {

}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
