/*
|--------------------------------------------------------------------------
|CSS Document 
| 

|--------------------------------------------------------------------------
*/	


 p
     {
   
    margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 12px;
    text-align: justify;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    /*font-size:14px;*/
    font-size:16px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    line-height:1.8;
    
    
    
}



.divlimitbox {
    margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 12px;
    text-align: justify;
    font-family:"Roboto", Helvetica, Arial, sans-serif;
    font-size:15px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    line-height:1.8;
    height:100%;
    Overflow:hidden;    
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.divlimitbox1 {
    margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 12px;
    text-align: justify;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size:15px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    line-height:1.8;
    /*height:263px;*/
    height:327px;
    Overflow:hidden;    
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.divlimitbox2 {
    margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 12px;
    text-align: justify;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size:15px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    line-height:1.8;
    height:263px;
    Overflow:hidden;    
    text-overflow: ellipsis;
    overflow-x: hidden;
}


h1{
   
    font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 25pt;
	color: #0A1A32;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: none;
   /*text-shadow: #C1C1C1 2px 1px 1px;
	   font-family: "Monotype Corsiva";
 border-bottom: 1px dashed #9A9A9A;
font-weight: normal;
*/
    
}



.ParagraphNews{
   font-family  :"Roboto", Helvetica, Arial, sans-serif;
   font-size:14px;
   text-decoration:none;
   color:#626262;
   font-weight:normal;
   text-align: justify;
   line-height:1.8;
    } 
    
    
 .Photogallery{
   font-family  :"Roboto", Helvetica, Arial, sans-serif;
   font-size:12px;
   text-decoration:none;
   color:#626262;
   font-weight:normal;
   text-align: justify;
   line-height:1.8;
 
    } 
    
.ParagraphTitle{
   font-family  :"Roboto", Helvetica, Arial, sans-serif;
   font-size:14px;
   text-decoration:none;
   color:#626262;
   font-weight:bold;
   text-align: left;
   line-height:1.8;
    } 
    
    
    .ParagraphText{
    margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 12px;
    text-align: justify;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size:14px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    line-height:1.8;
    } 
    
    
    
   .hindicssboxt1{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 12px;
    text-align: justify;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size:15px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    line-height:1.8;
    width: 715px;
}   




.th 
{
    font-family  : "Roboto", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#00456E;
}

 .hindiSMS{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 12px;
    text-align: left;
    font-family:"Roboto", Helvetica, Arial, sans-serif;
    font-size:15px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    line-height:1.8;
    
} 




/*

|--------------------------------------------------------------------------
|CSS3 Flip
| 
|--------------------------------------------------------------------------
*/	
	.thumb.flip {
		-webkit-perspective:800px;		
		   -moz-perspective:800px;
		    -ms-perspective:800px;		   		
		     -o-perspective:800px;
  		        perspective:800px;
	}
	
		.thumb.flip .thumb-wrapper {
			-webkit-transition: -webkit-transform 1s;
			   -moz-transition: -moz-transform 1s;
			    -ms-transition: -moz-transform 1s;
			     -o-transition: -moz-transform 1s;
			        transition: -moz-transform 1s;
			-webkit-transform-style: preserve-3d;
			   -moz-transform-style: preserve-3d;			
			    -ms-transform-style: preserve-3d;			
			     -o-transform-style: preserve-3d;			
					  transform-style: preserve-3d;			
		}
		
		.thumb.flip .thumb-detail {
			-webkit-transform: rotateY(-180deg);
			   -moz-transform: rotateY(-180deg);
			    -ms-transform: rotateY(-180deg);
			     -o-transform: rotateY(-180deg);
			        transform: rotateY(-180deg);			   			
		}
		
		.thumb.flip img,
		.thumb.flip .thumb-detail {
			-webkit-backface-visibility: hidden;
			   -moz-backface-visibility: hidden;
			    -ms-backface-visibility: hidden;
			     -o-backface-visibility: hidden;
			        backface-visibility: hidden;
		}
		
		.thumb.flip .flipIt {
			-webkit-transform: rotateY(-180deg);
			   -moz-transform: rotateY(-180deg);			
			    -ms-transform: rotateY(-180deg);			
			     -o-transform: rotateY(-180deg);			
			        transform: rotateY(-180deg);			
		}

select, textarea, input[type="text"], input[type="password"], .uneditable-input {
    display: inline-block;
    width: 350px;
    height: 26px;
    padding: 3px 1px 3px 4px;
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 11px;
    color: #000000;
    background-color: #FFFFFF;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*
|--------------------------------------------------------------------------
|btnSubmit max-width: 100%;
| 
|--------------------------------------------------------------------------
*/

.img1pxboder {
	max-width: 100%;
	height: auto;
	border: 1px solid #F47216;
	text-align: center;
}


.img2pxboder{
	max-width: 100%;
    height: auto;
	border: 2px solid #3362AE;
    text-align: center;
}


.img3pxboder{
	max-width: 100%;
    height: auto;
	border: 3px solid #3362AE;
    text-align: center;
}


.img4pxboder{
	max-width: 100%;
    height: auto;
	border: 4px solid #3362AE;
    text-align: center;
}


.img5pxboder{
	max-width: 100%;
    height: 250px;
	border: 2px solid #3362AE;
    text-align: center;
}

.img0pxboder {
	max-width: 100%;
	height: auto;
	border: 0px solid #FFFFFF;
	text-align: center;
}


.maps{
	max-width: 100%;
   	border: 2px solid #3362AE;
    text-align: center;
}

.cssbox_table 
{
    font-family  : "Roboto", Helvetica, Arial, sans-serif;
    font-size:15px;
    text-decoration:none;
    color:#626262;
    font-weight:normal;
    text-align: justify;
	background-color: transparent;
	border: 1px solid #396FBC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center;
    width: 100%;
   
}

.h2A {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	color: #ffffff;
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
 /* dsaddada*/
  
 .dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

 /* Box*/

.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space 
      
      
      
      .flex-item {
  background: tomato;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;

       width: 172px;
      height: 98px;

      line-height: 84px;
      */
  justify-content: space-around;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  background: #00456E;
  padding: 5px;
  width: 160px;
  height: 50px;
  margin-top: 10px;
  line-height: 25px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
 
}

img {
    vertical-align: middle
}

.img-mob, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

img {
    vertical-align: middle
}

.img-mob, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

/* <!-- Middle Title Image -->*/

.aspect-\[3\/4\] {
    aspect-ratio: 3/4;
}

.h-2 {
    height: calc(var(--spacing) * 2);
}

.h-4 {
    height: calc(var(--spacing) * 4);
}

.h-6 {
    height: calc(var(--spacing) * 6);
}

.h-7 {
    height: calc(var(--spacing) * 7);
}

.h-8 {
    height: calc(var(--spacing) * 8);
}

.h-9 {
    height: calc(var(--spacing) * 9);
}

.h-10 {
    height: calc(var(--spacing) * 10);
}

.h-12 {
    height: calc(var(--spacing) * 12);
}

.h-16 {
    height: calc(var(--spacing) * 16);
}

.h-40 {
    height: calc(var(--spacing) * 40);
}

.h-56 {
    height: calc(var(--spacing) * 56);
}

.h-60 {
    height: calc(var(--spacing) * 60);
}

.h-64 {
    height: calc(var(--spacing) * 64);
}

.h-72 {
    height: calc(var(--spacing) * 72);
}

.h-80 {
    height: calc(var(--spacing) * 80);
}

.h-90 {
    height: calc(var(--spacing) * 90);
}

.h-100 {
    height: calc(var(--spacing) * 100);
}

.h-200 {
    height: calc(var(--spacing) * 200);
}

.h-\[20px\] {
    height: 20px;
}

.h-\[40vh\] {
    height: 40vh;
}

.h-\[60vh\] {
    height: 60vh;
}

.h-\[130px\] {
    height: 130px;
}

.h-\[280px\] {
    height: 280px;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: fit-content;
}

.h-full {
    height: 100%;
}

.max-h-\[90vh\] {
    max-height: 90vh;
}

.max-h-\[500px\] {
    max-height: 500px;
}

.max-h-\[530px\] {
    max-height: 530px;
}

.min-h-\[600px\] {
    min-height: 600px;
}

.min-h-screen {
    min-height: 100vh;
}

.w-3 {
    width: calc(var(--spacing) * 3);
}

.w-4 {
    width: calc(var(--spacing) * 4);
}

.w-6 {
    width: calc(var(--spacing) * 6);
}

.w-7 {
    width: calc(var(--spacing) * 7);
}

.w-9 {
    width: calc(var(--spacing) * 9);
}

.w-10 {
    width: calc(var(--spacing) * 10);
}

.w-12 {
    width: calc(var(--spacing) * 12);
}

.w-14 {
    width: calc(var(--spacing) * 14);
}

.w-20 {
    width: calc(var(--spacing) * 20);
}

.w-32 {
    width: calc(var(--spacing) * 32);
}

.w-\[20px\] {
    width: 20px;
}

.w-\[40\%\] {
    width: 40%;
}

.w-\[60\%\] {
    width: 60%;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[130px\] {
    width: 130px;
}

.w-full {
    width: 100%;
}

.max-w-3xl {
    max-width: var(--container-3xl);
}

.max-w-4xl {
    max-width: var(--container-4xl);
}

.max-w-5xl {
    max-width: var(--container-5xl);
}

.max-w-6xl {
    max-width: var(--container-6xl);
}

.max-w-7xl {
    max-width: var(--container-7xl);
}

.max-w-\[80\%\] {
    max-width: 80%;
}

.max-w-\[90\%\] {
    max-width: 90%;
}

.max-w-dvw {
    max-width: 100dvw;
}

.max-w-full {
    max-width: 100%;
}

.max-w-screen-xl {
    max-width: var(--breakpoint-xl);
}

.max-w-sm {
    max-width: var(--container-sm);
}

.min-w-\[180px\] {
    min-width: 180px;
}

.min-w-\[200px\] {
    min-width: 200px;
}

.min-w-\[700px\] {
    min-width: 700px;
}

.min-w-\[900px\] {
    min-width: 900px;
}

.min-w-full {
    min-width: 100%;
}

/* <!-- Middle Title Image -->*/

