html{
    font-family: 'Poppins', sans-serif;
}

/* .topnav {
    overflow: hidden;
    background-color: #333;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  } */
  
  /* .active {
    background-color: #04AA6D;
    color: white;
  } */
  
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
    text-align: center;
  }
  
  .dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    text-align: center;
  }
  
  .avin{
    display: flex;
    flex-direction:column;
    margin-left: 25px;    
    align-items: flex-start;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: #FFB31D;
    /* color: #222222; */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    text-align: center;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
    /* background-color: #555; */
    color: white;
    text-align: center;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
    text-align: center;
  }
  
  .dropdown:hover .dropdown-content {
    display: flex;
    text-align: center;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: center;
    }
  }

.topnav {
  overflow: hidden;
  background-color: #222;
  margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
}

.socf{
  background: url("socf.jpg")!important;
  background-repeat: no-repeat;
  background-position: center; 
  
  background-size: cover;
  height: 75vh!important;
  min-height: 0px!important;
}

.frontpage{
  background: url("Front_page.webp")!important;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.au{
  background: url("aboutus.webp");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}

.hero{
  background: url("static.webp");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  height: 75vh!important;
  min-height: 0px!important;
}

.tain{
  background: url("Training.jpg");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  height: 75vh!important;
  min-height: 0px!important;
}

.netnoc{
  background: url("netnoc.jpg");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  height: 75vh!important;
  min-height: 0px!important;
}

.masn{
  background: url("masn.png");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  height: 75vh!important;
  min-height: 0px!important;
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* a.nbtn{
    padding: 14px 16px;
} */

.sec{
    display: flex;
    flex-direction: row-reverse;
    width: 70%;
    align-items: center;
    justify-content: space-evenly;

}

.ssec{
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: center;
    justify-content: space-evenly;

}



.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {

    .grd{
        flex-direction: column;

    }
    .sec{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .avin{
        align-items: center;
    }

    .fe{
        line-height: normal;
        
    }

    .subhead{
        font-size: 18px;
    }

    #myVideo {
        display: none;
      }

    /* .hero{
        background: url("background.png");
    }

    .ahero{
        background: url("server_background.png");
    } */

    .pl25{
        padding-right: 0px;
    }

    .dp{
        flex-direction: column;
    }

    .dpr{
        display: flex;
    }

    #myVideo{
        transform: rotate(90deg);
    }

    .topnav{
        flex-direction: column;
    }

    .sec4{
        flex-direction: column;
        text-align: center;
    }

    li{
        font-size: 16px;
    }

    iframe{
        max-width: 350px;
        width: 350px;
    }

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}


.subhead li{
    margin-bottom: 15px;
}

.fe li{
    margin-bottom: 15px;
}

.links li{
    /* float: left; */
    display: inline-block;
}

.fe{
    background-color: rgba(0, 0, 0, 0.055);
    margin: 25px;
    padding: 25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    width: 70vw;
    /* line-height: 2.2; */
    font-size: 22px;

}

.e{
    /* background-color: rgba(0, 0, 0, 0.055); */
    margin: 25px;
    padding: 25px;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
    width: 70vw;
    /* line-height: 2.2; */
    font-size: 22px;

}



.footer{
    background-color: #161E54;
    min-height: 40vh;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap;

}

.dp{
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
}

.dpr{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

/* .sidehead{
    font-size: 24px;
} */

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: flex;
    text-align: center;
  }
}


body{
    margin: 0px;
    line-height: 1.6;
}

a{
    text-decoration: none;
    color: white;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    padding-left: 50px;
    color: white;
    background-color: #222222;
}

.navbtn{
    background-color: #FFB31D;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
    padding-right: 24px;
    /* border-radius: 9px; */
    font-weight: 500;
    color: #222;
}

#myVideo {
    /* width: 100vw    !important;
    height: 100vh   !important;  
          */
    /* max-width: 100vw; */
    
    max-height: 100vh;
    width: 100%;
    height: auto;
    
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
     
    
    
  }

  .pl25{
    padding-right: 25px;

}

.hero{
    
    max-width: 100%;
    min-height: 100vh;
    align-items: flex-start!important;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    /* background: url("background.png");
    
    background-repeat: no-repeat; */
    /* background-size: contain; */
}

.ahero{
    
    max-width: 100vw;
    min-height: 100vh;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    /* background: url("server_background.png"); */
    position: relative;
    /* background-repeat: space; */
    /* background-size: contain; */
}

.cont{
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.69);
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #FFB31D;
    color: #222;
    padding: 12px 20px;
    border: none;
    
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #b58014;
  }
  
  .container {
    border-radius: 5px;
    background-color: #222;
    padding: 20px;
  }

  label{
      font-family: 'Poppins';
  }

  input{
    font-family: 'Poppins';

  }

  button{
      font-family: 'Poppins';
  }
  textarea{
      font-family: 'Poppins';
  }

.orange{
    background-color: #FFB31D;
}

.white{
    background-color: white;
    
}

.dblue{
    background-color: #161E54;
}

.lhead{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2em;
    width: fit-content;
    margin-top: 15px;
    /* border-radius: 9px; */
    font-weight: bold;
    align-items: flex-start;
    color: #FFB31D;
}

.twhite{
    color: white;
}



.torange{
    color: #FFB31D;
}

.b2{
    background-color: #222;
    padding: 15px;
    border-radius: 12px;
}

.tb2{
    color: #222;
}

.head{
    font-weight: bold;
    font-size: 1.8em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 25px;
}

p.navhead{
    margin: 0px;
}

.lsubhead{
    /* border-radius: 9px; */
    font-size: 0.8em;
    /* font-weight: bold; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.subhead{
    border-radius: 9px;
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;   
}

.sec2{
    width: 100%;
    /* min-height: 100vh; */
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    
    padding-top: 50px;
    padding-bottom: 50px;
}


.grd{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
}

.sec3{
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    /* background-color: #88E0EF; */
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec4{
    max-width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #161E54;
    padding-top: 50px;
    color: white;
    padding-bottom: 50px;
}

.cls{
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dbtn{
    border: solid 3px;
    /* margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 48px;
    margin-right: 48px; */
    border-radius: 12px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
    max-width: 100%;
    
}



.accordion {
    background-color: #eee;
    color: #222;
    border-radius: 9px;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: 'Poppins';
    font-weight: bold;
    
  }
  
  .active, .accordion:hover {
    background-color: #FFB31D;
  }
  
  .panel {
    padding: 0 18px;
    background-color: #161E54;
    color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }