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

/*========== ABOUT HTML PAGE ==========*/


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

.top-bar {
  background: #1EBBA3;
  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: 3rem;
}
.navbar {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(30, 187, 163, .8)!important;
  z-index: 1;
  background: rgba(250, 250, 250, .5)!important;
}
.nav-item {
  padding: .5rem;
}
.nav-link {
  color: #5b5555;
}
.nav-link:hover {
  color: #1EBBA3!important;
}
.dropdown-menu a {
  font-size: .8rem;
  color: black;
}
.dropdown-menu a:hover {
  font-size: 1rem;
  font-weight: bold;
  color: #1EBBA3;
}
.fa-home, .fa-envelope, .fa-newspaper {
  margin-right: 2px;
}
#navbarResponsive .active {
  color: black;
  font-weight: bolder;
  text-shadow: 4px 2px lightgray;
  box-shadow: 8px 8px 5px gray;
}
#navbarResponsive .nav-link.active {
  color: rgba(6, 10, 236, 1); /* your custom blue */
  font-weight: bold;
  background-color: rgba(240, 240, 240, 1); /* optional highlight background */
  border-radius: 5px; /* optional rounded effect */
}



/*===== FOR-ALL =====*/

.fa-ellipsis-v {
  color: #1EBBA3;
  font-size: 1rem;
  margin-right: 1rem;
}



/*===== COMPANY PROFILE =====*/

#companyprofilepics {
   box-shadow: 0 1rem 1rem rgba(30, 187, 163, .2);
 }
#companyprofilepics {
  background-image: url(../img/aboutpics1.jpg);
  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;
}
.fa-id-card {
  color: #1EBBA3;
  font-size: 2rem;
  margin-right: 1rem;
}
.fa-compass {
  color: #1EBBA3;
  font-size: 1.5rem;
  margin-right: .5rem;
}
.fa-globe-asia {
  color: #1EBBA3;
  font-size: 2rem;
  margin-right: 1rem;
}




/*===== MILESTONE =====*/

.alternatecolor {
  background: rgba(0, 128, 0, 0.1);
  padding-top: 0.5rem;
}
#milestonepics {
   box-shadow: 0 1rem 1rem rgba(30, 187, 163, .2);
 }
#milestonepics img{
   max-height: 20rem!important;
   margin: 0 1rem 0 1rem;
 }
#milestonepics {
  background-image: url(../img/aboutpics2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px!important;
  width: auto!important;
  height: auto!important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.hr {
  background-color: #f8f9f9 ;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.fa-clock {
  color: #1EBBA3;
  font-size: 1.8rem;
  margin-right: 1rem;
}




/*===== MISSION & VISION =====*/

#missionpics {
   box-shadow: 0 1rem 1rem rgba(30, 187, 163, .2);
 }
#missionpics img{
   max-height: 20rem!important;
   margin: 0 1rem 0 1rem;
}
#missionpics {
  background-image: url(../img/aboutpics3.jpg);
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px!important;
  max-height: 550px!important;
  padding-top: 3rem;
  padding-bottom: 3rem;
 }
#missionpics h4 {
  color: #F9F9F9;
}
#missionpics h5 {
  color: #F9F9F9;
}
#missionpics p {
  color: #F9F9F9;
  text-shadow: 0 0 5px white, 0 0 8px green;
}
.fa-shield-alt, .fa-eye, .fa-tasks {
  color: #1EBBA3;
  font-size: 1.8rem;
  margin-right: 1rem;
}
.fa-dot-circle {
  color: #1EBBA3;
  font-size: 0.8rem;
  margin-right: 5px;
}
.fa-angle-double-right {
  color: #1EBBA3;
  font-size: 1.2rem;
  margin-right: 5px;
}



/*===== CERTIFICATION =====*/

.fa-award {
  color: #1EBBA3;
  font-size: 1.8rem;
  margin-right: 1rem;
}
#certificate img {
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 16px 16px rgba(128, 139, 150, 1);
  margin-bottom: 25px;
}
#certificate img:hover {
  box-shadow: 0 0 10px 10px rgba(30, 187, 163, .8), 16px 16px rgba(128, 139, 150, 1);
}
#certificate p {
  letter-spacing: 1.2px;
  font-weight: bolder;
}




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

footer {
  background-color: #383838;
  color: white;
  padding: 1.5rem 1rem 1rem;
}
footer p {
  font-size:.8rem;
}
.fa-map-marker-alt, .fa-phone, .fa-envelope-open-text {
  margin-bottom: .5rem;
  color: #1ebba3;
  font-size: 1.1rem;
}
.emailsupport a {
  color: white;
}
.emailsupport :hover {
  font-size: 1rem;
  font-weight: bolder;
  color: #1ebba3;
}


/*===== 2nd COLUMN FOOTER =====*/  

footer hr {
  border-top: .4rem solid #1ebba3;
  width: 100%;
  margin-bottom: 2rem;
 }

.fa-facebook {
  color: #3498db;
}
.fa-twitter {
  color: #1da1f2;
}
.fa-google-plus {
  color: #dd4b39;
}
.fa-instagram {
  color:  #c0392b ;
}
.fa-youtube {
  color: #bb0000;
}
.fa-facebook, .fa-twitter, .fa-google-plus, .fa-instagram, .fa-youtube {
  margin: 1.5rem;
  font-size: 1.5rem;
}
.fa-facebook:hover,.fa-twitter:hover,.fa-google-plus:hover,.fa-instagram:hover,.fa-youtube:hover {
  color: #d5d5d5;
}



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

.socket {
  background-color: #222222;
  border-top: .15rem solid #1ebba3;
  letter-spacing: 1.5px;
}
.socket a {
  color: white;
}
.socket a:hover {
  font-size: 1rem;
  font-weight: bolder;
  color: #1ebba3;
}
.socket p:hover {
  font-size: 1rem;
  font-weight: bolder;
  color: #1ebba3;
}





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

/* Devices under 1199px (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) {



#milestonepics {
  background-image: url(../img/aboutpics2.jpg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px!important;
   background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#missionpics {
  background-image: url(../img/aboutpics3.jpg);
  background-size: cover;
  background-attachment: scroll;
  min-height: 300px!important;
  max-height: 350px!important;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
 }
#missionpics h4 {
  font-size: 1rem;
  color: #F9F9F9;
}
#missionpics h5 {
  font-size: 1.2rem;
  color: #F9F9F9;
}
#missionpics p {
  font-size: 0.8rem;
  color: #F9F9F9;
  text-shadow: 0 0 5px white, 0 0 8px green;
}
.fa-shield-alt, .fa-eye {
  color: #1EBBA3;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.fa-dot-circle {
  color: #1EBBA3;
  font-size: 0.4rem;
  margin-right: 2px;
}
#missionpics br {
  display: none;
}

}


/*============ 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) { ... }

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


