.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem!important;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	margin-left: -14px !important;
}

p{
    margin: 0;
    padding: 0;
    text-align: justify;
}

a{
    text-decoration: none;
    color: #000000;
    /* cursor: pointer; */
}

body{ 
    font-family: 'Poppins', sans-serif;
}


:root{
    --nav_para_size: 18px;
    --header1: 35px;
    --header2: 25px;
    --header3: 20px;
    --para1: 16px;
    --nav_link_size: 15px;
}


body::-webkit-scrollbar {
	display: none;
	/* for Chrome, Safari, and Opera */
	scrollbar-width: none;
	/* for Firefox */
}

/* body::-moz-scrollbar{
	display: none;
}   */

/* @charset "utf-8"; */
::-webkit-scrollbar{
	display: none;
}

@-moz-document url-prefix(){
	html, body{
		scrollbar-width: none;
	}
}

/*--header section start --*/

.head_top_st {
    /* background: #830000; */
    background-image: linear-gradient(117deg, #0026ff, #ffffff);
    /* background-image: linear-gradient(117deg, #000c52, #ffffff); */
}

.navbar_text li{
   display: inline-block;
}

.nav_para{
    color: #ffffff;
    font-size: var(--nav_para_size);
    
}

.nav_top_logo{
    text-align: center;
     padding-top: 10px;
}

.header_top_h1 {
    text-align: center;
    padding-top: 56px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 5px #000;
    font-size: var(--header2);
}

.navbar_text li{
    padding-left: 15px;
}
.navbar_text li > a > i{
   font-size: 25px;
   /* color: #ffffff; */
   color: #0026ff;
}


/*-- header bottom info --*/

.navber_info {
    background-image: linear-gradient(117deg, #fff, #ff0302);
    /* background-image: linear-gradient(117deg, #fff, #b70100); */
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

/* .nav_main li:hover>ul.drop_ul{
    display: block;
} */

.drop_sub{
    position: relative;
}

.drop_sub>.drop_ul{
    top: 0;
    margin-top: -5px;
    left: 100%;
}
.drop_ul>li>a::after{
    text-decoration: underline;
    transform: rotate(270deg);
}

.drop_ul{
    /* background-image: linear-gradient(#444, #111); */
    background-image: linear-gradient(117deg, #fff, #ff0302);
}

.nav_main li > a{
    color: #000000 !important;
    font-size: var(--nav_link_size);
    font-weight: 600;
}
.drop_ul li a:hover{
    background-color: #0026ff;
    /* background-color: #162161; */
    color: #ffffff !important;
}

.drop_ul li a:focus{
    background-color: #0026ff;
    /* background-color: #162161; */
    color: #ffffff !important;
}
.dropdown-item.active, .dropdown-item:active{

    background-color: #0026ff;
    /* background-color: #162161; */
    color: #ffffff !important;
}

.nav_tgl .button_tgl{
    color: #000000;
    border: none;
}

.side_dp{
    background-color: #3e3e3e;
    margin: 5px 0;
    border-left: 2px solid transparent;

}
.side_dp .nav-link:focus, .nav-link:hover{
    color: #fff;
}
.side_dp:hover{
    border-left: 2px solid #0026ff;
}
.side_dp a{
    color: #ffffff;
}

.dp_main{
   background-color: #6b6b6b;
   width: 100%;
}

.dp_main.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #4b66ff;
 
}

/* .side_dp.nav-link:focus, .nav-link:hover{
    color: #ffffff;
} */

/* .nav_tgl .button_tgl:focus:not(:focus-visible) {
	outline: 0;
} */

/*-- banner image section start --*/
/* 
.banner_img1{
    background-image: url(../images/slider1.jpg);
}
.banner_img2{
   background-image: url(../images/slider2.jpg);
}
.banner_img3{
    background-image: url(../images/slider3.jpg);
 }
 .banner_img4{
    background-image: url(../images/slider4.jpg);
 }
 .banner_img5{
    background-image: url(../images/slider5.jpg);
 }

.banner_img1,.banner_img2,.banner_img3,.banner_img4,.banner_img5{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
} */

.banner_slide .carousel-control-prev,.carousel-control-next {
	width: 50px;
	height: 50px;
	bottom: 50%;
	top: auto;
	/* background: #830000; */
    background: #ff0606;
    border: 1px solid #ffffff;
}

.banner_slide .carousel-indicators button {
	width: 15px ;
	height: 15px ;
	background: #ff0606 ;
	border: none ;
}
/*-- news section start --*/

.news_info{
    background-color: #feffc2;
}

.news_box {
    position: relative;
    padding: 20px 0;
}

.news_para {
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 17px;
    left: 0;
    top: 19px;
    z-index: 99;
}


/*--- left navber sectiion start --*/
.content_main{
    padding: 50px 0;
    height: 100%;
    background-color: #f8f8f8;
}
.bounceInDown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bounceInDown ul li a {
	display: block;
	background: #3e3e3e;
	padding: 10px 15px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
    border-bottom: 1px solid #ffffff;
}
.bounceInDownul li a:hover {
	background: #0f0f0f;
	color: #42c9ff;
}
.bounceInDown ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
.bounceInDown ul ul {
	background-color:#353535;
}
.bounceInDown ul li ul li a {
	background: #808080;
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
.bounceInDown ul li ul li a:hover {
	background: #3b3b3b;
	border-left: 4px solid #42c9ff;
    
}

/*-- middle content image --*/

.contain_img{
    border: 2px solid #000000;
    padding: 10px;
    margin-bottom: 10px;
}

.content_head{
    font-size: var(--header1);
    text-transform: uppercase;
    color: #830000;
}


.content_headon{
    font-size: 21px;
    text-transform: uppercase;
    color: #830000;
    font-weight: 800;
}



/*--- right section ---*/

.news_info_right {
	border: 1px solid #830000;
    margin-bottom: 10px;
   
}

.text_head2 {
	font-size: var(--header2);
	background: #830000;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

.marquee_box{
 padding: 10px;
}

.archive_box{
    padding: 10px;
}

.archive_text{
    color: #000000;
    font-size: var(--header2);
}


/*-- footer section start --*/

.footer_info{
    background-color: #830000;
    padding: 30px 0;
    text-align: center;
}

.footer_text{
    text-align: center;
    font-size: var(--nav_para_link);
    color: #ffffff;
}


/*-- visit count --*/

/* Styles for website counter container */

.website-counter {
	background-color: #ff4957;
	color: white;
	font-weight: 700;
	font-size: 25px;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
	padding: 9px 25px;
    
}
  
  /* Styles for reset button */

  /* #reset {
    margin-top: 20px;
    background-color: #008cba;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 20px;
    color: white;
    border: 0;
  } */




  /*-- 9th confarence page --*/

  .confarence_box {
    border: 1px solid #000;
    margin: 10px 0;
    padding: 10px;
}

.text_confa_9th{
    padding: 0 15px;
    
}

  .text_h1{
    background-color: #830000;
    color: #ffffff;
    font-size: var(--header1);
    padding: 6px 0 5px 10px;
}


  .btn_con{
    border: 1px solid #85aa3f;
    background-color: #a5cb5e;
    padding: 10px 15px;
    display: inline-block;
    font-size: var(--nav_para_size);
  }

  /*--- confarence V 9th --*/
  .text_p{
    font-size: var(--nav_para_size);
    font-weight: 800;

  }

  /*-- effi page start --*/
  .con_effi{
    font-size: var(--header2);
    padding: 10px 0;
  }

  .con_effi_box_img{
    text-align: center;
    padding: 10px ;
  }
  
  .eefi_ul li{
    font-size: var(--nav_para_size);
    color: #000;
    font-weight: 700;
    padding: 8px 0;
  }

  .eefi_ul li a:hover{
    color: #c40000;
  }
  .eefi_pt{
    font-size: var(--nav_para_size);
    color: #000;
    font-weight: 700;
    padding: 8px 0;
  }

  .eefi_pt2{
    font-size: var(--nav_para_size);
    color: #000;
    font-weight: 600;
    padding: 8px 0;
  }
  
  .eefi_pt2 a:hover{
    color: #c40000;
  }
.ital_eefi{
    color: #ff6666;
    font-size: var(--nav_link_size);
    
}
.ital_eefi2{
    color: #808080;
    font-size: var(--nav_link_size);
}





/*-- palement page section start --*/
.parle_all{
    border: 1px solid #000000;
    padding: 10px;
}

.parle_para{
    text-align: justify;
    
}

.parle_para p{
    font-size: var(--nav_link_size);
    line-height: 20px;
}

.parle_head{
    font-size: var(--header1);
    padding-top: 10px;
}

/*-- is section start ---*/

.parle_is_p{
    font-size: var(--header3);
    font-weight: 700;
    padding-top: 15px;
    text-align: center;
}



/*-- states section start --*/

.states_btn{
    background-color: #a5cb5e;
    padding: 8px 18px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 7px;
}

.states_btn:hover{
    background-color: #85aa3f;
    color: #ffffff;
    border-radius: 7px;
}

.states_img {
    border: 13px solid #85aa3f;
    border-radius: 8px;
    transition: all 0.4s;
}

.states_img:hover {
    border: 13px solid #91ca28;
    border-radius: 8px;
    box-shadow: 7px 6px 11px -1px #939393;
}


/*-- ncco section start --*/
.ncco_info p > a{
    color: #aa2800;
}

.ch_head{
    font-size: var(--header3);
    font-weight: 700;
}

.news_in_img {
    border: 4px solid #696969;
    padding: 6px;
    border-radius: 10px;
    margin: 10px 0;
    min-height: 396px;
    /* min-height: 100%; */
    background: #e9e9e9;
    max-height: 396px;
    overflow: hidden;
}
.box_img_head{
    width: 50%;
    height: 100%;
}

.box_img_head img{
    width: 100%;
    height: 100%;
}



/*-- contact page start --*/
.contact_info{
    width: 70%;
    margin: 0 auto;
}

.contact_info_p {
    background-color: #e2e2e2;
    padding: 13px;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 4px 4px 4px -2px #a3a3a3;
}

/*-- affillied section start --*/

.affillied_info_img{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 2px solid #000000;
}


/*-- photo gallery 3 --*/

.text_photo_h1{
   font-size: var(--header3);
   text-align: center;
   padding: 15px 0;
   background-color: #00899b;
   color: #fff;
   margin: 20px 0;
}





/*-- side icon menu --*/

ul.iconmenu {
    font-size: 1em;
    list-style: none;
    position: fixed;
    left: 0;
    top: 320px;
    margin: 0;
    padding: 0;
    width: 3em;
    z-index: 100;
    background: #90e4ff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 3px 1px 3px rgba(0,0,0,0.4);
}

ul.iconmenu li {
	text-align: center;
	cursor: pointer;
}

ul.iconmenu li a:last-of-type {
	border-bottom-width: 0;
	padding-bottom: 7px;
	margin-bottom: 3px;
}

ul.iconmenu li a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 12px 5px;
	border-bottom: 1px solid white;
}

ul.iconmenu li a:hover, ul.iconmenu li a.selected {
	background: #D2FFFF;
}
.logotxt{
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

/*-- home page box section --*/
.states_img2 {
    border: 7px solid #7a3a3a;
    border-radius: 9px;
    transition: all 0.4s;
}

.states_img2:hover {
    border: 7px solid #830000;
    border-radius: 9px;
    box-shadow: 7px 6px 11px -1px #939393;
}

.vi {
	text-align: center;
}