body{
    overflow-x: hidden;
    overflow-y: scroll;
}
.btn.btn-primary {
    background-color: #392c7d;
    border: none;
}
    #topbar {
    background: #E97A26;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    margin-bottom: 10px;

}
.smrt-content h1 {
    font-family: sans-serif;
}
.smrt-point img {
    margin-right: 10px;
}
#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}
#header .logo img {
    max-height: 60px;
}
.nav-menu > ul {
    display: flex;
}
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size:18px;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #222222;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
}
a {
    text-decoration: none;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}
.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #E97A26;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #392c7d;
}
.loginebtn {
    border-radius: 10px;
    color: white;
    background-color: #392c7d;
    border-color: snow;
    margin-top: -5px;
    width: 80px;
    height: 40px;
}
.loginebtn:hover {
    border-radius: 10px;
    color: white;
    background-color: #E97A26;
    border-color: snow;
    margin-top: -5px;
    width: 80px;
    height: 40px;
}
.loginebtn a{
  color: white;
}
#mainbanner{
    margin-top: 120px;
}
.Our-courses{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;

}
.course-head {
    font-size: 36px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #392c7d; 
    font-weight: 700;
    text-align: center;
}
.Faculty-head {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.4px;
    text-align: center;
    color: #392c7d;
    margin-top: 72px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.devider{
    width: 16%;
    margin: 20px auto;
    background-color: #E97A26;
    border-color:#E97A26;
    border-style: dashed;
}
hr{
    width: 40px;
}
.card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-title{
    background-color: #E97A26;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0px;
}
.btn-primary{
    background-color: #392c7d;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight:500
}
   

/* nca classes */
.nca_second_main {
    background: #e97a2645;
    margin-top: 40px;
}
.nca_second_section {
    background-image: url(../img/bg_pattern-8.png);
    background-repeat: no-repeat;
    padding: 1rem 3rem 3rem;
    position: relative;
}
.pattern_img {
    position: absolute;
    right: 0;
    top: 16px;
    z-index: -1;
    width: 12%;
    transform: rotate(20deg);
}
.facilities_box {
    width: 225px;
    background: #fff;
    border: 1px solid #2c5786;
    margin: 2rem 0 0 6rem;
    padding: 10px;
    border-radius: 5px;
    box-shadow: -6px -6px 10px -1px rgb(80 165 228 / 40%);
}
img_auto {
    width: auto;
    margin-bottom: 0.5rem;
}
.facilities_box p {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 500;
}
.facilities_box2 {
    margin-top: 2rem;
}
.facilities_box {
    width: 225px;
    background: #fff;
    border: 1px solid #2c5786;
    margin: 2rem 0 0 6rem;
    padding: 10px;
    border-radius: 5px;
    box-shadow: -6px -6px 10px -1px rgb(80 165 228 / 40%);
}
.facilities_box3 {
    margin-top: 4rem;
    margin-left: 2rem;
}
.right_div h2 {
    font-size: 2.3rem;
    padding: 0;
    text-align: right;
    /* background: linear-gradient(to right,#7969cb,#392c7d); */
    color: #392c7d;
    margin-top: 7rem;
}
.right_div p {
    text-align: right;
    font-size: 20px;
    color: #444242;
}
.text-white i {
    color: #fff!important;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 10px;
}

/*================FACULTY SECTOIN ==============*/
.faculty-detals {
    margin-top: 30px;
    background: url('/image/testimonial.jpg');
    width: 100%;
    background-size: cover;
}


/* testimonial */

.testimonial {
    width: 100%;
      height: 100%;
    /* background-color: #392c7d; */
    background-image: url('/image/testimonial.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
  }
  
  .carousel-icon i {
          font-size: 5rem;
          color: #fff;
  }
  .carousel-item i {
          font-size: 1.6rem;
           color: rgba(#fff, 0.3);
      
  }

.t-card {
    padding: 1.8125rem 1.125rem;
    */
    /* background-color: #392c7d; */
    border-radius: 1.25rem;
    color: #fff;
    height: auto;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
  
  
  .arrow-down {
      width: 0;
      height: 0;
      border-left: 1.5625rem solid transparent;
      border-right: 1.5625rem solid transparent;
      border-top: 1.25rem solid #fff;
      margin-left: 4.6875rem;
  }
.director-msg h2{
    font-size: 36px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #392c7d;
    font-weight: 700;
    text-align: center;
}
.director-msg img.center{
    position: relative;
    margin: 0px auto;
    border:1px solid #393737;
    box-shadow: rgba(121, 121, 121, 0.107) 0px 3px 8px;
    border-radius: 20px;
    align-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
#courses{
    margin-top:120px;
    /* background-color: #eb427e; */
    background: url(image/coursebg.png) center center no-repeat #392c7d;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 200px;
    padding-bottom: 20px;
    color:#fff
    
}
.course_head{
    padding: 30px;
}
.course_head h1 {
    padding-bottom: 15px;
    font-weight:700;
}
.course_head p{
    font-size: 16px;
}

.explorebtn{
    border-radius: 10px;
    color: white;
    background-color: #392c7d;
    border-color: snow;
    margin-top: 100px;
    margin-bottom: auto;
    width: 100px;
    height: 40px;
}

.explorebtn:hover {
    border-radius: 10px;
    color: white;
    background-color: #E97A26;
    border-color: snow;
    margin-top: -5px;
    width: 80px;
    height: 40px;
}
.explorebtn a{
  color: white;
}
.smrt-img1 img {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 10px;
    display: flex;
    display: inline-flex;
}
.smrt-image.smrt-image {
    display: inline-flex;
    float: right;
    padding:5px;
}
.smrt-img1 {
    margin: 5px;
}
.smrt-content h1 {
    color: #fff;
    font-weight: 800;
    font-family: monospace;
    margin-top: 10px;

}
p.smrt-point {
    text-align: left;
    margin-left: 10px;
    font-size: 20px;
    color: white;
    font-family: sans-serif;
    margin-top: 15px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: unset;
    align-items: center;
}
#aboutBanner {
    background-image: url('/Content/Home/image/aboutbg.jpg');
    background-position: center center;
    background-size: auto;
    margin-top: 120px;
    height: 420px;
}

.aboutBanner-overly {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*position: absolute;*/
    background-color: #000000;
    opacity: .7;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}

/*.about-title {
    text-align: center;
    position: relative;
    top: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}*/

/*.page-details {
    text-align: center;
    position: relative;
    top: 100px;
    color: #fff;
    font-weight: 600;
}*/

@media all and (min-width: 320px) and (max-width: 780px) {
    body {
        overflow-x: hidden !important;
        overflow-y: scroll;
    }
    #header {
        background: #fff;
        transition: all 0.5s;
        z-index: 997;
        padding: 10px 0;
        top: 0px;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        margin-bottom: 10px;
    }
    #mainbanner {
        margin-top: 80px;
    }
    .course-head {
        font-size: 26px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #392c7d;
        font-weight: 700;
        text-align: center;
    }
    #aboutBanner {
        background-image: url(/Content/Home/image/aboutbg.jpg);
        background-position: center center;
        background-size: auto;
        margin-top: 120px;
        height: 220px;
    }
    .card-title {
        margin-bottom: var(--bs-card-title-spacer-y);
        width: 100%;
        font-size: 10px;
    }
    .card-body p.card-text {
        font-size: 10px;
    }
    .about-title {
        text-align: center;
        position: relative;
        top: 10px !important;
        color: #fff;
        font-weight: 700;
        font-size: 24px !important;
    }

    .page-details {
        text-align: center;
        position: relative;
        top: 10px !important;
        color: #fff;
        font-weight: 400;
        font-size:13px !important;
    }
}
.navbar-nav > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0px 10px 28px;
}
.navbar-nav a {
    display: block;
    position: relative;
    color: #222222;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
}
navbar-light .navbar-nav .nav-link {
    color: #392c7d!important;
}
    .navbar-nav a:hover, .navbar-nav .active > a, .navbar-nav li:hover > a {
        color: #392c7d;
    }
        .navbar-nav a:hover:before, .navbar-nav li:hover > a:before, .navbar-nav .active > a:before {
            visibility: visible;
            width: 100%;
        }

.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #E97A26;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.inner_container_section {
    margin-top: 140px;
}
.inner_container {
    background: #dadada;
    border-radius: 10px;
    padding: 1rem;
}
.heading-content, .section-heading {
    background: linear-gradient(to right,#e97a26,#392c7d);
    color: #fff;
    padding: 5px 0;
    width: 70%;
    margin: 0 auto 2% auto;
    text-align:center;
    border-radius:10px;
}
.term_div h4 {
    color: #392c7d;
}

.card-img-top {
    /*border: solid;
    border-radius: 50%;*/
    width: 100%;
    height: 100%;
    /*margin-top: 10px;*/
}
/*.faculty {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 462px;
    background-image: linear-gradient(0deg,#ff6d26,#ff8826);
}*/
.sticky-sidebar.social-links {
    border-radius: 0 15px 15px 0;
    width: 50px;
    position: fixed;
    top: 50%;
    z-index: 999999;
    background-color: #fff;
}
.sticky-sidebar.social-links {
    border-radius: 0 15px 15px 0;
    width: 50px;
    position: fixed;
    top: 50%;
    z-index: 999999;
    background-color: #fff;
}

.social_sticky_wrap {
    padding: 10px;
}
.exp-faculties::before {
    position: absolute;
    width: 125px;
    height: 120px;
    background: url(https://dmf76jm51vpov.cloudfront.net/www2/images/main/2021/home-v-3/sprites_over_bg.png) -10px -10px no-repeat;
    left: 2%;
    top: 28%;
    content: "";
    z-index: -100
}
ul#faculties-tab li a#pills-faculties-jee-tab {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.add-testimonial .form-container {
    background: linear-gradient(to right, #e97a26, #392c7d);
    font-size: 0;
    padding: 0 15px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.add-testimonial span.signup {
    font-size: 2rem
}

.add-testimonial .form-container .form-icon {
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, .2);
    width: 40%;
    padding: 70px 0;
    vertical-align: top;
    display: inline-block
}

    .add-testimonial .form-container .form-icon i {
        font-size: 124px;
        margin: 0 0 15px;
        display: block
    }

    .add-testimonial .form-container .form-icon .signup a {
        color: #fff;
        text-transform: capitalize;
        transition: all .3s ease
    }

        .add-testimonial .form-container .form-icon .signup a:hover {
            text-decoration: underline
        }

.add-testimonial .form-container .form-horizontal {
    background: rgba(255, 255, 255, .99);
    width: 60%;
    padding: 60px 30px;
    margin: -20px 0;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: inline-block
}

.add-testimonial .form-container .title {
    color: #454545;
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin: 0 0 30px 0
}

.add-testimonial .form-horizontal .form-group {
    background-color: rgba(255, 255, 255, .15);
    margin: 0 0 15px;
    border: 1px solid #b5b5b5;
    border-radius: 20px
}

.add-testimonial .form-horizontal .input-icon {
    color: #b5b5b5;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    height: 35px;
    width: 40px;
    vertical-align: top;
    display: inline-block
}

.add-testimonial .form-horizontal .form-control {
    color: #000;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    width: calc(100% - 55px);
    height: 33px;
    padding: 2px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all .3s
}

    .add-testimonial .form-horizontal .form-control:focus {
        box-shadow: none;
        border: none
    }

    .add-testimonial .form-horizontal .form-control::placeholder {
        color: #b5b5b5;
        font-size: 13px;
        text-transform: capitalize
    }

.add-testimonial .form-horizontal .btn {
    color: rgba(255, 255, 255, .8);
    /*background: linear-gradient(to right, #e97a26, #392c7d);*/
    background-color: #392c7d;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 4rem;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 20px;
    transition: all .3s ease
}

    .add-testimonial .form-horizontal .btn:focus,
    .add-testimonial .form-horizontal .btn:hover {
        color: #fff;
        background-color: #d31128;
        box-shadow: 0 0 5px rgba(0, 0, 0, .5)
    }

.add-testimonial .form-horizontal .forgot-pass {
    font-size: 12px;
    text-align: center;
    display: block
}

    .add-testimonial .form-horizontal .forgot-pass a {
        color: #999;
        transition: all .3s ease
    }

        .add-testimonial .form-horizontal .forgot-pass a:hover {
            color: #777;
            text-decoration: underline
        }

@media only screen and (max-width:576px) {
    .add-testimonial .form-container {
        padding-bottom: 15px
    }

        .add-testimonial .form-container .form-icon {
            width: 100%;
            padding: 20px 0
        }

        .add-testimonial .form-container .form-horizontal {
            width: 100%;
            margin: 0
        }
}