        
    .containerimage{
      margin: auto;
      text-align: center;
    }
  
    .containerwide{
      width: 100%;
      padding: 50px 0px 50px 0px;
    }
  
    .containerwideimage {
      background-image: url(images/widebackground_dark.jpeg);
      background-attachment: fixed;  
      background-size: center;
    }
  
    .container{
      width: 60%;
      text-align: left;
      margin: auto;
    }
  
    .containerfirst{
      text-align: left;
      margin: auto;
      display: flex;
      justify-content: center;
      border-radius:  1.5rem;
    }
  
    .containerfirsttext{
      margin: auto;
      text-align: center;
    }
  
    .containermain {
      width: 60%;
      text-align: left;
      margin: auto;
      margin-bottom: 50px;
    }
  
    .containerrow {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 50px;
    }
  
    .containerrow > div {
      width: 60%;
      text-align: left;
    }
  
      
    .containerdl {
      width: 100%;
      height: 300px;
      background-color: #DFF2F9;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .containerdltext{
      text-align: center;
      margin: auto;
      width: 60%;
    }
  
    .containerdlbtn {
      margin: auto;
      padding: 20px;
    }
    
    
    .documentdlbtn{
      background-color: rgb(0, 195, 255);
      background-image: linear-gradient(to bottom right, rgb(255, 77, 0), rgb(255, 0, 153));
      display: inline-block;
      width: 200px;
      padding:1rem 1rem;
      text-decoration: none;
      font-size: 1em;
      color: #fff;
      border-radius:  1.5rem;
      margin: auto;
      margin-right: 20px;
      font-weight: bolder;
      text-align: center;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
      opacity: 1;
      transition: all 0.5s;;
    }
  
    .documentdlbtn span {
      display: inline-block;
      position: relative;
      transition: 0.5s;
      color: white;
    }
  
    .documentdlbtn span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      color: white;
    }
  
    .documentdlbtn:hover span {
      padding-right: 25px;
      color: white;
    }
  
    .documentdlbtn:hover span:after {
      opacity: 1;
      right: 0;
      color: white;
    }
  
    .contactbtn{
      background-color: rgb(0, 195, 255);
      background-image: linear-gradient(to bottom right, rgb(26, 14, 76), rgb(0, 204, 255));
      display: inline-block;
      width: 200px;
      padding: 1rem 1rem;
      text-decoration: none;
      font-size: 1em;
      color: #fff;
      border-radius: 1.5rem;
      margin: auto;
      font-weight: bolder;
      text-align: center;
      transition: .2s;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
      opacity: 1;
      transition: all 0.5s;;
    }
  
    .contactbtn span {
      display: inline-block;
      position: relative;
      transition: 0.5s;
      color: white;
      }
  
    .contactbtn span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      color: white;
    }
  
    .contactbtn:hover span {
      padding-right: 25px;
      color: white;
    }
  
    .contactbtn:hover span:after {
      opacity: 1;
      right: 0;
      color: white;
    }
    
    .documentsbutton{
    display: inline-block;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    background: #00065c;
    border-radius: 5px;
    transition: .2s;
    margin: auto;
    letter-spacing: 0.1em; 
    font-weight: bold;

    }
    .documentsbutton:hover {
        background: #000cb1;
        color: #FFF;
    }
    
    .navdesign {
      background-color: white; 
      list-style-type: none;
      text-align: center;
      margin: 0;
      padding: 0;
    }
  
    .navdesign li {
      display: inline-block;
      padding: 10px;
    }
  
    .navdesign li:hover {
      background-color: #f5f5f5;
      text-decoration: underline;
    }
  
    .navdesign a {
      text-decoration: none;
      color: black;
    }
    ul.listzerotrust{
      margin: auto;
      line-height: 1.6;
      font-size: 1.2em;
      border-left: 5px solid #6300ed;
      padding-left: 30px;
      list-style-type: square;
      list-style-position: outside;
    }

    ul.listzscaler{
      margin: auto;
      line-height: 1.6;
      font-size: 1em;
      border-left: 5px solid rgb(0, 153, 255);
      padding-left: 30px;
      list-style-type: square;
      list-style-position: outside;
    }

    ul.listcrowdstrike{
      margin: auto;
      line-height: 1.6;
      font-size: 1em;
      border-left: 5px solid #ec462b;
      padding-left: 30px;
      list-style-type: square;
      list-style-position: outside;
    }

    ul.listsplunk{
      margin: auto;
      line-height: 1.6;
      font-size: 1em;
      border-left: 5px solid #ED0080;
      padding-left: 30px;
      list-style-type: square;
      list-style-position: outside;
    }
  
    ul.list{
      margin: auto;
      list-style-type: square;
      line-height: 1.6;
      font-weight: bold;
      font-size: 1em;
      color:#00AEEE;
    }
  
    ul.listsub {
  
      list-style: none;
      line-height: 1.6;
      font-weight: lighter;
      color: black;
      font-size: 0.9em;
    }
  
    div.special {
      width: 550px;
      text-align: left;
      background-color: white;
      color: black;
    }
  
    table {  
      border-collapse: collapse;
      }
    
    th, td, tr {
      text-align: center;
      padding: 8px;
      border: 0.5em solid white;
    }
    
    ul{
      text-align:left;
      }
  
    th {
     font-size: 1.25em;
    }
  
    .contact-image {
    background-image: url(images/ContactUs.png);
    background-color: #cccccc;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .contact-image2 {
    background-image: url(images/widebackground_dark.png);
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
  }


.containerdownload{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
    border-radius: 10px;
    background-color: white;
    color: black;
    margin: 30px;
}

.containerdownload h2 {
  text-align: left;
  padding: 20px;
}

.containerdownload p {
  text-align: left;
  padding: 20px;
}