﻿@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url('https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@200;300;400;500;600;700;800&display=swap');

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@charset "UTF-8";


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.3;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: 14px;*/
  
  font-family: 'Mukta Vaani', Helvetica, Arial, sans-serif;
}
#cssmenu {
/*
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  */
  width: 100%;
  padding-right:20px;
}
	#cssmenu ul ul {
		box-shadow: 0px 4px 5px rgba(122, 122, 122,.4);
		display: none;
	}
.align-right {
  float: right;
}

#cssmenu > ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	
}

	#cssmenu > ul > li {

		
		/*background: #d3bc92;*/ /* Old browsers */
		/*background: -moz-linear-gradient(top, hsl(39,42%,70%) 0%, hsl(39,52%,63%) 100%);*/ /* FF3.6+ */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(39,42%,70%)), color-stop(100%,hsl(39,52%,63%)));*/ /* Chrome,Safari4+ */
		/*background: -webkit-linear-gradient(top, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%);*/ /* Chrome10+,Safari5.1+ */
		/*background: -o-linear-gradient(top, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%);*/ /* Opera 11.10+ */
		/*background: -ms-linear-gradient(top, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%);*/ /* IE10+ */
		/*background: linear-gradient(to bottom, hsl(39,42%,70%) 0%,hsl(39,52%,63%) 100%);*/ /* W3C */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3bc92', endColorstr='#d1ae6e',GradientType=0 );*/ /* IE6-9 */
	}


		#cssmenu > ul > li > a {
			box-shadow: 0px 3px 5px rgba(122, 122, 122,.3);
			text-decoration: none;
			border-radius: 20px;
			/*font-size: 14px;*/
			display: block;
			color: #333333;
			font-weight: normal;
			background-color: white;
			transition: border-radius 0.1s ease-in, border-radius 1s ease-out;
		}
		#cssmenu > ul > li > a:hover {
			box-shadow: 0px 4px 5px rgba(122, 122, 122,.4);
			text-decoration: none;
			border-radius: 20px;
			font-weight: bold;
			/*font-size: 14px;*/
			display: block;
			color: black;
			font-weight: normal;
			background-color: #EDEDED;
		}

#cssmenu > ul > li:hover {
	
    text-decoration: none;
	color: #333333;
/*	background-color: #efb73d !important;
	background-image: linear-gradient(to bottom, #efb73d, #efb73d) !important;*/
	}
/*#cssmenu > ul > li > a:hover,*/
/*#cssmenu > ul > li.active > a,*/


	#cssmenu > ul > li.open > a {
		border-radius: 15px 15px 0px 0px;
		background-repeat: repeat;
		text-decoration: none;
		color: #333333;
		background-color: #EDEDED;
		font-weight: bold;
		color: black;
		/*	animation-duration:1s;*/
	}

#cssmenu > ul > li > a > span {
  display: block;
  padding: 10px 10px 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height:1;
}

/*#cssmenu > ul > li.has-sub > a span {
    background: url(../Images/icon_plus.png) no-repeat 96% center;
}
#cssmenu > ul > li.has-sub.open > a span {
  background: url(../Images/icon_minus.png) 96% center no-repeat;
}*/

/*#cssmenu > ul > li.externo > a span {
	background: url(../Images/ancora.png) 96% center no-repeat;
}*/


#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
/*  border-bottom: 1px solid #B75B00;*/
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 17px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

/* SUB-MENU */


#cssmenu ul ul li {
    /*padding: 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
    background: #f7f7f7;
    background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: linear-gradient(#f7f7f7 0%, #ececec 100%);*/
}

#cssmenu ul ul li a {

    /*padding: 10px 10px 10px 25px;
    display: block;
    color: #676767;
    font-size: 12px;
    font-weight: normal;*/

  
	border-right: 0px;
	border-left: 0px;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #a2a194;
	border-top: none;
	border-right: 1px solid #a2a194;
	border-left: 1px solid #a2a194;
	z-index: 1;
	text-decoration: none;
	/*font-size: 12px;*/
	font-weight: normal;
	font-family: 'Mukta Vaani', Helvetica, Arial, sans-serif;
	color:#676767;
	background: white
}

#cssmenu ul ul li a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
 /*  background: #424852;
  color: #ffffff; */
  
 /*
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #000;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
  */
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
}
#cssmenu ul ul ul li a {
  padding-left: 40px;
}
#cssmenu ul ul ul li a:before {
  content: "»";
  position: absolute;
  left: 30px;
  color: #e94f31;
}

#cssmenu > ul > li > ul {
	border-radius: 0px 0px 15px 15px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
	border-radius: 0px 0px 15px 15px;
	/*  border-bottom: 0;*/
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #a2a194;
  
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  
  
  
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}


.css_btn_class {
	
	font-family: 'Mukta Vaani';
	font-weight:normal;
	border:1px solid #969696;
	
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	color:#777777;
	display:inline-block;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
