﻿@font-face {
    font-family: 'akrutidevpriyanormal';
    src: url('../fonts/apriya-n-webfont.eot');
    src: url('../fonts/apriya-n-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apriya-n-webfont.woff2') format('woff2'),
         url('../fonts/apriya-n-webfont.woff') format('woff'),
         url('../fonts/apriya-n-webfont.ttf') format('truetype'),
         url('../fonts/apriya-n-webfont.svg#akrutidevpriyanormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Aakar';
    src: url('../fonts/Aakar.ttf');
}

@font-face {
    font-family: 'Bipana';
    src: url('../fonts/Bipana.ttf');
}

.hindi_aakar
{
    font:400 14px/20px "Lato", Helvetica, Arial, sans-serif;    
}

a:hover, a:focus {
    color: orange;
    text-decoration: underline;
}

/*-------------- stuck menu ----------------------------------*/

/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  /*background: rgb(52, 101, 169);*/
  z-index: 4;
  
}
.isStuck {
    background: #ffffff;
    z-index: 999;
    border-bottom: 1px solid #bd2a26;
}
.isStuck .sf-menu ul 
{
   
}
.isStuck .sf-menu > li {
  height: 102%;
  position: relative;
}
.isStuck .sf-menu > li > a {
  padding: 25px 10px 23px 10px;
}
.isStuck .navbar-brand {
  margin-top: 20px;
}
.isStuck .search-form_toggle {
  top: -50px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
  
  .logo_wrapper{float:none;}
}
.isStuck .sf-menu ul {
  top: 34px;
    box-shadow: 2px 2px 6px rgba(243, 190, 134, 0.44);
    /* background-color: rgba(0, 0, 0, 0.82); */
    min-width: 161px;
    border: #E68E30 1px solid;
    /* margin-top: 43px; */
    display: block;
    border-top: #3F89D2 1px solid;
}
.isStuck .sf-menu ul ul {
  top: 40px;
    box-shadow: 2px 2px 6px rgba(243, 190, 134, 0.44);
    /* background-color: rgba(0, 0, 0, 0.82); */
    min-width: 161px;
    border: #E68E30 1px solid;
    /* margin-top: 43px; */
    display: block;
}


/*-------------------end stuck menu-------------------------------------*/

/*========================   Menu   ==========================*/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	/*box-shadow: 2px 2px 6px rgba(243, 190, 134, 0.44);*/
    /* background-color: rgba(0, 0, 0, 0.82); */
    min-width: 161px;
    border: #087ac7 1px solid;
    margin-top: 0px;
    border-top: #802E30 1px solid;
}
.sf-menu a {
	/*border-left: 1px solid #fff;*/
	/*border-top: 1px solid #dFeEFF; *//* fallback colour must use full shorthand */
	/*border-top: 1px solid rgba(255,255,255,.5);*/
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	
	color: #fff;
    font-size: 13px;
}

.sf-menu a:hover {
	
	color: #871614;
	    text-decoration: none;
    
}
.sf-menu li {
	background-color: #398839;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	/*background: #AABDE6;*/
	border-bottom: #0098ff 1px solid;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover,.sf-menu li 

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .stuck_container {
    background: #000;
    height: 0;
  }

  .row1{margin-top: 8px;}
  .row1_3 {
   text-align:center;
  }  
}

@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    padding-left: 15px;
  }
}
/*----------rd mobile menu -----------------*/

/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px "Lato", Helvetica, Arial, sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  /*color: #d97b1c;*/
  background: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu_ul li
{
    border-bottom: rgba(186, 147, 73, 0.62) 1px dotted;    
}

.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li span {
  margin-left: 4px;
  font-size: 10px;
  color: #474747;
  top: 0;
}
.rd-mobilemenu_ul li.active {
  color: #474747;
}
.rd-mobilemenu_ul li.active ul {
  color: #d97b1c;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
    display: block;
    padding: 4px 25px 4px;
    color: #D89A25;
    font-size: 12px;
    word-spacing: 2px;
}
.rd-mobilemenu_ul a img{
    display: inline;
    width: 9px;
    
}
.rd-mobilemenu_ul a:hover {
  background: #BA9349;
  color: #fff;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
 height: 56px;
      background: #eee;
    color: #881716;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 0px;
  right: 0px;
  color: #d97b1c;
  font-size: 18px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

a.a_fb1 {
    color: #fff;
    background-color: #ff9600;
    padding: 3px 15px;
    border-radius: 10px;
    display:inline-block;
    font-size: 12px;
        float: right;
}

a.a_fb1:hover,a.a_fb1:focus {
    color: #fff;
    background-color: #ec9b06;
    text-decoration:none;
}


a.a_top1 {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    float: left;
    margin-left: 14px;
    font-size: 12px;
    /*margin-top: 5px;*/
}

.g_row0inner {
    margin-top: 4px;
    margin-bottom: 2px;
}

a.a_top1 i {
    margin-right: 10px;
}

a.a_top1:hover, a.a_top1:focus {
    color: yellow;
    text-decoration:none;
}

.top_menu
{
    background-color:#2678bd;
    padding:3px 0px;    
}

.mam_headertxt {
    color: orange;
    font-size: 28px;
    margin-top: 11px;
    /* position: absolute; */
    text-shadow: 1px 2px 3px #4E4E4D;
    font-family: fantasy;
    text-decoration: underline;
}

.menu_bar {
    color: #881716;
    text-align: center;
    font-size: 17px;
    font-family: fantasy;
    margin-top: 14px;
}

.navbar-default {
    
    z-index: 9999;
}
.row_about1 {
    margin-top: 113px;
}

@media only screen and (max-width: 319px) and (min-width: 299px)
{
     .rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 12px;
  right: 0px;
  color: #d97b1c;
  font-size: 14px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  }
  
  a.a_top1 {
        color: #fff;
    display: inline-block;
    font-size: 9px;
    float: none;
    /* margin-right: 18px; */
    margin: 3px 6px 3px 0px;
}
.row3_1 {
    margin-top: 127px;
}
.row_about1 {
    margin-top: 15px;
}

section#mb_slider {
    margin-top: 10px;
}
}

@media only screen and (max-width: 393px) and (min-width: 275px)
{
 
  
  a.a_top1 {
        color: #fff;
    display: inline-block;
    font-size: 9px;
    float: none;
    /* margin-right: 18px; */
    margin: 3px 6px 3px 0px;
}

a.a_top1 i {
    margin-right: 5px;
}
}

@media only screen and (max-width: 298px) and (min-width: 275px)
{
     .rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 24px;
  right: 0px;
  color: #d97b1c;
  font-size: 11px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  }
  
 a.a_top1 {
        color: #fff;
    display: inline-block;
    font-size: 9px;
    float: none;
    /* margin-right: 18px; */
    margin: 3px 6px 3px 0px;
}

a.a_top1 i {
    margin-right: 5px;
}

.row3_1 {
    margin-top: 25px;
}

.row_about1 {
    margin-top: 15px;
}
section#mb_slider {
    margin-top: 10px;
}

}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #0098ff;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
      z-index: 999999999;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}



/*==================  Panel Menu  ======================*/
#advanced .navbar-header {
  color: #fff !important;
  padding: 0 !important;
  background: #563D7C !important;
}
@media (min-width: 768px) {
  #advanced {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #advanced .navbar-toggle {
    display: none;
  }
  #advanced .collapse {
    display: block;
  }
  #advanced .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none!important;
    text-align: left!important;
    top: 98%!important;
    text-transform: none!important;
  }
  #advanced .dropdown-menu:before,
  #advanced .dropdown-menu:after {
    display: none!important;
  }
  #advanced .dropdown-menu li + li {
    border: none!important;
    box-shadow: none!important;
  }
  #advanced .dropdown-menu li:before,
  #advanced .dropdown-menu li:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a:before,
  #advanced .dropdown-menu li a:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
    box-shadow: none!important;
    border: none!important;
  }
  #advanced .dropdown-menu li {
    border: none!important;
    box-shadow: none!important;
  }
  
}
@media (max-width: 767px) {
  #panel {
    display: none;
  }
  
}

@media (min-width:768px) and (max-width:1059px)
{
    .mam_headertxt {
    color: orange;
    font-size: 18px;
    margin-top: 11px;
    /* position: absolute; */
    text-shadow: 1px 2px 3px #4E4E4D;
    font-family: fantasy;
    text-decoration: underline;
}    
}

/*-------------------------------------*/

.text_blink 
                                        {
                                        
                                        animation: blink 1s steps(5, start) infinite;
                                        -webkit-animation: blink 1s steps(5, start) infinite;
                                        
                                        }
                                        @keyframes blink {
                                        to {
                                        visibility: hidden;
                                        }
                                        }
                                        @-webkit-keyframes blink {
                                        to {
                                        visibility: hidden;
                                        }
                                        }



/*---------------------media queries-------------------------*/

@media (max-width: 767px) {
  body {
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
  

}

