* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.header {
  min-height: 100vh;
  background-image: url(images/Cybersecurity.png);
  background-position: 25% 25%;
  background-size: cover;
  box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, 0.5);
  position: relative;
  overflow-x: hidden;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.service {
  /* min-width: 100vw; */
  overflow-x: hidden;
  position: relative;
  /* min-height: 100vh; */
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}
.nav-a {
  color: #155226;
  font-weight: 700;
  text-decoration: none;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.nav-a img {
  height: 71px;
  width: auto;
}
.nav-links {
  flex: 1;
}

.training-item {
  font-size: 18px;
  padding-bottom: 30px;
}

.trainingnav {
  padding-left: 300px;
}

.trainingnav a {
  color: #155226;
}

.first {
  padding-left: 300px;
}
.first a {
  color: #fff;
}
.contact a {
  text-decoration: none;
  background: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400px;
  color: #155226;
  border-radius: 10px;
  padding: 5px 19px;
}

.contact a:hover {
  background: #155226;
  color: #fff;
}

.coreval {
  font-size: 38px;
  font-weight: 700;
}

.mininav {
  display: flex;
  justify-content: space-between;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
}

.nav-links ul li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400px;
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #155226;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  font-weight: 600;
}

.text-box h1 {
  font-size: 48px;
  line-height: 57px;
}

.text-box p {
  margin: 10px 0 40px;
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  font-weight: 400;
}

.core-row {
  margin-bottom: 30px;
}



nav .fa {
  display: none;
}

@media (max-width: 1200px) {
  .mininav{
    display: flex;
    flex-direction: column;
  }
  .first{
    padding-left: 0px;
  }
   
}
@media (max-width: 930px) {
  .header {
    min-height: 50vh;
    background-size: cover;
    /* background-attachment: scroll; */
  }
  .text-box {
    /* text-align: center; */
    top: 270px;
  }
  .text-box h1 {
    font-size: 20px;
    line-height: 35px;
  }
  .text-box p{
    font-size: 15px;
  }
  .nav-a {
    font-size: 20px;
  }

  .coreval {
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
  }

  .first {
    padding-left: 0;
  }

  .mininav {
    display: block;
  }

  .nav-links ul li {
    display: block;
  }

  .contact a {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }

  .nav-links {
    position: absolute;
    background: #72dc78;
    height: 100vh;
    width: 200px;
    top: 0;
    text-align: left;
    z-index: 2;
    transition: 1s;
    right: -200px;
  }

  .service nav .fa {
    display: block;
    color: #155226;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul {
    padding: 30px;
  }
  .s-nav-links ul li {
    display: block;
  }

  .s-contact a {
    font-size: 14px;
    line-height: 20px;
    color: #155226;
    padding: 5px 19px;
    border: 1px solid #155226;
    padding: 0;
  }

  .s-contact-index a {
    font-size: 14px;
    line-height: 20px;
    color: black;
    /* padding: 5px 19px; */
    background-color: white;
    /* padding: 0; */
  }

  .s-nav-links {
    position: absolute;
    background: #72dc78;
    height: 100vh;
    width: 200px;
    top: 0;
    text-align: left;
    z-index: 2;
    transition: 1s;
    right: -200px;
  }

  nav .fa {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  .s-nav-links ul {
    padding: 30px;
  }
}
.about {
  text-align: center;
  width: 80%;
  margin: auto;
}
.about-detail {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 30px;
  margin-bottom: 0;
  min-height: 400px;
}
.image1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  margin: 0;
}
.about-c {
  background-color: #105338;
  border-radius: 0px 20px 20px 0px;
  min-height: 100%;
}
.about-c p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32.4px;
  color: #fff;
  text-align: justify;
  width: 80%;
  margin: 35px auto auto auto;
}
.card-c {
  display: flex;
  margin-top: 30px;
  min-height: 315.85px;
  margin-bottom: 50px;
}

.card-t p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  color: #155226;
  width: 70%;
  margin: auto;
}
.card-t {
  padding: 60px 100px;
}
.card-im img {
  width: 650px;
  height: 315.85px;
  object-fit: cover;
  border-radius: 10px;
}
.card:hover {
  box-shadow: 0 0 2px 0px rgb(0, 0.1, 0);
}
.card{
  padding: 0px 20px;
  border-radius: solid 1px;
}

.service-col {
  margin-bottom: 5%;
}

.core-value {
  width: 85%;
  margin: auto;
  padding-top: 100px;
  text-align: center;
}

.core-value h1 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 10px;
}

.row {
  display: flex;
  justify-content: space-between;
}
#service-row {
  display: flex;
  justify-content: space-between;
}

.contact-row {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 30px;
}

.training-row {
  margin-top: 5%;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.core-col {
  flex-basis: 31.5%;
  background: transparent;
  border-radius: 10px;
  padding: 20px 12px;
  box-sizing: border-box;
  border: 1px solid #155226;
  min-height: 220px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.core-col-s {
  flex-basis: 31.5%;
  background: #155226;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  border: 1px solid #fff;
  min-height: 220px;
  /* max-width: 400px; */
}

.core-col-s p {
  color: #fff;
}

.core-col-s h3 {
  color: #fff;
}

h3 {
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
  color: #155226;
  font-size: 24px;
}

.core-col:hover {
  box-shadow: 0 0 10px 0px rgb(0, 0.7, 0);
}

.core-col-s:hover {
  box-shadow: 0 0 10px 0px rgb(0, 0.2, 0);
}

@media (max-width: 900px) {
  .row {
    flex-direction: column;
    text-align: center;
  }
  .card-c {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    min-height: 200.85px;
    margin-bottom: 50px;
  }
  .card-t p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    color: #155226;
  }
  .card-t {
    padding: 0;
  }

  .card-im img {
    width: 100%;
    height: 157.85px;
    object-fit: cover;
  }
  .contact-row {
    display: block;
  }
  .training-row {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  
  .about-detail {
    display: flex;
    flex-direction: column;
    
  }
  .image1 img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
    height: 200px;
    margin: 0;
  }
  .about-c {
    border-radius: 0px 0px 20px 20px;
  }
}
#training-col {
  height: 100%;
}
.copy {
  font-size: 14px;
  text-align: center;
}

.core-row {
  display: block;
}

.footer {
  width: 80%;
  margin: auto;
  padding-top: 100px;
}

.footer h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 0;
}

.quick a {
  text-decoration: none;
  color: #000;
  /* color: black; */
}

.address a {
  text-decoration: none;
  color: black;
}

.address {
  padding-bottom: 20px;
}

.quick ul {
  list-style-type: none;
  padding-bottom: 20px;
}

.address p {
  padding: 0;
  padding-top: 10px;
}

.copy {
  margin-top: 40px;
}

.back-to-top img {
  height: 60px;
}

.follow {
  padding-bottom: 30px;
}

.follow a {
  font-size: 15px;
  color: #155226;
  height: 20px;
}

.follow .fa {
  background: #155226;
  color: #fff;
  margin-right: 5px;
  padding: 2px 2px;
}

/* ............ services --------------- */

.services {
  /* min-height: 100vh; */
  width: 100%;
  position: relative;
}

.s-nav-links {
  flex: 1;
  text-align: center;
}

.s-contact a {
  text-align: right;
  text-decoration: none;
  color: #155226;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400px;
  /* color: #155226; */
  background: transparent;
  border-radius: 10px;
  padding: 5px 19px;
  border: 1px solid #155226;
}

.s-contact-index a {
  text-align: right;
  text-decoration: none;
  color: #155226;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400px;
  /* color: #155226; */
  background: white;
  border-radius: 10px;
  padding: 5px 19px;
}

.s-contact a:hover {
  background: #155226;
  color: #fff;
}

.s-contact-index a:hover {
  background: #155226;
  color: #fff;
}

.s-nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.s-nav-links ul li a {
  text-decoration: none;
  color: #155226;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400px;
}

.s-nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #155226;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.s-nav-links ul li:hover::after {
  width: 100%;
}

.service-col {
  flex-basis: 48%;
  background: transparent;
  border-radius: 10px;
  padding: 20px 10px 0 25px;
  box-sizing: border-box;
  border: 1px solid #155226;
  height: 300px;
  text-align: left;
}

.service-col h3 {
  text-align: left;
  color: #000;
  margin: 2px 0;
}

.service-col p {
  text-align: left;
  color: #000;
  margin-top: 0;
  padding: 0;
}

.service-col ul {
  padding-left: 15px;
}

.service-col:hover {
  box-shadow: 0 0 10px 0px rgb(0, 0.2, 0);
}

/* ----------------contact------------- */

#table-title {
  margin-top: 100px;
  text-align: center;
  /* margin-bottom: 50px; */
}

.contact-col {
  /* flex-basis: 41%; */
  background: transparent;
  border-radius: 10px;
  padding: 20px 33px 0 33px;
  border: 1px solid #155226;
  min-height: 600px;
  text-align: center;
}

.contact-col img {
  height: 117px;
  width: 158px;
  margin-top: 50px;
}

.contact-col p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.view-location {
  border: 1px solid #155226;
  border-radius: 20px;
  width: 100%;
  color: #000;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 10px;
}

#form {
  background: #155226;

  font-weight: 400;
  font-size: 20px;
}

#form input,
#form textarea,
#form button {
  width: 100%;
  margin: 10px 0 30px 0;
}

#name-value,
#email-value {
  height: 60px;
}

#message-value {
  height: 150px;
}

#submit {
  height: 40px;
  border-radius: 20px;
  padding: 5px 5;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

/* ------------training----------- */

#training-col {
  background: transparent;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  border: 3px solid #155226;
  /* height: 1100px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.modules h5 {
  padding: 5px 0;
}

.training-title {
  flex-basis: 60%;
  padding-top: 30px;
}

#training-col-s {
  background: #23893f;
  color: #fff;
  padding: 20px 33px 0 33px;
  text-align: left;
  /* height: 1100px; */
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  box-shadow: inset 0 0 0 50vw rgba(0, 0, 0, 0.5);
  background-image: url("images/trainingsessions.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-position-y: center;
}

#training-col-s p {
  color: #fff;
  margin-bottom: 20px;
}
.modules {
  margin-top: 60px;
}

#training-col-s h4 {
  margin-bottom: 20px;
}

.modules h5 {
  margin: 30px 0;
}

#google-map {
  margin-top: 50px;
  display: none;
}
.nav-link[aria-current="page"]::after {
  content: "";
  width: 0%;
  height: 2px;
    background: #155226;
  display: block;
  margin: auto;
  width: 100%;
}
.nav-link[aria-current="page"]{
  color: #155226;
  font-weight: bolder;
}

.nav-link-a[aria-current="page"] {
  background-color: #105338;
  color: #fff;
}
