
.butn{
    background : #B51441;
    color:white;
}

.section-padding{
    padding : 50px 0px ;
}

.sub-bg{
    backgound: red;
}

.custom-file-input1{
      opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}




body {
    font-family: Arial, Helvetica, sans-serif;
    background: #343a40
}

.card {
    background: #000;
    color: #fff;
    width: 410px !important
}

.mrow {
    margin-top: 30px;
    margin-bottom: 30px
}

img {
    margin-right: 10px
}

.main span:hover {
    text-decoration: underline;
    cursor: pointer
}

.mrow img:hover {
    border-bottom: 1px solid #fff;
    cursor: pointer
}

.btn-primary {
    border: none;
    border-radius: 30px
}

h5 {
    padding-top: 8px
}

.form-group {
    position: relative;
    margin-bottom: 2rem
}

.form-control-placeholder {
    position: absolute;
    top: 6px;
    padding: 7px 0 0 10px;
    transition: all 200ms;
    opacity: 0.5;
    color: #dae0e5 !important;
    font-size: 75%
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    top: 10px
}

.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    outline: 0
}

.form-control:focus,
.form-control:after {
    outline-width: 0;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #dae0e5;
    letter-spacing: 1px
}




/*****************************************************/

@media only screen and (max-width: 600px) {
  .slider .parallax-slider .swiper-slide {
   min-height: 30vh;
  }
  .navbar.navbar-expand-lg {
    position: sticky ;
    background: #111215;
}

.joinUs{
    font-size: 40px;
    text-align: center;
}


  
  
  
}

.float{
	position:fixed;
	width:60px;
	height:60px;
    bottom: 88px;
    right: 24px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;

  z-index:100;
}

.my-float{
	margin-top:16px;
}



.studentsClass{
    /* background-image: url(""); The image used */
  background-color: #cccccc; 
  height: 500px; 
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;

    
}



.custom-file-input::before {
  content: 'Select some files';

  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}


.boldRedText{
    font-weight: 600 !important;
    color: #AD123D !important;
}

.wow.fadeInLeft h6{
    
    font-weight: 600 !important;
    color: #AD123D !important;
}

.services .item-box h6{
    
    font-weight: 600 !important;
    color: #AD123D !important;
}


.navbar .navbar-nav .nav-link{
    font-size: 16px;
}


.about-us .img .stauts .item h4{
    font-size: 18px;
}

.about-us .img .stauts .item{
    padding: 30px 9px;
}

.item-box.md-mb50, .item-box{
    height: 507px !important;
}
/*****************************************************/







