body{
    background-color: #ededed;;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;

}
a{
    color: #020274;
}
p{
    text-align: justify;
    line-height: 26px;
}
h1{

}
h2{
   color: #102E50;
    margin-top: 25px;
    font-size: 24px;
}
h3{
    color: #102E50;
    margin-top: 15px;
    font-size: 20px;
}
.intro-section-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0;
  font-family: Arial, sans-serif;
}

.intro-section-container table tr th{
  background-color: #102E50;
  padding: 5px 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
  text-align: center;
  color: #fff;
}
.intro-section-container table td {
  padding: 5px 15px;
  vertical-align: middle;
  border: 1px solid #102E50;
  text-align: left;
}

.intro-section-container table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.intro-section-container table tr:hover {
  background-color: #f1f1f1;
}
.intro-section-container  ul {
  list-style: disc; /* Removes the default bullets */
  padding: 0;
  margin: 0 0 30px 0;
  border-radius: 8px;
  padding-left: 30px;
  list-style: none;
}

.intro-section-container .content ul li {
  margin-top: 8px;
  padding: 3px 15px;
  
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  transition: background-color 0.3s;
  position: relative; /* Important for positioning the icon */
  padding-left: 30px; /* Leave space for the icon */
}

.intro-section-container .content ul li::before {
  content: "\f061"; /* Unicode for FontAwesome fa-arrow-right */
  font-family: "Font Awesome 5 Free"; /* For FA5 */
  font-weight: 900; /* Solid icons need 900 weight */
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #333;
}
/*
.intro-section-container ul li:hover {
  background-color: #e6f0ff;
  cursor: pointer;
}*/


.intro-section-container ul li:last-child {
  border-bottom: none;
}


.intro-section-container ul li strong{
  color: #102E50;
}


/* 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;
    padding-top:0px;
    padding-bottom:0px;

    margin-top:0px;
    margin-bottom:0px;

}
.top-bar {
    background: #000001;
    padding: 8px 0; 
}
/* navbar */
.navbar-brand img {
/* width: 110px;*/
height: 65px;

}
/* 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: #000001;
    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: #000001;
}
.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: #000001;
}
.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 {
}
.navbar-nav .nav-item.main:hover a {
    color: #fff;
}
.marquee-container {
    height: 26px;
    background-color: #ff3115;
    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: #000001;
}
.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;
    padding: 2px;
    border-image-repeat: round;
    border-image-slice: 30;
    border-image-width: 5px;

}
@media only screen and (min-width: 1200px) {    
.intro-section-container .links {
    min-height:360px;
}
}

.intro-section-container .links .title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}
.intro-section-container .links  {
    padding: 0;
    margin: 0;
    padding: 10px;
    background: #fff;
-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.75);

}
.intro-section-container .links ul {
    padding-left: 0px;
}
.intro-section-container .links ul li {
    list-style: none;
    margin-bottom: 5px;
    line-height: 20px;
    border-bottom: 1px solid #c3bcbc;
}
.intro-section-container .links ul li a {
    text-decoration: none;
    display: flex;
    color: #111315;
    /*border-bottom: 1px solid #cccccc;*/
    /* padding: 8px 10px; */
    font-weight: 500;
}
.intro-section-container .links ul li a:hover {
    text-decoration: underline;
}

.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: #000001;
    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;
    font-weight: 600;
}
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: #ff3115;
    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: #ff3115;
}
.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: #000001;
}

.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, #ff3115, #000001);
  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 {
    
    content: '\f10d';
    width: 40px;
    height: 40px;
    position: absolute;
    left: -30px;
}
.testimonial-container .testimonial .text::after {
    
    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 {
    
    content: '\f068';
    width: 20px;
    height: 20px;
    margin-right: 14px;
}
.testimonial-container .testimonial .intro::after {
    
    content: '\f068';
    width: 20px;
    height: 20px;
    margin-left: 14px;
}
#demo2 .carousel-indicators .active {
    background-color: #000001;
}

.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: #000001;
    text-decoration: none;
    transition: all 0.5s;
    border: 1px solid #000001;
}
.recent-articles .article-container article .content a:hover {
    text-decoration: none;
    background-color: #000001;
    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';
    
    color: #888888;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}
.query-btn {
    position: fixed;
    top: calc(50% - 50px);
    right: -55px;
    background-color: #000001;
    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{
    height:55px;
}
.modal-header .title {
    color: #333333;
    font-size: 14px;

}
.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 #000001;
}
.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:  #000001;
    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 #000001;
    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:  #000001;
    background: #fff;
}
.floating-query .action-btn:hover {
    transform: scale(1.05) rotate(-90deg);
}

.justify{
   text-align: justify;
}
.services-details .category-nav li{
    margin: 0px;
    padding: 0px;
}

.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: #000001;
    display: block;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 0px;
    font-size: 18px;
}
#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-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:#000001;
     -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)
}
.scrlelmnt::-webkit-scrollbar-thumb:window-inactive{
    background:#000001;
}
.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 #ff3115;
}
.cnt-heading{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.font-color{
    color:#ff3115;
}
.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: #000001;
}
.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; */
    margin-top: 42px;
    width: 90%;
    float: right;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 30px;
}
.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-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: 7% 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 #ff3115;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
 width: 324px !important;
 padding-left: 10px;
 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;
}
.affix  img{
        height: 40px !important;
}
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: #fff;
    background-color: #ff3115 !important;
    border-color: #ddd;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-nav .nav-item.main a {
    background-color: #ff3115;
    color: #fff;
    transition: all 0.15s ease-in;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.mr-15{
        margin-right: 15px;
}
.arrow-btn{
    float: right;
}
.fa-2x {
    font-size: 24px;
}
.apply {
    color: white;
    background: #022d62;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 50px;
    padding-top: 10px !important;
    padding-bottom: 10px;
}
.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: #000001;
    color: #fff;
    border: 1px solid #000;
    width: 137px;
    cursor: pointer;
}
.clg-read:hover{
    background-color: #fff;
    color: #1f1818;
}
.clg-download {
    height: 30px;
    background-color: #000001;
    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: #000001;
    color:#fff ;
    text-decoration: none;
}
.search-btn{
    height: 42px;
    background-color: #000001;
    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: 512px;
         
}
.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 ){
    .navbar-brand img {
        height: 45px;
    };
    .breadcrumb a {
        font-size: 12px !important;
        font-weight: 600;
        text-decoration: underline;
    }
    .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: 18px;
      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;
      }
}

.footer-tools{
    display: none;
}
.footer-tools {
    background: #fff;
    padding:0px 50px 0px 50px;
    border-top: 1px solid #000001; 
    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: #000001;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #986d0f;
    display: table-cell;
}
.footer-tools .footer-tools-inner a.invert {
    background: #000001;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .model-form-custom img {
            display: none !important;
        }
     .footer-tools {
        padding:0px;
    }
    .footer-tools .footer-tools-inner a:first-child {
        display: none;
    }
}
@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: #000001 ;
}
.bg-theme-colored{
    color: #ff3115 !important;
}
.bg-colored-2{
    background-color:#ff3115;
}
.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 {
    
    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: 120px;
}
.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;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: .3rem;
    color: #6c757d;
    content: "/";
}
.modal-content{
    height: 450px;
}
@media(max-width:600px ){
    .modal-content {
        height: 440px;
      }
  }
.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;
}
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

.height-270{
    height: 270px;
}
@media(max-width:600px ){
    .height-270{
        height: 350px !important;
    }
}
.carousel-item img {
    width: 100%;
}
a.disabled {
  pointer-events: none;
  cursor: default;
  background-color: red !important;
  border-color: red !important;
  
}
.inner-table{
 border:0px;    ]
 width:100%;
margin:0px;
}
.inner-table tr{
 border:0px;    
 width:100%;
margin:0px;
}
.inner-table td{
 border:0px;    
 border-bottom:1px solid #ccc;
 border-right:1px solid #ccc;
 margin:0px;
 height:35px;
}
.inner-table td a{
 background-color:green;
 color:#fff;
 font-size: 18px;
 padding: 3px 10px;
 border-radius:5px;
 border:2px solid #333;
 margin:3px;

}

.inner-table td a:hover{
 text-decoration:none:


}
.inner-table td a:click{
 text-decoration:none:
}

#cons-table td{
padding:1px;

font-stretch: condensed;
}
#ins-table th{
padding:0px;
margin:0px;
}
#ins-table td{
padding:0px;
margin:0px;
}


#course-priority {
    display: none;
    margin-bottom: 20px;
}
#courseListBox{
  padding: 0;
  margin: 0;
}
#courseListBox ul, #courseListBox li {
    margin: 0;
    padding: 0;
} 
#courseListBox h4 {
    font-size: 15px;
    font-weight: bold;
}
#courseListBox li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#courseListBox label {
    font-weight: normal;
}
#courseListBox li input[type=checkbox] {
  margin-right: 5px;
}
.carousel-caption2 {
    position: absolute;
    right: 2%;
    bottom: -10px;
    left: 3%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: start;
}
option{
   font-size: 12px;
}
.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-grid;
}

.tabs nav ul li{
    padding: 1px 5px 1px 5px;
    border: 2px solid #fff;
    margin: 0 0.20em;
    display: block;
    float: left;
    position: relative;
    display: table;
    font-weight: bold !important;
    background-color: #000001;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 2px;
}
.tabs nav li.tab-current {
    border: 2px solid #000001;
    box-shadow: inset 0 2px #000001;
    z-index: 100;
    background-color: #fff;
    color: #000001;
}
.tabs nav li.tab-current:after {
    background-image: url(../images/active-3.png);
    background-repeat: repeat-y;
    background-repeat: repeat-x;
    content: "";
    width: 22px;
    height: 57px;
    position: absolute;
    bottom: 17px;
    right: -21px;
    top: -3px;
}
.tabs nav i{
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    font-size: 16px;
    line-height: 2.1;
    padding: 0 1.25em;
    white-space: nowrap;
    text-decoration: none;
}
.tabs nav i:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
.tabs nav a{
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    font-size: 16px;
    line-height: 2.3;
    padding: 0 1.25em;
    white-space: nowrap;
    text-decoration: none;
}
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
.content section.content-current {
    display: block;

}
.content section {
    padding: 15px 0 0 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}
.content section:before, .content section:after {
    content: '';
    display: table;
}
.list_courses_tabs ul {
    list-style: none;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0;
}

.course-p
{ 
   height: 200px;
   margin-right:20px;
}
.content-current .list_courses_tabs{
   height: 450px;
}

.list_courses_tabs ul li img{
    width: 45px;
}

.list_courses_tabs ul li:hover {
    background-color: #F7C46A;

}
.list_courses_tabs ul li div {
    display: table-cell;
    vertical-align: middle;
}
.list_courses_tabs ul li figure {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 5px;
}
.list_courses_tabs h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #000001;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.list_courses_tabs ul li {
    position: relative;
    padding: 8px 5px 8px 10px !important;
    width: 100%;
    border: 1px solid #fdc11e;
    background-color: #fff;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}
.list_courses_tabs ul li h3 {
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: -webkit-auto;
}
.list_courses_tabs ul a{
    text-decoration: none;
    color: #777;
}
.list_courses_tabs ul li a small {
    color: #777;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.line{
    background-color: #ff3115;
    margin-top: 0px;
}
@media only screen and (max-width: 767px) {
    .accordian-container .card-header + div ul li::before {
        content: '' ;
    }
    .course-heading{
       font-size: 20px;
       color: #fff;
    }
    .course-bg-color{
        background-color: #ff3115 !important;
    }
}
.megamenu-li {
    position: static;
}
.megamenu {
    position: absolute;
    width: 96%;
    left: 31px;
    right: 0;
    padding: 15px;
}
.megamenu ul li{
   line-height:21px;
}
.megamenu ul li a{
    text-decoration: none;
    color: #333;
    font-size: 17px;
    line-height: 25px;
}

.megamenu ul li a:hover{
    text-decoration: underline;
    color:#fd7e14;
}

@media only screen and (max-width: 767px) {
    .megamenu {
    width: 100%;
   }
   .megamenu ul li a {
       font-size: 14px;
   }
}
@media only screen and (max-width: 767px) {
    .megamenu {
      width: 100%;
   }
   .megamenu ul li a {
       font-size: 14px;
   }
   .scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
    }
    .scrollable-menu h5{
        color: #000001;
        font-weight: 700;
        font-size: 17px;
    }
    .scrollable-menu ul li i{
        font-size: 12px;
        color: #333;
    }
}
.mre{
    color: #0b0bef;
    height: 35px;
    width: 111px;
    margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) {    
     #myBtn {display: none;}
     #dots {display: none;}
     #myBtn2 {display: none;}

}
@media only screen and (max-width: 767px) {
    #more {display: none;}
   .list_courses_tabs ul li {
    position: relative;
    padding: 8px 5px 10px 60px !important;
    width: 100%;
    border: none; 
    background-color: #fff;
    color: #000;
     margin-top: 0px; 
    margin-bottom: 5px;
     border-bottom: 1px solid #ededed;
}
}

#section-11 h3{

font-size:17px;
}

.container {
    max-width: 1200px;
}
.padding {
    padding: 15px 5px 10px 15px;
}
.bg-color-2{
    background-color: #000001;
}
.content-2{
    background: #ff3115;
    color: white;
    font-size: 1.077em;
    margin-bottom: 54px;
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.hr-course {
    margin-top: 0px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgb(35 83 160);
}
.list_courses_tabs img{
    width:100%;
    height: 200px;
    padding-right:20px !important;
}
.dropdown-item {
    padding: 5px;
}
.faq-wrap .card {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 3px 11px #00000026;
}
.faq-btn {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 20px;
    padding-right: 30px;
    width: 100%;
    text-align: left;
    padding-right: 55px;
    background: #fb6738;
    border-radius: 0;
}

.faq-wrap .card-header h2 button::after {
    position: absolute;
    content: "\f06e";
    top: 18px;
    right: 30px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #fff;
}
.faq-wrap .card-header h2 button.collapsed::after {
    content: "\f070";
    color: #fff;
}
.faq-wrap .card-header {
    padding: 0;
    outline: none;
    border: none;
}
.faq-wrap button:focus {
    outline: none !important;
}
.faq-area {
    padding: 40px 0;
}
.cousre-offered-section {
    background-image: url(../images/bg-images-9.webp);
    background-repeat: no-repeat;
    height: 520px;
}

.certif-col {
  filter: drop-shadow(0 0 4px rgb(0 0 0 / 40%));
}
.certif-col>div {
  clip-path: polygon(50% 94%, 100% 100%, 100% 0, 0 0, 0 100%);
}

.certif-col .fusion-imageframe,
.certif-col img {
  width: 100%;
}
.certif-wrap {
  clip-path: polygon(50% 94%, 101% 100%, 101% 0%, -1% 0, -1% 100%);
  background: #fff;
  padding-bottom: 3px;
}
.certif-wrap>div {
  background: #fb6738;
  padding-bottom: 3px;
  clip-path: polygon(50% 94%, 101% 100%, 101% 0%, -1% 0, -1% 100%);
}

.certif-wrap>div>div {
  background: #fff;
  clip-path: polygon(50% 94%, 101% 100%, 101% 0%, -1% 0, -1% 100%);
}
.certif-inner {
  padding: 20px 20px 45px;
}
.fusion-body .fusion-button.button-3 {
    border-color: #ffffff;
    border-radius: 0 0 0 0;
    background: #24588b;
  }

  .fusion-body .fusion-button.button-3 .fusion-button-text,
  .fusion-body .fusion-button.button-3 i,
  .fusion-body .fusion-button.button-3:hover .fusion-button-text,
  .fusion-body .fusion-button.button-3:hover i,
  .fusion-body .fusion-button.button-3:focus .fusion-button-text,
  .fusion-body .fusion-button.button-3:focus i,
  .fusion-body .fusion-button.button-3:active .fusion-button-text,
  .fusion-body .fusion-button.button-3:active i {
    color: #ffffff;
  }
  .fusion-body .fusion-button.button-3:hover,
  .fusion-body .fusion-button.button-3:active,
  .fusion-body .fusion-button.button-3:focus {
    border-color: #ffffff;
    background: #4075a9;
}
.fusion-body .fusion-builder-column-5 {
  width: 33.333333333333% !important;
  margin-top: 0px;
  margin-bottom: 5%;
}
.fusion-builder-column-5>.fusion-column-wrapper {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 7px !important;
  padding-left: 0px !important;
}
@media only screen and (max-width:800px) {
  .fusion-body .fusion-builder-column-5 {
    width: 50% !important;
    order: 0;
  }

  .fusion-builder-column-5>.fusion-column-wrapper {
    margin-right: 3.84%;
    margin-left: 3.84%;
  }
}
.course-heading{
    text-align: center;
    color: rgb(27, 66, 104);
    margin: 0px auto 10px;
    font-size: 20px;
    font-weight: 700;
}
.course-read-more{
    background-color: #002b53;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
}
.t-sep-b {
  z-index: 0;
}
.t-sep-r>div {
  margin: 0 -20px;
}
.t-col-l>div {
  filter:
    drop-shadow(0 0 10px #f3f3f3) drop-shadow(0 0 10px #f3f3f3) drop-shadow(0 0 10px #f3f3f3);
}
.t-col-r>div {
  position: relative;
}
.t-box-r {
  position: relative;
  z-index: 11;
  box-shadow: 0 0 20px rgb(0 0 0 / 75%);
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 120, 180, 1) 0%, rgba(0, 170, 254, 1) 100%);
  padding: 10px;
  margin: 0 -20px;
}
.t-box-r:before,
.t-box-r:after {
  content: '';
  background: #112941;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -10px;
}
.t-box-r:before {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  left: 0;
}
.t-box-r:after {
  clip-path: polygon(0 0, 0 100%, 100% 0);
  right: 0;
}
.course-heading {
    text-align: center;
    color: rgb(27, 66, 104);
    margin: 0px auto 10px;
    font-size: 20px;
    font-weight: 700;
}

.model-form-custom .modal-dialog {
    max-width: 800px;
    top: 10%;
}
.popup-content-main h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: unset;
    color: #ff3115;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.popup-content-main h3:before {
    position: absolute;
    content: '';
    background: #ff3115;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    right: 0;
    margin: auto;
}
.model-form-custom .modal-body {
    padding: 10px;
}
.model-form-custom .modal-content {
    border-radius: 0;
}
.model-form-custom .modal-body::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(../images/popup-top-right-shap.png) no-repeat;
    height: 20%;
    width: 15%;
}
button.close:focus {
    outline: none !important;
}
.popup-content-main input.form-control {
    height: 44px;
    background: #8080801f;
}

.popup-content-main select.form-control {
    background: #f0f0f0;
}
.popup-content-main .form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #0e0e0e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 1%);
}
input.submit-btn {
    cursor: pointer;
    padding: 7px 20px;
    background: #ff3115;
    color: #fff;
    border: 1px solid #ff3115;
    border-radius: 5px;
}
button.close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    padding: 0px 10px;
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    z-index: 999999
}
.close:hover {
    color: #fff;
}

.bottom-footer i {
    color: red;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
  .model-form-custom .modal-body::before {
     height: 20%;
     width: 30%;
  }
  button.close {
    padding: 0px 5px;
  }
  .model-form-custom img {
      display: none;
  }
  .whatsapp-button {
    bottom: 30px;
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
    .cousre-offered-section {
       height: 1770px;
     }
    .fusion-layout-column {
        margin-right: 0% !important;
        margin-top: 0%;
        margin-bottom: 20px;
    }
    .fusion-flex-column {
       display: inline-grid;
    }
}
.carousel-inner h3
{
    font-size: 40px;
    color: #fff;
}
.important-links-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 20px;
    border-left: 2px solid #ff3115;
}

.important-links-title {
    font-size: 20px;
    font-weight: 700;
    color: #102E50;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff3115;
    padding-bottom: 8px;
}

.important-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.important-links-list li {
    margin-bottom: 5px;
}

.important-links-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    background: #f7f7f7;
    border-radius: 6px;
    color: #102E50;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.important-links-list li a .icon {
    font-size: 14px;
    color: #ff3115;
}

.important-links-list li a:hover {
    background: #102E50;
    color: #ffffff;
    transform: translateX(4px);
}

.important-links-list li a:hover .icon {
    color: #ffffff;
}

.important-links-list li.apply-online a {
    background: #ff3115;
    color: #ffffff;
}

.important-links-list li.apply-online a .icon {
    color: #ffffff;
}

.important-links-list li.apply-online a:hover {
    background: #d92610;
}
.services-details ul, .toc ul{
  list-style: none;
  padding-left: 0px;
}
nav ul li, .dropdown-menu li, .nav-item{
 list-style: none;
}
.nav-item a{
 color: #000;
}

.toc {
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin: 25px 0;
    border-radius: 6px;
    font-family: Arial, sans-serif;
}

.toc h2 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc ul li {
    margin-bottom: 8px;
}

.toc ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #0b57d0;
    display: inline-block;
    line-height: 1.6;
}
.toc ul li a:hover {
    text-decoration: underline;
    color: #063a8f;
}

.toc ul li a span.pl-2 {
    padding-left: 6px;
}

@media (max-width: 768px) {
    .toc {
        padding: 15px;
    }

    .toc h2 {
        font-size: 18px;
    }

    .toc ul li a {
        font-size: 14px;
    }
}
.links {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.links .title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #0b57d0;
    padding-bottom: 8px;
 suggests margin-bottom: 15px;
}

.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links ul li {
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
}

.links ul li {
    position: relative;
    padding-left: 18px;
}

.links ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 2px;
    color: #0b57d0;
    font-size: 13px;
}

.links ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.links ul li a:hover {
    color: #0b57d0;
    text-decoration: underline;
}
.cousre-offered-section {
    background: linear-gradient(135deg, #0b1c3f, #0e2a5a);
}

.cousre-offered-section .title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Course Card */
.certif-col {
    margin-bottom: 30px;
}

.certif-wrap {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.certif-wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.2);
}

/* Course Image */
.certif-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.certif-inner {
    padding: 20px 15px 25px;
    text-align: center;
}

/* Course Heading */
.course-heading {
    font-size: 16px;
    font-weight: 600;
    color: #0b1c3f;
    margin: 10px auto 12px;
    line-height: 1.4;
}
.certif-inner p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.course-read-more {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background: #0b57d0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.course-read-more:hover {
    background: #063a8f;
    color: #fff;
    text-decoration: none;
}

.course-read-more .fusion-button-text {
    letter-spacing: 0.3px;
}
@media (max-width: 991px) {
    .course-heading {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .cousre-offered-section {
        padding: 40px 0;
    }

    .cousre-offered-section .title {
        font-size: 26px;
    }

    .certif-wrap img {
        height: 160px;
    }
}
footer {
    background: #4d4d4d;
    color: #cfd8ea;
    font-size: 14px;
    line-height: 1.7;
}
footer .pre-footer {
    padding: 60px 0 40px;
}
footer .box {
    padding: 0 15px;
}
footer .title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}

footer .title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #ff3115;
    display: block;
    margin-top: 6px;
}
footer .intro p {
    color: #fff;
    text-align: justify;
    font-weight: 700;
}

/* Column Divider */
footer .footer-border {
    border-left: 1px solid rgba(255,255,255,0.08);
}
footer .link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .link ul li {
    margin-bottom: 10px;
}

footer .link ul li a {
    color: #d6deee;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

footer .link ul li a i {
    font-size: 12px;
    margin-right: 6px;
}

footer .link ul li a:hover {
    color: #ff3115;
    padding-left: 6px;
}
footer .green {
    color: #3cd070;
}
footer .address .sub-title {
    font-weight: 600;
    color: #ffffff;
    margin: 10px 0 5px;
}

footer .address .add {
    margin-bottom: 10px;
    color: #fff;
}

footer .address a {
    color: #d6deee;
    text-decoration: none;
}

footer .address a:hover {
    color: #ff3115;
}
footer .form-container {
    margin-top: 10px;
}

footer .form-control {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 10px;
}

footer .form-control::placeholder {
    color: #b7c3df;
}

footer .form-control:focus {
    background: transparent;
    border-color: #0b57d0;
    box-shadow: none;
    color: #ffffff;
}
footer .btn-primary {
    background: #0b57d0;
    border: none;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    transition: background 0.3s ease;
}
footer .btn-primary:hover {
    background: #063a8f;
}
footer .query-s {
    color: #ffffff;
}


.display-none {
    display: none;
}

@media (max-width: 991px) {
    footer .footer-border {
        border-left: none;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    footer .pre-footer {
        padding: 40px 0 20px;
    }

    footer .title {
        font-size: 16px;
    }

    .footer-tools-inner {
        justify-content: center;
        text-align: center;
    }
}
.call-to-action {
    background: linear-gradient(135deg, #0b57d0, #0b1c3f);
    padding: 35px 0;
    margin-top: 40px;
    position: relative;
}
.call-to-action::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/cta-pattern.png");
    opacity: 0.08;
    pointer-events: none;
}
.call-to-action .cta-group h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}
.call-to-action .text-align {
    display: flex;
    align-items: center;
    height: 100%;
}
.call-to-action .cta-btn {
    background: #ff3115;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
}
.call-to-action .cta-btn:hover {
    background: #1e7e34;
    transform: translateY(-2px);
}
@media (max-width: 991px) {
    .call-to-action {
        text-align: center;
    }

    .call-to-action .cta-group h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .call-to-action .text-align {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .call-to-action {
        padding: 30px 0;
    }

    .call-to-action .cta-group h2 {
        font-size: 20px;
    }

    .call-to-action .cta-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}
.pages ul{
     list-style: disc !important;
}
.services-details ul, .toc ul{
  list-style: none !important;
  padding-left: 0px;
}