@import 'https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=devanagari';

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.btn-gold_apply {
    background-color: #ff0c03;
    background-image: linear-gradient(to right, #990303, #ff0202, #cf0303);
    background-repeat: no-repeat !important;
    width: 120px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    padding-top: 4px;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 0px 2px #fff;
}


.btn-gold{
    color: #fff;
    background-color: rgb(230 29 36);
    border-color: rgb(230 29 36);
    font-family:'Noto Sans', sans-serif;
    padding: 10px 20px!important;
    border-radius: 0px!important;
}
.btn-gold:active:focus{
        box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}
.btn-gold:hover{
    color: #fff;
    background-color: rgb(18 60 97);
    border-color: rgb(18 60 97);
}
.social_media_link .fa{
    background: rgb(182 150 73);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;

}

.about_us{
    padding: 50px 0px;
}

.courses {
    background: url(../assets/images/college_brochure.png);
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    padding: 3rem 0 3rem 0;
}
.gallery{
    padding: 20px 10px;
}

.paragraph {
    text-align: justify;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.heading_one {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 900;
    color: #c30000;
}
.heading_one span{
    color: #e31919;
}

.heading_two{
    font-family:'Noto Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    color: #0a0a0a;

}
.heading_six {
    font-family:'Noto Sans', sans-serif;
    letter-spacing: 5px;
}

.uk_card {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
        margin-bottom: 20px;
}

.text-gold{
    color: #e31919;
}

.portfolio-menu{
    text-align:center;
}
.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.portfolio-item{
    /*width:100%;*/
}
.portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
}

.testimonial {
    background: url(../assets/images/testimonials.jpg);
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;;
}
.client {
     width: 100%;
     height: 100%;
     background-color: #2945df;
}
 .carousel-icon i {
     font-size: 5rem;
     color: rgba(255, 255, 255, 0.3);
}
 .carousel-item i {
     font-size: 1.6rem;
     color: rgb(255 255 255 / 67%);
}
 .t-card {
     padding: 1.8125rem 1.125rem;
     background-color: rgb(182 150 73);
     border-radius: 10px;
     color: #fff;
     height: auto;
}
 .arrow-down {
     width: 0;
     height: 0;
     border-left: 1.5625rem solid transparent;
     border-right: 1.5625rem solid transparent;
     border-top: 1.25rem solid rgb(182 150 73);
}
.t-card p{
    color: #ddd;
}

.latest_news{
    padding: 50px 0px;
}
.controls.push-right {
    margin-left: 20px;
}

.vision_mission{
    padding: 50px 0px;
}

.key_features, .campus {
    background: url(../assets/images/college_brochure.png);
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;

}
section.key_features ul li {
    color: #fff;
    font-family:'Noto Sans', sans-serif;
    list-style-type: square;
    padding: 5px 5px;
    list-style-type:none;
}

.key_features h2{
    text-align: left!important;
}


.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 0px;
  padding-top: 0px;
  box-shadow: 0px 0px 0px 0px #bbcbd8;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0px 0px 0px 0px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 50%;
  left: -40px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 50%;
  right: -40px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/*----- button 5 -----*/
.btn-5::after{
  left:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-5 span::after{
  right:0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-5::before{
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-5 span::before{
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.uk_card .btn-outline-dark {
    color: #e31919;
    border-color: #e31919;
}

.btn-outline-dark:hover, .btn-outline-dark:active {
    color: #fff;
    background-color: #e31919;
    border-color: #e31919;
}

/*.heading_one{
    color: black; 
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    animation: animtext 4s steps(80, end); 
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
    
}
@keyframes animtext { 
  from {
      width: 0;
     transition: all 2s ease-in-out;
  } 
}*/
.img_about {
    background: url(../assets/images/about_us.jpg);
    background-size: cover;
    background-position: center;
    border-right: 10px solid #fff;
}


.testimonial h4{
    font-family:'Noto Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 20px;
    color: #fff;
}
.testimonial_subtitle{
    font-family:'Noto Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px;
    color: #fff;
}
.fancylight:hover{
    opacity: 0.7
}

.enquiry_now{
    position: fixed;
    z-index: 25;
    top: 285px;
    right: -58px;
    background-image: linear-gradient(to right, #a3802d, #bb9b4d, #a3802d);
    text-decoration-style: none;
    text-align: center;
    font-family:'Noto Sans', sans-serif;
    text-transform: uppercase;
    padding: 6px;
    border: 2px solid #fff;
    transform: rotate(-90deg);
    font-weight: 400;
    
}
.enquiry_now a, .download_brochure a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family:'Noto Sans', sans-serif;
    padding-right: 15px;
    padding-left: 15px;
}
.download_brochure{
    z-index: 25;
    position: fixed;
    top: 460px;
    right: -60px;
    background-image: linear-gradient(to right, #a3802d, #bb9b4d, #a3802d);
    text-decoration-style: none;
    text-align: center;
    text-transform: uppercase;
    font-family:'Noto Sans', sans-serif;
    border: 2px solid #fff;
    padding: 6px;
    transform: rotate(-90deg);
    font-weight: 400;
    color: #fff;
}

.not_found{
    padding: 50px 0px;
}
.not_found h2 {
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    font-size: 133px;
    font-family:'Noto Sans', sans-serif;
}
.not_found h4{
    text-align: center;
}

.infrastructure {
    padding: 50px 0px;
    background: #F0F0F0;
}
.infrastructure h2 {
    font-family:'Noto Sans', sans-serif;
    font-size: 18px;
    padding-top: 20px;
}

.infrastructure .card{
    border-radius:0px;
    border:none;
}


#demo .fa-chevron-circle-right, #demo .fa-chevron-circle-left {
    font-size: 30px;
    color: #fda50b;
}

@media only screen and (max-width: 767px) {
    .top-header .top-left .connect, .top-header .top-left span {
        text-align: right;
        display: none;
    }
    .top-header .top-right {
        text-align: right;
    }
    .mobile_display_yes{
        display:block!important;
        float: left;
        position: absolute;
    }
    .btn-email{
            background-color: transparent;
            border-color: rgb(195 0 0);
            border-radius: 0px;
            color: rgb(195 0 0) !important;
            font-size: 14px !important;
            font-weight: 600 !important;
            text-transform: uppercase;

    }
    .owl-controls .owl-buttons .owl-next{
        right: 0px;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:0px;
    }
    
}




.course{
    padding:50px 0px;
}
.course_topics li {
    background-color: #eeeeee;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    list-style-type: none;
}

.course_topics ul{
    padding-left:0px!important;
}
.course_topics li a{
    display:block;
}

.course_topics li.active {
    border-right: 5px solid #ff800d;
    background-color: #fdad0a;
}

.course_topics li.active a{
    color:#fff;
}

.course_topics h4{
    font-family:'Noto Sans', sans-serif;
    text-transform: uppercase;
}
.course_topics h4 span{
    font-family:'Noto Sans', sans-serif;
    color: #ff8c00;
}

.course_details h4 {
    padding-top: 20px;
}
.notification{
    padding:50px 0px;
}
.bg-gold {
    background: #bc9b4e;
}
.bg-gold tr th{
    text-transform:capitalize;
}

tbody tr td{
    font-size:14px;
    font-weight: 400;
    font-family:'Noto Sans', sans-serif;
}

.courses::before, .testimonial::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #123c61f0;
}
.key_features::before, .campus::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #b39244f5;
}
.campus h4 {
    text-align: center;
    padding: 0px 0px 10px 0px;
    font-family:'Noto Sans', sans-serif;
    color: #123c61;
}

.campus p {
    font-family:'Noto Sans', sans-serif;
    text-align: center;
    font-weight: 500;
    color: #123c61;
    padding: 10px 36px;
}

.contact{
    padding:50px 0px;
}

.contact .gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #ff800d 0%, #fdaf0a 100%);
    background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    color: #fff;
}
.contact .contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
    .contact .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
}
.contact .contact-info__list span.position-absolute {
    left: 0
}
.contact .z-index-101 {
    z-index: 101;
}
.contact .list-style--none {
    list-style: none;
}
.contact .contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
    .contact .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
}
@media (min-width: 1024px) {
    .contact .contact-form__wrapper {
        padding: 5rem !important
    }
}
.contact .shadow-lg, .contact .shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}

h3.color--white.mb-5 {
    font-family:'Noto Sans', sans-serif;
    color: #fff;
}
.contact ul li {
    font-family:'Noto Sans', sans-serif;
    font-weight: 500;
}

.form-control{
    font-family:'Noto Sans', sans-serif!important;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

section.message {
    padding: 50px 0px;
    background:#f1f1f157;
    /*background: url(https://emotive.io/assets/blog/essence-sms-marketing.jpeg);*/
    /*background-size: cover;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
}
.message h5{
    font-family:'Noto Sans', sans-serif;
    line-height: 35px;
    font-size: 16px;
}
/*.message::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #b39244f5;*/
/*}*/
.message img{
    border: 5px solid #fff;
}
/*.message_area {*/
/*    background: #fff;*/
/*    padding: 30px;*/
/*    margin-left: -60px;*/
/*    z-index: -18;*/
/*}*/
i.fa.fa-quote-left,i.fa.fa-quote-right {
    color: #f1f1f1;
    font-size: 30px;
}

i.fa.fa-quote-right {
    margin-top: 5px;
    position: absolute;
    margin-left: 5px;
}

form.contact_us {
    background: #fff;
}

.line-head{
    color: #143c98;
    font-size: 20px;
}
.list li {
    padding-bottom: 10px;
}

.gallery h4 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}


.location {
        background-color: #eeeeee;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px 10px 20px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        list-style-type: none;
}


.members h4 {
    background: #e40d12;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px 0px;
}

.members p {
    margin-bottom: 0px;
    font-size: 18px;
    color:#000;
}
.members{
    margin-bottom:20px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    color: #022476;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600!important;
    font-family: 'Noto Sans', sans-serif!important;
}

