.cbox{
    margin-top: 0px;
}


.pcard{
    
    margin-left: 10px;
    text-align: justify;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;

    
}
.coursecard{
    
    margin-left: 5px;
    text-align: justify;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;

    
}
.card:hover{
    border-color: blue;
    box-shadow: 10px 10px 10px rgba(105,105,105,0.5);

    
}

.pvc{
    
    margin-left: 10px;
    text-align: justify;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;

    
}
.ccard{
    margin-left: 5px
    margin-bottom: 10px;
}
.my-menu .navbar-default{
    
    background:none;
    border: none;
}

.cform{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: ;   
    
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    margin: auto;
    border-color: #ff656c;
    border-top: 10px; 
    border-left: 2px; 
    border-bottom: 2px; 
    border-right: 2px ; 
}

.navbar{
    padding: 0px;
    margin-bottom: 0px;
    background-color: #151037; !important;
}
.navbar .navbar-brand{
    color: whitesmoke;
    margin-left: 10px;
}
.navbar .navbar-nav .nav-link{
    margin-right: 10px;
    color: aliceblue;
    
}
.navbar .navbar-nav .nav-link:hover{
   color: yellow;
    text-shadow: 1px 1px 2px #000, 0 5px 20px #00da00;
}
.navbar .navbar-nav .nav-item .disabled{
    color: yellow;
     text-shadow: 1px 1px 2px #000, 0 5px 20px #00da00;
}
.navbar .dropdown-menu{
    background-color:lightcyan;
}
.navbar .nav-item .dropdown-menu .dropdown-item .dropdown-divider{
    color:black;
    background-color:black;
}
.navbar .nav-item .dropdown-menu .dropdown-item{
    color: black;
  
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover{
    color: yellow;
    background-color: #274632;
     text-shadow: 1px 1px 2px #000, 0 5px 20px #00da00;

}
.container-fluid .card .shadow{
    box-shadow: 1px 50px #000,
}
.modal-fade .modal-content .modal-body{
    background-color: red;

}

.map{
    background-color: white;
    margin-bottom: 0px;
}
.contactcard{
    margin-left: 0px;
}
.bottom-bar{
    margin-left: 0;
    margin-right: 0;
    background-color:#343a40;
}
.consult{
    margin-left: 0px;
    margin-right: 0px;
}
.mybutton{
    align-items: center;
    align-content: center;
}
.fa.fa-navicon{
            color:white;
            }

.listclour{
    text-decoration-color: fuchsia;
}

.login-block{
    width: 300px;
    padding: 5px;
    border-radius: 5px;
    margin:  auto;
    background-color: #68b528;
    border-top: 10px solid #ff656c;
    border-left: 2px solid #ff656c;
    border-bottom: 2px solid #ff656c;
    border-right: 2px solid #ff656c;
    
}
.loginbox{
    border-radius: 10px;
    background-color: #fffabf;
}
.course-panel{
    width:600px;
    margin-right: 0px;
    
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video{
  position: relative;
  padding-bottom: 56.25%; 
  background: red;
}
.video iframe{
  position: absolute;
  max-width: 100%;
  height: 100%;
}
.another-container{
    
    max-width: 800px;
}
.modal-content{
    background: transperent !important;
    border: none !important;
}    

.loader{
    width: auto;
    height: auto;
    background: none;
    text-align: center;
    padding-top: 110px;
    padding-left: 220px;
    position: fixed;
    z-index: 100;
}


       
    
 
