:root {
    --blue: #1d4354; /*secondy color */
    --white: #ffffff; 
    --green: #38bf73; /*primery color */
    --black: #15191f; 
    --grey: #f5f6fa; 
    --yellow: #fa921e; 
    --navbar: #74757f; 
    --red : #c30734;
    --fontfamily: 'Poppins', sans-serif;
}
body{
    margin:0;
    padding:0;
    scroll-behavior: smooth;
    font-family: var(--fontfamily);
}
.list-group-item {
    background-color: transparent !important;
    border: none !important;
    padding:0px;
}
a{
    text-decoration: none;
}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
h3 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}



/* header css */

/* side menu css */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 12px 8px 12px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: var(--red) !important;
  }
  .sidenav li a{
      color:#fff !important;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 14px;
    margin-left: 50px;
  }

  .sidenav .list-group{
      margin-top:20px;
  }

  .list_mem ul li a{
      color:var(--red) !important;
  }

/* side menu css end */

.logo img{
    width:90px;
}
.logoname img{
    width:520px;
}
.swachbharat img{
    width:150px;
}
.middle_header ul{
    margin-left: auto;
    text-align: center;
    justify-content: center;
}
.engname{
    font-size: 20px;
    font-weight: 800;
    font-family: var(--fontfamily);
    color:var(--red);
}
.hindiname{
    font-size: 20px;
    font-weight: 800;
    font-family: var(--fontfamily);
    color:var(--yellow);
}

.uper_header{
    background-color: var(--red);
    padding:10px;
}
.in_up_head{
    display: flex;
}
.in_up_head ul:nth-child(3){
    margin-left:auto;
}
.in_up_head ul:nth-child(2){
    display: none;
}

.uper_header li a{
    color:var(--white) !important;
    font-weight: 400;
}
.nav_header{
    background-color: var(--yellow);
    padding:20px;
}
.nav_header li a{
    font-family: var(--fontfamily);
    color:var(--red) !important;
    padding:0px 5px;
}
.nav_header li a:hover{
    color:var(--red) !important;
    font-weight: 800;
}
.profile_menu{
    padding: 10px 20px;
    margin-top: 15px !important;
    list-style: none;
    background: #fff;
    width: 210px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    border-top: 4px solid #d24c41;
    display:none;
    z-index:9999;
}
.profile_menu li {
    padding:5px 0px;
}
.middle_header .container{
    justify-content:space-between;
    align-items: center;
}
/* header css end */





/* footer css code start here */

.footer_section{
    background-color: var(--red);
    color:#fff;
    opacity: 0.9;
}
.footer_section_bg{
    /*background-image: url('../images/footer-bg.jpg');*/
    background-position: center;
    background-size: cover;
}
.footer_section h3{
    font-size:18px;
    font-weight: 800;
    margin-bottom: 15px !important;
}

.inner_upper_footer{
    padding:25px 20px;
}
.inner_upper_footer h2{
    font-size: 24px;
    font-weight: 900;
    margin-top:15px;
}
.inner_upper_footer h2 a{
    color:#fff;
}
.bottom_footer{
    padding:20px;
    text-align: center;
    color:#fff;
    font-size: 14px;
}
.bottom_footer a{
    color:#fff;
    font-weight: 800;
}

.middle_footer{
    border-top: 2px solid rgba(238, 238, 238, 0.158);
    border-bottom: 2px solid rgba(238, 238, 238, 0.158);
}

.inner_middle_footer{
    padding:20px;
}
.inner_middle_footer li{
    padding-bottom: 10px !important;
}
.inner_middle_footer a{
    font-size: 14px;
    font-weight: 400;
    color:#fff;
}
.inner_middle_footer li i{
    font-size: 14px;
    margin-right:10px;
    color:#fff;
}
.inner_contact_footer{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact_footer_text_div{
    margin-left:20px;
}
.social_icons{
    margin-top:25px;
}
.social_icons li{
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding:10px !important;
}
.social_icons li a i{
    font-size: 14px;
    color:var(--primaryone) !important;
    margin-right: 0px !important;
}
.inner_upper_footer form{
    display: flex;
}
.inner_upper_footer input[type=text]{
    height: 55px;
    width: 75%;
    background: 0 0;
    border: none;
    color: #fff;
    padding: 0 50px 0 20px;
    color: #fff !important;
    font-size: 14px;
    background-color: #fff3;
    border-radius: 5px 0 0 5px;
    display: inline-block;
}
.inner_upper_footer input[type=submit]{
    height: 55px;
    width: 25%;
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
    background: 0 0;
    border: none;
    color: var(--red) !important;
    font-size: 16px;
    background-color: #fff;
}
.footer_section p{
    color:#fff;
    font-size: 14px;
}
/* footer css code end here */


/* extra stuff footer css */

.inner_extra_stuff{
    display: flex;
    padding: 18px 10px;
    background: #fff;
    margin: 20px 0px;
    border-radius: 8px;
}
.extra_stuff h3{
    color:var(--yellow);
    font-size: 16px;
    font-weight: 800;
    font-family: var(--fontfamily);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.extra_stuff p{
    color:var(--black);
    font-size: 13px;
    font-family: var(--fontfamily);
}
.extra_stuff .stuff_icon i{
    background-color: var(--red);
    color:var(--white);
    font-size: 18px;
    padding:5px;
    border-radius: 4px;
}
.stuff_text{
    padding-left:15px;
}
/* extra stuff footer css end */


/* braudcumb section css */
.braudcumb_section{
    background-size: cover;
    padding:120px 20px 60px 20px;
    background-image: url('../image/braud.jpg');
    background-position: right;
}
.braudcumb_section h3{
    font-size: 32px;
    font-weight: 800;
    color:var(--white);
    font-family: var(--fontfamily);
}
.braudcumb_section p{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fontfamily);
    color:var(--white);
    margin-top:20px;
}
/* braudcumb section css end */



/* contact page css start */

.contact_page{
    padding:60px 0px;
    background-color: var(--grey);
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    margin-top:5px;
    pointer-events: none;
    color: #aaa;
}
.send_btn{
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0.3em;
    font-family: var(--fontfamily);
    padding: 0.8em 1.8em;
    background: var(--yellow);
    border-color: transparent;
    color: #ffffff!important;
    box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
}
.contact_form input{
    background: #fbfbfb;
    color: #000000;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgb(0 0 0 / 8%) inset;
    transition: all 0.3s;
    height:50px;
    margin-bottom:20px;
}
.contact_form input:focus { 
    outline: none !important;
    border-color: var(--yellow);
    box-shadow: 0 0 5px #00bf80;;
}
.contact_form textarea:focus { 
    outline: none !important;
    border-color: var(--yellow);
    box-shadow: 0 0 5px #00bf80;;
}
.contact_form textarea{
    background: #f6f6f6;
    color: #000000;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgb(0 0 0 / 8%) inset;
    transition: all 0.3s;
    height:160px;
    margin-bottom: 20px;
} 
.contact_information h3{
    font-size: 20px;
    font-weight: 800;
    font-family: var(--fontfamily);
    color:var(--black);
}
.contact_information p{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--fontfamily);
    color:var(--black);
}
.contact_information{
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    justify-content: center;
}
.contact_form{
    margin-top:50px;
}
/* contact page css end */


/* blog page css  start here*/

.blog_section{
    padding: 60px 20px;
}
.inner_blog img{
    width:100%;
    margin-bottom: 25px;
    border-radius: 8px;
}
.inner_blog h3{
    font-size: 22px;
    font-weight: 800;
    font-family:var(--fontfamily);
    color:var(--black);
}
.inner_blog ul li{
    font-size: 14px;
    font-weight: 400;
    font-family:var(--fontfamily);
    color:var(--black);
    margin-top:10px;
}
.inner_blog p{
    font-family: var(--fontfamily);
    color:var(--black);
    font-size: 14px;
    margin-top:15px;
    height: 65px;
    margin-bottom: 10px;
    overflow: hidden;
}
.inner_blog{
    /* background-color: var(--grey); */
    padding:20px;
    border-bottom: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom:20px;
}
.inner_blog a{
    font-family: var(--fontfamily);
    color:var(--black);
    font-size: 14px;
    transition: 0.8s;
}
.inner_blog a:hover{
    color:var(--yellow);
}
/* blog page css end here */



/* courses page css */
.course_section{
    padding:40px 20px;
    background-color: var(--grey);
}
.enrol_now{
    background: var(--yellow);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-family: var(--fontfamily);
    margin:30px 0px;
    border-radius: 4px;
}
.enrol_now h3{
    font-size: 22px;
    font-weight: 800;
}
.enrol_now p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin:10px 0px 15px;
}
.enrol_now a{
    font-size: 16px;
    font-weight: 400;
    background-color:transparent;
    text-align: center;
    padding:10px 30px;
    color:var(--white);
    border-radius: 4px;
    border:2px solid #fff;
    transition: 0.8s;
}
.enrol_now a:hover{
    background-color: var(--white);
    color:var(--yellow);

}

.stuff_courses p{
    height:42px;
    overflow: hidden;
}
.stuff_courses h3 {
    height: 40px;
    overflow: hidden;
}
/* courses page css end */

/* course braud css */
.courses_braud{
    padding:20px;
    background-color: #ddd;
}
.courses_braud h3{
    font-size: 18px;
    font-weight: 800;
    color:var(--black);
}
.courses_braud a{
    font-size: 14px;
    font-weight: 400;
    color: var(--red);
}
.courses_braud ul li:nth-child(2){
    margin-left:auto;
}
/* course braud css end */


/* do course css start */
.do_course{
    color:var(--black);
    font-size: 14px;
    padding:40px 20px 80px;
    border-bottom: 0.25px solid #ddd;
}
.details_name{
    border-top:1px solid #ddd;
    padding:10px;
    margin-bottom: 20px;
    font-weight: 800;
    border-bottom:1px solid #ddd;
}
.about_course_section{
    padding:20px;
}
.course_name_section{
    border:1px solid #ddd;
}
.course_name_section h3{
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 800;
    padding: 20px;
}
.course_name_section ul li{
    padding:15px;
    border-bottom: 1px solid #ddd !important;
}
.course_name_section ul li a{
    color:var(--black);
    font-size: 12px;
}
/*.course_name_section ul li a::before {*/
/*    content: "\00BB";*/
/*    margin-right: 5px;*/
/*    color: var(--black);*/
/*}*/
.table-responsive{
    font-size: 13px;
    color:var(--black);
    font-family: var(--fontfamily);
}
/* do course css end */

/* inquiry page css */
.enquiry_page{
    padding:60px 20px 80px;
    background-color: var(--grey);
}
.innerform label{
    font-size: 12px;
    margin:20px 0px 10px;
}
.innerform input, .innerform textarea{
    font-size: 12px;
    padding:15px 30px;
}
.innerform input, .innerform select{
    font-size: 12px;
    padding:15px 30px;
}
/* inquiry page css end */


/* view blog css */
.blog_preview img{
    width:100%;
}
.blog_preview h3{
    font-size: 20px;
    font-weight: 800;
    margin:20px 10px;
    font-family: var(--fontfamily);
}
.blog_preview ul{
    margin-bottom: 20px;
    margin-left:10px;
}
.blog_preview p{
    margin-left:10px;
}
/* view blog css end */

/* gallery css */
.image_section{
    padding:60px 20px;
    background-color: var(--grey);
}
.image_section img{
    width:100%;
    border-radius: 8px;
    transition: 0.8s;
    margin-bottom: 15px;
}
.image_section img:hover{
    opacity: 0.7;
}
/* gallery css end */

/* news page css */
.news_dea{
    font-size: 18px;
    font-weight: 800;
    margin:15px 0px 12px;
}
.modal h4{
    font-size: 18px;
    font-weight: 800;
    font-family: var(--fontfamily);
}
.modal p{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fontfamily);
}
.modal .modal-body{
    padding-bottom: 22px;
}
.modal{
    background: #0000008c;
}
/* news page css end */







/* index page css */


.center_details{
    padding:65px 20px;
    background-image:url('../image/bg-take.jpg') ;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.center_details h3{
    color:#fff;
    font-family: var(--fontfamily);
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
}

.inner_details_div img{
    width:100%;
    border-radius: 4px;
    margin-bottom: 15px;
}
.inner_details_div h4{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--fontfamily);
    color:#fff;
    text-transform: uppercase;
}
.center_details ul{
    display: flex;
    justify-content: center;
    margin-top:55px;
}
.center_details li a{
    color:#fff;
    font-size: 14px;
    font-family: var(--fontfamily);
    border:2px solid #fff;
    border-radius: 4px;
    margin-top:10px;
    margin:0px 20px;
    padding:10px 25px;
    text-transform: capitalize;
}
.contact_btn{
    background:var(--yellow);
    border:2px solid var(--yellow) !important;
    padding:5px 20px;
}

.header_div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.header_div a{
    margin-left:auto;
    color:var(--red);
    font-size: 16px;
    font-weight: 400;
    padding:5px 10px;
    border-radius: 4px;
    border:2px solid var(--red);
}
.header_div h2{
    color:var(--black);
    font-size: 28px;
    font-weight: 800;
}



/* index page css end */




/* paginaion */

.pagination .active{
    color:#fff !important;
    background-color: #069292;
}
.check_page{
    display: none !important;
}
.Show_check_page{
    display: block !important;
}
.pagination li {
    margin:0px 5px;
    display: inline;
}
.pagination{
    /* justify-content: center !important; */
    margin-top:30px;
    /* display: flex !important; */
}
.pagination li{
    background:#333;
    color:#fff;
    font-size: 14px;
    padding:10px 18px;
    transition:0.8s;
    border-radius: 4px;
}
.pagination li:hover{
    background:#069292;
}
.pagination li a{
    color:#fff;
}
.active_page_show {
    background-color: #069292;
    padding:5px 15px;
    border-radius:4px;
    list-style: none;
    color:#fff;
    /* display: flex !important; */
    margin-top:25px;
    width: fit-content;
}

/* member log in page css */
.member_log{
    /* background-image:url('../image/memlog.jpg') ;
    background-repeat: no-repeat;
    background-size: cover; */
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #478bbc1f;
    backdrop-filter: blur(10px);
}
.inner_member_login{
    background-color:#fff0;
    border-radius: 6px;
    padding:25px 20px;
    box-shadow: 5px 5px 160px #478bbc;
}
.inner_member_login h3{
    font-size: 20px;
    font-weight: 800;
    font-family: var(--fontfamily);
    color:var(--black);
    text-transform: uppercase;
}
.inner_member_login p{
    font-size: 14px;
    margin:7px 0px;
    font-weight: 400;
    font-family: var(--fontfamily);
    color:var(--black);
    border-bottom: 1px solid #000;
    padding-bottom: 18px;
}
.inner_member_login label{
    font-size: 14px;
    font-family: var(--fontfamily);
    color: var(--black);
    margin:15px 0px 5px;
}
.inner_member_login input, .inner_member_login select{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fontfamily);
    height:47px;
    border:1px solid #959ba4;
}
.inner_member_login input[type=submit]{
    font-size: 14px;
    font-weight: 400;
    padding: 5px 65px;
    margin-top: 25px;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    background-color: #478bbc;
    color:#fff;
    border:none;
    border-radius: 4px;
}
.errormsg label{
    color:#c30734 !important;
}
/* member log in page css */



.hero_section .carousel-inner img{
    width:100%;
    height:480px;
}

.extra_stuff{
    width:100%;
    overflow: hidden;
}
.inner_stuff{
    padding:50px 40px;
    color:#fff;
    text-align: center;
}
.inner_stuff p{
    color:#fff;
    margin-top:20px !important;
}
.inner_stuff h3{
    color:#fff;
    font-weight: 900;
    margin-top:20px !important;
}
.inner_stuff i{
    font-size: 44px;
}
.stuffone{
    background-color: #49b0c1;
}

.stufftwo{
    background-color: #081828;
}
.stuffthree{
    background-color: #88c250;
}

.blog_section, .service_section {
    padding: 50px 20px;
}
.blog_section {
    background-color: #ddd3;
}

.blog_section h4{
    text-align: center;
    font-size: 18px;
}
.blog_section h3{
    text-align: center;
    font-weight: 800;
    color:var(--blue);
}

.inner_blog h3{
    margin-top:15px !important;
    text-align: left !important;
}


.about_home{
    padding:50px 20px;
}
.about_home_img img{
    width:90%;
}

.about_home_text{
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_home_text ul{
    margin-top: 15px;
    margin-bottom: 20px;
}
.about_home_text li{
    margin-bottom:15px;
    font-size: 16px;
    color:#414141;
}
.about_home_text li i{
    margin-right:10px;
    color:var(--primaryone)
}

.about_home_text h3{
    font-size: 42px;
    font-weight: 900;
    color:var(--primaryone);
    margin-bottom: 25px;
}

.about_home_text p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color:#414141;
}

.about_home_text a{
    font-size: 16px;
    font-weight: 400;
    background-color: var(--yellow);
    color:#fff;
    padding:10px 30px;
    border-radius: 4px;
    width:fit-content;
}

.inner_news_section h3 {
    font-size: 18px;
    font-weight: 800;
    font-family: var(--fontfamily);
    margin-bottom: 25px;
    padding: 10px;
    color: #fff;
    background: var(--blue);
    border-radius: 4px;
}

.inner_news_section ul li{
    background-color: #ddd6 !important;
    padding:15px;
    border-radius: 8px;
}

.object_inner{
    padding:40px 20px;
}

.object_inner .card-header{
    display: flex;
    justify-content: space-between;
}


/*department css*/
.inner_department_section{
    display:flex;
    flex-direction:row;
    border:1px solid #ddd;
    padding:10px;
    margin-bottom:15px;
    align-items:center;
    justify-content:center;
    border-radius:4px;
}
.departName{
    margin-left:10px;
}

.dipartment_Section a {
    font-size:14px !important;
    color:#000;
}

/*department css end*/

.course_details_letter::first-letter {
  font-size: 44px;
  font-weight:bold;
}

.about_home_text h4{
    font-size:18px;
    font-weight:bold;
}



/* about page stylesheet start here */



/* history in about page */
.history{
  padding: 40px 10px;
  background-color: #ddd6;
}
.history .inner_history{
  padding: 10px 20px ;
}
.history .inner_history img{
  border-radius: 4px;
}
.history .inner_history img:hover{
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.history .inner_history h3{
  color: var(--blue);
  font-size: 25px;
  font-weight: 700;
}
.history .inner_history p{
  color: var(--darkgrey);
  font-size: 15px;
}
/* history end in about page */
/* message start here */
.message{
  padding: 60px 20px;
}
.message .inner_message{
  padding: 20px 40px;
  cursor: pointer;
}
.message .card{
  text-align: center !important;
  padding: 30px;
  border: 2px dashed #ddd;
  display: block;
  margin-top: 8px;
  background-color: var(--light);
}
.message .card:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.message .card .img_ceo{
  border-radius: 50%;
  width: 80px;
}
.message .card h5{
  font-size: 20px;
  font-weight: 600;
  color: var(--blue);
}
.message .card h6{
  font-size: 17px;
  font-weight: 600;
  color: var(--darkgrey);
}
.message .card p{
  color: var(--darkgrey);
  font-size: 15px;
}
/* message end here */



.edit_student_img{
    width:100% !important;
    height:220px !important;
}


.errorMessage{
    color:red;
    font-size:12px;
    margin-bottom:10px;
    font-weight:bold;
}


.innerResultImageDmc img{
    width: 100%;
    height:100%;
    border:1px solid #000;
}

.innerform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course_section h2{
    font-size: 26px;
    font-weight: 800;
    color: #184356;
}


