* {
    font: url('node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot');
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: azure;
    position: relative;
    accent-color: orange;
}
.col-md-3{
    align-items: stretch;
}
section {
    padding: 10px;
    animation: 1s forwards pageopen;
    position: relative;
    z-index: 0;

}

.main-class {
    margin: 0px 0;
    overflow: hidden;
}

#header-menu {
    background-color: aliceblue;
    background: url('background.jpg');
    z-index: 10;
    height: max-content;
}
.btn-signup{
    background-color: white;
    color: #010101;
    font-size: 20px;
}
.btn-login{
    background-color: rgb(6, 3, 45);
    color: #f7f0f0;
    font-size: 20px;
}
.title>h1 {
    font-weight: 700;
    color: #ffff;
    font-size: 40px;
    user-select: none;
}

button:focus, input:focus {
    outline: 0;
    border: 0;
}

.navbar {
    display: flex;
    background-color: #05a9c947;
    color: aliceblue;
    gap: 10px;
}

.dr-list-item li {
    list-style: none;
    color: aliceblue;
    padding: 5px;
}

.navbar a {
    color: aliceblue;

}

.navbar a:hover {
    text-decoration: none;
    color: aliceblue;
}

.navbar li>ul {
    display: none;
}

.navbar li:hover .dr-list-item {
    position: absolute;
    display: block;
    background-color: #0E1C36;
    padding: 2px 5px;
    margin-top: 0px;
    z-index: 10;
    animation: 1s nav forwards;
}
.dr-list-item li{
    width: 200px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
@keyframes nav {
    from {
        opacity: 0;
    }

    to {
        opacity: 100;
    }
}

.login-box {
    background-color: rgb(85, 13, 60);
    color: white;
    padding: 40px;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 0 5px 5px whitesmoke;
    cursor: pointer;
}

.login-box:hover {
    animation: 0.5s forwards Zoom;
}

@keyframes Zoom {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
        background-color: blueviolet;
        border: 2px blueviolet;
    }
}

@keyframes pageopen {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 100;

    }
}

.tc-center {
    width: 100%;
    max-height: fit-content;
    padding: 5px;
    background: linear-gradient(to top, rgb(5, 105, 155), white);
    border-top: 3px solid rgb(18, 166, 173);
    border-bottom: 10px solid rgb(253, 252, 253);

}

.tc-center:hover {
    animation: 1s forwards ZoomOut;
}

@keyframes ZoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.07);
    }
}

.tc-image {
    border-radius: 10%;
   padding: 0px 30px;
}

button {
    outline: none;
    border: none;
}

.tc-name {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: aliceblue;
}

.tc-de {
    text-align: center;
    font-size: 20px;
    color: aliceblue;
}

.btn-defult {
    color: black;
}

#user-login {
    justify-content: center;
    margin: 0;
    align-items: center;
    padding: 0px 100px;
}

.user-login {
    padding: 20px 100px;
    width: 40%;
    background-color: rgb(255, 255, 255);
    height: 400px;
    border-radius: 20px;
   left: 31%;
   position: absolute;
}
.main-heading{
    font-weight: bold;
    user-select: none;
}
.main-content {
    text-align: center;
    user-select: none;
}

.success {
    color: green;
}
#team-menu{
    background-color: #08024139;
    border-top-left-radius: 40%;
    border-bottom-right-radius: 40%;
    padding-bottom: 100px;
}
#team-menu h1 {
    font-weight: bolder;
    color: rgb(248, 246, 250);
    text-align: center;
    user-select: none;
}

#team-menu p {
    user-select: none;
    margin: 10px 20%;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    color: #0eb7e2;
}

.elgbox {
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    padding: 10px;
}

.course-ver {
    text-align: center;
    user-select: none;
}

.ver-div {
    align-items: center;
    display: flex;
    margin: 0;
    justify-content: center;
}

.ver-div input {
    height: 40px;
    width: 25%;
    border: 2px solid rgb(236, 236, 240);
    border-radius: 10px 0px 10px 0px;
    margin-right: 10px;
}

.ver-div button {
    border-radius: 30px;
    height: 40px;
    width: 40px;
    background-color: rgb(244, 244, 244);
    color: rgb(13, 4, 52);
}

.nth-1 {
    border-right: 10px solid orangered;
}

#contact-menu .content {
    padding: 10px;
}

.contact-form {
    border: 4px solid rgb(255, 254, 254);
    padding: 20px 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px grey;
}

.content h2 {
    font-weight: 500;
    color: rgb(19, 3, 80);

}
#course-verification{
    background-color: #0E1C36;
}
.contact-form input,.contact-form textarea {
    border: 2px solid rgb(19, 3, 80);
}
.contact-form input{
    height: 40px;
}
.contact-form label{
    font-size: 17px;
    font-style: italic;
}
.contact-form label::after {
    content: '*';
    color: red;
}

.send-message {
    padding: 10px;
    background: rgb(19, 3, 80);
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

.send-message:hover {
    border: 2px solid rgb(91, 9, 9);
}

#footer-menu {
    background: linear-gradient(to top, rgb(4, 2, 63), white);

}

#footer-menu .copyright {
    text-align: center;
    display: inline-flexbox;
    padding: 20px;
    color: #fff;
    margin: 0px 20px 0px 20px;
    background-color: rgba(255, 255, 255, 0.267);
}

#footer-menu .col-md-4 {
    color: #fff;
}

#footer-menu td:hover {
    color: rgb(216, 118, 6);
    cursor: pointer;
}

.social-icon {
    display: flex;
    justify-content: center;
    margin: 0;
    top: 20px;
}

.social-icon button {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50%;
    bottom: 10px;
    text-align: center;
    font-size: 30px;
}

.social-icon button i:hover {
    border: 1px solid rgb(216, 118, 6);
    border-radius: 30%;
}

.ch-card {
    border: 2px solid rgb(2, 38, 111);
    border-radius: 5px;
    padding: 10px;
    user-select: none;
}
.ch-card h3{
    color: #0E1C36;
    text-align: center;
    font-weight: 800;
    text-decoration: underline;
}
.ch-card .text{
    text-align: center;
    color: red;
}

#teamreview {
    margin: 0px 200px;
}

.Loader {
    position: fixed;
    justify-items: center;
    align-items: center;
    z-index: 2000;
    background-color: #159deb59;
    width: 100%;
    height: 100vh;
    margin: 0;
}

.Loader .load {
    position: relative;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #FFF;
    border-bottom-color: #080301;
    border-radius: 50%;
    animation: rotation 0.3s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#notic-box3 {
    display: flex;
}

#notic-box3 .box {
    width: 200px;
    height: 40px;
    background-color: #0E1C36;
    text-align: center;
    padding: 10px;
    color: white;
}

#notic-box3 marquee {
    background-color: #FFF;
    border: 2px solid #0E1C36;
    height: 40px;
    padding: 10px;
}

button:focus {
    animation: logg 0.2s;

}

@keyframes logg {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);

    }
}

section:first {
    position: absolute;
    height: 0;
    width: 0;
}

.btn-home:hover {
    margin-bottom: 20px;
    text-decoration: none;
}
.btn-home {
    margin-bottom: 20px;
    border: 2px solid #0E1C36;
    background-color: #f5f7fb;
    color: #030000;

}

#course-div {
    padding: 10px 100px;
    background-color: #00ff041d;
}

.student-details, .course-details {
    padding: 30px;
}

#course-div {
    margin-top: 10px;
    animation: 0.5s Course;
}

@keyframes Course {
    from {
        transform: scale(100,70);
    }

    to {

        transform: scale(1,1);
    }
}
.course-img:hover{
    filter: grayscale(0);
    
}
.course-img{
    filter: grayscale(100);
    border-radius: 30px;
}
#content{
    background: #0E1C36;
    color: #FFF;
    border-bottom: #FFF;
}
.col-md-6{
    user-select: none;
}
.footer-table tr {
    color: white;
    border-bottom: 1px solid white;
    border-bottom-style: dashed;
}
.reg-form{
    background-color: #0e1c3646;
   margin: 0 5%;   
   padding: 0px 20px ;
   height: 530px;
}
.cont {
    display: block;
    width: 100%;
    height: 400px;
    border: solid 2px #31322C;
    overflow: hidden;
    position: relative;
  }
  
  .image {
    display: flex;
    width: 100%; /* 4 images, each 700px */
    animation: slide 8s infinite;
  }
  
  .image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
  }
  
  /* Keyframes for automatic sliding */
  @keyframes slide {
    0% { transform: translateX(0); }
    25% { transform: translateX(-400px); }
    50% { transform: translateX(-800px); }
    75% { transform: translateX(-1200px); }
    100% { transform: translateX(0); }
  }
  

  /*  our course design  */
  .course-box {
    display: block;
    width:300px;
    height: 300px;
    border: solid 2px #e0e1d7;
    overflow: hidden;
    position: relative;
  }
  
  .course-sub {
    display: flex;
    width: 300px; /* 4 images, each 700px */
    animation: two 5s infinite;
  }
  .course-sub .box{
    width: 300px;
    height: 300px;    
    border: 1px solid  #010101;
    border-radius: 20px;
    background-color: #0E1C36;
  }
  .box img {
    width: 300px;
    height: 150px;
    object-fit: cover;
  }
  .box h3 {
   text-align: center;
   color: #eeefea;
  }

  
  /* Keyframes for automatic sliding */
  @keyframes two {
    0% { transform: translateX(0); }
    25% { transform: translateX(-300px); }
    50% { transform: translateX(-600px); }
    75% { transform: translateX(-900px); }
    100% { transform: translateX(0); }
  }
  
  @media only screen and (min-width: 768px) {
    #partner{
        padding: 30px 450px;
        display: flex;
        background: url(slider/coursesliderbg.jpg);
        width: 100%;
        border-top-left-radius: 60%;
        border-top-right-radius: 10%;
        border-top: 10px solid #110748a9 ;
        border-bottom: 10px solid #e8e7eca9 ;
      }
     
  }
  @media only screen and (max-width: 760px) {
    #teamreview {
      width: 100%;
      margin: 0;
      padding-left: 20px;
    }
    .course-box {
        margin: 0;
        padding: 0;
        width: 300px;
        height: 300px;
      }
      section{
        padding: 0;
        margin: 0;
      }
      #partner{
        margin: 0px;
        background-color: #f8f7f4;
      }
      .course-box{
        margin-left: 8%;
      }
      .ver-div input {
        height: 40px;
        width: 70%;
        border: 2px solid blue;
        border-radius: 10px 0px 10px 0px;
        margin-right: 10px;
    }
    #footer-menu{
        padding: 20px;
    }
    #user-login {
        justify-content: center;
        margin: 0;
        align-items: center;
    }
    .user-login {
        padding: 19px -1px;
        width: 90%;
        background-color: rgb(255, 255, 255);
        height: 400px;
        border-radius: 20px;
        left: 5%;
        position: absolute;
    }
  }
  #certificate{
    width: 100%;  
    padding: 7%;
    height: max-content;
    background: #05085d53;
  }
  .certificate-card{
   overflow: hidden;
   width:300px;
   height: 300px;
   border-top: 10px solid #05085d;
   border-bottom: 10px solid #08085d;
   margin-left: 20px;
  }
  .img-card{
    width:300px;
    height: 300px;
  }
  #fir-child{
    background: url(slider/hrlbr.jpg);
    background-size: cover;
  }
  #sec-child{
    background: url(slider/msme.jpg);
    background-size: cover;
  }
  #third-child{
    background: url(slider/google.png);
    background-size: cover;
  }
  #fourth-child{
    background: url(slider/iso.jpg);
    background-size: cover;
  }
  .certificate-card:hover .img-card{
    animation: forwards cert  0.5s;
  }
  .certificate-card:hover::after .title-card{
    animation: forwards certatr  0.5s;
  }
  @keyframes cert {
    from{
        height: 300px;
    }to{
        height: 0;
    }
  }
  @keyframes certatr {
    from{
        height: 0px;
    }to{
        height: 300px;
    }
  }
  .certificate-card .title-card{
    width:300px;
    height: 300px;
    padding: 10px;
    text-align: center;
    padding-top: 20px;
    background-color: #e0e1d767;
  }
  .cert-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  #certificate h1{
    color: #05085d;
    text-align: center;
    font-style: italic;
    border-bottom: 10px solid #f39806;
    border-bottom-width: 50%;
    border-bottom-left-radius:40%;
    border-bottom-right-radius:40%;
    text-shadow: 2px 2px #aeadab;
  }
#team-menu h1{
    text-shadow: 2px 2px #aeadab;
}
.cfcou{
    text-shadow: 2px 2px #aeadab;
    color: #05085d;
    font-weight: 800;
    font-style: italic;
    user-select: none;
}