@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');


html{
	overflow-x:hidden;
	
}
body{
	font-family: inherit;
}
.register{
    background: -webkit-linear-gradient(left, #ff0000, #7f1d1d);
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 3%;
}
.input-group-text {
    
    color: #e30606 !important;
    
   
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #3F51B5;
    text-transform: uppercase;
}
input.btnsearch {
    background: #e10707;
    font-size: 18px;
    color: #fff;
    padding: 3px 18px;
    margin-top: 3%;
    border: 1px solid #801d1d;
	border-radius: .25rem;
}
.form-control {
	height:40px;
}


 nav .menu-item ul li > a {
font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 27px;
    font-weight: 600;
    /* font-style: normal; */
    color: #ffffff;
    font-size: 14px;
    padding-left: 0;
    padding-right: 10px;
}




/*** Menu Start ****/

/* breakpoint in pixels for responsive */
/* dropdown Menu core scss */
ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  
}
ul li {
  position: relative;
  display: inline-block;
}
ul li:hover > ul {
 display: inherit;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    width: 241px;
}
ul li:hover > ul li {
  display: list-item;
}
ul li a {
  display: block;
    text-transform: uppercase;
    font-family: Rubik;
    font-size: 13px;
	font-weight: 600;


}
ul li ul {
  display: none;
  position: absolute;
  /* optional: submenu is same width than parent entry width */
  min-width: 100%;
  /* optional: submenu background color */
  background-color: #fff;
}
ul li ul ul {
  left: 100%;
  top: 0;
}

/* Responsiveness core scss */
@media (max-width: 980px) {
  ul {
    display: inherit;
  }
  ul:first-child:before {
    background-color: #222;
    content: 'MENU';
    display: block;
    padding: 1rem;
    color: #fff;
    text-align: right;
  }
  ul:active li, ul:focus li, ul:hover li {
    display: list-item;
  }
  ul li {
    display: none;
   background-color: #f00;
  }
  ul li ul li a {
    color: #fff !important;
  }
  ul li ul {
    position: relative;
    min-width: auto;
    display: inherit;
    border-top: 2px solid #999;
  }
  ul li ul li {
    display: block;
  }
  ul li ul li a {
    position: relative;
  }
  ul li ul li a:before {
    content: '';
    padding-left: 1.5%;
  }
  ul li ul li ul {
    left: 0;
  }
}
/* ------------- optional styling below ------------ */
/* Following declarations are OPTIONAL */

nav {
  background-color: #e10009;
  
}
nav ul li:hover {
    background-color: transparent;
}

a {
  
  /* color: red !important; */
  text-decoration: none;
  padding: 15px;
}

a:hover {
    /* background-color: rgba(0, 0, 0, 0.2); */
    
    text-decoration: none;
    background: transparent;
}
ul li a:hover{
	color:#fff;
}
ul li ul li a:hover{
	color:#333;
}
/*li > a:after {
  content: ' +';
  float: right;
  margin-left: 5px;
}**/

li > a:only-child:after {
  content: '';
}
ul li ul li a {
	color: #333;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
	}

/*** menu End ****/

.table td, .table th {
    padding: 4px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    
}
.max-table-size {
   
	box-shadow: 0px 0 5px 0 rgba(156, 168, 181, 0.96);
margin:50px 0;
    position: relative;
}
a.viewbtn {
    background:#f90a0a;
    color: #fff;
    
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 17px;
}
a.viewbtn:hover
{
text-decoration:none;
}


:root {
        --body_gradient_left:#7200D0;
        --body_gradient_right: #C800C1;
        --form_bg: #ffffff;
        --input_bg: #E5E5E5;
        --input_hover:#eaeaea;
        --submit_bg: #1FCC44;
        --submit_hover: #40e263;
        --icon_color:#6b6b6b;
    }
    
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
     #form_wrapper {
        width: 1000px;
        padding:50px;
        height: auto;
        /* this will help us center it*/
        margin:auto;
        background-color: #f8f9fa;
        border-radius: 50px;
        /* make it a grid container*/
        display: grid;
        /* with two columns of same width*/
        grid-template-columns: 1fr 1fr;
        /* with a small gap in between them*/
        grid-gap: 5vw;
        /* add some padding around */
        
    }
    
    #form_left {
        /* center the image */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #form_left img {
        width: 350px;
        height: 350px;
    }   
    
     #form_right {
      
    }
    
   #form_right  h1 { 
    font-size: 35px;
    font-weight: 700;
    padding: 35px 0 30px;
}
    
    input_container {
       
        display: flex;
        align-items: center;
        padding-left: 20px;
    }

    .input_container:hover {
      
    }

    .input_container,
    #input_submit {
        height: auto;
        /* make the borders more round */
        border-radius: 30px;
        width: 100%;
            margin: 0 0 24px;
    }

    .input_field {
        /* customize the input tag with lighter font and some padding*/
        color: #6b6b6b;
        background-color: inherit;
        width: 100%;
        border: none;
        font-size: 1rem;
        font-weight: 400;
        background: #e4e4e4;
    border-radius: 30px;
    padding: 10px 30px;
}
    }

    .input_field:hover,
    .input_field:focus {
        /* remove the outline */
        outline: none;
    }

    #input_submit {
        /* submit button has a different color and different padding */
        background-color: #e10707;
        padding-left: 0;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
    }

    #input_submit:hover {
        background-color: #e10707;
        /* simple color transition on hover */
        transition: background-color,
            1s;
        cursor: pointer;
    }
    
     h1,
    span {
        text-align: center;
    }

    /* shift it a bit lower */
    #create_account {
        display: block;
        position: relative;
        top: 30px;
    }
    
    .syllabus-details { 
    background: #fff;
    padding: 40px;
    text-align: center;
}

.btnView a {    margin: 50px auto 0;
    background: #f00303;
    padding: 6px 15px;
    display: block;
    width: 115px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}


/**** Media Queries ***/

@media (min-width: 320px) and (max-width: 767px) {
  
  .logo img{
  width:100% !important;
  }
  .register {
      padding: 20px;
    text-align: center;
    margin: 0 auto;
  }
  
#form_wrapper {
    width: 80%;
    padding: 30px 15px;
    height: auto;
    margin: 28px auto !important;
    background-color: #f8f9fa;
    text-align: center;
    border-radius: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5vw;
}
        /* on small screen we don't display the image */
        #form_left {
            display: none;
        }
  
  
}
@media (min-width: 1200px){
.menu-item {
        max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
	
}