.input-file-container {
  position: relative;
  width: 150px;
} 
.js .input-file-trigger {
  display: block;
  padding: 12px 16px;
  color: #fff;
  transition: all .4s;
  cursor: pointer;
  font-size: 13px;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  color: #fff;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
/* loading */
.ajax_overlay_round_loading {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.ajax_overlay_round_loading-wrapper>.ajax_overlay_round_loading, .ajax_overlay_round_loading_loading-img, .ajax_overlay_round_loading-wrapper>.ajax_overlay_round_loading_loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ajax_overlay_round_loading>.fa, .ajax_overlay_round_loading-wrapper .ajax_overlay_round_loading>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    /* color: #000; */
    font-size: 30px;
}
.ajax_overlay_round_loading_loading_Wrap {
  position: relative;
  top: 40%;
  width: 150px;
  margin: 0 auto;
}

.ajax_overlay_round_loading_loader_Wrap {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 15px solid;
  border-radius: 50%;
  border-top-color: rgba(44,44,44,0);
  border-right-color: rgba(55,55,55,0);
  border-bottom-color: rgba(66,66,66,0);
  border-left-color: rgba(33,33,33,0);
  animation: loadEr 3s infinite;
}

@keyframes loadEr {
  0% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
    
  }
  10.4% {
    border-top-color: rgba(44,44,44,0.5);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
  20.8% {
    border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  }
31.2% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0.5);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
41.6% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
  transform: rotate(40deg);
}
52% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0.5);
    border-left-color: rgba(33,33,33,0);
}
62.4% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0);
}
72.8% {
  border-top-color: rgba(44,44,44,0);
    border-right-color: rgba(55,55,55,0);
    border-bottom-color: rgba(66,66,66,0);
    border-left-color: rgba(33,33,33,0.5);
}
}

.ajax_overlay_round_loading_loaderbefore {
  width: 50px;
  height:50px;
  border: 15px solid #f70303;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: 9;
}

.ajax_overlay_round_loading_circular {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
  border: 20px solid;
  border-radius: 50%;
  border-top-color: #000;
  border-left-color: #f70303;
  border-bottom-color: #000;
  border-right-color: #f70303;
  opacity: 0.2;
  animation: poof 5s infinite;
}
@keyframes poof {
  0% {transform: scale(1,1) rotate(0deg); opacity: 0.2;}
  50% {transform: scale(4,4) rotate(360deg); opacity: 0;}
}
.ajax_overlay_round_loading_another {
  opacity: 0.1;
  transform: rotate(90deg);
  animation: poofity 5s infinite;
  animation-delay: 1s;
}
@keyframes poofity {
  0% {transform: scale(1,1) rotate(90deg); opacity: 0.1;}
  50% {transform: scale(4,4) rotate(-360deg); opacity: 0;}
}

.ajax_overlay_round_loading_text_loading {
  position: absolute;
  top: 95px;
  left: 8px;
  font-family: Arial;
  text-transform: uppercase;
  color: #f70303;
  animation: opaa 10s infinite;
}
@keyframes opaa {
  0% {opacity: 1;}
10% {opacity: 0.5}
15% {opacity: 1;}
30% {opacity: 1;}
65% {opacity: 0.3;}
90% {opacity: 0.8;}
}

.navbar-default .navbar-nav>.active>a{
    color: #fff;
    background-color:#e32214;
}
.stlogin-tp {
    background-color: #000;
}
 .navbar-default .navbar-nav>.active>a:hover {
    color: #e32214;
    background-color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.nav-assgn li:hover {
    background: #fff !important;
    color: #000;
}

.box-header h3{
   font-weight: bold;
    color: #e32914 !important;
    border-bottom: 2px solid #e32914;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 30px;
    font-size: 30px;
    margin-bottom: 30px;
}

.assgn-tab li a{
    background:#000  !important;
    color: #fff !important;
}

.assgn-tab .active a {
    background: #e32914 !important;
    color: #fff !important;
}

.all-assgn h4 {
    padding-top: 20px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 24px;
}
.thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    padding: 15px 8px!important;
}

footer p {
    margin-bottom: 0;
    text-align: center;
}

.nw-ord-hd h1 {
    
    text-align: center;
    background: #e32914;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 45px;
}
.order-form h2 {
    padding-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.order-form label {
    font-size: 16px;
}

.ass-date .form-group label {
    display: block;
}


.ass-dt {
    padding-left: 0px;
}
.ass-time{
    padding-left: 15px;
    padding-right: 0;
}

.word .input-group {
    width: 100%;
}
.ref-style .input-group {
    width: 100%;
}

.free-ass input {
    border-radius: 10px;
}
.fl-upld {
    margin-top: 15px;
    margin-bottom: 0;
}
.order-form {
    background-color: #f9f9f9;
    border-radius: 20px;
}

.order-form input, .order-form select, .order-form textarea {
    border-radius: 10px !important;
}
.profile {
    padding-left: 5px;
}

.profile button {
    padding: 5px 7px !important;
    margin: 5px;
    font-size: 15px;
    text-transform: none;
    width:80%;
    border-radius: 5px;
}
.profile button:hover {
    transform: scale(1.05);
    color:#fff;
    background-color:#000;
    
}
.profile li {
    font-weight: bold;
}
.profile li a {
    padding-left: 5px !important;
}
.order-form input[type="submit"]:hover {
    transform: scale(1.07);
    box-shadow: 0 0 5px 2px #5c5c5c;
}

/*Edit Profile*/

.edit-profile {
    border-bottom: none;
}

.edit-profile .active a {
    background: #e32914 !important;
    color: #fff !important;
  
    font-weight: bold;
}

.edit-profile li a {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.edit-profile li a:hover {
    background-color: #e32914;
    color: #fff;
    font-weight: bold;
}
.profileEdt h3 {
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 479px){
  .logo img {
      width: 160px;
  }
  .mynav {
    width: unset !important;
  }
}