.about-wrap2 p{
    text-align:justify;
}
.box-number img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#service-sec {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#service-sec {
    display: block;
    max-width: 100%;
    background-image: url(/assets/video/cyber-v.mp4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.list-menu .list-item{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.hero-style2 p{
    text-align: justify;
    color: white;
}
.hero-style2 .hero-title span{
    text-align: left;
}
#who-attend{
    display: block;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background: url(/assets/video/data-s.png)!important; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.feature-card{
    text-align: center;

}
.blog-content h3{
    text-align: center;
}
.media-body img{
    border-radius: 50%;
    width: 52%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    border: 5px solid white;
    padding: 10px;
}
.media-body{
    display: flex;
    flex-direction: column;
}
#focus-area{
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 60px;
    /* padding-bottom: 50px; */
}

.footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
  }
  
  .footer .footer-newsletter {
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    padding: 50px 0;
  }
  
  .footer .footer-newsletter h4 {
    font-size: 24px;
  }
  
  .footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .footer .footer-newsletter .newsletter-form:focus-within {
    border-color: var(--accent-color);
  }
  
  .footer .footer-newsletter .newsletter-form input[type=email] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    color: var(--default-color);
  }
  
  .footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
    outline: none;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  .footer .footer-newsletter .newsletter-form input[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
  }
  
  .footer .footer-top {
    padding-top: 50px;
  }
  
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    font-size: 16px;
    color: var(--accent-color);
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: var(--contrast-color);
    background-color: var(--accent-color);
  }
  
  .footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    margin-right: 3px;
    font-size: 12px;
    line-height: 0;
    color: var(--accent-color);
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul a {
    display: inline-block;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    line-height: 1;
  }
  
  .footer .footer-links ul a:hover {
    color: var(--accent-color);
  }
  
  .footer .footer-about a {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--heading-font);
  }
  
  .footer .footer-contact p {
    margin-bottom: 5px;
  }
  
  .footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .footer .copyright p {
    margin-bottom: 0;
  }
  
  .footer .credits {
    margin-top: 6px;
    font-size: 13px;
  }
  .header-logo a{
    color: white;
    font-size: 24px;
    font-weight: 900;
  }
  .quick_links_info {
    padding: 20px;
    margin: 0 0 20px;
    min-height: 235px;
    background: linear-gradient(45deg, #cbe0ff, #28abe38c) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(5px); */
    /* -webkit-backdrop-filter: blur(5px); */
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .quick_links h4 {
      font-size: 23px;
      letter-spacing: 0.09px;
      /* text-shadow: 0px 0px 10px rgb(255 165 0 / 64%); */
      font-weight: 500;
  }
  
  .quick_links p a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
  }
  .quick_links h3{
    font-size: 24px;
  }
  .d-desk{display: block;}
  .d-mob{display: none;}
  #speakerlist img {
    width: 90%;
    margin-bottom: 15px;
    border-radius: 100% 20% 10% 10% / 25% 75% 25% 75%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background:white;
}
#speakerlist h3 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
}
#speakerlist p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
  @media (max-width: 768px) {
    .box-title a {
        color: inherit;
        font-size: 18px;
        align-items: center;
    }
    .service-list .box-title {
        margin-top: 10px;
    }
    .zero{
        height: 13rem;
    width: 56%;
    }
    .cloud{
        height: 13rem;
    }
    .why-img-box2{
        display: none;
    }
    .list-menu .list-item{
        text-align: left;
    }
    .d-desk{display: none;}
    .d-mob{display: block;}
}

.linkedin-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px;
      height: 400px;
      overflow: auto;
      background-color: #f8f9fa;
    }

    .linkedin-card iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .linkedin-card a {
      text-decoration: none;
    }