@media (min-width: 10px){
   /* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    width: 140%;
    margin-left: -30px;
    margin-top: -2px;
    font-size: 25px;
}
.nav-item {
     margin-right: 45px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 40%;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 25%;
    font-size: 115%;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
.home-card-section {
    position: absolute;
    margin-top: 100%;
    font-size: 120%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    margin-left: 10%;
}
.services-section {
    margin-top: 8%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 100%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 180px;
    padding-top: 40px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 140%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 25px;
    top: 15%;
    margin-left: 5%;
    width: 90%;
}
.allServicesSection p {
    font-size: 100%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 70px;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 80%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 5%;
    margin-top: 25%;
    width: 90%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 100%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 500px){
/* NAVBAR */
  .navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 20px;
}
.nav-item {
     margin-right: 15px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 75px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 20%;
    font-size: 135%;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 90%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 75%;
    font-size: 140%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    margin-left: 10%;
}
.services-section {
    margin-top: 8%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 100%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 160px;
    padding-top: 30px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 140%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 25px;
    top: 15%;
    margin-left: 5%;
    width: 90%;
}
.allServicesSection p {
    font-size: 100%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 70px;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 80%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 5%;
    margin-top: 25%;
    width: 90%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 100%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 600px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 20px;
}
.nav-item {
     margin-right: 25px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 15%;
    font-size: 135%;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 90%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 60%;
    font-size: 160%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    margin-left: 10%;
}
.services-section {
    margin-top: 8%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 100%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 160px;
    padding-top: 30px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 140%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 25px;
    top: 15%;
    margin-left: 5%;
    width: 90%;
}
.allServicesSection p {
    font-size: 100%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 70px;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 80%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 20%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 700px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 22px;
    margin-left: 3px;
}
.nav-item {
     margin-right: 22px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 15%;
    font-size: 135%;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 90%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 55%;
    font-size: 160%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 8%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 120%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 160px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 70px;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 80%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 20%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 800px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 22px;
    margin-left: 3px;
}
.nav-item {
     margin-right: 22px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 15%;
    font-size: 145%;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 100%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 54%;
    font-size: 160%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 7%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 120%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 140%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 80%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 15%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 900px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 5px;
}
.nav-item {
     margin-right: 25px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 145%;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 100%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 46%;
    font-size: 170%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 7%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 120%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 140%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 190%;
    margin-left: 10%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 15%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 1000px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 5px;
}
.nav-item {
     margin-right: 25px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 145%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 100%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 40%;
    font-size: 170%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 7%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 120%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 140%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 190%;
    margin-left: 10%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 15%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 1100px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 8px;
}
.nav-item {
     margin-right: 30px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 155%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 100%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 40%;
    font-size: 170%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 5%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 130%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 140%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 190%;
    margin-left: 10%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 10%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 1200px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 8px;
}
.nav-item {
     margin-right: 30px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 155%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 120%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 40%;
    font-size: 170%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 5%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 130%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 150%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 190%;
    margin-left: 10%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 10%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 1300px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 8px;
}
.nav-item {
     margin-right: 45px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 155%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 120%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 35%;
    font-size: 170%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 5%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 130%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 150%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 190%;
    margin-left: 10%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 10%;
    margin-top: 10%;
    width: 80%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 15%;
    font-size: 100%;
} 
}

@media (min-width: 1400px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 8px;
}
.nav-item {
     margin-right: 45px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 155%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 120%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 35%;
    font-size: 170%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 5%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 130%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 150%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 190%;
    margin-left: 10%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 12.5%;
    margin-top: 10%;
    width: 70%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 12%;
    font-size: 100%;
} 
}

@media (min-width: 1500px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 8px;
}
.nav-item {
     margin-right: 45px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 155%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 120%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 30%;
    font-size: 180%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 5%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 10%;
    width: 90%;
    font-size: 130%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 150%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 10%;
    width: 80%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 190%;
    margin-left: 10%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 25%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 12.5%;
    margin-top: 10%;
    width: 70%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 12%;
    font-size: 100%;
} 
}


@media (min-width: 1600px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 8px;
}
.nav-item {
     margin-right: 45px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 10%;
    font-size: 155%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 120%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 30%;
    font-size: 180%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 5%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 15%;
    width: 80%;
    font-size: 130%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 150%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 15%;
    margin-left: 12.5%;
    width: 70%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 130%;
    margin-left: 25%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 45%;
    margin-top: 10%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 12.5%;
    margin-top: 10%;
    width: 70%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 12%;
    font-size: 100%;
} 
}

@media (min-width: 1700px){
/* NAVBAR */
.navbar {
    height: 80px;
    background-color: rgb(48, 48, 48);
}
.nav-link {
    color: #fff;
    background-color: rgb(48, 48, 48);
    transition: all .3s;
    font-size: 24px;
    margin-left: 8px;
}
.nav-item {
     margin-right: 45px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 85px;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 6%;
    font-size: 155%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 140%;
}
.home-info p{
    padding-top: 4%;
    font-size: 120%;
    padding-left: 8%;
    padding-right: 8%;
}
.home-card-section {
    position: absolute;
    margin-top: 25%;
    font-size: 180%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 30%;
    margin-left: 17.5%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 30%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}

/* SERVICES SECTION */
.services-header {
    width: 80%;
    font-size: 1px;
    margin-left: 10%;
}
.services-section {
    margin-top: 4%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 17.5%;
    width: 70%;
    font-size: 130%;
}
.services-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    border-radius: 40px;
    text-align: center;
    width: 90%;
    height: 170px;
    padding-top: 25px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;
}
.serv-h {
    font-size: 150%;
}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 180%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    padding: 22px;
    top: 17%;
    margin-left: 20%;
    width: 60%;
    text-align: center;
}
.allServicesSection p {
    font-size: 120%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}
/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,rgba(117, 133, 134, 0.5) 50%, transparent 80%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 90px;
    width: 130%;
    margin-left: 25%;
}
.contact-title {
    font-size: 45px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 15px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 14px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 16px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    margin-left: 45%;
    margin-top: 10%;
    bottom: 10px;
    width: 90%;
    color: rgb(176, 164, 168);
    font-size: 15px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 18px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}
/* END OF CONTACT */

/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 12.5%;
    margin-top: 10%;
    width: 70%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 120%;
    text-align: center;
}
.career-info p{
    font-size: 110%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 200%;
    padding-bottom: 10px;
}
.career-issue {
    margin-top: 12%;
    font-size: 100%;
} 
}


















































































@media (min-width: 2000px){
/* NAVBAR */
.navbar {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    height: 80px;
}
.nav-link {
    color: #fff;
    transition: all .3s;
    font-size: 25px;
}
.nav-item {
     margin-right: 45px;
}
.nav-link:hover {
    color: rgb(172, 169, 169);
}
.nav-img {
    width: 40%;
    padding-top: 2%;
}
.home-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/home.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
/* END OF NAVBAR */
        
/* HOME */
.particles {
    position: absolute;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed
}
.home-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-top: 8%;
    font-size: 90%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    padding: 2%;
}
.header {
    font-size: 130%;
}
.home-info p{
    padding-top: 2%;
    font-size: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
.home-card-section {
    position: absolute;
    margin-top: 30%;
    font-size: 100%;
}        
.mission-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;
    margin-left: 10%;
    margin-right: 5%;
    text-align: center;
}
.mission-info {
    font-size: 70%;
}
.vision-card {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    border-radius: 25px;
    padding: 2%;
    width: 38%;        
    text-align: center;
}
.vision-info {
    font-size: 70%;
}
.services-header {
    width: 50%;
    margin-left: 35%;
}
.services-section {
    margin-top: 8%;
    height: 93%;
}
.services-card-section {
    margin-top: 3%;
    margin-left: 15%;
    font-size: 48%;
}
.services-card {
    background-color: rgb(49, 46, 46);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 20%;
    height: 210px;
    margin-left: 10px;
    padding-top: 40px;
    margin-bottom: 4%;
}
.services-card:hover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    color: white;
    transition: 1s;

}
.home-section {
    height: 100%;
}
.APC-card {
    margin-top: 30px;
}
.sim-card {
    margin-top: 12px;
}
.Opt-card {
    margin-top: 15px;
}
.DSI-card {
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
}
/* ALL SERVICES SECTION */
.servicesBody {
    background: url(../img/home1.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
}
.apcH {
    font-size: 100%;
}
.allServicesSection {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    left: 41%;
    margin-left: -300px;
    padding: 25px;
    top: 36%;
    margin-top: -100px;
    width: 50%;
}
.allServicesSection p {
    font-size: 60%;
}
.servicesBtn {
    background: transparent;
    position: absolute;
    left: 1%;
    top: 20%;
    color: #fff;
}
.services-model {
    background-color: rgb(49, 46, 46);
    font-size: 70%;
    border-radius: 25px;
    padding: 20px;
}

/* END ALL SERVICES SECTION */

/* CONTACT */
.contact {
    background: linear-gradient(105deg, rgba(21, 31, 32, .7) 0%,
       rgba(117, 133, 134, 0.5) 50%, transparent 50%) ;
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}
.contact-row {
    margin-top: 180px;
}
.contact-title {
    font-size: 80px;
}
.input {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: all .6s;
    font-size: 22px;
}
.input:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid rgb(78, 125, 117);
}
.submit-button {
    background: rgb(176, 164, 168);
    color: #eee;
    transition: all .3s;
}
.submit-button:hover {
    background: rgb(78, 125, 117);
    transform: translateY(-3px);
}
textarea {
    height: 90px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
}
textarea:focus {
    outline: none;
}
.label {
    color: #777;
    display: block;
    margin-top: -80px;
    margin-left: 4px;
    font-size: 24px;
    transition: all .3s;
}
.label2 {
    color: rgb(160, 159, 159);
    margin-left: 8px;
    font-size: 22px;
}
.input:placeholder-shown + .label {
    transform: translate(20px, 20px);
    opacity: 0;
    visibility: hidden;
}
.contactFooter {
    color: rgb(78, 125, 117);
    font-size: 19px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.contactDetail {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: rgb(176, 164, 168);
    font-size: 20px;
}
.contactDetail h3 {
    color: rgb(78, 125, 117);
    font-size: 23px;
    margin-bottom: 10px;
}
.address {
    margin-left: 22px;
}
.contactIcon {
    color: rgb(78, 125, 117);
    margin-right: 10px;
}

/* END OF CONTACT */
/* CAREER */
.career-content {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    color: #fff;
    position: absolute;
    border-radius: 25px;
    margin-left: 13%;
    margin-right: 13%;
    top: 16%;
    width: 74%;
    line-height: 28px;
    padding-top: 3px;
    padding: 20px;
    font-size: 90%;
    height: 65%;
}
.career-info p{
    margin: 10px;
    font-size: 180%;
    line-height: 1.3;
}
.career-heading {
    border-radius: 25px;
    font-size: 360%;
    left: 5%;
    top: 24%;
}
.career-issue {
    padding: 20px;
    font-size: 130%;
}
}