.navbar-header {
     /*height: 120px !important;*/
}
.navbar-header .logo-box.big-1{
     width:250px;
}
.navbar-header .logo-box.big-2{
     width:300px;
}
.navbar-header .logo-box.big-3{
     width:400px;
}

.fontc
{
     color: green;
}

.increased-font{
     font-size: 16px;
}

.text-pink {
     color: #ce0a6c;
}
.bullets li {
     list-style-type: square;
     padding: 8px 0px;
}
.team-heading {
     padding-top: 25px;
}
.text-blue {
     color: #0000ff !important;
}
.text-blue a {
     font-weight: bold;
     color: #0000ff;
}
.text-blue a:hover {
     text-decoration: underline;
}
.batches {
     background: #DBDBDB;
}
.batches p, .batches li {
     color: #000;
     padding: 0px 20px;
}
.batches a:hover {
     color: #0000ff;
}
.logo-border {
     border: 1px solid #ccc;
     padding: 20px;
     height: 200px;
}
.mtb-10 {
     margin: 10px 0px;
}
.back-btn {
     margin-top: 20px;
     background-color: #ce0a6c;
     color: #fff;
     padding: 0px 50px;
     height: 42px;
     font-size: 15px;
     border: 2px solid #ce0a6c;
}
.back-btn:hover {
     background-color: #242424;
     border: 2px solid #242424;
}
.gray-border {
     border: 1px solid #ccc;
     margin: 0px;
     padding: 0px;
}

.bullets-1 li {
     padding-top: 12px;
     font-weight: bold;
     color: #ce0a6c;
     list-style-type: square !important;
}
.bullets-1 li a {
     color: #ce0a6c;
}
.batches-1 li {
     padding-left: 0px;
}
.pagenation-holder h1 {
     font-size: 30px;
}
.header-inner .title {
     line-height: 20px;
}
.login-btn, .dip-btn {
     background-color: #ce0a6c;
     color: #fff;
     border: 1px solid #ce0a6c;
     margin-bottom: 10px;
     font-weight: bold;
     padding: 5px 20px;
}
.login-btn:hover, .dip-btn:hover {
     background-color: #242424;
     color: #fff;
     border: 1px solid #242424;
}
.toplist .fa-facebook, .toplist .fa-instagram, .toplist .fa-twitter, .toplist .fa-linkedin, .topbar-left-items li {
     margin-top: 10px !important;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown1 {
  position: relative;
  display: inline-block;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
  text-align: left;
  color: #000;
}
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content1 a:hover {background-color: #ddd;}
.dropdown1:hover .dropdown-content1 {display: block;}
.dropdown1:hover .dropbtn {background-color: #3e8e41;}

.desk-login {
     display: block;
}
.mob-login {
     display: none;
}
.diploma a:hover {
     text-decoration: underline;
}

@media (min-width:320px) and (max-width:991px){
     .desk-login {
          display: none;
     }
     .mob-login {
          display: block;
     }
}

@media (min-width:953px) and (max-width:1076px){
.login-btn, .dip-btn {
     padding: 5px 8px;
     font-size: 12px;
}
}

@media (min-width:320px) and (max-width:952px){
.login-btn, .dip-btn {
     padding: 5px 8px;
     font-size: 10px;
}
}