body{
    background-color: #ededed;
    font-size: 14px;
}
a{
    color: #020274;
}
table, tr, td, th{
    text-align: center;
    vertical-align: middle;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.h-20{
    height: 20px;
}
.h-50{
    height: 50px;
}
.h-80{
    height: 80px !important;
}
.h-100{
    height: 100px !important;
}


.btn {
    border-radius: 0;
}
.ellipsis {
  overflow:hidden;
}  
/*marketing notification*/
.marketing-notification {
    padding: 10px 20px;
    color: #fff;
    position: relative;
}
.marketing-notification .link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.marketing-notification .button {
    border: 1px solid #fff;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.marketing-notification .button:hover {
    text-decoration: none;
}
.marketing-notification .dismiss::after {
    width: 20px;
    height: 20px;
    content: 'x';
    position: absolute;
    top: 0px;
    right: 0;
    background: #ff0000;
    cursor: pointer;
    font-size: 24px;
}
/* top-bar*/
.navbar {
    font-size: 16px;
}
.top-bar {
    background: #002b53;
    padding: 8px 0; 
}
/* navbar */
.navbar-brand img {
    height: 50px;
    margin: 0px;
    padding: 0px; 
}
/* social */
.social {
    padding: 0;
    margin-bottom: 0;
}
.social li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}
.social li a {
    color: #fff;
    font-size: 14px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #fff;
    transition: all 0.5s;
}
.social li a:hover {
    text-decoration: none;
    color: #002b53;
    background: #fff;
}
.tools {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    padding-right:3px; 
    vertical-align: middle;
    font-size: 14px;
}
.tools>div {
    position: relative;
    margin-right: 30px;
}
.tools>div::after {
    width: 1.5px;
    height: 18px;
    background-color: #fff;
    content: '';
    position: absolute;
    right: -15px;
   /* top: 5px;   */
}
.tools>div.contact::after {
    top: 0;
}
.tools>div:last-child {
    margin-right: 0;
}
.tools>div:last-child::after {
    width: 0;
}

.tools .dashbard {
    font-size: 16px;
    top: 3px;
    margin-bottom: 5px;
}
.tools .dashbard .btn{
    padding: 2px 5px 2px 5  px;
    margin: 0px 3px 3px 0px;
    }
.tools .dashbard a {
    color: #fff;
    padding-top: 3px;
}

.tools .contact {
    top: 3px;
}
.tools .contact a {
    text-decoration: none;
    color: #fff;
    padding-top: 3px;
    font-size: 14px;
}
.tools .contact a i {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    padding-left: 6px;
    padding-top: 4px;
    transition: all 0.5s;
}
.tools .contact a:hover i {
    background: #fff;
    color: #002b53;
}
.tools .contact span {
    color: #fff;
    position: absolute;
    font-size: 10px;
    top: -7px;
    right: 0;
}
.tools .login a, .tools .search a {
    color: #fff;
}
.tools .login a:hover, .tools .search a:hover {
    text-decoration: none;
}
.tools .login a i, .tools .search a i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    padding-left: 6px;
    padding-top: 4px;
    transition: all 0.5s;
}
.tools .search a i {
    padding-left: 5px;
}
.tools .login a:hover i, .tools .search a:hover i {
    background: #fff;
    color: #002b53;
}
.tools .search-input {
    font-size: 12px;
    position: relative;
    top: 2px;
}
.tools .search-input input {
    border: none;
    padding: 2px 20px;
    outline: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tools .search-input button {
    border: none;
    background: #ffffff;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tools .search-container {
    position: relative;
    display: flex;
}
.tools .suggestions {
    width: 100%;
    height: 210px;
    position: absolute;
    top: 23px;
    bottom: 0;
    z-index: 5;
    overflow-y: auto;
    background: #fff;
}
.tools .suggestions .loader {
    padding: 8px 10px;
    background: #fff;
}
.tools .suggestions ul { 
    background: #fff;
}
.navbar-nav .nav-item.main:hover a {
    color: #fff;
}
.marquee-container {
    height: 30px;
    background-color: #e89e38;
    color:#fff;
    overflow: hidden;
}
.marquee-container ul {
    padding: 0;
    margin: 0;
}
.marquee-container ul li {
    list-style: none;
    display: inline-block;
    margin-right: 100px;
    cursor: default;
    position: relative;
    font-size: 16px;
}
.marquee-container ul li.status {
    padding-left: 40px;
}
.marquee-container ul li.status:before {
    content: '';
    width: 34px;
    height: 18px;
    background: #cccccc;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 5px;
}
.marquee-container ul li.status.status-new:before {
    background-color: green;
}
.marquee-container ul li.status.status-new:after {
    content: 'New';
    position: absolute;
    left: 6px;
    top: 5px;
    font-size: 11px;
}
.marquee-container ul li.status.status-imp:before {
    background-color: #002b53;
}
.marquee-container ul li.status.status-imp:after {
    content: 'Imp';
    position: absolute;
    left: 6px;
    top: 5px;
    font-size: 11px;
}
.marquee-container ul li a {
    font-weight: bold;
    color: #fff;
}
.form-container {
    padding: 20px;
    border: 1px solid #ccc;
    min-height: 350px;
    box-sizing: border-box;
    position: relative;
}
.form-container.loading::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
}
.form-container .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}
.form-container .title span {
    font-weight: normal;
    font-size: 12px;
    display: block;
}
.form-container .form-group {
    margin-bottom: 12px;
}
.form-container .form-control {
    padding: 2px 10px;
    font-size: 14px;
    border-left-width: 4px;    
}
.form-container .form-control:focus {
    box-shadow: none;
}
.form-container select.form-control {
    height: 30px !important;
}
.form-container .form-control.error {
    border-color: #ff0000;
    background-color: #fae3e3;
    color: #ff0000;
    border-left-color: #ff0000;
}
.form-container .form-control.error::placeholder {
    color: #ff0000;
}
.form-container .form-control.error:focus {
    box-shadow: 0 0 0 0.2rem #fae3e3;;
}
.btn {
    line-height: 1;
}
.intro-section-container {
    padding-bottom: 40px;
}
.intro-section-container .links {
    background-color: #fff;
    border: 10px solid transparent;
    padding: 10px;
    border-image-source: url(../images/border.jpg);
    border-image-repeat: round;
    border-image-slice: 30;
    border-image-width: 10px;
}
.intro-section-container .links .title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.intro-section-container .links  {
    padding: 0;
    margin: 0;
    padding: 10px;
    background: #fff;
}
.intro-section-container .links ul {
    padding-left: 15px;
}
.intro-section-container .links ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 20px;
}
.intro-section-container .links ul li a {
    text-decoration: none;
    display: flex;
    color: #002b53;
}
.intro-section-container .links ul li a:hover {
    text-decoration: underline;
}
.intro-section-container .links ul li a::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f064';
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}
.intro-section-container .title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
}
.intro-section-container .courses .title {
    font-size: 22px;
}
.intro-section-container .courses ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; 
}
.intro-section-container .courses ul li {
    list-style: none;
    padding: 8px 20px;
    border: 3px solid #d1d1d1;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 7.5px;
    background-color: #fff;
    font-weight: bold;
    color: #002b53;
    position: relative;
    cursor: default;
}
.mb-40{
    margin-bottom: 40px;
}

footer {
    background: #222222;
    color: #ededed;
}
footer .pre-footer, footer .post-footer {
    padding: 60px 0;
}
footer .pre-footer .box .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
footer .pre-footer .box .sub-title {
    font-size: 16px;
    font-weight: bold;
}
footer .pre-footer .box .sub-title i {
    margin-right: 4px;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style: none;
    margin-bottom: 8px;
}
footer .pre-footer .box a {
    color: #fff;
}
footer .pre-footer .box a:hover {
    text-decoration: none;
}
footer .pre-footer .box a i {
    margin-right: 3px;
}
footer .pre-footer .box .add {
    margin-bottom: 8px;
}

footer .post-footer {
    padding: 5px 5px 0px 5px;
}

footer .form-container {
    padding: 0;
    border: none;
    min-height: inherit;
    margin-top: 15px;
}
footer .post-footer {
    background-color: #333333;
}
footer .copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #848484;
}
footer .scrollTop {
    width: 50px;
    height: 50px;
    background: #db7e2d;
    border: 2px solid #f1913d;
    position: fixed;
    right: 20px;
    bottom: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 5px #888888;
}
footer .scrollTop::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f062";
    position: absolute;
    font-size: 18px;
    left: 14px;
    top: 11px;    
    animation: MoveUpDown 1s linear infinite;
}
@keyframes MoveUpDown {
    0%, 100% {
      top: 5px;
    }
    50% {
      top: 15px;
    }
  }
.section {
    padding: 50px 0;
}
.section.orange {
    background-color: #db7e2d;
}
.section .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.section.orange .title {
    color: #ffffff;
}
.call-to-action {
    padding: 50px 0; 
    color: #ffffff;
    background-color: #002b53;
}

.call-to-action .cta-group {
    display: flex;
    justify-content: space-between;
}

.testimonial-container .testimonial {
    padding: 30px 50px 60px;
    font-size: 23px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
    position: relative;
    text-indent: 40px;
}
.testimonial-container .testimonial .profile {
    display: flex;
    justify-content: center;
}
.testimonial-container .testimonial .profile figure {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: double 6px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #db7e2d, #002b53);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.testimonial-container .testimonial .profile figure img {
    position: relative;
    width: 110%;
    left: -30%;
}
.testimonial-container .testimonial .text::before {
    font-family: 'FontAwesome';
    content: '\f10d';
    width: 40px;
    height: 40px;
    position: absolute;
    left: -30px;
}
.testimonial-container .testimonial .text::after {
    font-family: 'FontAwesome';
    content: '\f10e';
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
}
.testimonial-container .testimonial .intro {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.testimonial-container .testimonial .intro::before {
    font-family: 'FontAwesome';
    content: '\f068';
    width: 20px;
    height: 20px;
    margin-right: 14px;
}
.testimonial-container .testimonial .intro::after {
    font-family: 'FontAwesome';
    content: '\f068';
    width: 20px;
    height: 20px;
    margin-left: 14px;
}
#demo2 .carousel-indicators .active {
    background-color: #002b53;
}

.partner-list .list-content .sub-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.partner-list .list-content ul {
    margin-top: 20px;
    padding: 0;
}
.partner-list .list-content ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;    
    background-color: #ffffff;
    transition: all 0.5s;
    position: relative;
}
.partner-list .list-content ul li::after {
    content: "";
    width: 12px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 18px;
    z-index: -1;
    border: 2px solid #ccc;
}
.partner-list .list-content ul li:last-child::after {
    width: 0;
    height: 0;
}
.partner-list .list-content ul li:hover {
    box-shadow: 0 0 8px #999999;
}
.partner-list .list-content ul li .img {
    margin-right: 6px;
    width: 65px;
    height: 65px;
}
.partner-list .list-content ul li .img img {
    width: 65px;
    height: 65px;
}
.partner-list .list-content ul li .content {
    /* white-space: nowrap;  */
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
.partner-list .list-content ul li .content strong {
    display: block;
}

.recent-articles .article-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    
}
.recent-articles .article-container article {
    width: 260px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #ffffff;
    transition: all 0.5s;
}
.recent-articles .article-container article:hover {
    box-shadow: 0 0 10px #905725;
}
.recent-articles .article-container article .img {
    height: 140px;
    overflow: hidden;
}
.recent-articles .article-container article .img img {
    width: 100%;
}
.recent-articles .article-container article .content {
    padding: 10px;
}
.recent-articles .article-container article .content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-articles .article-container article .content a {
    display: inline-block;
    padding: 5px 10px;
    color: #002b53;
    text-decoration: none;
    transition: all 0.5s;
    border: 1px solid #002b53;
}
.recent-articles .article-container article .content a:hover {
    text-decoration: none;
    background-color: #002b53;
    color: #fff;
}
.accordian-container {
    margin: 60px 0;
}
.white {
    background: #fff;
}
.gray{
    background: #eee;
}

.accordian-container h5 {
    font-size: 16px;
    cursor: pointer;
}

.accordian-container .card, .accordian-container .card-header {
    background: transparent;
}

.accordian-container .card-header + div {
    background-color: #fff;
}
.accordian-container .card-header + div ul {
    margin: 0;
    padding: 0;
}
.accordian-container .card-header + div ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.accordian-container .card-header + div ul li::before {
    content: '\f054';
    font-family: 'fontAwesome';
    color: #888888;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}
.query-btn {
    position: fixed;
    top: calc(50% - 50px);
    right: -55px;
    background-color: #002b53;
    color: #ffffff;
    transform: rotate(-90deg);
    padding: 10px 20px;
    text-transform: uppercase;
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease-out;
}
.query-btn:hover {
    right: -48px;
}
.modal-header .title {
    color: #333333;
    font-size: 20px;
}
.modal-header .title span {
    font-size: 14px;
    display: block;
}
.floating-query {
    z-index: 999;
    position: relative;
    width: 350px;
    position: fixed;
    top: calc(50% - 140px);
    right: 0;
    background: #fff;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 2px #cccccc;
    transition: all 0.5s;
    border: 2px solid #002b53;
}
.floating-query .title {
    color: #333333;
    font-size: 18px;
    position: relative;
}
.floating-query .title span {
    display: block;
    font-size: 12px;
}
.floating-query .title .dismiss {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-weight: 100;
    color: #333;
    cursor: pointer;   
}
.floating-query .action-btn {
    background:  #002b53;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 16px;
    color: #fff;
    position: absolute;
    left: -79px;
    top: calc(50% - 20px);
    transform: rotate(-90deg);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
    border: 2px solid #002b53;
    z-index: 998;
    border-bottom: 2px solid transparent;
}
.floating-query .action-btn:hover {
    box-shadow: 0px -5px 10px rgba(33, 37, 41, 0.5);
    text-decoration: none;
}
.floating-query .action-btn.apply-now {
    top: calc(50% - 78px);
}
.floating-query .action-btn.query-now {
    top: calc(50% + 44px);
    color:  #002b53;
    background: #fff;
}
.floating-query .action-btn:hover {
    transform: scale(1.05) rotate(-90deg);
}

.justify{
   text-align: justify;
}
.services-details .category-nav li.active a {
    border-color: #ffc41f;
}
.services-details .category-nav li a:hover{
    border-color: #ffc41f;
    text-decoration: none;
}
.services-details .category-nav li a {
    font-weight: 500;
    background-color: #fff;
    border-left: 5px solid transparent;
    color: #002b53;
    display: block;
    margin-bottom: 5px;
    padding: 7px 0px 7px 5px;
   /* max-width: 250px; */
}
#sidebar-menu{
    display: block;
   /* position: fixed; */
    padding: 10px 10px 10px 0px;
    width: 300px;
}
.ul-type-none{
    list-style-type: none;
}
.pb-30{
    padding-bottom: 30px;
}
.pt-15{
    padding-top: 15px;
}
.ft-16{
    font-size: 16px;
}
.ft-17{
    font-size: 17px;
}
.ft-18{
    font-size: 18px;
}
.btn-default{
    color: #000;
    background-color: #d8dbdc;
    border-radius: 5px;
    font-weight: 500;
}
.btn-default:hover{
   color: #fff;
   background-color: #0e9bde;

}
.title-2{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.title-3{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
  }
.title-4{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
  }
  .title-5{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
  }

.title-terms{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.about-college h4{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.ft-16{
    font-size: 16px;
}
.services-details blockquote {
    background-color: #f6f6f6;
    border-left: 5px solid #ffc41f;
    font-style: italic;
    margin: 0 0 20px;
    padding: 15px 20px;
}
.bg-white{
 background-color: #fff;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #9ca1a7;
    padding: 5px 5px 5px 10px;
    vertical-align: middle;
}
.table-bordered th {
    padding: 6px;
    vertical-align: middle;
}
.mt-20{
   margin-top: 20px;
}
.scrlelmnt{
    width:100%;
    margin:0;
    padding:0;
    overflow-y:scroll;height:300px
}
.scrlelmnt::-webkit-scrollbar{
    width:12px
}
.scrlelmnt::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    -webkit-border-radius:10px;border-radius:10px
}
.scrlelmnt::-webkit-scrollbar-thumb{
     -webkit-border-radius:10px;
     border-radius:10px;
     background:#002b53;
     -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)
}
.scrlelmnt::-webkit-scrollbar-thumb:window-inactive{
    background:#002b53;
}
.table-formate2 { 
      width: 100%;
      margin: 0;
      padding: 0;
 } 
.table-formate2 table {
       width: 100%;
        border-collapse: collapse; 
} 
.table-formate2 tr th {
    font-size: 110%;  
    line-height: 22px; 
    padding: 10px; 
    text-align: center; 
    font-weight: 400; 
    border: 1px solid #ddd; 
} 
.table-formate2 tr td { 
    font-size: 110%; 
    color: #333; 
    line-height: 22px;
    padding: 8px 0; 
    text-align: center; border: 1px solid #ddd; 
}
.font-b{
    font-weight: bold;
    font-size: 24px;
}
.apply-form{
    display: inline-block;
     margin-right: 20px;
}
.mt-50{
    margin-top: 50px;
}
.cnt-frm{
   height: auto;
    background: #333333;
    color: #fff;
    text-shadow: none;
    padding: 15px 25px;
}
.mt-10{
    margin-top: 10px;
}
.cnt-btn{
    color: #fff;
    background-color: #202C45; 
    border-color: #202C45;
    border-left: 4px solid #db7e2d;
}
.cnt-heading{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.font-color{
    color:#db7e2d;
}
.label-adjust  label{
    font-size: 16px;
    font-weight: bold;
}
.mb-50{
    margin-bottom: 50px;
}
.hide{
    display:none;
}
.mdl-title{
    font-size: 26px;
    font-weight: bold;
}
.mdl-button{
    margin-top: 3px;
    font-size: 32px;
    color: #fff;
    opacity: 0.9;
}
.mdl-header{
   background-color: #002b53;
}
.pl-10{
    padding-left: 10px;
}
.articles-title{
    padding-left: 10px;
    margin-top: 10px;
    font-size: 15px;
   font-weight: bold;
}
.query-box{
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    box-shadow: 0px 3px 8px #aaaaaa;
    text-align: left;
}
.query-box .form-group
{
    margin: 10px 0px 10px 0px ;
}
.mt-30{
    margin-top:30px ;
}
.query-box select.form-control:not([size]):not([multiple]) {
    height: 33px;
}
.query-box .form-control
{
    padding: 3px 3px 3px 10px;
    margin: 0px;
}
.query-box p
{
    margin: 0px 5px 10px 0px;
}
.form-heading{
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: unset;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
.text-black{
    color: #212529;
}
.text-red{
    color: red;
}
.text-green{
    color: green;
}

.login-logo, .register-logo {
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-box, .register-box {
    margin: 25% auto;
}
.apply-box {    
    margin: 25px 5px 25px 5px;
}
.apply-box-body{
    box-shadow: 0 0 21px #aaaaaaaa;
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.apply-box-body input[type="text"], input[type="number"], input[type="password"]{
    padding: 2px 2px 2px 10px;
    border-radius: 0px;
}

.login-box-body, .register-box-body {
    box-shadow: 0 0 21px #aaaaaaaa;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.login-b{
    font-size: 20px;
    margin-top: 10px;
}
.font-18 {
    font-size: 18px;
}
.parrter-img{
    margin-left: 6px;
}
.partner-border{
    margin-left: 6px;
    border-left: 1px solid #db7e2d;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0px 3px 8px #aaaaaa;
  padding: 0px;
}
fieldset.scheduler-border {
    border: 1px solid #c5bdbd !important;
    padding: 0 10px 10px 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000 !important;
    box-shadow:  0px 0px 0px 0px #000 !important;
}
legend.scheduler-border {
     width:inherit; 
    padding:0 10px; 
    border-bottom:none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: left !important;
}
.bg-color{
    background: #ededed;
}
.panel-heading{
    color: #333;
    background-color: #f5f5f5 !important;
    border-color: #ddd;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-nav .nav-item.main a {
    background-color: #002b53;
    color: #fff;
    transition: all 0.15s ease-in;
    line-height: 25px;
    padding-left: 12px;
    padding-right: 12px;
}
.mr-15{
        margin-right: 15px;
}
.arrow-btn{
    float: right;
}
.fa-2x {
    font-size: 24px;
}
.display-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.p-0{
    padding: 0px;
}
.pb-0 {
    padding-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}
.line-height-1em {
    line-height: 1em;
}
.mt-137{
    margin-top: 137px;
}
.text-bg{
   color: #033554;;
}
.widget .list-border li {
    border-bottom: 1px dashed #d3d3d3;
}
.mt-37{
    margin-top: 37px;
}
.widget ul.list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget ul li a{
   color: #212529;
    font-size: 16px;
}
.login-btn{
    border-radius: 40px !important;
    height: 38px;
    font-size: 18px;
    opacity: 0.6;
}
.edu2_event_des {
    float: left;
    padding: 25px 0 0px 0;
    text-align: left;
    position: relative;
}
.edu2_new_des {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.edu2_event_des span {
    color: #d2d2d2;
    font-size: 72px;
    font-weight: bold;
    left: 40px;
    position: absolute;
    top: -20px;
}
.ml-88{
    margin-left: 78px;
}
.m-0{
   margin: 0px;
}
.news-bg{
   background-color: #fff;
   box-shadow: 0px 3px 8px #aaaaaa;
}
.news-img{
    width: 256px;
    padding: 10px;
    margin-top: 10px;
}
.app{
    font-size: 11px;
    margin-top: -14px;
}
.clg-bdr{
    border: 2px solid #c5bdbd;;
}
.p-lr{
    padding-left: 15px;
    padding-right: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.clg-other{
    border: 1px solid #e0dbdb;
    padding-left: 15px;
    padding-right: 10px;
}
.approval {
    font-size: 11px;
    margin-top: -7px;
}
.clg-read {
    font-size: 14px;
    margin-top: -5px;
    height: 31px;
    background-color: #002b53;
    color: #fff;
    border: 1px solid #000;
    width: 137px;
    cursor: pointer;
}
.clg-read:hover{
    background-color: #fff;
    color: #1f1818;
}
.clg-download {
    height: 30px;
    background-color: #002b53;
    color: #fff;
    border: 1px solid #000;
    width: 188px;
    cursor: pointer;
}
.ask-form{
    display: inline-block;
    margin-right: 20px;
}
.clg-download:hover {
    background-color: #fff;
    color: #1f1818;
}
.pt-200 {
    padding-top: 200px;
}
.p-30 {
    padding: 30px !important;
}
.clg-bg{
    background-color: #fff;
    box-shadow: 0px 3px 8px #aaaaaa;
}
.poplar-btn {
    border-radius: 15px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 6px 16px;
    transition: .5s;
    position: relative;
    transition: all 0.5s linear 0s;
    border: 1px solid #000;
    margin: 5px 0 0;
    font-size: 12px;
}
.poplar-btn:hover{
    background-color: #002b53;
    color:#fff ;
    text-decoration: none;
}
.search-btn{
    height: 42px;
    background-color: #002b53;
    width: 70%;
    color: #fff;
}
.p-tr{
     padding: 10px 12px;
}
.search-result{
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.detail{
    margin-top: -8px;
    font-size: 12px;
}
.modal-content{
    height: 400px;
}
.search-section{
    background-color: #fff;
    padding-left: 10px;
    box-shadow: 2px 3px 5px #aaaaaa;
}
.load-more-result {
    padding: 7px;
    border: 1px solid #000;
    border-radius: 15px;
}
.load-more-result  .result-btn {
    font-size: medium;
    color: #000;
    text-decoration: underline;
}
@media(max-width:600px ){
    .modal-content {
        height: 400px;
    }
    .partner-list .list-content ul li .content strong {
        font-size: 12px;
    }
    .partner-list .list-content ul li .content span{
        font-size: 12px;
    }
    .course .list-content ul li .content strong {
        font-size: 13px;
     }
    .article{
        margin-left: auto;
        margin-right: auto;
    }
    .mdl-title {
      font-size: 24px;
      font-weight: bold;
    }
    #sidebar-menu{
      display: none  !important;
    }
    .text-align{
       text-align: center;
    }
    .inner-banner .centered-text h1 {
       font-size: 25px !important;
     }
    .cta-btn{
      line-height: 35px;
      margin-top: 20px;
      float: none !important;
    }
    .mt-290{
        margin-top: 290px;
    }
    .testimonial-container .testimonial {
      padding: 21px 0px 60px !important; 
      font-size: 16px !important;
    }
    .footer-border{
      border-top: 1px solid #fff;
      margin-top: 30px;
    }
    .mt-50-m{
      margin-top: 50px;
    }
    .footer-border .title{
      margin-top: 30px;
    }
    .breadcromb-overlay h1 {
      font-size: 30px !important;
    }
    .affix {
       padding: 6px 15px 6px 15px;;
    }
    .call-to-action {
      padding: 30px 0;
    }
    .mb-30-m{
      margin-bottom: 28px !important;
    }
    .sliding-query{
      display: none !important;
    }
    .section .title {
      font-size: 22px;
    }
    .title-2{
      font-size: 20px !important;
    }
    .title-3{
      font-size: 24px;
     }
     .ft-20{
        font-size: 20px !important;
     }
    .breadcromb-wrapper {
      padding: 90px 0 74px !important;
    }
    .login-box, .register-box {
      width: auto !important;
    }
    .display-none{
       display: none;
    }
    .login-box-body, .register-box-body {
       box-shadow: none;
    }
    .intro-section-container .title {
       font-size: 22px;
     } 
     .login-logo, .register-logo {
       font-size: 28px;
     }
    .font-b{
       font-size: 22px ;
     }
     .clg-bdr {
       border: none !important;
     } 
     .p-lr{
       padding-left: 0px;
       padding-right: 0px;
     }
     .mb-10-m{
      margin-bottom: 10px;
     }
     .mt-0-xs{
       margin-top: 0px !important;
     }
     .width-100{
       width: 100%;
     }
     .p-0-m{
       padding: 0px;
      }
     .search-btn {
      width: 85%;
     }
     .mt-15-xs{
      margin-top: 15px !important;
      }
     .tools .contact span {
       font-size: 14px;
       top: -15px;
      }
     .mb-20-xs{
       margin-bottom: 20px !important;
      }
     .pt-30-xs{
       padding-top: 30px !important;
      }
      .mt-30-xs{
         margin-top: 30px;
      }
      .ft-18{
        font-size: 18px !important;
      }
      .font-16{
        font-size: 16px !important;
      }
     .note{
         margin-top: 20px;
         font-size: 12px;
      }
     .clg-download {
        width: 160px;
      }
      .intro h1{
        font-size: 20px !important;
      }
      .mt-5-xs{
        margin-top: 5px;
      }
      .mt-30-m{
        margin-top: 30px !important;
    }
}

.footer-tools{
    display: none;
}
.footer-tools {
    background: #fff;
    padding:0px 50px 0px 50px;
    border-top: 1px solid #eaa62d; 
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50;
    transition: all 0.5s;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
}
.footer-tools .footer-tools-inner{
    display: table;
    width: 100%;
    justify-content: center;
    align-items: center;
 }

.footer-tools .footer-tools-inner a {
    width: 25%;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #eaa62d;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #986d0f;
    display: table-cell;
}
.footer-tools .footer-tools-inner a.invert {
    background: #eaa62d;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .footer-tools .footer-tools-inner a:first-child {
        display: none;
    }
    .secondrycolor {
	font-size:15px;
    }
}
@media only screen and (max-width: 640px) {
    .footer-tools .footer-tools-inner a:nth-child(3) {
        display: none;
    }
}
.font-mb{
    font-size: 20px;
    margin-bottom: 15px;
}
.bg-colored {
    background-color: #002b53 ;
}
.bg-theme-colored{
    color: #db7e2d !important;
}
.bg-colored-2{
    background-color:#db7e2d;
}
.popup {
    height: 500px;
    overflow-y: scroll;
}
.mdl-cross{
    margin-top: -15px;
    opacity: .9;
}
.clg-facility{
    color: #212529 ;
   text-decoration: none;
}
.post.media-post .post-thumb {
    float: left;
    margin: 0 10px 10px 0;
}
.bg-img{
  background-image: url("../images/campus-profile/alpine-banner.jpg");
  background-repeat: no-repeat, repeat;
}
label {
    display: inline-block; 
     max-width: 100%;
     margin-bottom: 5px; 
     font-weight: 700; 
}
.course .list-content  ul li a{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #ffffff;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    color: #212529;
    text-decoration: none;
}
.course .list-content ul li .content {
    padding: 10px;
    background-color: #ededed;
}
.course .list-content ul li .content h2 {
    font-family: "Arial Narrow", Arial, sans-serif;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
}
.list-content .font{
   margin: 20px;
}
.course .list-content ul li .border-list{
    border: 1px solid #ededed;
    width: 65px;
    height: 81px;
}
.course .list-content ul li:hover{
     box-shadow: 0 0 10px #ccc;
     cursor : pointer;
}
.floating-query  h6{
    color: #333333;
    font-size: 14px;
    position: relative;
    opacity:  0.8;
}
.floating-query  p{
    color: #333333;
    opacity:  0.8;
}
.intro h1{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
}
.offered li a{
    color: #212529 !important;
}
.breadcrumb
{
    padding: 0px;
    margin: 5px 0px 0px 10px;
}
.breadcrumb a{
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.breadcrumb .active a{
    color: #333;
    font-style: italic;
    text-decoration: none;
}
.inner-banner {
    background: rgba(0,0,0,0) url(../images/breadcrumb-bg.jpg) no-repeat fixed center top / cover;
    height: 160px;
}
.inner-banner .centered-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}
.inner-banner .centered-text h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.sitemap h4{
    font-size: 20px;
    margin-bottom: 20px;
}

.sitemap ul li a{
    font-size: 14px;
}
#msform {
    position: relative;
    margin-top: 30px;
}
#candidate{
    position: relative;
    height: 180px;
    width: 150px;
    border: 1px solid #ccc;
    background: #fff;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}
.fs-title {
    font-size: 20px;;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 0px;
    padding: 0px;
}
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    text-align: center;
}
#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #fff;
    background: #929292;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; 
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #22d022;
    color: #fff;
}
#progressbar li.current:before, #progressbar li.current:after {
    background: #333;
    color: #fff;
}
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #fff;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}
p a,.underline li a{
    text-decoration: underline;
    font-weight: 600;
}
a.disabled:hover {
  cursor: not-allowed;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 775px;
        margin: 1.75rem auto;
    }
}
.mt-90{
    margin-top: 90px;
}
.padding-0{
    padding-right: 0px !important;
}
.pl-8{
        padding-left: 8px !important;
}
.carousel-caption1 {
    position: absolute;
    right: 7%;
    bottom: 20px;
    left: 5%;
    z-index: 10;S
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: start;
}
.height-380{
    height: 380px;
}
.mt-70{
    margin-top: 70px;
}

.image {
    background-size: cover;
    font-weight: 900;
    font-size: 18px;
    font-family: sans-serif;
    height: 200px;
}
.adm_fee_table
{
    border:0px;
}
.adm_fee_table td{
	text-align:left;
	border:none;
}
.course-item {
    box-shadow: -1px 1px 7px 0px rgba(0,0,0,0.75);
}
@media only screen and (max-width: 767px) {
 .navbar-brand img {
    height: 40px;
    margin: 0px;
    padding: 0px;
 }
}