@font-face {
  font-family: "MyFontName";
  src: url("krdv010.woff") format('woff');
  font-weight: bold;
}

html {min-height: 100%;}
{
	margin: 0;
	padding: 0;
}

a {color: #8dbb4e;}
a:hover {color: #282828;}

body {
	background: #8DBB4E;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: bold 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

h1,h2,h3 {padding-top: 6px; color: #669900; margin-bottom: 4px;}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 0px solid #b1b1b1;
	border-radius: 20px;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 98%;
}

.outer-container {
	background: #b5d3ef url('images/bg.jpg') repeat-xy;
	padding-bottom: 24px;
}

.header {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	background: #FDFDFB;

}

#hero-img img{
	width: 99%;
	height: auto;
    max-height: 250px;
	margin-top: 10px;
	border-radius: 6px;
}

/* LOGO CONTAINER */

#logo {
  float: left;
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 8px 10px;
  max-width: 100%;
}

#logo img {
  width: clamp(45px, 7vw, 70px);
  height: auto;
}

.logo-text {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

#logo h1 {
  margin: 0;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: bold;
  color: #0C5832;

  line-height: 1.2;
  word-break: break-word;
}

#logo h2 {
  margin: 0;
  font-size: clamp(12px, 2.2vw, 16px);
  color: #2E2E2C;

  line-height: 1.2;
  word-break: break-word;
}

/* Top Menu */

#topmenu {
  display: flex;
  justify-content: flex-end;   
  align-items: center;
  gap: 8px;
  margin: 10px 10px;
  padding-top: 15px;
}

#topmenu ul {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#topmenu li {
  margin: 0;
  padding: 0;
}

/* pill buttons */
#topmenu a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 20px;

  background: #16a34a;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;

  transition: 0.25s ease;
}

/* hover effect */
#topmenu a:hover {
  background: #15803d;
}

.main {
	display: flex;
  	gap: 10px;
	padding: 5px;
}

.flexslider { width: 820px; height: 331px; margin: 0 auto; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; overflow: hidden; margin-bottom: 27px; }
.flexslider ul { list-style: none; list-style-position: outside; position: relative; }
.flexslider ul li { width: 820px; height: 331px; float: left; }
.flexslider ul li img { width: 820px; height: 331px; }
.flexslider ul li .slide-cnt { width: 412px; position: absolute; top: 38px; right: 74px; }
.flexslider ul li .slide-cnt h2 { font-size: 42px; font-weight: bold; color: #fff; line-height: 53px;  text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;  padding-bottom: 17px; }
.flexslider ul li .slide-cnt p { color: #1f3e50; line-height: 26px; }
.flexslider ul li  a.slider-btn { position: absolute; bottom: 0; left: 50%; min-width: 176px; height: 34px; margin-left: -88px; background: #fff; border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; color: #1e3d51; font-size: 19px; font-weight: bold; text-align: center; line-height: 36px; 
}

.flexslider ul li  a.slider-btn:hover { text-decoration: none; color: #3995d6;  }
.flexslider ul li  a.slider-btn span { background: url(../images/slider-btn-arr.png) no-repeat 0 9px; padding-left: 15px; }

.content {
	order: 2;
 	min-width: 0;
	margin-left: 10px;
	margin-right: 5px;
	padding-top:10px;
}
.content table {
  width: 100% !important;
}

.contents {
	order: 2;
	float: right;
	width: 820px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
}
.content p {
	font-family: "Lucida Sans Unicode", sans-serif; align:justify;
	font-size:13px;
	}


.content h2 {
	color: #7bcd5f;
	font: bold 1.8em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
}

.navigation {
	width: 210px;
	color:#323D43;
	background: #F5F5F5;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	border-top:1px solid #F5F5F5;
	border-bottom:1px solid #F5F5F5;
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.navigation ul {
	font-size: 1.2em;
}

.navigation li a {
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.navigation li a:hover {
	color: #FB723C;	
}

.newssurve {
	float:left;
	}


#login {
	padding: 20px;
	background: url(images/img06.jpg) repeat-x;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #669900;
}

#inputtext1, #inputtext2 {
	width: 154px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.hindi {
	font-family:"Kruti Dev 010", "DevLys 010","MyFontName";
	font-size: 1.8em;
}

.hindi2 {
	font-family:"Kruti Dev 010", "DevLys 010";
	font-size: 1.4em;
}

.engl {
	font: normal 100% Tahoma,sans-serif;
}

.eng2 {
	font: normal 75% Tahoma,sans-serif;
}

#login a {
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
}

.footer {
	background: #7bcd5f;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
    margin: 5px 10px;
	padding: 10px 12px;
	text-align: center;
	border-radius: 10px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFCC00;}

#sidebar {
	order: 1;
	width: 300px;
	margin-top: 20px;
	padding: 2;
	background: #E6E6E6;
	border-radius: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 3;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/bimg07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 5px 0 0 5px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 6px;
	background: url(images/bimg06.gif) no-repeat;
	font-size: 120%;
	font-weight: bold;
	color: #145997;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	background: #E6E6E6 url(images/bimg07.gif) no-repeat right bottom;
}

#sidebar a {
	padding: 15px 0px 0px 10px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	color: #3399CC;
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

#sidebar h4 {
	border: none;
	margin: 0;
	background: #FFFFFF;
}

/* NAVBAR CONTAINER */
.main-nav {
  text-align: left;
  margin: 10px 5px;
}

/* MAIN MENU */
.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* MENU ITEMS */
.nav-list > li {
  display: inline-block;
  position: relative;
  margin: 4px;
}

/* BUTTON STYLE */
.nav-list a {
  width: max-content;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 10px;
  background: #16a34a;
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.dropdown > a,
.sub-dropdown > a {
  cursor: pointer;
}

.nav-list a:hover {
  background: rgb(92, 200, 92);
}

.nav-list a:active {
  transform: scale(0.96);
}
/* HOVER */
/* .nav-list a:hover {
  background: inherit;
} */

/* DROPDOWN */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  padding: 6px;              
  background: transparent;
 
  border-radius: 10px;
  min-width: 50px;           
  width: max-content;   
  align-items: flex-start;     

}

/* DROPDOWN ITEMS */
.dropdown-menu li {
  display: block;
  margin: 4px 0;
}

.dropdown-menu a {
  display: inline-block;     
  padding: 5px 12px;         
  border-radius: 20px;

  background: #16a34a;
  color: white;

  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;       
}

/* .dropdown:hover .dropdown-menu {
  display: block;
} */

.sub-dropdown {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;

  padding: 6px;
  background: transparent;
  border-radius: 10px;

  width: max-content;
  align-items: left;
}

/* .sub-dropdown:hover .sub-menu {
  display: block;
} */

.menu-toggle {
	display: none;
	font-size: 16px;
	background: #16a34a;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	margin: 10px;
	cursor: pointer;
}


.dropdown.active .dropdown-menu {
  display: block;
}

.sub-dropdown.active .sub-menu {
  display: block;
}

/* ================= MOBILE NAV ================= */
@media (max-width: 768px) {

	.header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  /* show hamburger */
  .menu-toggle {
    display: block;
	margin-left: auto;
	margin-right: 5px;
    cursor: pointer;
  }

  /* hide desktop topmenu */
  #topmenu {
    display: none;
  }

  .main-nav{
	position: relative;
  }

  /* NAV CONTAINER */
  .nav-list {
    position: static;
    width: 100%;
    display: none;
    flex-direction: column;

    background: white;
    padding: 5px;
    border-radius: 10px;

    margin-top: 5px;
	padding: 10px 15px 10px 10px;
  }

  .nav-list > li {
	padding-right: 10px;
	margin-right: 10px;
    display: block; 
	text-align: right;
	width: auto;           
  }

  .nav-list > li > a {
    display: inline-block;    
    width: auto;
  }

  /* when hamburger clicked */
  .nav-list.show {
    display: flex;
  }

  

  /* ================= DROPDOWNS ================= */

  .dropdown-menu,
  .sub-menu {
    display: none;
    position: static;

    margin-top: 5px;

    width: fit-content;        
    margin-left: auto;         
    padding-right: 10px;

    text-align: right;
  }

  .dropdown-menu li,
  .sub-menu li {
    text-align: right;
  }

  /* ================= MOBILE-ONLY ITEMS ================= */

  .mobile-only {
    display: block;
  }

  .main {
    display: block; 
  }

  .content {
    width: 100%;
  }

  #sidebar {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #logo {
    transform: scale(0.85);
    transform-origin: left center;
  }
}

/* hide by default (desktop) */
.mobile-only {
  display: none !important;
}

/* show ONLY on mobile */
@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}