@font-face{
font-family: "Rupee_Foradian";
src:url('Rupee_Foradian.ttf');
}


blockquote {margin-right:0px;}



body
{
font-family: verdana;
font-family: "Rupee_Foradian";
max-width:100%;
text-align:left;
background-image:url('../images/65logo.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position: center center;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/*background-image:url('../images/sidetree.png'), url('../images/65logo.png'), url('../images/righttree.png');
background-repeat:no-repeat, no-repeat, no-repeat;
background-attachment:fixed, fixed, fixed;
background-position: top left, center center, top right;*/

}



table[width="752"] p{
	text-align: justify;
}

table[width="752"] table tr p{
	text-align: left;
}


p
{
font-size:12px;
font-family: verdana;
line-height:20px;

}





#wrapper
{
border:0px solid;
max-width:752;
margin:auto;
}


div#margin
{
margin-top:15px;
margin-bottom:40px;
border:0px solid;
clear:both;
}

table{
text-align:left;

}


th
{
background-color:#cbfffb;

font-size:12px;
height:30px;
text-align:center;
vertical-align:top;
color:#36837d;
}
th p
{
background-color:#cbfffb;
font-size:12px;
text-align:center;
vertical-align:top;
color:#36837d;
}

td
{
font-family: verdana;
vertical-align:top;
font-size:12px;
}

h2{
color:#36837d;
text-align:center;
font-size:22px !important;	
margin-top:0px !important;
margin-bottom:10px !important;
}


h3
{
color:#36837d;
text-align:left;
font-size:15px !important;
line-height:20px;
margin-bottom:10px !important;

}

h4
{
color:#36837d;

}


#labour
{
color:#36837d;
font-weight:bold;
}


b
{
font-size:12px;
}

ul
{
line-height:24px;
}

ol
{
line-height:24px;
}
 
li
{
font-size:12px;
line-height:21px;
text-align:justify;
}


a {
    text-decoration: none;
    color:#36837d;
}


div#page 
{
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #ffffff;
background-color: #36837d;
font-size: 12px;
padding: 1em;
display: none;
font-weight:bold;	
}
.back-to-top:hover 
{	
background-color: #36837d;
}


img{ 
max-width: 100%;
height: auto;
}






/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}


/*popupbox start*/
#mask {
    z-index:9000;
    position:fixed;
    left:0;
    top:0;
	bottom:0;
    right:0;
    background-color:#FFF;
    /*display:none !important;*/
}
#boxes .window {
    z-index:9999;
	width: 50%;
    margin: 0 auto;
	
    /*display:none;*/
    
    background: #36837d;
    /*border: 1px solid #4D4D4D;*/
    border-radius: 15px;
    /*box-shadow: 2px 2px 5px gray;  */
}
.popup-windows{
    /*background: #F2F2F2 !important; */
    /*border: 1px solid white !important; */
    font-size: 10pt !important; 
    font-weight: normal !important;
}


/*popupbox end*/
