.tabackground{
  background: orange;
}
/*-----------------------------new tab---------------*/

#tab-button1 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dash-sec-title {
    background-color: #A6A6A6 !important;
    color: #ffffff;
    padding: 15px 15px;
    width: 100%;
}
.btn-info {
    color: #fff;
    background-color: #4bbcbc;
    border-color: #4bbcbc;
}
.navactive
{  
 background-color:#d86422;color:white; 
}
#tab-button1 li {
  display: table-cell;
  /*width: 20%;*/
}
#tab-button1 li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button1 li:not(:first-child) a {
  border-left: none;
}
#tab-button1 li a:hover,
#tab-button1 .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}

/*----------------------------------------------------*/
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
	margin: 0 -2px;
}
.navactive
{  
 background-color:#d86422;color:white; 
}
#tab-button li {
  display: table-cell;
  /*width: 20%;*/
  position: relative;
}
#tab-button > li > a {
    display: block;
    padding: 0.5em;
    background: #E8DADA !important;
    border: 1px solid #fff;
    text-align: center;
    color: #000 !important;
    text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button > li.hasChild > a::after{
  content: '';
    transform: rotate(225deg);
    font-size: 15px;
    color: #fff;
    display: inline-block;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    width: 10px;
    height: 10px;
    margin-left: 12px;
    line-height: 10px;
    margin-bottom: 2px;
}

#tab-button > li > a:hover,
#tab-button  > .is-active > a, #tab-button > li > ul > .is-active > a {
  border-bottom-color: transparent;
  background: #4BBCBC !important;
	color: #fff !important;
}
#tab-button ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  background: #eee;
  padding: 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  min-width: 100%;
  position: absolute;
  z-index: 2;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}
#tab-button > li.hasChild:hover ul{
  opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.tab-buttons ul li a, .tab-buttons ul li {
  background: #fff !important;
  color: #000 !important;
}
.tab-buttons ul li {
  display: block;
  width: 100%;
}
.tab-buttons ul li a{
  padding: 4px 10px;
  display: block;
  width: 100%;
  border-radius: 0px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;    
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: 10px ;
    margin-top: 0;
  }
}
.tab-radious{
    border-radius:0px 0px 10px 10px;
}
#navigation ul li:hover .menu
{
    width:180px!important;
   margin-left:20px!important;
}
#main{
    margin-top:-5px!important;
}








body{
	font-family: 'Roboto', sans-serif !important;
}
.divbg_css {
    background-color: #e8dadad4;
    text-align: center;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.custom_title {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.counter_css {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
}

.counter_css span {
    background: #fff;
    padding: 3px 30px;
    border-radius: 40px;
}
.date_css {
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}

.divbg_css_inner {
    background-color: #262624b8;
    padding: 5px 10px;
    border-radius: 4px;
}

.date_css_inner {
    font-size: 12px;
    color: white;
}

.custom_link {
   background-color: #4BBCBC;
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px 10px 0px;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 80%);
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}
.custom_link:hover {
    background-color: #ffffff;
    color: #000 !important;
}
a.custom_link:visited {
    color: #000000;
}
.footer_bg {
    background-color: #c1c1c1ad;
    margin-top: 1%;
    color: #1f1f1d;
    text-align:center;
}


.student-counter-div {
    display: flex;
    align-items: center;
    background: rgb(203 235 255 / 15%);
    border-radius: 4px;
    min-height: 107.5px;
    margin: 10px -10px;
}
.student-counter-div .student-data {
    margin-left: 8px;
}
.student-counter-div .student-data .custom_title_inner {
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}
.student-counter-div .student-data .counter_css_inner {
    font-size: 20px;
    color: white;
    font-weight: 600;
    line-height: 5px;
}
.myimg{
    height:100px;
}

.main-home-header{
	background-color:#f7f5ef;
	padding: 10px 15px;
	color: #000;
}
.main-home-header .logo-main1{
	display:flex;
	text-align:left;
	width:100%;
	align-items:center;
}
.main-home-header .logo-main1 .logo-main-texts{
	display:flex;
	flex-direction:column;
	margin-left: 5px;
	font-size: 12px!important;
    line-height: normal;
    padding-top: 8px;
}
.fntsiz{
    font-size: 13px!important;
}
.main-home-header .logo-main2{
	display: flex;
    text-align: left;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 10 auto;
	margin-left: 78px;
}
.main-home-header .logo-main2 a img {
    max-width: 113px;
}
.main-home-header .logo-main2 .logo-main-texts{
	display:flex;
	flex-direction:column;
	margin-left: 10px;
	align-items: center;
}
.main-home-header .logo-main2 .logo-main-texts span {
    font-weight: 700;
    font-size: 17px;
    text-align: center;    
}
.main-home-header .logo-main2 .logo-main-texts strong{
	margin-top:5px;
	text-align:center;
}
.main-home-header .logo-main3 a img {
    max-width: 78px;
}
.index-bg-data {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1330px;
}
.index-bg-data .custom-buttons{
	margin-top:50px;
}
.index-bg-data .custom-logos-f{
	margin-top:15px;
}
.index-bg-data .custom-logos-f > div{
	display:flex;
}
.index-bg-data .custom-logos-f .logof-1 {
    max-height: 96px;
}
.index-bg-data .custom-logos-f .logof-2 {
    height: auto;
    transform: rotate(90deg);
    min-width: 97px;
    max-width: 97px;
    background: rgba(0,0,0,.5);
    margin-left: 70px;
	margin-top: -67px;
}
@media only screen and (max-width:991px){
	.main-home-header .logo-main2 .logo-main-texts span, .main-home-header .logo-main2 .logo-main-texts strong, .main-home-header .logo-main1 .logo-main-texts span, .main-home-header .logo-main1 .logo-main-texts strong {
   	  font-size: 12px;
	}
	.main-home-header .logo-main2 .logo-main-texts, .main-home-header .logo-main2 .logo-main-texts strong, .main-home-header .logo-main2 .logo-main-texts span {
		align-items: flex-start;
		line-height: 14px;
		text-align:left;
	}
	.main-home-header .logo-main2 a img {
		max-width: 44px;
		height: auto;
	}
	.main-home-header .logo-main3 a img {
		max-width: 80px;
	}
	.main-home-header .logo-main1 a img {
		max-width: 40px;
	}
}
@media only screen and (max-width:574px){
	.main-home-header .logo-main2 {
		justify-content: flex-start;
	}
}
#header {
    z-index: 105;
}
.max_wrapper {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0 10px;
    margin-left: 0;
	transition:all .3s ease-in-out;
}

/* body.sidebar-active .max_wrapper { */
   /* margin-left:100px; */
/* } */





















#topnav {
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .has-submenu.active a {
  color: #00acc1;
}

#topnav .has-submenu.active a i {
  color: #00acc1;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #00acc1;
}

#topnav .topbar-main {
  background-color: #008dc9;
}

#topnav .topbar-main .logo {
  color: #ffffff !important;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: uppercase;
  float: left;
}

#topnav .topbar-main .badge {
  position: absolute;
  top: 5px;
  right: 9px;
  padding: 3px 5px;
  font-size: 12px;
}

#topnav .topbar-main .nav > li > a {
  display: inline-block;
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin: 12px 8px;
  color: rgba(255, 255, 255, 0.7);
}

#topnav .topbar-main .nav > li > a:focus, #topnav .topbar-main .nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

#topnav .topbar-main .nav > .open > a {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

#topnav .topbar-main .nav.navbar-right .dropdown .dropdown-toggle:after {
  display: none;
}

#topnav .topbar-main .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#topnav .topbar-main .profile img {
  height: 34px;
  width: 34px;
  display: block;
}

#topnav .topbar-main .dropdown-menu-lg {
  width: 300px;
}

#topnav .topbar-main .dropdown-menu-lg .list-group {
  margin-bottom: 0;
}

#topnav .topbar-main .dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
}

#topnav .topbar-main .dropdown-menu-lg .media-heading {
  margin-bottom: 0px;
}

#topnav .topbar-main .dropdown-menu-lg .media-body p {
  color: #828282;
}

#topnav .topbar-main .nav {
  margin: 0px;
}

#topnav .app-search {
  position: relative;
  margin-top: 14px;
}

#topnav .app-search a {
  position: absolute;
  top: 7px;
  right: 26px;
  color: rgba(255, 255, 255, 0.7);
}

#topnav .app-search a:hover {
  color: rgba(255, 255, 255, 0.9);
}

#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
  border-color: transparent;
  height: 34px;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px 40px 7px 20px;
  margin: 0 12px 0 5px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 190px;
}

#topnav .app-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#topnav .app-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#topnav .app-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#topnav .app-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#topnav .navbar-custom {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#topnav .navbar-toggle , #topnav .switch-toggle{
  border: 0;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .switch-toggle {
    line-height: 42px;
    font-size: 20px;
    align-items: center;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    border: 1px solid #1c3e94;
    background: #1c3e94;
}
#topnav .navbar-toggle:hover, #topnav .switch-toggle:hover {
  background-color: transparent;
}

#topnav .navbar-toggle:hover span {
  background-color: #ffffff;
}

#topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navbar-toggle:focus span {
  background-color: #ffffff;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 23px auto 17px auto;
  height: 18px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .right-menu{
  list-style: none;
  margin: 0;
  padding: 0;
  float:right;
}
#topnav .right-menu li{
  display: inline-block;
    position: relative;
    list-style: none;
    z-index: 99;
    color: #ffffff;
    border-right: 1px solid #3aace7;
}
#topnav .right-menu li:last-child{
	border-right: none;
}
#topnav .navigation-menu > li {
    display: inline-block;
    position: relative;
    list-style: none;
    z-index: 99;
    color: #ffffff;
    border-right: none;
	
}
#topnav .navigation-menu > li:last-child{
    border-right:none;
	
}



#topnav  .right-menu li h5 {
	color:#fff;
	margin:0;
	padding-right: 4px;
	font-size: 15px;
    font-weight: 700;
}
#topnav .navigation-menu > li > a, #topnav .right-menu li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  
  z-index: 100;
 
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 15px;
  text-decoration:none;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus, #topnav .navigation-menu > li > a:active {
  color: #00acc1;
}

#topnav .navigation-menu > li > a:hover i, #topnav .navigation-menu > li > a:focus i, #topnav .navigation-menu > li > a:active i {
  color: #00acc1;
}

#topnav .navigation-menu > li > a i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  color: #656565;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}
.topbar-right {
    display: none;
    align-items: center;
}
.topbar-right h5 {
    margin: 0;
	color:#fff;
	font-weight: 700;
}
#topnav .topbar-righ > li {
    display: inline-block;
    position: relative;
}
#topnav .topbar-right > a {
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #eee;
    margin-left: 10px;
}
#topnav .navigation-menu > li.bars  {
	margin-right: 10px;
}
#topnav .navigation-menu > li.bars > a{
	background: #1daadf;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px;
}
#topnav .navigation-menu > li.bars > a > i{
	margin: 0;
    color: #fff;
}
#topnav .navigation-menu > li.bars > a:hover{
	background: #055678;
}
#topnav .navigation-menu > li.bars > a:hover > i{
	color: #fff;
}
#dashboard-left-navigation .dashboard-navigation-inside-wrapper {
    top: 10%!important;
}
/*
  Responsive Menu
*/
@media (min-width: 992px) {
	
   .topbar-main {
		display: none;
	}
	#navigation .container-fluid {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 40px;
	}
  #topnav .navigation-menu > li > a {
   padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #topnav .navigation-menu > li > a:active, #topnav .navigation-menu > li > a:focus, #topnav .navigation-menu > li > a:visited {
   color:#fff;
	  border-color:transparent;
	  outline: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: 0;
    right: auto;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  /*#topnav .navigation-menu > li:first-of-type a {
    padding-left: 0px;
  }*/
  #topnav .navigation-menu > li:hover a {
		color: #ffffff;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
		background: #4B4B4B;
		color:#fff;
  }
  #topnav .navigation-menu > li:hover a {
    color: #fff;
  }
  #topnav .navigation-menu > li:hover a i {
    color: #00acc1;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li.has-submenu > a{
	  position:relative;
	  padding-right: 27px;
  }
  #topnav .navigation-menu > li.has-submenu > a:before{
	  content: "\f107";
	  font-family: "Font Awesome 6 Free";
	  position: absolute;
	  right: 10px;
      top: 6px;
      font-size: 9px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 9px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    color: #494e53;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #00acc1;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
}

@media (max-width: 991px) {
  #topnav .navigation-menu > li.bars{
	display:none;
}
  .topbar-right {
    display: flex;
    align-items: center;
}
  .wrapper {
    padding-top: 20px;
  }
  .container-fluid {
    width: 100%;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    display: block;
  }
  #topnav .navigation-menu > li > a {
    color: #313a46;
    padding: 15px;
  }
  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #313a46;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #00acc1;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 30px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #79818a;
  }
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #00acc1;
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff;
	z-index: 105;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
  #topnav .navigation-menu > li {
	  border-right: none;
  }
  #topnav .right-menu {
	  display:none
  }
  body.sidebar-active .max_wrapper {
		margin-left: 0px;
  }
  #dashboard-left-navigation {
	  width: 100% !important;
	  position: relative;
	  top: 17px !important;
	  background: rgb(0 0 0 / 84%);
	  padding: 15px;
  }
  #dashboard-left-navigation .logos-2 {
		padding: 3px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#dashboard-left-navigation.hidden-cm {
		height: 0px;
		overflow: hidden;
		width: 100px;
		padding: 0px;
		margin: 0px;
		top: 0px;
	}
	.tab-contents {
		padding: 0.1em 1em !important;
	}
	.rotated {
		width: 100%;
		height: auto;
		transform: unset;
		font-weight: bold;
		margin-left: 0;
		color: #ffffff;
		text-align: center;
		margin-top: 0;
	}
	.index-bg-data .custom-logos-f .logof-1 {
		max-height: 76px;
	}
	.index-bg-data .custom-logos-f .logof-2 {
		min-width: 75px;
		max-width: 75px;
		margin-left: 54px;
		margin-top: -52px;
	}
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
    

.dashboard-left-navigation-menu {
    top: 156px;
	left: -100%;
	transition:all .3s ease-in-out;
	
}
body.sidebar-active .dashboard-left-navigation-menu {
	left: 0;
	
}
#footer {
    background: #ffffff;
    border-top: 2px solid #008dc9;
    padding: 10px 0;
    position: relative;
    display: block;
    clear: both;
    z-index: 100;
}


.dash-sec-title h4 {
    margin: 0;
    color: #fff;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.dash-sec-title p{
    margin: 0;
}
.dash-sec-title .nav-link {
    padding: 5px 8px;
    margin: 2px;
    border-radius: 3px;
}
.dash-sec-title .nav-tabs {
    border-bottom: none;
}
.dash-sec-title .nav-tabs .nav-item .nav-link {
       background-color: #e8dada !important;
    border-color: #e8dada;
    
}
.dash-sec-title .nav-tabs .nav-item .nav-link.active {
    background-color: #4bbcbc !important;
    border-color: #4bbcbc;
    color: #fff !important;
}
.is-active a {
    background-color: #4BBCBC!important;
    color: #000!important;
    font-weight: 600!important;
}
 .rotated {
    width: 215px;
    height: auto;
    transform: rotate(-90deg);
    font-weight: bold;
    margin-left: -94px;
    color: #ffffff;
    text-align: center;
    margin-top: 105px;
  }

  .textstyle {
    text-align: justify;
    text-justify: inter-word;
  }
   .slide-box-new {
              background: #fff;
              /*border:1px solid #ccc;*/
              border-radius: 5px;
              /*padding:15px;*/
              display: block;
              min-height: 295px;
            }

            .slide-box-new .img-with-heading {
              display: flex;
              align-items: center;
              width: 100%;
              margin-bottom: 15px;
            }

            .slide-box-new .img-with-heading .img-box {
              max-width: 200px;
              min-width: 200px;
              margin-right: 20px;
              height: 150px;
              border: 1px solid #ccc;
              padding: 2px;
            }

            .slide-box-new .img-with-heading .img-box img {
              height: 100%;
              width: 100%;
              object-fit: cover;
              -o-object-fit: cover;
            }

            .slide-box-new .slide-description .para-text {
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-align: justify;
            }
             @media (min-width: 576px){
                        .form-inline.custom-inline .form-control {
                            max-width: 342px;
                        }
                    }
/*main home 
#header{
background-color:#f7f5ef!important;
}
#header menu #navigation ul li .menu
{
top:29px;
padding:0px!important;
}
#header menu #navigation ul li .menu li
{
line-height:20px;
}
#header menu #navigation ul.menu li a:hover {
background-color:#d86422!important;
border-radius:0px!important;
}
#header #navigation ul.menu li.expanded:hover ul.menu li a
{
line-height:30px!important;
padding-left:10px!important;
}
.mbar >a{
color:#fff!important;
}
.level-2 >a:hover
{
color:#fff!important;
}
#map {
height: 94%;
}
.cir
{
display:none;
}
.is-active a{
background-color: #ffcb05!important;
color:#000!important;
font-weight:600!important;
}
.highcharts-credits
{
  display: none!important;
}
.quest
{
  text-decoration: none!important;
}
.td_padding
{
    padding: 2px 6px 2px 6px;
}   
.tr_padding
{
    background-color: white;
    font-size: 12px;
}
.table_line_height tr
{
    line-height:16px;
}
#floating-panel
{
    left:85.2%!important;
    width: 100%!important;
}*/

@media only screen and (max-width:991px){
	#tab-button {
		display: flex;
		flex-wrap: wrap;
	}
	#tab-button li {
		display: inline-flex;
		width: auto !important;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width:991px){	
	.main-home-header .logo-main2 {
		margin-left: 0;
		justify-content: center !important;
		margin-bottom: 6px;
	}
	.main-home-header .logo-main1 a img {
		max-width: 40px;
		height: 48px !important;
		margin-top: 10px;
	}
	.main-home-header .logo-main1 .logo-main-texts span, .main-home-header .logo-main1 .logo-main-texts strong{
		font-size: 10px !important;
	}
}



/* .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #4bbcbc;
  border-color: #4bbcbc;
}
.pagination>li>a, .pagination>li>span {
  color: #4c4c4c;
} */
